body {
	font-family: "microsoft yahei", arial;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.table {
	display: table !important;
	width: 100%;
}

.table-cell {
	/* display: table-cell !important; */
}

.v-top {
	vertical-align: top;
}

.header {
    height: 50px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
	transition: .3s;
}
.header.mask{
	background: rgba(0,0,0,.8);
}
.header .logo img {
	margin-top: 10px;
	height: 30px;
}

.header .logo {
	float: left;
}

.header .nav {
	float: right;
}

.header .nav ul li {
	float: left;
	width: 90px;
	text-align: center;
	/* margin-left: 30px; */
}

.header .w-inner {
	width: 990px;
	margin: auto;
	overflow: hidden;
}
.auxiliary .tab-item-text{
	width: 984px;
	margin: auto;
}
.design li a{
	display: block;
	    width: 100%;
	    height: 100%;
}
.design li:hover a{
	color: #f0be1e;
}
.header .nav ul>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: rgba(255,255,255,.9);
}

.header .nav-bar {
	position: absolute;
	width: 35px;
	height: 24px;
	right: 4%;
	margin-top: 12px;
	display: none;
}

.header .nav-bar .line {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #f0be1e;
	border-radius: 2px;
	transition: .23s .32s ease-in-out, background-color .35s, transform .32s;
	-webkit-transition: .23s .32s ease-in-out, background-color .35s, transform .32s;
}

.header .nav-bar .line.top-line {
	top: 0;
}

.header .nav-bar .line.middle-line {
	top: 10px;
}

.header .nav-bar .line.bottom-line {
	bottom: 0;
}

.header .nav-bar.active .line.top-line {
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: .23s ease-in-out, transform .32s .23s;
	-webkit-transition: .23s ease-in-out, transform .32s .23s;
}

.header .nav-bar.active .line.middle-line {
	opacity: 0;
	transition: 0.2s ease-in-out;
}

.header .nav-bar.active .line.bottom-line {
	bottom: 10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition: .23s ease-in-out, transform .32s .23s;
	-webkit-transition: .23s ease-in-out, transform .32s .23s;
}

.iphone-mark.on {
	display: block;
}

.iphone-mark {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 50px;
	background: rgba(18, 18, 18, 0.6);
	z-index: 5;
	display: none;
	transition: 320ms 0ms;
}
.swiper-slide-pc-play{
	width: 550px;
	float: left;
}
.swiper-slide-pc-play:last-child{
	width: 550px;
	float: right;
}
/*.iphone-menu {
    width: 180px;
    height: 100%;
    position: fixed;
    right: -180px;
      top: 50px;
   background: #fff;
    z-index: 110;
     transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    z-index: 19;
}*/
.iphone-menu {
	width: 100%;
	position: fixed;
	display: none;
	background: #000;
	z-index: 110;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	z-index: 99;
	top: 50px;
}
.iphone-menu ul li a span {
   position: relative;
}
.iphone-menu ul li.active a span:after {
    content: "";
        width: 100%;
        height: 4px;
        background-color: #f0be1e;
        background: linear-gradient(to right, #e8b309 0%, #f1e1aa 100%);
        position: absolute;
        left: 0px;
        bottom: -10px;
}
.iphone-menu ul {
}
.iphone-menu ul li{
	    margin-bottom: 5px;
	    text-align: center;
}
.iphone-menu ul li a {
   display: block;
       height: 40px;
       line-height: 40px;
       color: #fff;
       font-size: 14px;
}
.iphone-menu ul li.active a {
    color: #f0be1e;
        font-size: 16px;
}
.pusher {
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	-webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 100%;
}

.pusher.on {
	transform: translate(0, -230px);
}

.iphone-menu.on {
	transform: translate(0, -230px);

	transition: .3s;
	overflow-y: auto;
}

.nav-bar {
	display: none;
}

.charact_1_text {
	float: left;
	height: 300px;
}

.endurance {
	float: left;
	height: 300px;
}

.endurance img {
	width: 90%;
	/* height: 260px; */
	border-radius: 100%;
}

.banner1 {
	position: relative;
}

.banner-inner h5 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 10px;
	margin-bottom: 28px;
	margin-top: 35px;
}

.banner-inner h5 span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	border-radius: 100%;
	position: relative;
	top: -5px;
	left: -5px;
	margin: 0 10px;
}

.banner-inner h6 {
	margin-top: 10px;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 20px;
}

.banner1 .banner {
	width: 100%;
}

.banner1 img.ms {
	display: none;
}

.banner-inner {
	text-align: center;
	position: absolute;
	top: 90px;
	width: 100%;
	z-index: 2;
}


.whyChoose:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
}

.screen2 {
	padding: 15px;
}

.screen2 h2 {
	color: #f0be1e;
	font-weight: bold;
	margin-bottom: 10px;
}

.w-inner {
	width: 1120px;
	margin: auto;
	overflow: hidden;
}

.safety-text {
	float: left;
	width: 45%;
}

.safety-video {
	width: 50%;
	float: right;
}

.safety-video video {
	width: 100%;
	position: relative;
	opacity: 1;
}

.safety1 {
	background-color: #f7f8f9;
	padding: 80px 0;
	padding-bottom: 40px;
}

.safety-img-list {
	width: 100%;
	max-width: 1300px;
	margin: auto;
	margin-top: 40px;
}

.safety1 .article-title {
	width: 100%;
}

.safety1 .article-title h5 {
	line-height: 36px;
	margin: 20px 0;
}

.safety-video video:focus {
	outline: none;
}

.safety-img-list ul {
	overflow: hidden;
}

.safety-img-list ul li {
	float: left;
	width: 25%;
	text-align: center;
	max-height: 204px;
	overflow: hidden;
}

.safety-img-list ul li img {
	width: 95%;
	height: auto;
	display: inline;
}

.about {
	padding: 60px 0;
	padding-bottom: 50px;
}

.about-video {
	width: 50%;
	float: left;
}

.about-video video {
	width: 100%;
	position: relative;
	opacity: 1;
}

.about-video video:focus {
	outline: none;
}

.about-text {
	width: 45%;
	float: right;
}

.about-text dt {
	color: #f0be1e;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 15px;
}

.about-text dd {
	line-height: 30px;
	font-size: 16px;
}

.news {
	padding-bottom: 80px;
	margin-top: 50px;
}

.news-title {
	text-align: center;
	transition-delay: 200ms;
	font-weight: bold;
	color: #f0be1e;
	font-size: 26px;
	margin-bottom: 35px;
}

.news-warp .item {
	padding: 15px;
	border: 1px solid #8c8985;
	margin-bottom: 20px;
	border-radius: 3px;
	width: 540px;
	float: left;
}

.news-warp .item:nth-child(2n) {
	float: right;
}

.news-warp .item dt {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}

.news-warp .item dt a {
	color: #ddd;
	display: block;
	overflow: hidden;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	text-align: left;
}

.news-warp .item dd {
	height: 53px;
	overflow: hidden;
}

.news-warp .item dd a {
	color: #999;
	text-align: left;
	line-height: 26px;
	display: block;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-warp .item:hover dt a {
	color: #f0be1e;
}

.news-warp .item:hover dd a {
	text-decoration: underline;
}

.footer {
	padding: 40px 0;
	background: #272727;
	padding-top: 60px;
}

.footer-text {
	width: 330px;
	float: left;
	margin-right: 30px;
}

.footer-text dt {
	text-align: center;
	margin-bottom: 20px;
}

.footer-text dt img {
	display: inline;
	width: 200px;
}

.footer-text dd p {
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: 10px;
}

.footer-link {
	float: left;
	width: 165px;
	margin-right: 30px;
}

.footer-link dl dt {
	margin: 10px 0 15px 0;
	border-bottom: 1px dotted #e4e9f0;
	color: #eee;
	font-size: 18px;
	font-weight: 200;
	padding-bottom: 10px;
}

.footer-link dl dd {}

.footer-link dl dd li {
	border-bottom: solid 1px #353535;
	font-size: 12px;
	color: #eee;
}

.footer-link dl dd li span {
	color: #f0be1e;
	font-weight: bold;
	font-size: 12px;
}

.footer-link dl dd li a {
	color: #eee;
	font-size: 13px;
	padding: 10px 0px;
	display: inline-block;
}

.footer-link-right li {
	padding: 10px 0px;
}

.footer-link-right {
	width: 365px;
	margin-right: 0;
}

.footer-link-right .erCode {
	overflow: hidden;
	margin-top: 15px;
}

.footer-link-right .erCode li {
	float: left;
	width: 50%;
}

.footer-link-right .erCode li p {
	width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	font-size: 13px;
}

.footer-link-right .erCode li p img {
	width: 100%;
}

.copyright {
	background: #000;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.safety-img-list .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	max-height: 200px;
}

.safety-img-list .swiper-slide img {
	width: 100%;
}

.safety-img-list .ms {
	display: none;
}

@media (max-width: 991px) {

	.footer-v1 .copyright,
	.footer-v1 .footer-socials {
		text-align: left;
	}
}

.clear {
	clear: both;
}

.swiper5 {
	height: 260px;
	overflow: hidden;
	position: relative;
	top: 200px;
}

.carPri {
	background: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 65px 0;
}

.carPri .priTit {
	color: #000000;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
}

.carPri .car-desc {
	font-size: 14px;
	color: #606060;
}

.carPri .carChange {
	width: 81%;
	margin: 46px auto 0;
	overflow: hidden;
}

.carPri .carChange .page1 {
	width: 50%;
}

.carPri .carChange .page1 .swiper-wrapper {
	margin-bottom: 10%;
}

.carPri .carChange .page1 .swiper-wrapper .swiper-slide {
	text-align: left;
	display: block;
}

.carPri .checkCarModel {
	width: 70%;
	margin: 0 auto;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	-webkit-transition: 0s;
	transition: 0s;
}

.carPri .configuration {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 0.56rem;
	text-align: center;
}

.carPri .configuration .configuration_tit {
	margin-bottom: 23px;
	color: #000;
	font-size: 18px;
	line-height: 2;
	font-weight: 400;
	text-align: center;
}

.carPri .configuration .configuration_tit span {
	color: #00B2DF;
}

.carPri .configuration .operatorSearch {
	width: 190px;
	height: 38px;
	line-height: 38px;
	margin: 0 20px;
	display: inline-block;
}

.carPri .configuration .lastLeftBtnLoop,
.carPri .configuration .lastRightBtnLoop {
	width: 13px;
	height: 22px;
	margin-top: -11px;
	background-image: url("../img/btn_left.png");
	-webkit-background-size: contain;
	background-size: contain;
}

.carPri .configuration .lastRightBtnLoop {
	background-image: url("../img/btn_right.png");
}

.carPri .configuration .buyCarMess {
	color: #606060;
	font-size: 16px;
	font-weight: 400;
	margin-top: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.carPri .configuration .operator-btns {
	width: 100%;
	margin-top: 28px;
	text-align: center;
}

#swiper3 {
	height: auto;
	position: relative;
}

#swiper3 .swiper-pagination {
	bottom: 0 !important;
}

#swiper3 .swipeDot {
	width: 54px;
	margin: 0 0 !important;
}

#swiper3 .swipeDot:first-child {
	border-radius: 3px 0 0 3px;
}

#swiper3 .swipeDot:last-child {
	border-radius: 0 3px 3px 0;
}

#swiper3 .swiper-pagination-progressbar {
	border-radius: 5px;
}

#swiper3 .swiper_slide_item {
	width: 180px;
	padding: 20px;
	margin: 0 1%;
	background: #F5F5F5;
	text-align: center;
}

#swiper3 .swiper_slide_item .title {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#swiper3 .swiper_slide_item .title::after {
	content: '';
	display: inline-block;
	width: 39px;
	height: 2px;
	margin-top: 15px;
	background: #00B2DF;
}

#swiper3 .swiper_slide_item .aftePrice {
	padding-top: 25px;
	font-weight: 400;
	color: #303030;
	font-size: 16px;
}

#swiper3 .swiper_slide_item .blurColor {
	padding-top: 15px;
	font-size: 22px;
	font-weight: 800;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

#swiper3 .swiper_slide_item .blurColor::after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #DADADA;
	margin-top: 15px;
}

#swiper3 .swiper_slide_item .btn1,
#swiper3 .swiper_slide_item .btn2 {
	border: 1px solid #303030;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 0.2rem;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}

#swiper3 .swiper_slide_item .btn1 a,
#swiper3 .swiper_slide_item .btn2 a {
	color: #fff;
}

#swiper3 .swiper_slide_item .btn1 {
	margin-top: 14px;
	color: #303030;
	background: #F5F5F5;
}

#swiper3 .swiper_slide_item .btn2 {
	margin-top: 21px;
	color: #FFFFFF;
	background: #00B2DF;
	border: none;
}

.blurColor {
	color: #00B2DF !important;
}

.operatorSearch {
	margin: 0 auto;
	width: 240px;
	height: 48px;
	line-height: 48px;
	border: 1.5px solid #00b2df;
	border-radius: 30px;
	color: #00B2DF;
	font-weight: 500;
	font-size: 20px;
	background: #fff;
	cursor: pointer;
	text-align: center;
}

.operatorSearch a {
	color: #00b2df;
}

.tabsBox {
	width: 100%;
	/* background: #1f1e1e; */
	padding: 30px 0;
	padding-bottom: 0;
}

.tabsBox .tabItem {
	position: relative;
	width: 90%;
	max-width: 1220px;
	margin: auto;
}

.tabsBox .tabItem .item_first {
	margin-bottom: 60px;
}

.tabsBox .tabItem .charact_1 {
	margin-bottom: 0;
	overflow: hidden;
}

.tabsBox .tabItem .charact_1 .charact_1_text {
	width: 21%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 3% 0 0 2%;
	color: #fff;
	/* background: url(../img/endurance_bg.jpg) no-repeat 0 0; */
	-webkit-background-size: cover;
	background-size: cover;
}

.tabsBox .tabItem .charact_1 .charact_1_text h3 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

.tabsBox .tabItem .charact_1 .charact_1_text h3:before {
	margin-right: 15px;
	content: '';
	display: inline-block;
	width: 34px;
	height: 34px;
	background: url(../img/oneTit.png) no-repeat 0 0;
	-webkit-background-size: contain;
	background-size: contain;
}

.tabsBox .tabItem .charact_1 .charact_1_text .tab_item_des {
	width: 90%;
	margin-top: 20px;
	color: #d4d4d2;
	line-height: 28px;
}

.tabsBox .tabItem .charact_1 .charact_1_text .btnMore {
	width: 180px;
	height: 48px;
	line-height: 48px;
	margin-top: 38px;
	font-size: 18px;
	color: #00b2df;
	text-align: center;
	border: 2px solid #00b2df;
	border-radius: 24px;
	cursor: pointer;
	display: block;
	position: relative;
}

.tabsBox .tabItem .charact_1 .charact_1_text .btnMore i {
	font-size: 30px;
	position: absolute;
	right: 25px;
	top: -2px;
}

.tabsBox .tabItem .charact_1 .endurance {
	width: 29%;
	height: auto;
}

.tabsBox .tabItem .charact_1 .charact_more {
	position: relative;
	height: 0;
	overflow: hidden;
}

.tabsBox .tabItem .charact_1 .charact_4_more .operating_range .rangeBtn {
	margin-bottom: 0;
}

.tabsBox .tabItem .charact_1 .operating_range {
	width: 100%;
	padding-top: 130px;
	position: relative;
	overflow: hidden;
}

.tabsBox .tabItem .charact_1 .operating_range .macrocell {
	width: 12%;
	max-width: 244px;
	margin-right: -30% !important;
}

.tabsBox .tabItem .charact_1 .operating_range .leftCar {
	width: 30%;
	max-width: 611px;
	margin-top: 43px;
	position: absolute;
	left: -300px;
}

.tabsBox .tabItem .charact_1 .operating_range .top {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tabsBox .tabItem .charact_1 .operating_range .top .title {
	margin-right: 30px;
	color: #202020;
	font-size: 0.25rem;
	font-weight: 500;
}

.tabsBox .tabItem .charact_1 .operating_range .top .title p {
	font-size: 18px;
	letter-spacing: 5px;
}

.tabsBox .tabItem .charact_1 .operating_range .top .title span {
	font-weight: bold;
	color: #202020;
	font-size: 30px;
}

.tabsBox .tabItem .charact_1 .operating_range .top .num {
	font-weight: bold;
	font-size: 72px;
	margin-right: 10px;
	line-height: 72px;
}

.tabsBox .tabItem .charact_1 .operating_range .top .mess {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tabsBox .tabItem .charact_1 .operating_range .top .mess .cell {
	width: 74px;
	height: 26px;
	background: url(../img/cell.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabsBox .tabItem .charact_1 .operating_range .top .mess .cell div {
	width: 30%;
	height: 100%;
	background: -webkit-linear-gradient(96deg, #008db1, #5bdeff);
	background: linear-gradient(-6deg, #008db1, #5bdeff);
}

.tabsBox .tabItem .charact_1 .operating_range .top .mess .blurColor {
	font-size: 30px;
	font-weight: bold;
}

.tabsBox .tabItem .charact_1 .operating_range .top .mess span {
	margin-right: 0.1rem;
	margin-left: -0.15rem;
}

.tabsBox .tabItem .charact_1 .operating_range .middle {
	margin-top: 24px;
	text-align: center;
	position: relative;
}

.tabsBox .tabItem .charact_1 .operating_range .middle img {
	margin: 0 6%;
	display: inline-block !important;
}

.tabsBox .tabItem .charact_1 .operating_range .range_box {
	margin-top: -30px;
	padding: 60px 0;
	background-color: #f9f9f9;
}

.tabsBox .tabItem .charact_1 .operating_range .range_box .bottom {
	width: 80%;
	margin: 0 auto;
	font-size: 16px;
	padding: 30px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #606060;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table {
	width: 80%;
	padding: 65px 8%;
	background: white;
	border-radius: 12px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
	position: relative;
	overflow: hidden;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table h2 {
	margin-bottom: 86px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table h2 span {
	font-size: 38px;
	color: #00B2DF;
	margin: 0 15px;
	position: relative;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table h2 span:after {
	content: '';
	width: 51px;
	height: 4px;
	margin-left: -25px;
	background: #00B2DF;
	position: absolute;
	left: 50%;
	bottom: -10px;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text {
	width: 48%;
	float: left;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .range_des {
	font-size: 18px;
	font-weight: bold;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .range_des span {
	font-size: 24px;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .check_city {
	margin: 38px auto 0;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .pri,
.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .city {
	position: relative;
	overflow: hidden;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .pri img,
.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .city img {
	width: 16px;
	height: 8px;
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -4px;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .pri {
	margin: 24px 0;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .choseSiteInput {
	width: 82%;
	position: relative;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite .blurColor {
	margin-top: 18px;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite select {
	width: 100%;
	height: 56px;
	border: 1px solid #303030;
	font-size: 18px;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .choseSite span {
	font-size: 18px;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .range_text .range_last_mess {
	margin: 48px 10% 48px 0;
	font-size: 14px;
	font-weight: 400;
	color: #606060;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .rangeGif {
	width: 48%;
	float: right;
	position: relative;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .siteTo,
.tabsBox .tabItem .charact_1 .operating_range .range_table .siteFrom {
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .siteFrom {
	left: 16%;
	bottom: 12%;
}

.tabsBox .tabItem .charact_1 .operating_range .range_table .siteTo {
	right: 13%;
	top: 53%;
}

.tabsBox .tabItem .charact_1 .operating_range .rangeBtn {
	margin: 80px auto 20px;
}

.tabsBox .tabItem .bigSpaceNow .charact_1_text {
	padding: 5% 5% 0 0;
	text-align: right;
	background-image: url("../img/endurance_bg2.jpg");
}

.tabsBox .tabItem .bigSpaceNow .charact_1_text .tab_item_des {
	width: 100%;
}

.tabsBox .tabItem .bigSpaceNow .carChair {
	width: 100%;
	position: relative;
}

.tabsBox .tabItem .bigSpaceNow .carChair .carChairBox {
	font-size: 18px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: 17%;
	bottom: 15%;
}

.tabsBox .tabItem .bigSpaceNow .carChair .carChairBox .carChair_title {
	font-weight: bold;
	font-size: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.tabsBox .tabItem .bigSpaceNow .carChair .carChairBox .carChair_title::after {
	content: '';
	display: inline-block;
	width: 51px;
	height: 4px;
	background: #00B2DF;
	margin-top: 21px;
}

.tabsBox .tabItem .bigSpaceNow .carChair .carChairBox .carChair_des {
	font-weight: 500;
	padding-top: 29px;
}

.tabsBox .tabItem .bigSpaceNow .bigSpace {
	width: 100%;
	position: relative;
}

.tabsBox .tabItem .bigSpaceNow .bigSpace .carChairBox {
	color: #202020;
	position: absolute;
	left: 17%;
	top: 10%;
}

.tabsBox .tabItem .bigSpaceNow .bigSpace .list {
	margin-top: 29px;
	font-weight: 500;
}

.tabsBox .tabItem .bigSpaceNow .bigSpace .list span {
	width: 50%;
	float: left;
	display: inline-block;
}

.tabsBox .tabItem .bigSpaceNow .bigSpace .list .item-card:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #00B2DF;
	border-radius: 50%;
	margin-right: 15px;
}

.tabsBox .tabItem .bigSpaceNow .bigSpace .list .list_item {
	width: 40%;
}

.tabsBox .tabItem .bigSpaceNow .bigSpaceImgs {
	margin: 20px 20px 0;
	overflow: hidden;
}

.tabsBox .tabItem .bigSpaceNow .bigSpaceImgs .bigSpaceImgsItem {
	width: 32%;
	float: left;
	position: relative;
}

.tabsBox .tabItem .bigSpaceNow .bigSpaceImgs .bigSpaceImgsItem img {
	width: 100%;
}

.tabsBox .tabItem .bigSpaceNow .bigSpaceImgs .bigSpaceImgsItem .tvMes {
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.tabsBox .tabItem .bigSpaceNow .bigSpaceImgs .second_Item {
	margin: 0 2%;
}

.tabsBox .tabItem .safety .charact_1_text {
	/* background-image: url("../img/endurance_bg3.jpg"); */
}

.tabsBox .tabItem .safety .operating_range {
	padding: 0;
}

.tabsBox .tabItem .safety .carLine {
	width: 100%;
	position: relative;
}

.tabsBox .tabItem .safety .carLine .topRight {
	position: absolute;
	right: 10%;
	top: 17%;
}

.tabsBox .tabItem .safety .carLine .topRight .title {
	color: #333;
	font-size: 28px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.tabsBox .tabItem .safety .carLine .topRight .title:after {
	content: '';
	width: 51px;
	height: 4px;
	background: #00B2DF;
	margin-top: 18px;
	margin-bottom: 24px;
}

.tabsBox .tabItem .safety .carLine .topRight p {
	color: #333;
	font-size: 16px;
	text-align: right;
	line-height: 1.5;
}

.tabsBox .tabItem .safety .carLine .topRight p span {
	font-weight: bold;
}

.tabsBox .tabItem .safety .carLine .leftBottom {
	position: absolute;
	right: 10%;
	top: auto;
	bottom: 10%;
}

.tabsBox .tabItem .appearance {
	margin: 0;
}

.tabsBox .tabItem .appearance .charact_1_text {
	text-align: right;
	background-image: url("../img/endurance_bg4.jpg");
}

.tabsBox .tabItem .appearance .appearanceTop {
	margin-bottom: 20px;
	overflow: hidden;
}

.tabsBox .tabItem .appearance .appearanceTop .appearance_item {
	width: 49%;
	color: #fff;
	position: relative;
}

.tabsBox .tabItem .appearance .appearanceTop .appearance_item img {
	width: 100%;
}

.tabsBox .tabItem .appearance .appearanceTop .appearance_item .carTrim_box {
	position: absolute;
	left: 17%;
	top: 54%;
}

.tabsBox .tabItem .appearance .appearanceTop .appearance_item .carTrim_box .carTrim_title {
	font-size: 30px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tabsBox .tabItem .appearance .appearanceTop .appearance_item .carTrim_box .carTrim_title::after {
	content: '';
	display: inline-block;
	width: 51px;
	height: 4px;
	background: #00B2DF;
	margin-top: 21px;
}

.tabsBox .tabItem .appearance .appearanceTop .appearance_item .carTrim_box .carTrim_Des {
	padding-top: 24px;
	font-size: 18px;
	font-weight: 500;
}

.tabsBox .tabItem .appearance .carSeatBox {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}

.tabsBox .tabItem .appearance .carSeatBox .swiper-container {
	width: 49%;
	height: 748px;
	background: -webkit-gradient(linear, left bottom, left top, from(#e1e1e1), to(white));
	background: -webkit-linear-gradient(bottom, #e1e1e1 0%, white 100%);
	background: linear-gradient(0deg, #e1e1e1 0%, white 100%);
	background-color: #f2f2f2;
}

.tabsBox .tabItem .appearance .carSeatBox .seatBox {
	width: 85%;
	margin: 15% auto 0;
	overflow: hidden;
}

.tabsBox .tabItem .appearance .carSeatBox .seatBox .carSeat_box {
	width: 45%;
}

.tabsBox .tabItem .appearance .carSeatBox .seatBox .carSeat_title {
	color: #333;
	font-size: 30px;
	font-weight: bold;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.tabsBox .tabItem .appearance .carSeatBox .seatBox .carSeat_title::after {
	content: '';
	display: inline-block;
	width: 51px;
	height: 4px;
	background: #00B2DF;
	margin-top: 21px;
}

.tabsBox .tabItem .appearance .carSeatBox .seatBox .carSeat_des {
	padding-top: 24px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}

.tabsBox .tabItem .appearance .carSeatBox .newChair {
	width: 54%;
	max-width: 513px;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox {
	width: 49%;
	height: 748px;
	background: -webkit-gradient(linear, left bottom, left top, from(#e1e1e1), to(white));
	background: -webkit-linear-gradient(bottom, #e1e1e1 0%, white 100%);
	background: linear-gradient(0deg, #e1e1e1 0%, white 100%);
	background-color: #f2f2f2;
	text-align: center;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .tyreTit {
	margin: 15% 0 5%;
	color: #333;
	font-weight: bold;
	font-size: 30px;
	position: relative;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .tyreTit::after {
	content: '';
	display: inline-block;
	width: 51px;
	height: 4px;
	background: #00B2DF;
	margin-top: 21px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -25px;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .tyreMess {
	margin-top: 29px;
	color: #333;
	font-size: 18px;
	font-weight: 500;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .twoTyres {
	width: 100%;
	margin-top: 74px;
	text-align: center;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .twoTyres .twoTyres_item {
	margin: 0 5%;
	display: inline-block;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .twoTyres .twoTyres_item img {
	width: 236px;
	height: 236px;
}

.tabsBox .tabItem .appearance .carSeatBox .tyreBox .twoTyres .twoTyres_item .mes {
	margin-top: 16px;
	color: #333333;
	font-size: 18px;
	text-align: center;
}

.tabsBox .tabItem .tabTop {
	padding: 1.5rem 0.79rem 0rem 0.79rem;
}

.tabsBox .tabItem .tabTop .tab_item_tit {
	color: #000000;
	font-size: 0.48rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: bold;
}

.tabsBox .tabItem .tabTop .tab_item_tit::before {
	content: '';
	display: inline-block;
	width: 0.72rem;
	height: 0.72rem;
	background: url(../img/oneTit.png) no-repeat 0 0;
	-webkit-background-size: cover;
	background-size: cover;
	margin-right: 0.3rem;
}

.tabsBox .tabItem .tabTop .tab_item_des {
	font-weight: 400;
	color: #000;
	font-size: 0.24rem;
	margin-top: 0.41rem;
	line-height: 0.34rem;
	margin-bottom: 0.41rem;
}

.tab_item_tit2::before {
	background-image: url(../img/twoTit.png) !important;
}

.tab_item_tit3::before {
	background-image: url(../img/threeTit.png) !important;
}

.tab_item_tit4::before {
	background-image: url(../img/fourTit.png) !important;
}

article.design-configure .design-configure-list ul li span {
	position: absolute;
	display: block;
	background: rgba(0, 0, 0, .8);
	width: 100%;
	left: 0;
	bottom: 0;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ota .choose {
	/* background: #1f1e1e; */
	padding-bottom: 20px;
}

.ota .choose .article-title {
	margin-bottom: 0;
	padding-top: 70px;
}

.ota .choose .article-title h5 {
	margin-bottom: 0;
}

.tabsBox .tabItem .charact_1.longEndurance {
	margin-bottom: 55px;
}

.process {
	text-align: center;
	padding-bottom: 50px;
}

.process img {
	width: 100%;
	/* max-width: 1200px; */
	margin: auto;
	position: relative;
}

.problem {
	position: relative;
}

.problem .problem-text {
	position: absolute;
	left: 5%;
	top: 5%;
}

.problem .problem-text dt {
	font-size: 50px;
	color: #fff;
	font-weight: bolder;
}

.problem .problem-text dd.name {
	font-size: 40px;
	color: #f0be1e;
	font-weight: bolder;
	margin-bottom: 10px;
}

.problem .problem-text dd.text {
	font-size: 25px;
	margin-bottom: 5px;
}

.problem img {
	width: 100%;
}

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 550px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	max-width: 100%;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 10px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 10px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

#certify .text {
	position: absolute;
	width: 100%;
	bottom: 0;

}

#certify .swiper-slide .text {}

#certify .swiper-slide.swiper-slide-active .text {
	background: rgba(0, 0, 0, .6);
}

#certify .text dl {}

#certify .text dt {
	font-size: 16px;
	width: 120px;
	height: 80px;
	padding-top: 10px;
	background: #ffcc6f;
	color: #333;
	text-align: center;
	float: left;
}

#certify .text dd.name {
	font-size: 26px;
	color: #fff;
	margin-bottom: 10px;
}

#certify .text dd.disp {
	font-size: 14px;
	color: #fff;
	margin-left: 130px;
	margin-right: 10px;
	padding-top: 10px;
	display: none;
}

#certify .swiper-slide.swiper-slide-active .text dd.disp {
	display: block;
}

#certify .swiper-button-prev {
	background: url(../img/arrow-l.png) no-repeat center;
	background-size: contain;
}

#certify .swiper-button-prev:hover {
	background: url(../img/arrow-l.png) no-repeat center;
	background-size: contain;
}

#certify .swiper-button-next {
	background: url(../img/arrow-r.png) no-repeat center;
	background-size: contain;
}

#certify .swiper-button-next:hover {
	background: url(../img/arrow-r.png) no-repeat center;
	background-size: contain;
}

#certify .swiper-button-next,
#certify .swiper-button-prev {
	margin-top: -62px;
}

.adwantage .title {
	color: #f0be1e;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
}

.adwantage {
	padding: 50px 0;
}

.process .ms {
	display: none;
}
.problem .ms {
	display: none;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	outline: none;
}

.more {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #f0be1e;
	margin: 0 auto;
	border-radius: 12px;
	border: 1px solid #f0be1e;
	transition: .3s;
}

.more:hover {
	background: #fff;
	color: #f0be1e;
}
.header .nav .active a{
	color: #f0be1e;
}
.header .nav li{
	transition: .3s;
}
.header .nav li:hover a{
	color: #f0be1e;
}
.auxiliary .tab-panel-video .ms{
		display: none;
	}
	.filmingVideo{
		display: none;
	}
	.filmingVideo .title{
		text-align: center;
		    width: 90%;
		    margin: auto;
	}
	.filmingVideo .title dt{
		color: #f0be1e;
		    font-size: 18px;
		    font-weight: bold;
		    margin-bottom: 10px;
		    padding-top: 30px;
	}
	.filmingVideo .title dd{
		font-size: 14px;
	}
	.filmingVideo video{
		width: 100%;
		    position: relative;
		    opacity: 1;
	}
	.filmingVideo .swiper-slide .play{
		padding-top: 35px;
	}
	.filmingVideo .swiper-slide .text{
		width: 80%;
		margin: auto;
	}
	.filmingVideo .swiper-slide .text dt{
		color: #f0be1e;
		    font-size: 18px;
		    font-weight: bold;
		    margin-bottom: 10px;
	}
	.filmingVideo .swiper-container{
		padding-bottom: 60px;
	}
	.filmingVideo .swiper-container-horizontal>.swiper-pagination-bullets{
		bottom: 5px;
	}
	.filmingVideo .swiper-slide .text dd{
		font-size: 14px;
	}
	.filmingVideo .more{
		margin-top: 10px;
	}
	.adwantage-ms{
		display: none;
		margin: 30px 0;
		margin-bottom: 50px;
		position: relative;
	}
	.adwantage-ms .swiper-slide{
		width: 100%;
	}
	.adwantage-ms .swiper-slide img{
		width: 100%;
	}
	.swiper-video-warp .swiper-container video {
		width: 100%;
		position: relative;
		opacity: 1;
	}
	.swiper-video-warp .swiper-container video:focus {
		outline: none;
	}
	.swiper-video-warp .swiper-pagination{
		bottom: 0;
	}
	.auxiliary .more{
		margin-top: 30px;
	}
	.swiper-video-warp .swiper-container {
	    padding-bottom: 30px;
	}
	.swiper-video-warp .text a:hover{
		color: #f0be1e;
	}
@media only screen and (max-width:640px) {
	.problem .problem-text {
		position: static;
		margin-bottom: 10px;
	}
	.adwantage-pc{
		display: none;
	}
	.adwantage-ms{
		display: block;
	}
	.filmingVideo{
		display: block;
	}
	.design{
		margin-top: 50px;
	}
	.auxiliary{
		display: none;
	}
	.auxiliary .tab-panel-video .ms{
			display: block;
		}
	.header .logo img {
		margin-top: 12px;
		height: 25px;
	}
.header .nav {
    display: none;
}
.header {
    background: rgba(0,0,0,.8);
}
	.header .w-inner {
		width: 95%;
	}

	.header .nav-bar {
		display: block;
	}

	.adwantage {
		padding-bottom: 0;
	}

	.problem {
		position: relative;
		text-align: center;
	}

	.about {
		padding-top: 20px;
	}

	.adwantage .title {
		font-size: 25px;
		padding: 0px 0;
	}

	.safety-star .article-badge {
		padding-bottom: 40px;
	}

	.problem .problem-text dt {
		font-size: 20px;
		color: #fff;
		font-weight: bolder;
	}

	.problem .problem-text dd.name {
		font-size: 20px;
		color: #f0be1e;
		font-weight: bolder;
		margin-bottom: 10px;
	}

	.problem .problem-text dl {
		overflow: hidden;
	}

	.problem .problem-text dd.text {
		font-size: 14px;
		float: left;
		width: 50%;
		margin-bottom: 10px;
	}

	#certify .swiper-slide {
		width: 100%;
	}

	.safety-img-list .ms {
		display: block;
	}

	.safety-img-list .swiper-slide {
		max-height: 120px;
	}

	.safety-img-list .pc {
		display: none;
	}

	article.ota-upgrade {
		box-sizing: content-box;
		padding-bottom: 0;
		padding-top: 10px;
	}

	.process .ms {
		display: block;
	}

	.process .pc {
		display: none;
	}


	.problem .ms {
		display: block;
	}
	.problem .pc {
		display: none;
	}



	.process img {
		width: 100%;
	}

	.tabs-item {
		overflow: hidden;
		float: left;
		width: 50%;
	}

	.tabsBox .tabItem .charact_1 .charact_1_text .tab_item_des {
		display: none;
	}

	.banner1 img.pc {
		display: none;
	}

	.banner1 img.ms {
		display: block;
	}
	
	.ota .choose .article-title {
		padding-top: 10px;
	}

	.endurance img {
		border-radius: 0;
	}

	.tabsBox .tabItem .charact_1.longEndurance {
		margin-bottom: 0;
	}

	.tabsBox {
		padding-bottom: 0;
		padding-top: 0;
	}

	.article-badge .badge-logo i.iconfont {
		font-size: 25px;
	}

	.safety-star .article-badge .badge li {
		width: 100px;
	}

	.article-badge .badge-logo {
		display: block;
		margin-right: 0;
		width: 10px;
		height: 10px;
		position: relative;
		font-size: 16px;
		top: -8px;
		left: 18px;
	}

	.tabsBox .tabItem .safety .charact_1_text {
		background-image: url(../img/endurance_bg3.jpg);
	}

	.tabsBox .tabItem .charact_1 .charact_1_text {
		width: 21%;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 3% 0 0 2%;
		color: #fff;
		background: url(../img/endurance_bg.jpg) no-repeat 0 0;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.news-warp .item {
		width: 100%;
		float: none;
	}

	.news-warp .item dt a {
		font-size: 16px;
	}

	.news-warp .item dd a {
		font-size: 14px;
	}

	.footer-text {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	article.design-configure .design-configure-list ul li {
		width: 90vw !important;
		height: 60vw !important;
		position: static;
	}

	article.design-configure .design-configure-list ul {
		position: relative;
		height: auto;
	}

	article.design-configure .design-configure-list ul li span {
		position: absolute;
		display: block;
		background: rgba(0, 0, 0, .8);
		width: 100%;
		left: 0;
		bottom: 0;
		height: 35px;
		line-height: 35px;
		padding-left: 10px;
	}

	.footer-link {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.footer-link-right .erCode li p {
		width: 70%;
	}

	.copyright .w-inner {
		width: 90%;
		font-size: 13px;
	}

	.article-title h2 {
		font-size: 18px;
	}

	.safety1 {
		background-color: #f7f8f9;
		padding: 30px 0;
		padding-bottom: 30px;
	}

	.safety-text {
		float: none;
		width: 100%;
	}

	.safety-video {
		width: 100%;
		float: none;
	}

	.safety-img-list ul li {
		float: left;
		width: 50%;
	}

	article.article-mblock .article-title {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	article.ota-upgrade .article-title {
		position: relative;
		top: 0;
		margin-top: 15px;
		margin-bottom: 25px;
	}

	.w-inner {
		width: 95%;
	}

	.about-video {
		width: 100%;
		float: none;
	}

	.about-text {
		width: 100%;
		float: none;
		padding-top: 30px;
	}

	.tabsBox .tabItem .charact_1 .charact_1_text {
		float: none;
		height: auto;
		width: 100%;
		padding: 20px 15px;
		text-align: left;
	}

	.tabsBox .tabItem .charact_1 .endurance {
		width: 100%;
		height: auto;
		float: none;
	}

	.endurance img {
		width: 100%;
		height: auto;
	}

	.tabsBox .tabItem .charact_1 .charact_1_text h3 {
		font-size: 15px;
	}

	.tabsBox .tabItem .charact_1 .charact_1_text h3:before {
		margin-right: 8px;
		width: 10px;
		height: 10px;
		position: relative;
		top: -2px;
		background: #46b2df;
		border-radius: 100%;
	}

	.tabsBox .tabItem .charact_1 .charact_1_text .btnMore {
		width: 140px;
		height: 38px;
		line-height: 34px;
		margin-top: 38px;
		font-size: 14px;
		float: none;
	}

	.tabsBox .tabItem .charact_1 {
		margin-bottom: 10px;
	}

	.carPri .priTit {
		font-size: 24px;
	}

	.carPri {
		padding: 35px 0;
	}

	.carPri .carChange .page1 {
		width: 100%;
		float: none;
	}

	.swiper5 {
		height: auto;
		top: 0;
	}

	.carPri .configuration {
		width: 100%;
		float: none;
	}

	.carPri .configuration .operatorSearch {
		margin-bottom: 30px;
	}

	.carPri .carChange {
		width: 90%;
		margin: 35px auto 0;
		overflow: hidden;
	}

	#swiper3 .swiper_slide_item {
		width: 100%;
		padding: 10px;
	}

	.tabsBox .tabItem .charact_1 .charact_1_text .btnMore i {
		display: none;
	}

	.about-text dt {
		font-size: 18px;
	}

	.about-text dd {
		line-height: 28px;
		font-size: 14px;
	}

	.process {
		display: block;
		padding-bottom: 0;
	}

	.banner-inner h6 {
		margin-top: 10px;
		font-size: 25px;
		font-weight: bold;
		letter-spacing: 10px;
		text-align: center;
	}
}

@media only screen and (max-width:380px) {
	.tabsBox .tabItem .charact_1 .charact_1_text h3 {
		font-size: 13px;
	}
}

.contact-phone-fixed{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #333;
    z-index: 99;
    display: none;
}
.contact-phone-fixed .left{
    width: 40%;
    height: 100%;
    float: left;
    color: #ef8519;
    text-align: center;
    border-right: 1px solid #ef8519;
    line-height: 75px;
    font-size: 16px;
}
.contact-phone-fixed .left img{
    width: 30px;
    margin-right: 10px;
	margin-top: -2px;
	display: inline;
}
.contact-phone-fixed .right{
    width: 58%;
    float: right;
    text-align: center;
}
.contact-phone-fixed .right ul{
    padding-top: 8px;
}
.contact-phone-fixed .right ul li{
    color: #ef8519;
    font-size: 16px;
    margin-bottom: 5px;
}
.contact-phone-fixed a, 
.contact-phone-fixed a:hover,
.contact-phone-fixed a:active,
.contact-phone-fixed a:visited,
.contact-phone-fixed a:link,
.contact-phone-fixed li a ,
.contact-phone-fixed li a:hover,
.contact-phone-fixed li a:active,
.contact-phone-fixed li a:visited,
.contact-phone-fixed li a:link,
.contact-phone-fixed .right a ,
.contact-phone-fixed .right a:hover,
.contact-phone-fixed .right a:active,
.contact-phone-fixed .right a:visited,
.contact-phone-fixed .right a:link{
    /*display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;*/
    color: white;
    text-decoration: none;
    font-size: 16px;
}

@media only screen and (max-width: 780px){
    .contact-phone-fixed{
        display: block;
    }
}

.contact-phone-fixed  .left{
	color:#333333;
	font-weight: 900;
	 background: #ffffff;
	
}
.contact-phone-fixed  .left a{
	color:#333333;
}
.contact-phone-fixed .right{
	color:#000000;
	padding-top: 8px;
	font-weight: 900;
	background: #f0be1e;
	height:75px;
	width:60%;
	line-height: 18px;
} 
.contact-phone-fixed a, 
.contact-phone-fixed a:hover, 
.contact-phone-fixed a:active, 
.contact-phone-fixed a:visited, 
.contact-phone-fixed a:link, 
.contact-phone-fixed li a, 
.contact-phone-fixed li a:hover, 
.contact-phone-fixed li a:active, 
.contact-phone-fixed li a:visited, 
.contact-phone-fixed li a:link,
.contact-phone-fixed .right a,
.contact-phone-fixed .right a:hover, 
.contact-phone-fixed .right a:active, 
.contact-phone-fixed .right a:visited, 
.contact-phone-fixed .right a:link{
	color:#000000;
}