html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	/* vertical-align: baseline */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box;
}

input,
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	border-radius: 0
}

@media screen and (min-width: 320px) {
	html {
		font-size: 50px;
	}
}

@media screen and (min-width: 360px) {
	html {
		font-size: 56px;
	}
}

@media screen and (min-width: 400px) {
	html {
		font-size: 63px;
	}
}

@media screen and (min-width: 440px) {
	html {
		font-size: 69px;
	}
}

@media screen and (min-width: 480px) {
	html {
		font-size: 75px;
	}
}

@media screen and (min-width: 640px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 750px) {
	html {
		font-size: 100px;
	}
}

@media screen and (min-width: 680px) {
	html {
		font-size: 106.25px;
	}
}

@media screen and (min-width: 720px) {
	html {
		font-size: 112.5px;
	}
}

@media screen and (min-width: 760px) {
	html {
		font-size: 118.75px;
	}
}

@media screen and (min-width: 800px) {
	html {
		font-size: 125px;
	}
}

@media screen and (min-width: 960px) {
	html {
		font-size: 150px;
	}
}


/**
 * 2016-01-13 订正
 * 做适当限制
 * 大于640的屏幕 固定为100px
 * 同时需要对body或者最外层wrapper做max-width: 640px的限制
 */


/*
@media screen and (min-width: 640px) {
    html {
        font-size: 100px;
    }
}
html {
    font-size: 15.625vw;
}
*/

html {
	font-size: 15.625vw;
}

body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #363636;
	font-size: .22rem;
	line-height: 1.8em;
	-webkit-overflow-scrolling: touch;
}

a {
	color: #595959;
	text-decoration: none;
}

a:hover {
	color: #363636;
	text-decoration: none;
}

input {
	-webkit-appearance: none;
	font-size: .22rem;
}

select,
textarea {
	font-size: .22rem;
}

.nav ul li a,
footer .BottomNenu>li a,
footer .BottomNenu>li a b {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.navft .tel a:before,
.shAddress:before {
	background: url(//shopimg.jetour.com.cn/cms/m/images/jtIcon.png)no-repeat;
	display: inline-block;
}

.WithMarg {
	margin: 0 auto
}

.img100 {
	width: 100%;
}


.w640 {
	width: 100%;
	max-width: 6.4rem;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4em;
}

h1 {
	font-size: .5rem
}

h2 {
	font-size: .4rem
}

h3 {
	font-size: .38rem
}

h4 {
	font-size: .32rem
}

h5 {
	font-size: .26rem
}

h6 {
	font-size: .24rem
}

.sfont4 {
	font-size: .32rem
}

.sfont3 {
	font-size: .26rem
}

.sfont2 {
	font-size: .22rem
}

.sfont1 {
	font-size: .18rem
}

.sfontsz {
	font-size: .2rem
}

.textCet {
	text-align: center;
}

.tColorW {
	color: White
}

.tColorW:hover {
	color: White
}

.bgGel {
	background-color: #00A199;
}

.bgOrg {
	background-color: #F6B52B;
}

.bjBlack {
	background: #000
}

.bjWf {
	background: #fff;
}

.mbot30 {
	margin-bottom: .3rem
}

.martop20 {
	margin-top: .2rem;
}

.pad40 {
	padding: 0 .4rem
}

.pad20 {
	padding: 0 .2rem
}

.padtb40 {
	padding: .4rem 0
}

.hide {
	overflow: hidden !important;
}

.ftBlod {
	font-weight: bold
}

.blod70 {
	font-weight: 600;
}

.blueC {
	color: #00A199;
}

.blueC:hover {
	color: #00A199;
}

.blackC {
	color: #000;
}

.blackC:hover {
	color: #000;
}

.whiteC {
	color: #fff;
}

.whiteC:hover {
	color: #fff;
}

.btn {
	line-height: .6rem;
	height: .6rem;
	padding: 0 .35rem;
	min-width: 2rem;
	text-align: center;
	display: inline-block;
	color: #fff;
}

.btn:hover {
	color: #fff;
}

.blue {
	background: #00A199;
}

.blue:hover {
	background: #008d86;
}

.black {
	background: #F7B52B;
}


/*.black:hover{background: #e39c09;}*/

.mhide {
	display: none;
}

.b_block {
	display: block;
}

select {
	border: solid 1px #000;
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*很关键：将默认的select选择框样式清除*/
	background: #fff url(//shopimg.jetour.com.cn/cms/m/images/Triangle.jpg) no-repeat scroll right center;
	/*在选择框的最右侧中间显示小箭头图片*/
	padding-right: .52rem;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
	display: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
	opacity: 1;
	/* Mozilla Firefox 4 to 18 */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
	opacity: 1;
}


/* Mozilla Firefox 19+ */

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}

textarea.inSty {
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	padding: 0 .15rem;
	border: 1px solid #E5E5E5;
	background: #fff;
	display: block;
	border-radius: 0
}

.inSty.indate {
	height: .6rem;
	line-height: .6rem;
	border: 1px solid #E5E5E5;
}

.inSty {
	width: 100%;
	height: .3rem;
	line-height: .28rem;
	padding: 0 .15rem;
	border: none;
	background: none;
	display: block;
	border-radius: 0
}

.inbox {
	border: 1px solid #E5E5E5;
	height: .6rem;
	padding: .14rem 0;
	background: #fff;
	display: block
}

.inbox .inSty {
	margin-top: -.02rem;
}

.inCss {
	border: none;
	width: 100%;
	height: .3rem;
	line-height: .26rem;
	padding: 0 .15rem;
	background: none;
	border-radius: 0;
	display: block
}

.clearfix:after,
.TetDrMain .tetli:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.btnBj,
.bntBor {
	width: 2.7rem;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	font-size: .24rem;
	background: #c38b60;
	color: #fff;
	display: inline-block;
}

.btnBj:hover,
.bntBor:hover {
	color: #fff;
	background: #d18e5b;
}

.Radius3 {
	border-radius: 3px
}

.bntBor {
	background: #fff;
	border: .02rem solid #c38b60;
	color: #c38b60;
	line-height: .56rem
}

.bntBor:hover {
	background: #fdf9f6;
	color: #c38b60;
}

.btnBj.bntBor {
	border: .02rem solid #c38b60;
	color: #fff;
	background: #c38b60;
}


/*header*/

.nav {
	position: fixed;
	-webkit-transform: translate3d(0, 1rem, 0);
	left: 0;
	transition: all 0.4s ease;
	width: 100%;
	/* background: #191919;*/
	background: rgba(0, 0, 0, .8);
	height: 0;
	/*overflow: hidden;*/
	transition-delay: 0.25s;
	z-index: 9;
	overflow-y: scroll;
}

ctive {
	overflow: hidden
}

body.active .nav {
	transition-delay: 0s;
}

.nav ul,
.nav .navft {
	width: 84%;
	margin: 0 auto;
}

.nav>ul {
	padding: 2em 0 5em;
}

.nav>ul>li>a {
	position: relative;
}

.nav>ul>li>a:after {
	width: .18rem;
	height: .18rem;
	content: "";
	display: block;
	border: .02rem solid #fff;
	border-width: 0 .02rem .02rem 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 1px;
	margin-top: -.1rem;
	/*-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;*/
}

.nav>ul>li.current>a:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -.16rem;
}

.nav ul ol {
	display: none
}

.nav ul ol li a {
	color: #868686;
}

.nav ul li:nth-child(1) a {
	transition-delay: 0.1s;
}

.nav ul li:nth-child(2) a {
	transition-delay: 0.15s;
}

.nav ul li:nth-child(3) a {
	transition-delay: 0.2s;
}

.nav ul li:nth-child(4) a {
	transition-delay: 0.25s;
}

.nav ul li:nth-child(5) a {
	transition-delay: 0.29s;
}

.nav ul li:nth-child(6) a {
	transition-delay: 0.33s;
}

.nav ul li:nth-child(7) a {
	transition-delay: 0.35s;
}

.nav ul li:nth-child(8) a {
	transition-delay: 0.36s;
}


/*nav ul li:last-child{ border: none;}*/

.nav ul li a {
	transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: .24rem;
	line-height: .4rem;
	padding: .15rem 0;
	-webkit-transform: translate3d(100px, 0, 0);
	opacity: 0;
}

.nav ul li a:hover {
	/*background: #f5f5f5; color: #c28b63;*/
}

body.active .nav ul li a {
	-webkit-transform: translateX(0);
	opacity: 1;
	padding: .13rem 0;
}

header {
	transition: all 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
	left: 0;
	width: 100%;
	position: fixed;
	background: #000;
	color: white;
	text-align: center;
	font-size: .2rem;
	transition-delay: 0.25s;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .05);
	z-index: 10;
	height: 56px;
}

header a {
	display: block;
}

header .ftLogo {
	margin-left: .2rem;
	height: .3rem;
	margin-top: .35rem;
}

.toplink {
	position: absolute;
	right: .8rem;
	top: .28rem;
}

.toplink a {
	display: inline-block;
	color: #fff;
	font-size: .22rem;
	font-size: .22rem;
	margin: 0 .08rem;
	position: relative;
	line-height: 1.6em;
}

.toplink a:before {
	width: .38rem;
	height: .38rem;
	display: block;
	content: "";
	background: url(//shopimg.jetour.com.cn/cms/m/images/ftmenu0.png) no-repeat center;
	background-size: 100%;
	position: absolute;
	left: -.46rem;
	top: 0
}

body.active header {
	transition-delay: .08s;
}

.menu-button-target {
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	position: absolute;
	z-index: 200;
	right: 0;
	height: .5rem;
	top: 23%;
	margin-top: 0rem;
	webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-button-target.active .menu-button {
	transition: background .2s ease;
	background-color: transparent;
}

.menu-button-target.active .menu-button:before,
.menu-button-target.active .menu-button:after {
	transition: top .3s ease, -webkit-transform .3s .2s ease;
}

.menu-button-target.active .menu-button:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-button-target.active .menu-button:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-button {
	position: relative;
	top: 50%;
	left: 0;
	display: block;
	width: .5rem;
	height: .02rem;
	background-color: #fff;
	border-radius: 10px;
	transition: background .2s .2s;
}

.menu-button:before,
.menu-button:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: .02rem;
	left: 0;
	background-color: #fff;
	transition: top .3s .2s ease, -webkit-transform .3s ease;
	border-radius: 10px;
	-webkit-transform-origin: 50% 50%;
}

.menu-button:before {
	top: -.15rem;
	-webkit-transform: rotate(0deg);
}

.menu-button:after {
	top: .15rem;
	-webkit-transform: rotate(0deg);
}

.nav .navft {
	padding: .65rem 0 0
}

.navft .tel {
	line-height: .3rem;
	padding-bottom: .1rem;
}

.navft .tel a {
	height: .3rem;
	display: inline-block;
	text-transform: uppercase;
	align-items: center;
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari 7.0+ */
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.navft .tel a b {
	content: "";
	width: .22rem;
	height: .24rem;
	margin-right: .5em;
	background-position: 0 0;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	align-items: center;
	display: -webkit-flex;
	/* Safari */
	-webkit-align-items: center;
	/* Safari 7.0+ */
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.navft .Language {
	line-height: 1.6em;
	font-size: .26rem
}

.navft .Language a {
	padding: 0 .4rem;
	position: relative;
}

.navft .Language a:after {
	width: 1px;
	height: .14rem;
	content: "";
	display: block;
	background: #c6c6c6;
	position: absolute;
	left: 0;
	top: .08rem;
}

.navft .Language .selectHd {
	display: inline-block;
	position: relative;
}

.navft .Language .selectHd select {
	border: none;
	background: none;
	font-size: .26rem;
	color: #595959;
	width: .9rem;
	padding: 0 .2em;
}

.navft .Language .selectHd b {
	width: .26rem;
	height: .26rem;
	display: inline-block;
	position: absolute;
	margin-top: -.13rem;
	left: -.26rem;
	top: 50%;
	margin-top: -.135rem;
	font-size: 0;
	line-height: 0
}


/*header end*/


/*menu*/

.box-163css .proTab,
.proTab {
	line-height: .9rem;
	height: .9rem;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.box-163css .proTab li,
.box-163css .proTab li a {
	line-height: .9rem;
	height: .9rem;
}

.siftmain {
	display: none;
}

.wmenu li {
	width: 25%;
	float: left;
	position: relative
}

.tabli2 li {
	width: 50%;
}

.wmenu li a {
	color: #2a2a2a;
	font-size: .24rem;
}

.wmenu li.current:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #c38b60;
	left: 0;
	bottom: 0
}

.wmenu li.current a {
	color: #c38b60;
}

.hmitem .Vlick {
	padding-top: 1em
}

.tabContent {
	padding-bottom: .30rem;
}

.meProWrap {
	overflow: hidden;
}

.meProWrap .menuPro {
	width: 50%;
	float: left;
	position: relative;
	line-height: .36rem;
	border-bottom: 1px solid #f3f3f3;
	height: 3.6rem;
}

.meProWrap .menuPro a {
	display: block;
	padding: .3rem 0 .45rem;
}

.meProWrap .menuPro a p {
	color: #595959;
	padding: 0 .1rem
}

.meProWrap .menuPro a h6 {
	padding: 0 .1rem
}

.meProWrap .menuPro .pic {
	width: 60%;
	margin: 0 auto;
	line-height: 0
}

.meProWrap .menuPro .pic img {
	width: 100%;
}

.meProWrap .menuPro:after {
	width: 1px;
	height: 100%;
	background: #f3f3f3;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0
}


/*.meProWrap .menuPro:nth-child(2n-1)*/

.meProWrap .menuPro .pic {
	display: block;
	margin-bottom: .2rem
}


/*menu End*/


/*可滑动 tabas*/


/*box-163css*/

.box-163css {
	width: 100%;
	position: relative;
	/*height:360px;*/
	margin-bottom: 20px;
}


/*swipe*/

.swipe {
	width: 100%;
	/*float:left;*/
	overflow: hidden;
	visibility: visible;
	position: relative;
	/*height:260px;*/
}


/*page*/

.page {
	text-align: left;
	background: #f3f3f3;
	height: .38rem;
	line-height: .38rem;
	width: 100%;
	display: -webkit-box;
}

.page li {
	-webkit-box-flex: 1;
	display: block;
	color: #000;
	height: .38rem;
	line-height: .38rem;
	text-align: center;
}

.page li a {
	color: #000;
	display: block;
	height: .38rem;
}

.page a.active {
	color: #c38b60;
	border-bottom: 2px solid #c38b60;
}


/**/

.navBot {
	width: 86%;
	padding: 2em 0 5em;
	margin: 0 auto
}

.searchBox {
	position: relative;
}

.searchBox .inbox {
	padding: .15rem 3em .15rem .5em;
	height: .6rem;
	display: block;
	border: 1px solid #E5E5E5;
	background: #fff;
	position: relative;
}

.searchBox input {
	height: .3rem;
	line-height: .28rem;
	width: 100%;
	background: none;
	border: none;
	display: block;
	margin-top: -.02rem
}

.searchBox .btnSearhc {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.searchBox .btnSearhc img {
	height: 100%;
	width: auto
}

.searchHd .inbox {
	background: #000000;
	border: 1px solid #2A2A2A;
}

.searchHd input {
	color: #fff;
}

.telSubLick {
	padding-top: 1em;
}

.telSubLick a {
	color: #868686;
	margin: 0 .5em;
}

.telSubLick b {
	width: .8em;
	display: inline-block;
	margin-right: .3em;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	Selector {
		property: value;
	}
}

input[type='radio'],
input[type='checkbox'] {
	width: .3rem;
	height: .3rem;
	vertical-align: middle;
	opacity: 0;
	background: none;
	border: none
}

.input_style {
	background: url(//shopimg.jetour.com.cn/cms/m/images/green.png) no-repeat;
	width: .3rem;
	margin-right: .1rem;
	height: .3rem;
	display: inline-block;
	vertical-align: middle;
	margin-top: -.02rem;
}

.input_style input {
	float: left
}

.radio_bg {
	background-position: -118px 0;
}

.checkbox_bg {
	background: url(//shopimg.jetour.com.cn/cms/m/images/green_01.png) no-repeat;
	background-size: 100% 100%;
}

.radio_bg_check {
	background-position: -166px 0;
}

.checkbox_bg_check {
	background: url(//shopimg.jetour.com.cn/cms/m/images/green_03.png) no-repeat;
	background-size: 100% 100%;
}


/*footer*/

footer {
	background: #F7F7F7;
}

nav.foot-nav {
	padding: 0 0.6rem;
	padding-top: 0.07rem;
	background: #fff;
	padding-bottom: 0.3rem;
}

nav.foot-nav .nav-list>li {
	padding-top: 0.06rem;
	font-size: 0.28rem;
	line-height: 3;
}

nav.foot-nav .nav-list>li a {
	display: block;
	color: #666666;
	white-space: nowrap;
}

nav.foot-nav .nav-list>li>a {
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

nav.foot-nav .nav-list>li>a::after {
	content: "";
	display: block;
	width: 0.14rem;
	height: 0.25rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/arrow.png) center center / contain no-repeat;
}

nav.foot-nav .nav-list>li.active>a::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

nav.foot-nav .nav-list>li>a::after {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
}

nav.foot-nav .nav-list li {
	border-bottom: 1px solid #e5e5e5;
	box-sizing: content-box;
}

nav.foot-nav .nav-list>li ul li:last-child {
	border: none;
}

nav.foot-nav .nav-list>li>ul {
	display: none;
}

nav.foot-nav .nav-list>li ul {
	padding-left: 0.3rem;
}

#float-menu {
	position: fixed;
	right: .2rem;
	bottom: .2rem;
	background: #00a199;
	width: .8rem;
	border-radius: .405rem;
	transition: all 0.4s ease-in-out;
	z-index: 10000;
}

#float-menu .float-menu-toggle {
	width: .8rem;
	height: .8rem;
	background: #00a199 url(//shopimg.jetour.com.cn/cms/m/images/float_menu_icon.png) center center/40% no-repeat;
	border-radius: 50%;
}

#float-menu .float-nav {
	display: none;
}

#float-menu .float-nav.active {
	display: block;
}

#float-menu .float-nav li {
	margin: .1rem .05rem;
	padding-bottom: .05rem;
	border-bottom: #fff 1px solid;
}

#float-menu .float-nav li:last-child {
	margin-bottom: 0;
}

#float-menu .float-nav li a {
	color: #fff;
	display: block;
	text-align: center;
	line-height: 1.2;
}

#float-menu .float-nav li a::before {
	content: "";
	width: .36rem;
	height: .36rem;
	display: block;
	margin: .05rem auto;
	background-size: contain;
	background-repeat: no-repeat;
}

#float-menu a.icon-query::before {
	background: url("//shopimg.jetour.com.cn/cms/m/images/ftmenu1.png");
}

#float-menu a.icon-cart::before {
	background: url("//shopimg.jetour.com.cn/cms/m/images/float_menu_cart.png");
}

#float-menu a.icon-drive::before {
	background: url("//shopimg.jetour.com.cn/cms/m/images/ftmenu2.png");
}

#float-menu a.icon-service::before {
	background: url("//shopimg.jetour.com.cn/cms/m/images/ftmenu0.png");
}

.float-container .scrolltop {
	position: fixed;
	display: flex;
	bottom: -2rem;
	right: .2rem;
	width: 0.8rem;
	height: 0.8rem;
	color: #fff;
	background: #4c4c4c;
	line-height: 1.2;
	text-align: center;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in-out;
	border-radius: 50%;
	z-index: 10000;
}

.float-container.show-scrolltop #float-menu {
	bottom: 1.2rem;
}

.float-container.show-scrolltop .scrolltop {
	bottom: .2rem;
}

.wiboWicht {
	border-bottom: 1px solid #E0E0E0;
	margin: 0 .5rem;
	text-align: center;
}

.wiboWicht p {
	font-size: .22rem;
	color: #868686;
	line-height: 1.2em;
}

.wiboWicht .wwbox {
	width: 30%;
	display: inline-block;
	font-size: .22rem;
	padding: .3rem 0 1.2em;
	position: relative;
	z-index: 1;
}

.wiboWicht .wwbox>a>img {
	width: .8rem;
}

.wiboWicht .upWicht {
	position: absolute;
	background: #fff;
	width: 3.4rem;
	padding: .3rem 0;
	box-shadow: 0 0 .08rem rgba(0, 0, 0, .1);
	right: .6rem;
	top: 1.4rem;
	display: none
}

.wiboWicht .upWicht span {
	width: 1.6rem;
	display: block;
	margin: 0 auto
}

.wiboWicht .upWicht:before {
	width: .45rem;
	height: .35rem;
	content: "";
	display: block;
	background: url(//shopimg.jetour.com.cn/cms/m/images/macd03.png) no-repeat;
	background-size: 100% 100%;
	right: .3rem;
	top: -.35rem;
	position: absolute;
}

.BottomNenu {
	padding: .2rem .5rem 0;
	text-align: center;
	font-size: .22rem;
	color: #868686;
}

.BottomNenu .tel b {
	font-size: .26rem;
	font-weight: bold;
	color: #F7B52B;
	padding: .1rem 0;
	display: block;
}

.BottomNenu .link a {
	color: #000000;
	padding: 0 .25rem .025rem;
	display: inline-block;
	position: relative;
}

.BottomNenu .link a:after {
	width: 1px;
	height: .19rem;
	background: #666666;
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: .08rem;
}

.BottomNenu .link a:last-child:after {
	display: none
}

footer .copy {
	padding: .12rem 0 .3rem;
	font-size: .22rem;
	color: #868686;
	text-align: center;
	line-height: 1.4em;
}

footer .copyright {
	padding-top: .4rem;
	color: #868686;
}

.ftMenu {
	background: #00A199;
	;
	height: 1rem;
	text-align: center;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 10;
}

.ftMbox {
	background: #00A199;
	height: 1rem;
	width: 100%;
}

.ftMenu a {
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 30%;
}

.ftMenu a img {
	display: block;
	margin: .14rem auto .05rem;
	width: .36rem;
}


/*footer end*/

.pageWrap {
	/*padding-top: 1rem;*/
}


/*home*/

.HeItem1 {
	padding: .5rem 0;
	background: url(//shopimg.jetour.com.cn/cms/m/images/bulecar_v1.png) no-repeat right .5rem;
	background-size: 80% auto;
}

.He1Wrap {
	height: 6.7rem;
	padding: 0 .5rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/garybackground.jpg) no-repeat left 3.5rem;
	background-size: 69% auto;
}

.slogenBox h4 {
	padding-bottom: .4em;
}

.slogenBox .line4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.He1Wrap .txtbox {
	padding-top: 2.8rem;
	width: 94%;
	padding-bottom: .9rem
}

.He1Btn .btn {
	margin: 0 .1rem;
}

.kvitem {
	position: relative
}

.kvBt1 {
	position: absolute;
	left: 50%;
	margin-left: -.81rem;
	bottom: 1.63rem;
}

.kvBt1 a {
	width: 1.62rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	background: #f7b32a;
	color: #fff;
	font-size: .28rem;
	display: block;
}

.kvBt1 a:hover {
	background: #f3af1f;
}

.HeItem2 {
	height: 10.1rem;
	position: relative;
	background: url(//shopimg.jetour.com.cn/cms/m/images/car_fadein_mb.png) no-repeat center bottom;
	background-size: 75.3% auto;
	position: relative;
	z-index: 1
}

.he2bj {
	width: 100%;
	background: #191C21;
	height: 3.21rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.HeItem2 .txtbox {
	padding: .5rem .6rem 0;
	background: url(//shopimg.jetour.com.cn/cms/m/images/HeItem2_1.png) no-repeat center 1.42rem;
	background-size: 100% auto;
	overflow: hidden;
}

.HeItem2 .txtbox p.whiteC {
	width: 55%;
	text-align: justify;
}

.HeItem2 .sFooter {
	margin-top: 1.8rem;
	width: 3.63rem;
	float: right;
	text-align: justify;
}

.HeItem2 .sFooter .He2Btn {
	margin-top: .4rem;
}

.HeItem3 {
	background: #191C21;
	position: relative;
	margin-top: -1.25rem;
	overflow: hidden;
}

.He3Hd {
	padding-top: 1.12rem;
}

.He3Hd .sfont1 {
	letter-spacing: .5em;
	text-align: center;
	color: #FFF;
}

.He3ul {
	padding: .5rem;
	overflow: hidden;
}

.He3ul li {
	margin-bottom: .4rem;
	position: relative;
	line-height: 0;
}

.He3ul li:last-child {
	margin-bottom: 0
}

.He3ul .info {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 .28rem .28rem;
	line-height: 1.6em;
}

.He3ul .info h4 {
	padding-bottom: .5em
}

.He3ul .info em {
	color: rgba(255, 255, 255, .4);
	margin-left: 1em;
}

.content-wrap {
	position: relative;
	padding: 0 !important;
}

.HeItem4 {
	padding: .6rem 0 .5rem;
}

.titHd {
	padding-bottom: .3rem;
}

.newList .item div {
	padding: .2rem .62rem .2rem
}

.newList .item div p {
	font-size: .2rem;
	margin-top: .1rem;
}

.newList .slick-prev,
.newList .slick-next {
	margin-top: -1.02rem
}


/*.HeItem4 .example {margin:0;}
.HeItem4 .gallery-cell{height:2.2rem; margin-right: .4rem;width:2.8rem;}
.HeItem4 .gallery-cell a{display:block;position: relative;height: 100%;}
.HeItem4 .gallery-cell h6{width: 2.2rem; position: absolute;left: .2rem;top:.3rem;}
.HeItem4 .gallery-cell .deta{width: 2.2rem;position: absolute;left: .2rem;bottom: .2rem;}
.HeItem4 .flickity-page-dots{display:none}
.HeItem4 .bgGel{background-color:#00A199;}
.HeItem4 .bgOrg{background-color:#F6B52B;}
.HeItem4 .gallery{margin-bottom:1.32rem;}
.HeItem4 .flickity-prev-next-button{top:auto;bottom: -1.15rem;width: .5rem;height: .5rem;background: rgba(0,0,0,.4);border-radius:0;}
.HeItem4 .flickity-prev-next-button.next{right:50%;margin-right: -.7rem;}
.HeItem4 .flickity-prev-next-button.previous{left:50%;margin-left: -.7rem;}
.HeItem4 .flickity-prev-next-button .arrow{fill:#fff;}
.HeItem4 .flickity-prev-next-button svg{width:50%;height: 50%;top: 24%;left: 27%;}
.HeItem4 .flickity-prev-next-button.next svg{left: 22%;}*/

.HeItem5 {
	padding-top: .4rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/Homepic4.jpg) no-repeat;
	height: 8rem;
	background-size: 100% 100%;
	position: relative
}

.He5ul {
	margin: 0 .45rem;
}

.He5ul li {
	margin-bottom: .2rem;
}

.He5ul li input {
	line-height: .3rem;
	height: .28rem;
	display: block;
	border: none;
	width: 100%;
	padding: 0 .2rem;
}

.He5ul li select {
	line-height: .6rem;
	height: .6rem;
	display: block;
	border: none;
	width: 100%;
	padding-left: .2rem;
	background-size: 5%;
}

.HeItem5 .textCet {
	padding-top: .1rem;
}

.HeItem5 .titHd h6 {
	font-size: .2rem;
	padding-top: .5em;
	width: 63%;
	text-align: right;
	margin-left: .4rem;
}

.checkWrap {
	margin: 0 .45rem;
	position: relative;
}

.checkWrap p {
	padding-left: .45rem;
	color: #fff;
	line-height: 1.6em;
	padding-bottom: .15rem;
}

.checkWrap .input_style {
	position: absolute;
	left: 0;
	top: .05rem;
}

.checkWrap p a {
	color: #00A199
}


/*X70*/

.hdImg {
	line-height: 0;
	position: relative
}

.kvslogen {
	position: absolute;
    left: 0;
    top: 1.26rem;
    width: 100%;
}

.kvslogen h1 {
	font-size: 12px;
	margin: 0;
}

.kvslogen h5 {
	/*padding:.1rem .6rem 0*/
	padding: .1rem .5rem 0;
	font-size: 12px;
	margin: 0;
}


/*.kvslogen h5.spacing{letter-spacing:2.5em; margin-left:2.1em;}*/

.ProDet1 {
	padding: 0 .2rem .7rem;
}

.ProDet1 h4 {
	padding: 0 .3rem 1em;
}

.ProDet1 li {
	padding: 0 .3rem 0 .5rem;
	position: relative
}

.ProDet1 li::before {
	width: .06rem;
	height: .06rem;
	background: #333;
	border-radius: 50%;
	content: "";
	display: block;
	position: absolute;
	left: .3rem;
	top: .15rem;
}

.ProDet1 .ProDetBtn {
	padding: .3rem .3rem 0;
}

.ProDet1 .ProDetBtn .btn {
	margin-right: .3rem;
}

.wPic {
	line-height: 0;
	height: 3.73rem;
}

.wInfo {
	padding: .4rem .5rem
}

.wInfo h4 {
	padding-bottom: .8em;
}


/*news*/

.padlr50 {
	padding-left: .5rem;
	padding-right: .5rem;
}

.fl {
	float: left
}

.fr {
	float: right
}

.newfilter {
	padding-top: .3rem;
	padding-bottom: .3rem;
	border-bottom: .01rem solid #D1D1D1;
}

.newfilter .fl,
.newfilter .fr {
	width: 2.5rem;
	margin-bottom: .2rem;
}

.newfilter .searchBox {
	float: left
}

/*.newfilter input[type="date"]:before {
	color: #999;
	content: attr(placeholder);
}*/

.newfilter input[type="date"].full:before {
	color: black;
	content: ""!important;
}

.indate {
	position: relative
}

.indate:after {
	width: .28rem;
	height: .29rem;
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: .2rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/dateicon.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: -.15rem;
}

.newsWrap {
	background: #F7F7F7;
}

.newsWrap li {
	padding-top: .3rem;
}

.newsWrap .padlr50 {
	padding-top: .4rem;
	background: #fff;
	padding-bottom: .35rem;
	border-top: .01rem solid #D1D1D1;
}

.newsWrap .padlr50 h5 {
	padding: .1rem 0
}

.newsWrap .padlr50 span.deta {
	font-size: .2rem;
	color: #AAAAAA;
}

.newsWrap .nPic {
	height: 4.4rem;
	line-height: 0;
	overflow: hidden;
	position: relative;
	padding-left: .5rem;
	padding-right: .5rem;
	background: #fff;
	border-bottom: .01rem solid #D1D1D1;
}

.activityWrap .nPic {
	height: 4.75rem;
}


/*.activityWrap .nPic div{position: absolute;left:0;bottom:0;line-height: 1.6em;padding: .4rem 0; background:rgba(0,161,153,0.77);}
.activityWrap .nPic div p{padding:0 .5rem;}*/

.notLine {
	position: relative;
	background: #fff;
}

.notLine:after {
	width: 84%;
	height: .01rem;
	display: block;
	content: "";
	background: #ddd;
	position: absolute;
	top: 50%;
	left: 8%;
}

.notLine span {
	padding: 0 .2rem;
	background: #fff;
	position: relative;
	z-index: 1
}

.newsWrap .notLine span {
	background: #fff
}


/*详情*/

.newdet {
	padding-bottom: .7rem;
}

.newdet .detCon img {
	max-width: 100%;
	display: initial;
}

.newdet .detCon h3,
.newdet .detCon h4 {
	font-weight: initial;
}

.detHd {
	padding: .8rem 0 .2rem;
	text-align: center;
	width: 100%;
}

.detHd h1 {
	font-size: .26rem;
	font-weight: 600;
	padding-bottom: .5em
}

.detHd p {
	font-size: .2rem;
	color: #AAAAAA;
}

.detCon {
	padding: 0 .5rem;
}

.detCon p {
	margin-bottom: 1em;
}


/*购车指南*/

.guideMain {
	padding: .8rem .7rem;
}

.guideMain li {
	display: block;
	overflow: hidden;
	line-height: 1.4em;
}

.guideMain .icon {
	width: 1.5rem;
}

.guideMain .info {
	width: 2.8rem;
}

.guideMain .info h1 {
	font-size: .52rem;
	margin-top: .12rem
}

.guideMain .info.fl {
	text-align: right
}

.guideMain li:before {
	height: .56rem;
	width: .02rem;
	content: "";
	display: block;
	margin: 0 auto;
	background: #979797;
	;
}

.guideMain .icon.fl {
	margin-left: .3rem
}

.guideMain .icon.fr {
	margin-right: .3rem
}

.guideMain li:first-child:before {
	display: none
}


/*企业视频*/

.vidTab {
	padding: .8em 0 .6em
}

.vidTab a {
	line-height: 2em;
	display: inline-block;
	margin: 0 .3rem;
	padding: 0 .5em;
	color: #000;
	position: relative
}

.vidTab a.current:before {
	height: .06rem;
	background: #00A199;
	width: 100%;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -.04rem
}

.vidHead .searchBox {
	width: 5.5rem;
	margin: .1rem auto 0
}

.videoliBOx {
	display: none
}

.videoLi {
	padding: .33rem .3rem 0;
}

.videoLi li {
	margin-bottom: .4rem
}

.videoLi li .pic {
	line-height: 0;
	/*height: 2.9rem;*/
	margin-bottom: .2rem;
	position: relative;
}

.videoLi li .pic .playInco {
	width: 1rem;
	height: 1rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/play.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -.5rem;
}

.videoLi li .date {
	font-size: .2rem;
	color: #AAAAAA;
}

.videoLi li h6 {
	padding: .2em 0
}

.videoLi li .fl {
	margin-right: 2.5em;
}

.nodata {
	text-align: center;
	padding: .8rem 1rem 1rem;
}


/*.videoboxUp{ position: fixed; top: 50%; left: 0; width: 100%;margin-top: -200px; display: none; z-index: 2000; height: 230px; margin-top: -115px;}*/


/*video*/

.guan_bi {
	color: #fff;
	width: 1rem;
	height: 1rem;
	background: #000 url(//shopimg.jetour.com.cn/cms/m/images/tan_7.png) no-repeat center;
	background-size: 50% 50%;
	overflow: hidden;
	text-indent: 100em;
	position: fixed;
	padding: .3rem;
	text-indent: -1000em;
	top: 0%;
	right: 0%;
	/* margin: -263px 0 0 417px; */
	cursor: pointer;
}

.videotan {
	background: url(//shopimg.jetour.com.cn/cms/m/images/span_bg.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 101
}


/*lily*/

.videotan .jwplayer {
	margin: 0 auto;
}

.videotan .mediWrap {
	position: relative;
	width: 100%;
	top: 50%;
	height: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


/*经销商招募*/

.dealerHead {
	padding: .3rem 0 .2rem;
	margin: 0 .2rem;
}

.dealerHead h4 {
	padding-bottom: .2rem;
}

.dealerHead h5 {
	padding: .1rem 0 0
}

.dealer1 {
	padding: .2rem 0 0;
}

.dealer1 .dealerHead h4 {
	padding-bottom: 0
}

.dealer1Con {
	padding: 0 .3rem .4rem;
}

.dealer1Con p {
	margin-top: .3rem;
}

.dealer2 {
	height: 8rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/Recrui_1.jpg) no-repeat center;
	background-size: 100% 100%;
}

.dealer2Con ul {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	align-items: stretch;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 .25rem
}

.dealer2Con li {
	margin: .48rem .22rem 0
}

.dealer2Con li div {
	width: 2.5rem
}

.dealer2Con li h5 {
	padding-bottom: .1rem
}

.dealer3 {
	padding: .2rem 0 .4rem;
}

.dealer3Con ul {
	margin: 0 .45rem .4rem;
}

.dealer3Con li {
	margin-top: .2rem;
}

.dealer3Con select {
	line-height: .58rem;
	height: .58rem;
	display: block;
	border: none;
	width: 100%;
	padding-left: .2rem;
	background-size: 5%;
	border: 1px solid #E5E5E5;
}

textarea.inSty {
	height: auto;
	line-height: 1.4em;
	padding-top: .2rem;
	padding-bottom: .2rem;
	font-size: .22rem;
}

.dealer3Con .pos {
	position: relative
}

.dealer3Con .pos input {
	padding-right: 1.5rem;
}

.newfilter input[type="text"]:before {
	color: #999;
	content: attr(placeholder);
}

.newfilter input[type="text"].full:before {
	color: black;
	content: ""!important;
}

.dealer3Con .pos .tag {
	display: block;
	position: absolute;
	top: 0;
	right: .1rem;
	line-height: .6rem;
}


/*购车指南*/

.TetDrMain {
	padding: .55rem .45rem .5rem;
}

select {
	line-height: .6rem;
	height: .6rem;
	border: 1px solid #E5E5E5;
	display: block;
	width: 100%;
	padding-left: .2rem;
	background-size: 6%;
}

.testcarBox {
	padding: .1rem 0 .5rem
}

.testcarBox p {
	line-height: 1em;
	text-align: center;
	line-height: .3rem;
	vertical-align: middle;
	padding: .2rem 0 .1rem;
}

.testcarBox b {
	width: .3rem;
	height: .3rem;
	vertical-align: middle;
	margin-right: .5em;
	background: url(//shopimg.jetour.com.cn/cms/m/images/guoxuan.jpg) no-repeat center right;
	display: inline-block;
	background-size: auto 100%;
	margin-top: -.02rem;
}

.TetDrMain .tetli {
	margin-bottom: .2rem;
}

.slick-initialized .slick-slide.curr b {
	background: url(//shopimg.jetour.com.cn/cms/m/images/guoxuan.jpg) no-repeat center left;
	background-size: auto 100%;
}

.testcarBox .slick-next {
	margin-right: -.4rem;
}

.testcarBox .slick-prev {
	margin-left: -.4rem;
}

.statement {
	padding: .2rem 0 .3rem;
	font-size: .2rem;
	line-height: 1.6em;
}

.statement p {
	padding-left: .38rem;
	position: relative;
}

.statement b {
	width: .2rem;
	height: .2rem;
	content: "";
	display: block;
	background: url(//shopimg.jetour.com.cn/cms/m/images/guoxuan.jpg) no-repeat center left;
	background-size: auto 100%;
	left: .04rem;
	top: .05rem;
	position: absolute;
}

.statement b.curr {
	background: url(//shopimg.jetour.com.cn/cms/m/images/guoxuan.jpg) no-repeat center right;
	background-size: auto 100%;
}


/*手册*/

.manMain {
	padding: .2rem .45rem .5rem;
}

.manuHead {
	padding: .3rem 0 0;
	margin: 0 .2rem;
}

.manuHead h4 {
	padding-bottom: .1rem;
}

.manuTit {
	font-size: .26rem;
	margin: .5rem 0 .3rem;
}

.manuTit .botbor {
	border-bottom: .01rem solid #E5E5E5;
	line-height: .45rem;
	padding-bottom: .15rem;
}

.manuTit img {
	width: .45rem;
	vertical-align: middle;
	margin-top: -.1rem;
	margin-right: .1rem;
}

.tetli .tag {
	padding-top: .5em;
	display: block；
}

.manMain .fotBtWrap {
	padding-top: .2rem
}

.TetDrMain .checkWrap {
	margin: 0;
}

.TetDrMain .checkWrap p {
	color: #363636;
}


/*0410 str 公司简介 str*/

.db {
	display: block;
}

.pt_t6 {
	padding-top: .6rem;
}

.pt_t4 {
	padding-top: .5rem;
}

.pt_t2 {
	padding-top: .2rem;
}

.pt_t1 {
	padding-top: .1rem;
}

.width95 {
	width: 95%;
	margin: 0 auto;
}

.text_center {
	text-align: center;
}

.clearfix {
	overflow: hidden;
}

.about_con01 {
	padding: .5rem 0 .34rem 0;
	position: relative;
}

.about1 {
	width: 82.5%;
	float: right;
}

.about7 {
	width: 26.7%;
	position: absolute;
	left: 8%;
	bottom: .34rem;
}

.about_con02 {
	padding: .15rem .63rem .12rem .52rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/about8.png) no-repeat;
	background-size: 89.8% 3.13rem;
	height: 3.13rem;
	margin-bottom: .72rem;
}

.about_con03 {
	background: #191C21;
	position: relative;
}

.about_con03 p {
	padding: .28rem .2rem 0 .2rem;
	position: absolute;
	left: 0;
	top: 0;
}

.about_con04 {
	padding-bottom: .6rem;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	background: #fff;
}

.about_con05_bt {}

.about_con05_bt li {
	width: 33.3%;
	float: left;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	background: #EAEBED;
	border-right: .01rem solid #979797;
}

.about_con05_bt li.end {
	border: none;
}

.about_con05_bt li.cur {
	color: #00A199;
	background: #F8F8F8;
}

.about_font {
	background: #191C21;
	padding: .5rem .5rem .4rem;
}

.about_con06_bt {
	padding: .4rem 3% .35rem 3%;
}

.about_con06_bt li {
	width: 15.6%;
	line-height: .37rem;
	text-align: center;
	border-bottom: .06rem solid #fff;
	font-size: .26rem;
	float: left;
	margin-right: 5%;
	padding-bottom: .14rem;
}

.about_con06_bt li.end {
	margin-right: 0;
}

.about_con06_bt li.cur {
	color: #00A199;
	border-bottom: .06rem solid #00A199;
}

.about_con07 h4 {
	margin-bottom: .3em;
}

.about_con08 {
	background: url(//shopimg.jetour.com.cn/cms/m/images/about9.jpg) no-repeat;
	background-size: 100%;
	margin-top: .4rem;
}

.about_con08 .about_con06 {
	/*width:82.7%; */
	margin: 0 auto;
}

.about_con08_bt {
	width: 84%;
	margin: 0 auto;
	position: relative;
	margin-top: .4rem;
}


/**.about_con08_xian{ border:.01rem solid #fff; position: absolute; left: 0; top:  .47rem; width: 100%;}*/

.about_con08_bt ul {
	position: relative;
	z-index: 2;
}

.about_con08_bt ul li {
	float: left;
	width: 25%;
	color: #D7D7D7;
	position: relative;
}

.about_con08_bt ul li:after {
	width: 100%;
	height: .01rem;
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	top: .48rem;
	left: 0;
}

.about_con08_bt ul li p {
	display: block;
	margin-bottom: .3rem;
}

.about_con08_bt ul li h5 {
	display: block;
}

.about_con08_bt ul li h5 em {
	font-size: .16rem;
}

.about_con08_bt ul li i {
	display: block;
	width: .1rem;
	height: .1rem;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #000;
	border: .01rem solid #fff;
	position: absolute;
	top: .44rem;
	left: 50%;
	z-index: 1
}

.about_con08_bt ul li.cur {
	color: #00A199;
}

.about_con08_bt ul li.cur i {
	background: #00A199;
	border: .01rem solid #00A199;
}

.container_about04 {
	padding: .4rem 0 .7rem 0 !important;
}

.about_con08 .swiper-slide-prev,
.about_con08 .swiper-slide-next {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}


/*0410 str 公司简介 end*/


/*搜索*/

.searchH {
	padding-top: .3rem;
}

.searchH .newfilter {
	border: none;
}

.searchWrap {
	padding: 0 .5rem .6rem;
}

.searchWrap h4 {
	margin: .15rem 0 .4rem;
}

.searchWrap li {
	margin-bottom: .4rem;
}

.searchWrap li span.blueC {}

.searchWrap li h5 {
	padding: .3em 0
}

.cearchNot {
	font-size: .16rem;
	margin: 0 0 .8rem
}

.cearchNot img {
	display: inline-block;
	width: 30%;
	margin: 2em 0
}


/*联系*/

.contactMain {
	padding-bottom: .1rem;
}

.contactLi li {
	position: relative;
	line-height: 1.4em;
	padding: .3rem 0;
	padding-left: .98rem;
}

.contactLi li h5 {
	padding-bottom: .4em;
}

.contactLi li img {
	width: .7rem;
	position: absolute;
	left: 0;
	top: .3rem;
}

.contactMap {
	line-height: 0;
}


/*品牌*/

.brandI1 {
	padding: 0 .5rem .5rem
}

.brandI1 .title {
	padding: .3rem 0;
	text-align: center;
	position: relative;
	margin: 0 -1em;
}

.brandIBox .info {
	padding-bottom: .2rem;
}

.brandIBox .info h5 {
	margin-bottom: .15rem;
}

.brandIBox .pic {
	line-height: 0;
	margin-bottom: .3rem
}

.sliderCont {
	margin: 0 -.5rem;
	width: 6.4rem!important;
}

.sliderCont .slick-slide {
	position: relative;
	opacity: 0;
}

.sliderCont .slick-active {
	opacity: 1
}

.sliderCont .slick-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .15rem .3rem;
	color: #fff;
	display: block;
	width: 100%;
}


/*.sliderCont .slick-next ,.sliderCont .slick-prev{top:auto;bottom: .06rem;width: .5rem;height: .5rem;background: rgba(0,0,0,.4);border-radius:0;}
.sliderCont .slick-next{right:50%;margin-right: -.7rem;}
.sliderCont .slick-prev{left:50%;margin-left: -.7rem;}*/

.BarandHeItem3 {
	margin-top: 0;
}

.BarandHeItem3 .He3Hd {
	padding-top: .6rem
}

.brandI2 {
	background: #191C21;
	padding-bottom: .6rem;
}

.braHd {
	padding-top: .6rem;
	margin-bottom: .3rem;
}

.braMd img {
	width: 4.67rem;
}

.braFd {
	padding: 0 .5rem;
}

.braFd li {
	margin-top: .35rem;
}

.braFd li h6 {
	padding-bottom: .1rem
}

.brandI3 {
	height: 7rem;
	position: relative;
	position: relative;
	z-index: 1
}

.brandI3 .he2bj {
	width: 100%;
	background: #191C21;
	height: 3.8rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.brandI3 .txtbox {
	padding: .5rem .6rem 0;
	background: url(//shopimg.jetour.com.cn/cms/m/images/Brandpic51.png) no-repeat center 1.42rem;
	background-size: 100% auto;
	overflow: hidden;
}

.brandI3 .txtbox p.whiteC {
	width: 63%;
}

.brandI3 .sFooter {
	margin-top: 2.9rem;
	width: 100%;
	float: right;
}

.brandI3 .sFooter .He2Btn {
	margin-top: .4rem;
}

.brandI3 .sbiaoyu {
	padding-left: 1.5rem;
	margin-top: .2rem
}

.brandI3 .slogenBox h4 {
	padding-bottom: .2em;
}

.brandI3 .zz {
	letter-spacing: .1rem;
}

.brandI3 .en {
	letter-spacing: .6rem;
	font-size: .18rem;
}


/*招聘*/

.pecruitFil {
	border-bottom: 0;
	padding-top: .55rem;
}

.pecruitFil .tetli {
	margin-bottom: .2rem;
}

.pecruitUi {
	overflow: hidden;
	padding-bottom: .6rem
}

.pecruitUi li {
	border-top: .01rem solid #E5E5E5;
	padding: .2rem 0;
	overflow: hidden
}

.pecruitUi li .info {
	width: 3.3rem;
	float: left
}

.pecruitUi li .btn {
	float: right;
	margin-top: .1rem
}

.recWBox {
	position: absolute;
	left: 8%;
	top: 12%;
	height: 80%;
	width: 84%;
	background: #fff;
	z-index: 1
}

.recWBox .guan {
	width: .5rem;
	height: .5rem;
	background: url(//shopimg.jetour.com.cn/cms/m/images/cls.png) no-repeat center;
	background-size: 95% 95%;
	position: absolute;
	top: .2rem;
	right: .2rem;
	z-index: 1;
}

.RecWind {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	content: "";
	background: rgba(0, 0, 0, .8);
	z-index: 10;
	display: none
}

.RecWind .scroll {
	overflow-y: scroll;
	height: 82%;
}

.recTit {
	padding: .4rem .4rem 0;
	margin-bottom: 1em;
}

.scroll {
	margin: 0 .4rem 0;
	padding: 0 .4rem
}

.recTit .Date {
	color: #AAAAAA;
	padding-bottom: .5em;
}

.classBox {
	padding: .4rem 0
}

.classBox.botbor {
	border-bottom: .01rem solid #E5E5E5;
}

.classBox h5 {
	padding-bottom: .5em;
}

.classBoxNa {
	margin-top: -.2rem;
	padding-bottom: .3rem
}

.classBoxNa ul {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-direction: -webkit-row;
	align-items: stretch;
	align-items: -webkit-stretch;
	flex-wrap: wrap;
}

.classBoxNa li {
	width: 50%;
	margin-bottom: .8em;
	line-height: 1.4em;
}

.classBoxNa li span {
	width: 1.6rem;
	display: block
}


/*手册弹窗*/

.RecWind .manualUp {
	height: 91%;
	margin: .4rem 0;
	padding: 0 .4rem;
	color: #7A7A7A;
}

.RecWind .manualUp .classBox {
	padding: 0;
	border: none
}

.RecWind .classBox h5 {
	padding-top: 1em;
}

.RecWind .classBox h6 {
	padding-top: 1em;
	padding-bottom: .3em;
}


/*中奖名单*/

.giftLick {
	position: absolute;
	top: 1.08rem;
	right: .45rem;
	color: #F7B52B;
}

.giftLick:hover {
	color: #F7B52B;
}

.giftLick img {
	width: .35rem;
	height: .35rem;
	margin-right: .1rem;
	vertical-align: middle;
	margin-top: -.02rem;
}

.RecWind .winners .manualUp {
	height: 82%;
	margin-top: .9rem;
}

.winsTit {
	margin-top: .3rem;
}

.winsTit h4 {
	padding-bottom: .5em;
	text-align: center
}

.winsTit p {
	text-align: center;
	font-size: .21rem;
	line-height: 1.4em;
	color: #363636;
}

.winsList {
	margin-top: 40px;
	color: #7A7A7A;
}

.winsList li {
	line-height: 1.2em;
	padding: .08rem 0;
	display: block;
	overflow: hidden;
}

.winsList .fl1 {
	float: left;
	width: 30%;
	padding-left: .1rem;
	position: relative;
}

.winsList .fl1:after {
	width: .05rem;
	height: .05rem;
	display: block;
	position: absolute;
	left: 0;
	top: .15rem;
	background: #00A199;
	display: block;
	content: "";
	border-radius: 50%;
}

.winsList .fl2 {
	float: left;
	width: 40%;
}

.winsList .fl3 {
	float: left;
	width: 30%;
}


/*车展*/

.recWBoxImg {
	height: 3.28rem;
	top: 50%;
	margin-top: -1.69rem;
	width: 96%;
	left: 2%;
}


/*经销商查询*/

.testTit {
	margin: 0;
	padding-bottom: .3rem;
	position: relative
}

.testTit a {
	position: absolute;
	right: 0;
	top: 1.5em
}

.TetDrMain .tetli .wid90 select {
	width: 86%;
	float: left;
}

.TetDrMain .tetli.hideBtnMap .mapIcon {
	display: none;
}

.TetDrMain .tetli.hideBtnMap .wid90 select {
	width: 100%;
}

.mapIcon {
	width: 14%;
	float: left;
	line-height: .32rem;
	text-align: center
}

.mapIcon img {
	width: 50%;
}

.drive1 {
	padding: 0.4rem 0 0
}

.drive3 li {
	border-bottom: .02rem solid #e5e5e5;
	position: relative;
	line-height: 1.4em;
}

.drive3 li h5 {
	color: #F7B52B;
	line-height: 2em;
	padding-right: 1.5em;
	padding: .5em 0;
}

.drive3 li:after {
	content: "";
	width: 0;
	height: 0;
	border-width: .12rem .08rem;
	border-style: solid;
	border-color: #363636 #ffffff #ffffff #ffffff;
	display: block;
	position: absolute;
	top: .33rem;
	right: .1rem;
}

.drive3 .info {
	height: 0;
	overflow: hidden;
	border-top: .01rem solid #fff;
}

.drive3 .info,
.drive3 li:after {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.drive3 .info .btn {
	margin-top: 1em
}

.drive3 .curr .info {
	padding: .8em 0 1.5em;
	height: auto;
	border-top: .01rem solid #e5e5e5;
}

.drive3 li.curr:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: .22rem;
}

#allmap {
	width: 100%;
	height: 4rem;
}


/*404*/

.pag404 {
	padding: 60px 0 70px
}

.pag404 .img404 {
	margin-bottom: 86px;
	width: 100%;
}


/**/

.dealInMail {
	padding: .4rem 0 .5rem
}

.dealInMail .tetli,
.delqu1,
.delqu2 {
	padding: 0 .45rem
}

.dealMap {
	padding: .05rem 0 .3rem;
}

.dealMap #allmap {
	height: 4.8rem
}

.delqu2 li {
	/*width:80%; */
	line-height: 1.6em;
	overflow: hidden;
	margin-top: .4rem;
}

.delqu2 h5 {}

.delqu2 p {
	margin-top: .5em;
}

.delqu2 .fotbtn {
	text-align: center
}

.delqu2 .fotbtn .btn {
	margin: .2rem .1rem 0 0
}


/*旅行家*/

.travelTab {
	margin-top: .4rem;
	display: -webkit-flex;
	/* Safari */
	display: flex;
	align-items: flex-end;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.travelTab>div {
	width: 50%;
	float: left;
	padding: .2rem 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.travelTab>div .padtr {
	padding: 0 .3rem
}

.travelTab>div h6 {
	line-height: 1.8em
}

.travelTab>div p {
	height: 0;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.travelTab>div.curr {
	padding: .5rem 0;
}

.travelHd {
	padding-top: .5rem;
}

.travelClss {
	display: none
}

.TraSlog {
	margin: .5rem .3rem .3rem;
}

.TraSlog h4 {
	margin-bottom: .5em;
}

.travelBox1 .TraSlog {
	margin-bottom: -.5rem;
	position: relative;
	z-index: 1
}

.travelBox3 {
	position: relative;
	padding: .5rem 0 .2rem
}

.travelBox3 .TraSlog {
	width: 2.73rem;
	position: absolute;
	left: .47rem;
	top: .2rem
}

.travelBox4 {
	position: relative;
	padding-bottom: .4rem
}

.travelBox4 .TraSlog {
	width: 3.8rem;
	margin: 0;
	position: absolute;
	right: .3rem;
	top: 1rem;
}

.travelSik .slick-slide {
	position: relative;
}

.travelSik .slick-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: .2rem .3rem;
	background-color: rgba(0, 0, 0, 0.80);
	text-align: center;
	font-size: .26rem;
	color: #fff;
	display: block;
	width: 100%;
}

.travelExBox3 {
	position: relative;
}

.travelExBox3 .TraSlog {
	width: 4.5rem;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

.travelExBox4 {
	padding: .3rem 0;
}

.travelExBox4 .lifePic {
	width: 80%;
	float: right
}

.travelExBox4 .lifeCar {
	width: 36%;
	float: left;
	margin-top: .5rem
}

.travelExBox4 .TraSlog {
	width: 50%;
	float: right;
	text-align: left
}


/*车展 */

.block_bai {
	display: block;
}

.chec_con {
	background: #F7F7F7;
	overflow: hidden;
	width: 100%;
}

.che_ban {
	line-height: 0;
}

.che_con1 .tit,
.che_con2 .tit,
.che_con3 .tit,
.che_con4 .tit,
.che_con5 .tit,
.che_con6 .tit {
	font-size: .32rem;
	padding: .6rem 0;
	text-align: center;
}

.che_con1 .ul1 {
	font-size: .26rem;
	text-align: center;
	margin-bottom: .5rem;
}

.che_con1 .ul1 li.cur,
.che_con2 .ul1 li.cur {
	color: #00A199;
	border-bottom: #00A199 3px solid;
	padding-bottom: .12rem;
}

.che_con1 .ul1 li {
	display: inline-block;
	color: #494848;
	margin: 0 .25rem;
}

.che_slick1 .slick-slide {
	position: relative;
}

.che_slick1 img {
	width: 100%;
}

.che_slick1 span {
	color: #fff;
	font-size: .26rem;
	position: absolute;
	width: 100%;
	display: block;
	text-align: center;
	left: 0;
	bottom: .33rem;
}

.che_con2 .ul1 {
	font-size: .26rem;
	text-align: center;
	margin-bottom: .5rem;
}

.che_con2 .ul1 li {
	display: inline-block;
	color: #494848;
	margin: 0 .15rem;
}

.che_con2 .qie {
	display: none;
}

.che_con2 .tu_qie img {
	width: 100%;
	/*display: none;*/
}

.che_slick2 img {
	width: 90%;
	margin-left: 5%;
}

.che_slick2 .slick-list {
	width: 130%;
	margin-left: -15%;
}

.tu_qie {
	line-height: 0;
	margin-bottom: .2rem;
}

.che_slick3 .slick-list {
	width: 220%;
	margin-left: -60%;
}

.che_slick3 {
	margin-bottom: 1.48rem;
}

.che_slick3 img {
	width: 96%;
	margin-left: 2%;
}

.che_slick3 .slick-dots {
	width: 100%;
	border-top: #C8C8C8 1px solid;
	left: 0;
	top: 128%;
	margin-left: 0;
	height: 5px;
}

.che_slick3 .slick-dots li {
	border-radius: 0;
	background: none;
	height: 5px;
	border: none;
	margin: 0;
	top: -13.5px;
}

.che_slick3 .slick-dots li.slick-active {
	background: #00A199;
	border: none;
}

.che_con3 .tit {
	padding: .6rem 0 .4rem 0;
}

.che_con3 .v_con,
.che_con5 dl {
	width: 84.375%;
	margin: 0 auto;
}

.che_con3 .v_con dl {
	position: relative;
	margin-bottom: .4rem;
}

.che_con3 .v_con dt {
	line-height: 0;
}

.che_con3 .v_con dt img {
	width: 100%;
}

.che_con3 .v_con dd {
	color: #fff;
	position: absolute;
	width: 100%;
	padding: .3rem 0;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	left: 0;
}

.che_con3 .span_1 {
	font-size: .32rem;
	float: left;
	margin-left: .4rem;
}

.che_con3 .span_2 {
	font-size: .22rem;
	float: right;
	margin-right: .4rem;
}

.che_con4 {
	border-bottom: #D1D1D1 1px solid;
}

.che_con4 .tit {
	padding: .8rem 0 .6rem;
}

.che_con5 {
	margin-top: .3rem;
	border-top: #D1D1D1 1px solid;
}

.che_con5 .v1,
.che_con6 .v1 {
	background: #F7F7F7;
	height: .3rem;
	line-height: .3rem;
	border-top: #D1D1D1 1px solid;
	border-bottom: #D1D1D1 1px solid;
}

.che_con5 .tit {
	padding: .4rem 0 .1rem 0;
}

.che_con5 dl {
	padding-bottom: .44rem;
	margin-top: .3rem;
}

.che_con5 dl dt img,
.che_con6 dl dt img {
	width: 100%;
}

.che_con5 dl dt {
	margin-top: .2rem;
}

.che_con6 dl dd p {
	display: block;
	overflow: hidden;
	color: #AAAAAA;
}

.che_con5 .span_1,
.che_con6 .span_1 {
	font-size: .2rem;
	color: #AAAAAA;
	line-height: .28rem;
	margin-bottom: .12rem;
}

.che_con5 .span_2,
.che_con6 .span_2 {
	line-height: .37rem;
	color: #000;
	font-size: .26rem;
}

.che_con5 .span_3 {
	margin-top: .1rem;
	line-height: .3rem;
	color: #363636;
	text-align: justify;
	font-size: .22rem;
}

.che_con5 dl .dd2 a,
.che_con6 dl .dd2 a {
	color: #fff;
	background: #00A199;
	width: 1.6rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	font-size: .22rem;
	margin: .6rem auto .26rem;
	display: block;
}

.qie2 {
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	background: #f8f8f8
}


/*.che_con6 dl{ margin-bottom: .3rem;}*/

.che_con6 {
	padding-bottom: .7rem;
}

.che_con6 dl dd {
	margin: 0 .47rem;
	padding-top: .43rem;
}

.che_con6 dl dt {
	margin-top: .41rem;
	line-height: 0;
}

.che_con6 .tit {
	padding: .4rem 0 .17rem;
}

.che_con1,
.che_con2,
.che_con3,
.che_con4,
.che_con5,
.che_con6 {
	background: #fff;
	position: relative
}

#carsow1,
#carsow2,
#carsow3,
#carsow4,
#carsow5,
#carsow6 {
	position: absolute;
	top: -1.8rem;
}

#carso1,
#carso2,
#carso3,
#carso4,
#carso5,
#carso6 {
	position: absolute;
	top: -1.8rem;
}

.che_con6 dl .dd2 {
	padding-top: 0;
}

.che_con6 dl .dd2 a {
	margin: .6rem auto 0;
}

.carNav {
	height: .8rem;
	text-align: center;
	width: 100%;
	overflow: hidden
}

.carMenu {
	height: .8rem;
	line-height: .8rem;
	background: #00A199;
	z-index: 8;
	width: 101%
}

.carMenu a {
	color: #fff;
	padding: 0 .08rem;
	display: inline-block;
	line-height: .8rem;
	height: 100%
}

.carMenu a.cur {
	background: #01b1a8;
}

.carMenu2 {
	height: .8rem;
	line-height: .8rem;
	background: #00A199;
	z-index: 8;
	width: 101%
}

.carMenu2 a {
	color: #fff;
	padding: 0 .1rem;
	display: inline-block;
	line-height: .8rem;
	height: 100%
}

.carMenu2 a.cur {
	background: #01b1a8;
}


/*经销商站点*/

.j_con1,
.j_con2,
.j_con3,
.j_con4,
.j_con6 .v1 {
	padding: 0rem .5rem 0;
}

.j_con1 {
	background: #F8F8F8;
}

.j_tit {
	color: #000000;
	padding: .4rem 0;
	line-height: .45rem;
	text-align: center;
}

.j_con1 dl {
	padding-bottom: .76rem;
}

.j_con1 dl:last-of-type {
	padding-bottom: .45rem;
}

.j_con1 dl dt,
.j_con6 .v1_2 dt {
	width: .7rem;
	height: .7rem;
	overflow: hidden;
	margin-right: .28rem;
}

.j_con1 dl dt img,
.j_con6 .v1_2 dt img {
	width: 100%;
}

.j_con1 dl dd {
	width: 70%;
}

.j_con1 dl .span_1 {
	color: #00A199;
	line-height: .37rem;
	margin-bottom: .19rem;
}

.j_con1 dl .span_2 {
	color: #363636;
}

.j_con2 dl {
	margin-bottom: .5rem;
}

.j_con2 dt img,
.j_con3 dt img {
	width: 100%;
}

.j_con2 dd .span_1 {
	font-size: .2rem;
	color: #AAAAAA;
	line-height: .28rem;
	margin-top: .2rem;
}

.j_con2 dd .span_2 {
	color: #000000;
	margin-top: .08rem;
	line-height: .3rem;
}

.j_con2 .v1 a {
	color: #fff;
	background: #00A199;
	width: 1.6rem;
	line-height: .6rem;
	text-align: center;
	height: .6rem;
	margin: 0 auto;
}

.j_con2 .v1 {
	margin-bottom: .2rem;
}

.newHuod {
	border-top: .01rem solid #e1e1e1;
	margin-bottom: 1em;
}

.newHuod li {
	border-bottom: .01rem solid #e1e1e1;
	overflow: hidden;
	padding: .2rem 0;
}

.newHuod .tag {
	float: left;
	color: #00A199
}

.newHuod .txt,
.newHuod li p {
	display: block;
	overflow: hidden
}

.newHuod .det {
	float: right;
	color: #999
}

.newHuod a:hover .txt {
	color: #00A199;
}

.j_con3 .v1 dl {
	width: 50%;
	margin-bottom: .4rem;
}

.j_con3 .v1 .span_1 {
	color: #000000;
	line-height: .45rem;
	margin-bottom: .05rem;
}

.j_con3 .v1 .span_2 {
	font-size: .18rem;
	color: #AAAAAA;
	margin-bottom: .11rem;
	line-height: 1.4em;
}

.j_con3 .v1 .span_2 b {
	font-weight: 100;
	display: block;
	padding: 0;
}

.j_con3 .v1 .span_3 {
	color: #363636;
}

.j_con3 .v1 .span_3 .b1 {
	color: #EE1B1F;
}

.j_con3 .v1 .span_3 .b2 {
	color: #AAAAAA;
	text-decoration: line-through;
}

.j_con3 .v1 .span_4 {
	color: #363636;
	margin-bottom: .4rem;
}

.j_con3 .v1 a {
	background: #F7B52B;
	width: 1.6rem;
	line-height: .6rem;
	height: .6rem;
	text-align: center;
	color: #fff;
}

.j_con4 {
	background: url(//shopimg.jetour.com.cn/cms/m/images/jing_8.jpg) no-repeat;
	background-size: 100% auto;
}

.j_con4 .j_tit {
	color: #fff;
	opacity: 0;
}

.j_con4 .v1 dl {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: .65rem;
}

.j_con4 .v1 dl dt {
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	margin: 0 auto;
}

.j_con4 .v1 dl dt img {
	width: 100%;
}

.j_con4 .v1 dl dd {
	color: #fff;
	font-size: .26rem;
	line-height: .37rem;
	margin-top: .4rem;
}

.j_con6 .v1 {
	background: #191C21;
	padding: .5rem;
}

.j_con6 .v1_1 {
	margin-bottom: .5rem;
}

.j_con6 .v1_1 .span_1 {
	color: #00A199;
	margin-bottom: .19rem;
}

.j_con6 .v1_1 .span_2 {
	color: #fff;
	line-height: .3rem;
}

.j_con6 .v1_2 dl {
	margin-bottom: .77rem;
}

.j_con6 .v1_2 dd {
	width: 78%;
}

.j_con6 .v1_2 .span_1 {
	color: #00A199;
}

.j_con6 .v1_2 .span_2 {
	color: #fff;
	margin-top: .15rem;
}

.j_con6 .v1_3 {
	position: relative;
}

.j_con6 .v1_3 a {
	background: #F7B52B;
	width: 1.6rem;
	text-align: center;
	height: .6rem;
	line-height: .6rem;
	color: #fff;
	text-align: center;
}

.j_con6 .v1_3 img {
	position: absolute;
	top: -.3rem;
	right: 0;
	width: .91rem;
}

.j_con7 {
	line-height: 0;
}

.j_con7 img {
	width: 100%;
}

.Depos {
	position: relative
}

.carMenu3 {
	position: fixed;
	left: 0;
	top: 1rem;
}

.pageWrap2 {
	padding-top: .7rem;
}

.NoContent {
	text-align: center;
	font-size: .26rem;
	color: #2E2E2E;
	border-bottom: 1px solid #C8C8C8;
	padding-bottom: .35rem;
}

.footlogo {
	padding: .5rem 0 .1rem;
	text-align: center
}

.footlogo img {
	width: 66%;
}


/*经销商站点 留言*/

.MesWrap {
	padding-bottom: .6rem;
}

.MesTit {
	margin: .5rem .2rem 0;
	border-bottom: .01rem solid #C8C8C8;
	font-size: .32rem;
	padding: 0 .1rem;
	line-height: 3em;
}

.Mesitem {
	margin: 0 .2rem;
	padding-left: 2em;
	position: relative
}

.Mesitem .few {
	font-size: .26rem;
	color: #00A199;
	position: absolute;
	left: 0;
	top: -.3em;
	font-size: .26rem;
}

.Mesitem .info {
	margin-bottom: .4rem;
	line-height: 1.4em;
}

.Mesitem .mesQ {
	margin: .3rem 0 .1rem;
	padding-left: .3rem;
	position: relative;
}

.Mesitem .info b {
	color: #000000;
	position: absolute;
	left: 0;
	top: 0
}

.Mesitem .mesQ h2 {
	color: #000000;
	font-size: .22rem
}

.Mesitem .mesA {
	padding-left: .3rem;
	position: relative;
}

.Mesitem .textBox {
	border: 1px solid #EBEBEB;
	border-radius: 2px;
	padding: .2rem .26rem;
	color: #363636;
	display: block
}

.QaNot {
	padding: 1rem 0 .9rem
}

.QaNot h4 {
	line-height: 1.4em;
	color: #494848;
	margin: .3rem auto .4rem;
	display: block;
	font-size: .22rem;
	width: 70%;
}

.QaNot img {
	display: inline-block;
	width: 20%;
}

.videotan .jwplayer {
	background: none !important;
}


/*服务理念*/

.b_center {
	text-align: center;
}

.b_kuan {
	width: 100%;
	display: block;
}

.fu_con1 {
	padding-top: 1.6rem;
	margin: 0 .5rem;
}

.fu_con1 h4 {
	color: #00A199;
	margin-bottom: .16rem;
}

.fu_con1 .v1 {
	color: #363636;
	margin: 0 .2rem;
}

.fu_con1 .v2 {
	margin-top: .33rem;
}

.fu_con2 {
	margin: 0 .45rem;
}

.fu_con2 h4 {
	color: #00A199;
	margin: .5rem 0;
}

.fu_con2 .v1,
.fu_con4 .v1 {
	border-bottom: #E5E5E5 1px solid;
	padding-bottom: .35rem;
	color: #00A199;
}

.fu_con2 .v2 {
	margin-top: .6rem
}

.fu_con2 .v2 dl {
	margin-bottom: .4rem;
	width: 50%;
	float: left;
}

.fu_con2 .v2 dl dt {
	width: 1.52rem;
	height: 1.52rem;
	margin: 0 auto .4rem;
}

.fu_con2 .v2 dl dd {
	color: #363636;
}

.fu_con3 .v2 {
	background: #F7F7F7;
	color: 363636;
	padding: .5rem .6rem;
}

.fu_con3 .v2_1 {
	border-bottom: 1px solid #ccc;
	padding-bottom: .35rem;
}

.fu_con3 ul {
	margin-top: .38rem;
}

.fu_con3 ul .span_1 {
	color: #F7B52B;
	margin-right: .3rem;
	font-size: .36rem;
}

.fu_con3 ul li {
	margin-bottom: .3rem;
}

.fu_con3 ul li span {
	display: inline-block;
}

.fu_con4 {
	margin-top: .6rem;
}

.fu_con4 .v1 {
	margin: 0 .45rem;
}

.fu_con4 .v2 {
	margin: .5rem 0;
	overflow: hidden;
}

.fu_con4 .v2_1 {
	width: 110%;
}

.fu_con4 .v2_1 dl {
	float: left;
	margin: 0 .2rem .2rem 0;
	position: relative;
}

.fu_con4 .v2_1 dt {
	overflow: hidden;
}

.fu_con4 .v2_1 dt img {
	width: 100%;
}

.fu_con4 .v2_1 dd {
	width: 100%;
	background: url(//shopimg.jetour.com.cn/cms/m/images/span_bg.png) repeat;
	height: .75rem;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	line-height: .3rem;
}

.fu_con4 .v2_1 dd span {
	width: 90%;
	left: 5%;
	top: 50%;
	display: block;
	position: absolute;
}

.fu_con4 .v2_1 .dl1 dt {
	width: 3.1rem;
	height: 4.84rem;
}

.fu_con4 .v2_1 .dl2 dt {
	width: 3.1rem;
	height: 2.32rem;
}

.fu_con4 .v2_1 .dl3 dt {
	width: 100%;
	line-height: 0;
}

.fu_con4 .v2_1 .fl {
	width: 3.1rem;
	margin-right: .2rem;
}

.bai_v1 {
	margin-bottom: .5rem;
}

.bai_v1 .bai_tab {
	border: #ececec 1px solid;
	width: 100%;
	margin-bottom: .5rem;
}

.bai_tab .tr1 {
	background: #f5f5f5;
}

.bai_tab .tr1 td {
	border: none;
	position: relative;
	padding: .2rem 0;
	font-size: .22rem;
}

.bai_tab .tr1 img {
	width: 80%;
	position: absolute;
	top: .3rem;
	left: 5%;
}

.bai_tab .tr1 .span_1 {
	color: #7a7a7a;
}

.bai_tab .tr1 .span_2 {
	color: #333333;
}

.bai_red {
	color: #ef1d20;
}

.bai_tab .tr1 .tbtn {
	color: #00A199;
	border: .01rem solid #00A199;
	padding: .05rem .4rem;
	margin-top: .1rem;
	display: inline-block;
}

.bai_tab .tr2 {
	color: #494848;
	background: #e8e9ea;
	height: .5rem;
	line-height: .5rem;
}

.bai_tab .tr2 td {
	padding: 0 .1rem;
	font-size: .2rem;
}

.bai_tab td {
	padding: .1rem .1rem;
	border-right: #ececec 1px solid;
	border-bottom: #ececec 1px solid;
}

.bai_tab tr {
	display: none;
}

.bai_v1 .v2 {
	width: 2rem;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	color: #fff;
	background: #00A199;
	margin: 20px auto 0;
	cursor: pointer;
	font-size: .22rem;
}

.bai_v1 .v2 img {
	position: relative;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -.02rem;
}

.bai_v1 .v2.cur {
	background: #9f9f9f;
}

.bai_v1 .v2.cur img {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	top: -.02rem;
}

.bai_v1 .v2 b {
	font-weight: normal;
	margin-right: 5px;
}

.bai_v1 .v2 b,
.bai_v1 .v2 img {
	display: inline-block;
}