/* 
	Date:2020-05-20
	Author:Jony
	URI:www.jonykit.com
 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}



/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

ul,
li {
	list-style: none;
}

@font-face {
  font-family: 'iconfont';  /* project id 1812903 */
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
  url('../font/iconfont.woff2') format('woff2'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg') format('svg');
}

html {
	font-size: 62.5%;
	color: #555555;
}

body {
	padding-top: 54px;
}

* {
	box-sizing: border-box;
}

/* 平板1024 */
/* 导航 */
.topbar .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;

}

.topb_help::before {
	padding-right: 4px;
	content: '\e766';
	font-family: 'iconfont';
}

.topb_help {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 102;
	width: 100vw;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.2rem;
	color: #888888;
	background-color: #f0f0f0;
}

.topb_share {
	display: none;
	position: fixed;
	bottom: 40px;
	left: 0;
	z-index: 102;
	width: 100%;
	text-align: center;
	background-color: #f0f0f0;
}

.topb_share a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 15px 10px 5px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #999999;
	font-family: 'iconfont';
	font-size: 2rem;
	background-color: #FFFFFF;
	overflow: hidden;
}

.topb_share a img {
	display: none;
}

.topb_share a:first-child::before {
	content: '\e687';
}

.topb_share a:nth-child(2)::before {
	content: '\e600';
}

.topb_share a:last-child::before {
	content: '\e65d';
}

/* 搜索 */
.topb_mess {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 103;
	width: 100vw;
	height: 100vh;
	background-color: rgba(40, 40, 40, .2);
	backdrop-filter: blur(30px);
}

.search {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.searchicon {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 60px;
}

.search_box {
	width: calc(100vw - 40px);
	height: 60px;
	padding: 10px;
}

.nav_search form {
	width: 100%;
	height: 40px;
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	background-color: #F9F9F9;
	overflow: hidden;
}

.nav_search .inputstyle {
	float: left;
	width: calc(100% - 40px);
	height: 100%;
	padding: 0 10px;
	border: none;
	outline: none;
	background-color: transparent;
}

.nav_search .searchBtn {
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	line-height: 40px;
}

.searchBtn input {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 104;
	width: 40px;
	height: 40px;
	border: none;
	background-color: transparent;
	outline: none;
}

.searchBtn i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 1.8rem;
	text-align: center;
	font-style: normal;
	border-left: 1px solid #E6E6E6;
	background-color: #F6F6F6;
}

.searchBtn i::before {
	content: '\e658';
	font-family: 'iconfont';
}

.searchicon {
	width: 50px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.searchicon::before {
	content: '\e685';
	font-family: 'iconfont';
	font-size: 1.8rem;
}

.searchicon i {
	display: none;
}

.head_main {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	background-color: #FFFFFF;
}

.head_main .wrap {
	display: flex;
	position: relative;
	width: 100%;
}

.head_main .logo {
	position: relative;
	z-index: 102;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 54px;
	line-height: 54px;
	padding: 0 24px;
	border-bottom: .5px solid #F6F6F6;
	transition: .4s;
}

.logo.menu-slide {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .14);
	transition: .4s;
}

.head_main .logo a {
	display: inline-block;
	float: left;
	align-items: center;
	height: 60px;
	font-size: 0;
	font-family: 'iconfont';
	color: #FFFFFF;
}

.logo a::before {
	content: '\e620';
	font-size: 3.4rem;
	color: #FF0000;
}

.logo a::after {
	margin-left: .6rem;
	content: '\e622';
	font-size: 3.6rem;
	color: #333333;
	font-weight: 500;
}

.menu-btns {
	display: flex;
	justify-content: center;
	align-items: center;
	float: right;
	line-height: 54px;
	font-family: 'iconfont';
	font-size: 1.9rem;
}

.search-btn {
	display: block;
	width: 70px;
	line-height: 54px;
}

.search-btn::before {
	width: 100%;
	padding: 4px 16px;
	border-right: 1px solid #E6E6E6;
	content: '\e658';
}

.menu-btn::before {
	content: '\e6a2';
}

.lang {
	display: none;
}

.logo.menu-slide .menu-btn::before {
	content: '\e685';
}

.head_main .nav {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: calc(100vh - 154px);
	background-color: #f9f9f9;
	overflow-y: scroll !important;
}

.menu>ul {
	display: flex;
	flex-direction: column;
	width: 100vw;
	background-color: #FFFFFF;
}

.menu>ul>li {
	display: flex;
	flex-wrap: wrap;
	border-bottom: .5px solid #E6E6E6;
}

.menu>ul>li>a {
	width: calc(100% - 50px);
	height: 46px;
	padding-left: 24px;
	line-height: 46px;
	font-size: 1.5rem;
	color: #282828;
}

.menu>ul>li>span {
	width: 50px;
	padding-right: 10px;
	line-height: 46px;
	text-align: center;
	font-family: 'iconfont';
	font-size: 1.2rem;
	transition: .3s;
}

.slide-down {
	transform: rotate(180deg);
}

.menu>ul>li:first-child a {
	width: 100%;
}

.sevNav {
	display: none;
	width: 100%;
	border-top: .5px solid #E6E6E6;
	background-color: #f9f9f9;
}

.aboutBox,
.solBox,
.contactBox {
	width: 100%;
}

.aboutBox ul li+li,
.solBox ul li+li,
.contactBox ul li+li {
	border-top: .5px solid #E6E6E6;
}

.aboutBox li>a,
.solBox li>a,
.contactBox li>a {
	display: none;
}

.aboutBox li h2 a,
.solBox li h2 a,
.contactBox li h2 a {
	display: block;
	height: 46px;
	padding-left: 24px;
	line-height: 46px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #444444;

}

.pic_push,
.contactMess {
	display: none !important;
}

.proBox ul li {
	display: flex;
	flex-wrap: wrap;
}

.snavtit {
	width: calc(100vw - 50px);
	line-height: 46px;
	padding-left: 24px;
	font-size: 1.4rem;
	color: #444444;
	border-bottom: .5px solid #E6E6E6;
}

.snavtit~span {
	width: 50px;
	line-height: 46px;
	text-align: center;
	border-bottom: .5px solid #E6E6E6;
	font-family: 'iconfont';
	color: #999999;
	background-color: #f0f0f0;
}

.snavtit~span::before {
	content: '\e647';
	font-size: 1.4rem;
	font-weight: 300;
}

.snavtit~span.btn-down::before {
	content: '\e6b6';
}

.proBox ul li:last-child a,
.proBox ul li:last-child span {
	border: none;
}

.snav-sub {
	display: none;
	flex-direction: column;
	width: 100%;
	border-bottom: .5px solid #E6E6E6;
	background-color: #F0F0F0;
}

.snav-sub a {
	display: block;
	line-height: 46px;
	padding-left: 36px;
	font-size: 1.3rem;
	color: #444444;
}

.snav-sub a+a {
	border-top: .5px solid #E6E6E6;
}

/* 首页轮播图 */
.sliderContainer {
	overflow: hidden;
}

#full-width-slider {
	width: 145.454545% !important;
	margin-left: -22% !important;
}

.rsMinW .rsBullet {
	width: 40px !important;
	height: 3px !important;
	padding: 0 !important;
	overflow: hidden;
	background-color: rgba(255, 255, 255, .4);
	margin-left: 2px;

}

.rsMinW .rsBullet span {
	display: none !important;
}

.rsNavSelected {
	background-color: #E60012 !important;
}

/* 首页内容 */
.appBox {
	background: url(../image/car.png) center 100px no-repeat;
	background-size: 80%;
}
.appBox.appBox_bg {
	background: url(../image/car.png) #F6F8FA center 70px no-repeat;
	background-size: 80%;
}

.app_tit {
	padding: 40px 0 100px;
	font-size: 32px;
	font-weight: 800;
	text-align: center;
	background:linear-gradient(to bottom,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 80%);
}
.box_carmodel{
	width:100vw;
	overflow: hidden;
}
.box_m_pro {
	width:calc(100vw + 24px);
	padding: 0 24px 30px;
	overflow:hidden;
}

.box_m_pro .m_pro_li {
	float: left;
	position: relative;
	width: calc(50vw - 36px);
	height:260px;
	margin:24px 24px 0 0;
	border-radius: 6px;
	background-color: #FFFFFF;
	box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
	border: .5px solid #F6F6F6;
	overflow: hidden;
}

.m_pro_li a {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:2;

}

.m_pro_li a img {
	display: block;
	position:absolute;
	top:10px;
	left:10px;
	z-index:3;
	width: 80px;
}

.m_pro_li h2 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 74px;
	padding: 0 20px 0 100px;
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	color: #444444;
	background-color: rgb(246, 248, 250);
}

.m_pro_li h2 br {
	display: none;
}

.m_li_desc {
	display: -webkit-box!important;
	width: 100%;
	padding: 14px 20px 0;
	font-size: 1.6rem;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	line-height: 1.4;
	color: #888888;
}

.index_advantage {
	display: flex;
	align-items: center;
	/* min-height: calc(100vh - 54px); */
	padding: 24px;
	background-color: #FFFFFF;
	color: #666666;
}

.irows_tit {
	padding: 0 0 40px;
	font-size: 32px;
	text-align: center;
}

.index_adv_con {
	font-size: 1.6rem;
	line-height: 1.8;
	font-weight: 400;
	color: #444444;
	opacity: .6;
}

.rows_con ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
	margin-top: 60px;
	padding: 40px 0;
	border-top: .5px solid #F6F6F6;

}

.rows_con li {
	float: left;
	width: 100px;
	margin: 10px;
	list-style: none;
	text-align: center;
}

.rows_con li>div:first-child {
	display: flex;
	width: 100px;
	height: 100px;
	justify-content: center;
	align-items: center;
	border: .5px solid rgba(0, 0, 0, .2);
	background-color: rgba(0, 0, 0, .1);
	border-radius: 50%;
	font-size: 48px;
	font-family: 'iconfont';
}

.app_txt h2 {
	margin-top:20px;
	font-size: 32px;
	line-height: 1.8;
}

.app_txt span {
	font-size: 1.2rem;
	color:#666666;
	opacity: .4;
}

.app_icon01::before {
	content: '\e655';
}

.app_icon02::before {
	content: '\e656';
}

.app_icon03::before {
	content: '\e648';
}

.app_icon04::before {
	content: '\e602';
}

.index_news {
	width:100vw;
	padding: 20px 24px 80px;
	background-color: #F6F8FA;
	overflow:hidden;
}
.index_sec_news ul::after{
	content: '';
	display:block;
	width:0;
	height:0;
	clear: both;
}
.index_sec_news ul{
	width:calc(100vw + 24px);
	*zoom: 1;
}
.m_list ul li {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 12px;
	background-color: #FFFFFF;
	box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
	overflow: hidden;

}
.index_sec_news ul li{
	display:block;
	position:relative;
	float:left;
	width:calc(50vw - 36px);
	margin:24px 24px 0 0 ;
	background-color:#FFFFFF;
	border-radius:10px;
	border: .5px solid #F0F0F0;
	box-shadow:0 4px 16px rgba(0,0,0,.12);
	overflow:hidden;
}
.index_sec_news ul li .news_img,
.m_list .ml_img {
	display: block;
	position: relative;
	z-index: 4;
	width: calc(50vw - 36px);
	height: calc((50vw - 36px) * .45);
	margin-top: 46px;
	border-radius: 10px 10px 0 0;
	box-shadow: 0 -4px 10px 2px rgba(0, 0, 0, .16);
	overflow: hidden;
}

.news_img img,
.m_list .ml_img img {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.news-date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 46px;
	padding: 0 14px;
	font-size: 12px;
	line-height: 46px;
	background-color: #FFFFFF;
}

.news-date span {
	color: #ED3323;
}

.news-date p {
	color: #888888;
}

.news_desc,
.ml_desc {
	display: none;
}

.news_mess h2 a,
.ml_mess h2 a {
	display: -webkit-box;
	margin-bottom:16px;
	padding: 12px 14px 0;
	font-size: 16px;
	line-height: 1.4;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.more_btn {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.more_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 50px;
	font-size: 16px;
	border: 1px solid #444444;
	border-radius: 50px;
	color: #444444;
	background-color: #F6F8FA;
}

.index_foot {
	padding: 24px 24px 0;
	background-color:#FFFFFF;
}

.col_tit {
	display: block;
	margin: 30px 0 6px;
	font-size: 18px;
	color: #444444;
}

.col_tit a {
	color: #444444;
}

.col_nav>a {
	display: inline-block;
	padding: 16px 25px 0 0;
	font-size: 14px;
	color: #999999;
}

.foot_copy {
	margin-top: 40px;
	padding: 10px 0;
	border-top: .5px solid #E6E6E6;
}

.foot_copy i {
	font-size: 12px;
	line-height: 1.4;
	font-style: normal;
	color: #AAAAAA;
}

.foot_copy .sharelink {
	display: none;

}

/* 关于我们 */
.p_banner {
	position: relative;
	width: 100vw;
	margin-bottom: 20px;
	overflow: hidden;
}

.p_banner>a {
	display: block;
	width: 380vw;
	height: 38vw;
	margin-left: -190vw;
	overflow: hidden;
}

.p_banner>a img {
	display: block;
	width: 100%;
	height: auto !important;
}

.act_layer h3 {
	display:none;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding-left: 30px;
	transform: translateY(-50%);
	font-size: 20px;
	color: #FFFFFF;
	background: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, .01));
}
.sec_main{
	padding-bottom:40px;
	background-color:#F6F8FA ;
	overflow:hidden;
}
.single_pages {
	position: relative;
	float:left;
	overflow: hidden;
	width:50vw;
	padding:30px 0 40px;
	background-color:#FFFFFF;

}
.wrap .single_pages:nth-child(2n){
	background-color:#F6F8FA;
}
.wrap .single_pages:first-child{
	margin-top:-30px;
}

.single_img {
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.single_img a {
	display: block !important;
	overflow: hidden;
}

.single_img a img {
	display: block;
	height: 50vw;
	margin: 0;
	filter: blur(4px);
}

.single_txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 24px;
	/* background-color: rgba(0, 0, 0, .6); */

}

.sec_main .wrap .single_pages:nth-child(1) .single_txt {
	/* background-color: rgba(255, 8, 8, 0.7); */
}

.sec_main .wrap .single_pages:nth-child(3) .single_txt {
	/* background-color: rgba(0, 0, 255, .6); */
}

.single_txt .m_tit {
	width:100%;
	padding: 0 0 30px;
	font-size: 24px;
	color: #444444;
	text-align: left;
}

.single_txt .con_txt {
	padding: 0 0 30px;
	font-size: 14px;
	line-height: 2;
	color: #666666;
}

.single_txt .con_txt p {}

.single_txt .more_btn2 a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
	color: #444444;
	border: 1px solid #444444;
}

/* 产品中心 */
.solu_lists {
	padding: 20px 24px;
}

.m_pic_push{
	width:calc(100vw - 24px);
	overflow:hidden;
}
.m_pic_push li{
	display:flex;
	width:calc(25vw - 30px);
	float:left;
	margin:0 24px 20px 0;
	background-color:#FFFFFF;
	border:.5px solid #F0F0F0;
	border-radius:4px;
	overflow:hidden;
}
.pic_layer>a{
	display:block!important;
	width:100%;
	height:calc((25vw - 30px) * .75);
	overflow:hidden;
}
.pic_layer a img{
	display:flexbox;
	width:100%;
}
.pic_layer h2{
	padding:10px 15px;
	font-size:14px;
	line-height: 1.4;
}
.pic_layer h2 a{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#444444;
	font-weight:400;
}
.solulist_head h2,
.sec_model .m_tit h2 a {
	display: block;
	margin-bottom: 30px;
	font-size: 22px;
	color: #444444;
}

.solulist_head .s_txt {
	font-size: 1.6rem;
	line-height: 1.8;
}

.sec_model {
	position: relative;
	padding: 60px 24px 140px;
	background-color: #F6F8FA;
}

.sec_model.m_bg {
	background-color: #FFFFFF;
}

.sec_model .m_tit i {
	display: inline-block;
	position: absolute;
	bottom: 70px;
	left: 50%;
	font-style: normal;
	transform: translateX(-50%);
}

.sec_model .m_tit i a {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50px;
	font-size: 16px;
	color: #444444;
	border: 1px solid #444444;
}

.pro_layer li {
	width: 100%;
	margin-bottom: 24px;
	list-style: none;
	background-color: #FFFFFF;
	border: .5px solid #F6F6F6;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
}

.pro_layer li:nth-child(4),
.pro_layer li:nth-child(5),
.pro_layer li:nth-child(6),
.pro_layer li:nth-child(7),
.pro_layer li:nth-child(8) {
	display: none;
}

.pro_layer li>a {
	display: block !important;
	position: relative;
	width: calc(100vw - 48px);
	height: calc((100vw - 48px) * .5);
	overflow: hidden;
}

.pro_layer li a img {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
}

.pro_layer li>h2 a {
	display: block;
	padding: 10px 14px;
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}

/* 应用 */
.appBox {
	background-color: #F6F8FA;
}

.box_carmodel {
	padding-top: 20vw;
}
.appBox.appBox_bg  .box_carmodel{
	padding-top:40vw;
}
.appBox h1 {
	padding: 40px 0 30px;
	font-size: 22px;
	text-align: center;
}

.appBox .wrap {
	padding-bottom: 60px;
}

.appBox .more_btn {
	margin-top: 0;
}

.sectionBox_tit h1 {
	padding: 40px 0 30px;
	font-size: 22px;
	text-align: center;
}

.hBox_m_con {
	width:calc(100vw + 24px);
	padding: 40vw 24px 200px;
	background: url(../image/home_house.png) #FFFFFF center 10px no-repeat;
	background-size: 60%;
	overflow:hidden;
}

.hBox_m_con .hBox_m_li {
	display: flex;
	float:left;
	align-items: center;
	width: calc(50% - 24px);
	margin:20px 24px 0 0;
	border: .5px solid #F6F6F6;
	border-radius: 6px;
	box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
	background-color: #F6F8FA;
}

.hBox_m_li a {
	display: flex;
	width: 120px;
}

.hBox_m_li a img {
	width: 100%;
}

.hBox_m_li h2 {
	width: calc(100% - 120px);
	padding: 0 10px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	color: #444444;
}

.side-bar {
	display: none;
}

/* 面包屑 */
.bread_bar h3 {
	margin: -10px 0 10px;
	padding: 0 24px;
	font-size: 14px;
}

.bread_bar a {
	font-weight: 400;
	color: #888888;
}

.bread_bar em {
	font-size: 0;
	color: #FFFFFF;
}

.bread_bar em::before {
	content: '\e61f';
	font-family: 'iconfont';
	font-style: normal;
	padding-right: 4px;
	font-size: 12px;
	color: #666666;
}

.bread_bar+.sec_model {
	padding: 30px 24px;
}

/* 翻页 */
.page-con {
	display: flex;
	align-content: center;
	justify-content: center;
}

.page-con .prev,
.page-con .next {
	display: none;
}

.page-con select {
	width: 40px;
	height: 16px;
	font-size: 12px;
	margin: 0 4px;
	color: #999999;
	background-color: #E6E6E6;
	border: .5px solid #F0F0F0;
}

.m_news_con h1 {
	padding: 20px 0 30px;
	font-size: 22px;
	text-align: center;
}

.artic_txt {
	font-size: 16px;
	line-height: 2;
}

.artic_txt br {
	display: none;
}

.artic_txt+iframe {
	width: 100% !important;
	height: 100vw !important;
	margin-top: 10px;
}
.tab_layer{
	display:none;
}
.total_m_con{
	width:100%;
	margin-bottom:-60px;
	padding:24px 24px  60px;
	overflow:hidden;
	background-color:#f6f8fa;
}
.total_m_con ul{
	display:flex;
	justify-content: space-between;
	align-items: center;
	overflow:hidden;
}
.total_m_con ul li{
	display:flex;
	padding:10px 30px 30px;
	flex-direction: column;
	justify-content:center;
	align-items: center;
	border: .5px solid #F0F0F0;
	border-radius:6px;
	background-color:#FFFFFF;
}
.total_m_con ul li>a{
	display:block;
	width:100px;
	height:100px;
	text-align:center;
	line-height:100px;
	font-family: 'iconfont';
	font-size:80px;
	color:#E60012;
	border-radius:50%;
}
.ticon_snav a{
	display:block;
	padding-top:10px;
	color:#666666;
	font-size:18px;
	font-weight:400;
}
#sicon01::before{
	content:'\e708';
}
#sicon02::before{
	content:'\e60c';
}
#sicon03::before{
	content:'\e65c';
}
.n_tools{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:.5px solid #F0F0F0;
}
.m_list ul{
	width:calc(100vw + 24px);
	overflow:hidden;
}
.m_list ul li{
	float:left;
	width:calc(50vw - 36px);
	margin-right:24px;
}
.m_news_con h1{
	line-height:1.4;
	padding:20px 0 60px;
	text-align:left;
}
.artic_txt{
	font-size:18px!important;
}
.detail_bot{
	padding:20px 0;
}
.detail_bot li{
	padding:10px 0;
	font-size:18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow:hidden;
}
.detail_bot li a{
	color:#555555;
	font-weight:600;
}
.detail_bot li+li{
	border-top: 1px solid #F0F0F0;
}
.detail_bot li span{
	display:none;
}
.m_app_tit{
	display:flex;
	width:calc(100vw - 48px);
	justify-content: space-between;
	align-items: center;
	margin:30px 24px 0;
	padding-right:24px;
	background-color:#FFFFFF;
	border-bottom:1px solid #E60012;
}
.m_app_tit h2{
	padding: 10px 20px;
	font-size:22px;
	background-color:#E60012;
	color:#FFFFFF;
}
.m_tit_subs ul{
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.m_tit_subs ul li a{
	padding-left:40px;
	font-size:16px;
	color:#666666;
}
/* 商品详情 */
.prox_sec {
	width: 100%;
	padding:20px 0 40px;
	border-bottom: #ebebec 1px solid;
	overflow:hidden;
}

.prox_sec_img {
	width: 300px;
	padding:0;
	border-right: #ebebec 1px solid;
	float: left;
}

.prox_sec_mess {
	width: calc(100% - 300px);
	padding:0 0 0 20px;
	float: right;
}

.prox_b {
	width: 100%;
	display: block;
	overflow: hidden;
}

.prox_b .jqzoom {
	width: 100%;
	height: 0;
	padding-bottom: 76%;
	*height: 364px;
	*padding-bottom: 0;
	display: inline-block;
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.prox_b .jqzoom img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
	vertical-align: top;
}

.prox_sec_mess h1.prox_m_tit {
	color: #333;
	font-size:22px;
	font-family: RobotoBold;
	margin-bottom: 20px;
}

/**小缩略图**/
.spec-scroll {
	position:relative;
	width: 100%;
	margin-top:4px;
	overflow:hidden;
}

.spec-scroll a {
	position:absolute;
	top:50%;
	z-index:2;
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
}

.spec-scroll .pctr {
	width: 20px;
	line-height: 80px;
	display: block;
	cursor: pointer;
}

.spec-scroll .pctr_sh {
	height: 80px;
}

.spec-scroll .pctr_bh {
	height: 106px;
}

.spec-scroll .prev {
	left:0;
	background: #e6e6e6 url(../image/pd_btn01.png) left center no-repeat;
}

.spec-scroll .next {
	right:0;
	background: #e6e6e6 url(../image/pd_btn02.png) right center no-repeat;
}

.spec-scroll .pctr:hover {
	background-color: #e62129;
}

.spec-scroll .prev:hover {
	background-position: right center;
}

.spec-scroll .next:hover {
	background-position: left center;
}

.spec-scroll .items {
	display:flex;
	align-items: center;
	float: left;
	position: relative;
	width: calc(100% - 44px);
	overflow: hidden;
}

.spec-scroll .items_sh {
	height:50px;
	margin:0 20px;
}

.spec-scroll .items_bh {
	height: 106px;
}

.spec-scroll .items ul {
	position: absolute;
	width: 999999px;
}

.spec-scroll .items ul li {
	float: left;
	width:60px;
	margin-right:5px;
	text-align: center;
	cursor: pointer;
}

.spec-scroll .items ul li img {
	width:100%;
	border: #eaeaea 1px solid;
	overflow: hidden;
}

.spec-scroll .items ul li span.p_m {
	width: 95px;
	height: 24px;
	font-size: 89%;
	line-height: 24px;
	margin: 0px 5px;
	display: block;
	background-color: #efefef;
	color: #313131;
}

.spec-scroll .items ul li:hover span.p_m {
	color: #fff;
	background: #e50012;
}

.spec-scroll .items ul li:hover img {
	border: #e50012 1px solid;
}

.spec-scroll .items ul li.curr span.p_m {
	color: #fff;
	background: #e50012;
}

.spec-scroll .items ul li.curr img {
	border: #e50012 1px solid;
}

.prox_sec_mess .prox_m_desc {
	font-size:14px;
	line-height: 1.4;
	padding-bottom: 20px;
}

.prox_sec_mess .prox_tip {
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding: 20px;
	border: .5px solid #E6E6E6;
	background-color:#FFFFFF;
}

.prox_sec_mess .prox_tip .tip_tel ,.prox_sec_mess .prox_tip .tip_addr{
	display: flex;
	align-items:center;
}

.prox_sec_mess .prox_tip .tip_tel i {
	width: 56px;
	height: 50px;
	margin-right:10px;
	background: url(../image/prox_icon.gif) 0px 0px no-repeat;
}


.prox_sec_mess .prox_tip .tip_addr i {
	width: 56px;
	height: 50px;
	margin-right:10px;
	background: url(../image/prox_icon.gif) 0px -60px no-repeat;
}

.prox_sec_mess .prox_tip .tip_txt {

	text-align: left;
}

.prox_sec_mess .prox_tip p {

	line-height: 28px;
}

.prox_sec_mess .prox_tip p span {
	color: #585858;
	font-size: 120%;
	font-weight: bold;
	font-family: RobotoBold;
}

.prox_btns {
	display:flex;
	align-items:center;
	width:100%;
	height: 50px;
	margin-top: 30px;
	overflow: hidden;
}

.prox_btns a{
	display: inline-block;
	margin-right:20px;
	font-family: 'iconfont';
	border-radius:4px;
	overflow:hidden;
}
.prox_btns a::before{
	display:flex;
	justify-content: center;
	align-items: center;
	width:40px;
	height:40px;
	font-size:24px;
	color:#FFFFFF;
}
.prox_btns a.add_cart::before{
	content: '\e603';
	background-color:#E60012;
}
.prox_btns a.add_say::before{
	content: '\e616';
	background-color:#FC6D04;
}
.prox_btns a.contact_btn::before{
	content: '\e6cc';
	background-color:#FFCC00;
}
.prox_btns a ins{
	display: none;
}


.prox_intr {
	width: 100%;
	margin-top: 20px;
}

.prox_intr .detail_txt {
	height: auto;
	padding: 30px 0px;
	font-size: 16px;
	line-height: 2;
}

.prox_intr .detail_txt table {
	width: 100%;
	border: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.prox_intr .detail_txt table tr.firstRow {
	backgroud-color: #ddd;
}

.prox_intr .detail_txt table tr:nth-child(even) {
	background-color: #f5f5f5;
}

.prox_intr .detail_txt table tr td {
	width: auto;
	text-align: center;
	font-size: 86%;
	padding: 5px 0px;
	border: #ddd 1px solid;
}
.reveal-modal-bg{
	position: fixed;
	top:54px;
	left:0;
	z-index:998;
	width:100vw;
	height:calc(100vh - 54px);
	background-color:rgba(0,0,0,.4);
	backdrop-filter: blur(40px);
}
.infoBox{
	position:fixed;
	top:50%!important;
	left:50%;
	z-index:999;
	width:calc(100vw - 48px);
	max-width:600px;
	transform: translate(-50%,-50%);
	background-color:#FFFFFF;
	border-radius:4px;
	visibility: hidden;
	overflow:hidden;
}
.infoBox_tit{
	padding:10px 10px 10px 10px;
	font-size: 16px;
	background-color:#F0F0F0;
}
.infoBox_tit i{
	color:#E60012;
	font-size:18px;
}
.close-reveal-modal{
	float:right;
}
#bookSuccess{
	display:none;
}
#bookBoxCon tr td:first-child{
	padding-left:20px;
}
#bookBoxCon tr td{
	font-size:16px;
	padding:10px 0;
	vertical-align: top;
}
#commentSubmit{
	width:100px;
	padding:0;
	line-height:28px;
	background-color:#E60012;
	color:#FFFFFF;
	border:none;
	outline: none;
}
.button.reset{
	width:100px;
	margin-left:20px;
	padding:0;
	line-height:30px;
	background-color:#E6E6E6;
	color:#666666;
	border:none;
	outline: none;
}
#guestBoxCon{
	padding:0 20px 20px;
}
#guestBoxCon table{
	display:block;
	width:100%;
}
#guestBoxCon tr{
	display:block;
	width:100%;
	overflow:hidden;
}
#guestBoxCon tr td{
	display:block;
	float:left;
	width:100px;
	margin:6px 0;
	padding-right:10px;
}
#guestBoxCon tr td:nth-child(2n){
	width:calc(100% - 100px);
	padding:0;
}
#guestBoxCon tr td input{
	display:block;
	float:left;
	width:60%;
}
#guestBoxCon tr td textarea{
	display:block;
	width:100%;
}
#guestBoxCon tr td img{
	display:block;
	float:left;
	height:22px ;
	margin-left:10px;
}
#guestBoxCon tr:last-child td{
	width:100%;
	height:30px;
	padding:0!important;
}
#guestBoxCon tr:last-child  button{
	width:100px;
	line-height:30px;
	padding:0;
	border:none;
	outline: none;
}
#guestbookSubmit{
	background-color:#E60012;
	color:#FFFFFF;
}
#guestSuccess{
	display:none;
	padding:20px;
	font-size: 13px;
	line-height: 1.4;
}
#guestSuccess i{
	display:block;
	width:100%;
	text-align:center;
	font-size:32px;
	color:#35d935;
}
.search_page{
	padding:24px;
}
.wrap{
	width:100%!important;
}
.search_msg{
	padding-bottom:10px;
	font-size:22px;
	line-height: 1.2;
	font-weight:600;
}
.s_list{
	padding:10px 0 20px;
}
.s_list+.s_list{
	border-top:.5px solid #E6E6E6;
}
.s_list dt{
	font-size:16px;
	line-height:2;
}
.s_list dt span{
	color:#E60012;
}
.s_list dt span a{
	color:#E60012;
}
.s_list dt>a{
	color:#666666;
}
.s_list dd{
	font-size:12px;
	color:#888888;
	padding-top:10px;
}
.s_list .zy{
	font-size:14px;
	line-height: 1.6;
}
.artic_txt img,.detail_txt img{
	display:block!important;
	width:100%!important;
	height:auto!important;
}
.artic_txt p,.detail_txt p{
	width:100%!important;
}
.detail_txt table{
	display:block;
	width:100%;
	overflow-x: scroll;
}
@media screen and (max-width: 768px) {
	.single_pages{
		width:100vw;
	}
	.appBox.appBox_bg {
	    background: url(../image/car.png) #F6F8FA center 80px no-repeat;
	    background-size: 80%;
	}
	.m_pic_push li{
		width:calc(50vw - 36px);
		margin:0 24px 24px 0;
	}
	.pic_layer>a{
		height:calc((50vw - 36px) * .75);
	}
	.pic_layer h2{
		height:70px;
		padding:15px;
		font-size:16px;
	}
	.prox_sec_img{
		width:100%;
		margin-bottom:20px;
	}
	.spec-scroll{
		margin-top:10px;
	}
	.prox_sec_mess{
		width:100%;
		padding:0;
	}

	.detail_txt table::-webkit-scrollbar
	{
	    width: 4px;
	    height: 4px;
	    background-color: #E6E6E6;
	}
	 
	/*定义滚动条轨道 内阴影+圆角*/
	.detail_txt table::-webkit-scrollbar-track
	{
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	    border-radius: 10px;
	    background-color: #F0F0F0;
	}
	 
	/*定义滑块 内阴影+圆角*/
	.detail_txt table::-webkit-scrollbar-thumb
	{
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px #ED3323;
	    background-color: #ED3323;
	}
}
@media screen and (max-width: 738px){
	.appBox.appBox_bg {
	    background: url(../image/car.png) center 80px no-repeat;
	    background-size: 80%;
		background-color:#f6f8fa;
	}
	.hBox_m_li h2,.m_pro_li h2{
		font-size:18px;
	}
	
}
/* 平板模式 */
@media screen and (max-width: 668px) {
	.app_tit,.irows_tit,.app_txt h2{
		margin-top:10px;
		font-size:22px;
	}
	.appBox{
		background: url(../image/car.png) #F6F8FA center 80px no-repeat;
		background-size: 80%;
	}
/* 	.appBox.appBox_bg {
	    background: url(../image/car.png) center 110vw no-repeat;
	    background-size: 80%;
		background-color:#f6f8fa;
	} */
	.box_m_pro{
		width:100%;
		padding:24px;
	}
	.box_m_pro .m_pro_li{
		width:100%;
		height:auto;
		padding-bottom:20px;
		margin:0 0 24px 0;
	}
	.index_advantage{
		padding:24px;
	}
	.index_sec_news ul{
		width:100%;
	}
	.index_sec_news ul li{
		width:100%;
		margin:24px 0 0;
	}
	.index_sec_news ul li .news_img{
		width: calc(100vw - 48px);
		height: calc((100vw - 48px) * .45);
	}
	.rows_con li{
		width:12vw;
	}
	.rows_con li>div:first-child{
		width:12vw;
		height:12vw;
		margin:0;
	}
	.single_pages,.single_txt{
		height:auto;
	}
	.single_img a img{
		height:80vw;
	}
	.total_m_con ul li>a{
		display:block;
		width:60px;
		height:60px;
		line-height:60px;
		font-size:40px;

	}
	.ticon_snav a{
		display:block;
		padding-top:10px;
		color:#666666;
		font-size:16px;
		font-weight:400;
	}
	#sicon01::before{
		content:'\e708';
	}
	#sicon02::before{
		content:'\e60c';
	}
	#sicon03::before{
		content:'\e65c';
	}
	.m_app_tit{
		flex-direction: column;
		background-color:transparent;
		border:none;
	}
	.m_app_tit h2{
		width:100%;
		padding:40px 0;
		background-color: transparent;
		color:#666666;
		text-align: center;
	}
	.m_tit_subs ul li a{
		display:block;
		margin:10px;
		padding:15px 20px;
		border: .5px solid #0066CC;
		border-radius:60px;
		color:#0066CC;
	}
	#bookBoxCon{
		padding:0 0 30px;
	}
	#bookBoxCon tr td{
		display:block;
		width:100%;
		padding:4px 20px;
	}
	#bookBoxCon tr td textarea{
		display:block;
		width:100%;
	}
	#bookBoxCon tr td:last-child{
		padding-bottom:18px;
	}
}
@media screen and (max-width: 560px){
	.bread_bar h3{
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
/* 	.appBox.appBox_bg {
	    background: url(../image/car.png) center 120vw no-repeat;
	    background-size: 80%;
		background-attachment: fixed;
		background-color:#f6f8fa;
	} */
	.hBox_m_con{
		width:100%;
	}
	.hBox_m_con .hBox_m_li{
		width:100%;
		margin:0 0 20px 0;
	}
	.total_m_con ul li{
		width:140px;
		height:120px;
		padding:0;
	}
	.m_list ul{
		width:100%;
	}
	.m_list ul li{
		width:100%;
		margin:0 0 20px 0;
	}
	.m_list .ml_img{
		width:100%;
		height:calc((100vw - 48px) * .5);
	}
	.detail_bot{
		margin:40px 0;
		padding:0 10px;
		border-radius:4px;
		background-color:#FFFFFF;
	}
	.detail_bot li{
		padding:10px 0;
		font-size:18px;
		text-overflow: inherit;
		white-space: normal;
		font-size: 16px;
		line-height:1.4;
	}
	.prox_sec_mess .prox_tip{
		padding:10px;
	}
	.prox_sec_mess .prox_tip .tip_addr i,.prox_sec_mess .prox_tip .tip_tel i{
		display:none;
	}
	.prox_sec_mess .prox_tip p{
		line-height:1.4;
	}
	.prox_btns{
		margin-top:20px;
	}
	.prox_btns a{
		border-radius:10px;
	}
}
/* 手机模式 */
@media screen and (max-width: 450px){
	.appBox{
		background: url(../image/car.png) #F6F8FA center 65px no-repeat;
		    background-size: 70%;
	}
	.appBox.appBox_bg {
	    background: url(../image/car.png) #F6F8FA center 90px no-repeat;
	    background-size: 80%;
	}
	.appBox .wrap{
		padding-bottom:20px;
	}
	.index_advantage{
		padding:40px 24px 20px;
	}
	.index_news{
		padding:40px 24px;
	}
	.app_tit{
		padding:20px 0 120px;
	}
	.box_carmodel{
		padding-top:30px;
	}
	.m_li_desc{
		font-size: 1.3rem;
	}
	.single_txt .m_tit{
		padding-bottom: 20px;
	}
	.single_txt .con_txt{
		padding:0 0 30px;
	}
	.single_pages,.single_txt{
		height:auto;
	}
	.single_img a img{
		height:100vh;
		margin-left:-90%;
	}
	.total_m_con ul li{
		width:120px;
		height:120px;
		padding:0;
	}
	.ticon_snav a{
		font-size:14px;
	}
	.artic_txt{
		font-size: 14px!important;
	}
	.m_tit_subs ul li a{
		font-size:12px;
	}
	.m_pic_push{
		width:100%;
	}
	.m_pic_push li{
		width:100%;
		margin:0 0 20px;
		border-radius:10px;
		box-shadow: rgba(74, 90, 117, 0.08) 0px 4px 16px 0px, rgba(74, 90, 117, 0.16) 0px 2px 4px 0px;
		overflow: hidden;
	}
	.pic_layer>a{
		width:100%;
		height:calc((100vw - 48px) * .6);
	}
	.m_app_tit h2{
		padding:20px 0;
	}
	.m_tit_subs ul li a{
		padding:10px 14px;
	}
	.search_msg{
		font-size: 16px;
	}
	.s_list dt{
		font-size:14px;
		line-height:1.6;
		font-weight: 600;
	}
	.s_list .zy{
		font-size: 13px;
	}
	.detail_txt table tr td{
		font-size:13px!important;
	}
}
@media screen and (max-width: 420px){
	.appBox{
		background: url(../image/car.png) #F6F8FA center 70px no-repeat;
		    background-size: 70%;
	}
	.index_advantage{
		padding:20px 24px;
	}
	.index_news{
		padding:20px 24px 40px;
	}
	.rows_con ul{
		margin-top:40px;
		padding:20px 0;
	}
	.rows_con li>div:first-child{
		font-size:32px;
	}
	.app_txt h2{
		font-size:18px;
	}
	.irows_tit{
		padding:20px 0;
	}
	.total_m_con ul{
		flex-direction: column;
	}
	.total_m_con ul li{
		display:flex;
		flex-direction: row;
		justify-content: start;
		width:100%;
		height:80px;
		margin-bottom:20px;
		padding:20px;
	}
	.ticon_snav a{
		padding:0 0 0 20px;
		font-size:16px;
		font-weight:600;
	}
	.prox_intr .detail_txt{
		font-size:14px;
	}
}
@media screen and (max-width: 375px){
	/* .appBox.appBox_bg {
	    background: url(../image/car.png) center 154vw no-repeat;
	    background-size: 80%;
	    background-attachment: fixed;
	    background-color: #f6f8fa;
	} */
	.hBox_m_con{
		padding: 160px 24px 40px;
	.hBox_m_li h2, .m_pro_li h2{
		font-size:16px;
	}
	
	.hBox_m_li a{
		width:100px;
	}
	.hBox_m_li h2{
		width:calc(100% - 100px);
	}
	#switcher{
		display:none;
	}
	.prox_sec{
		margin-top:-10px;
		padding:0 0 20px;
	}
}
