@charset "utf-8";
/*html5*/ 
@font-face {
	font-family: 'NotoSansJP';
	src: url('../font/NotoSerifJP.ttf');
}
@font-face {
	font-family: 'Inter';
	src: url('../font/Inter-Light-7.otf');
}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;font-family:'NotoSansJP'}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}
code{
	font-family: inherit;
}

.contain{
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 80px;
}

.header{
	background-color: #000000;
	padding: 31px 0 26px;
}
.header1{
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	float: left;
	font-size: 0;
}
.logo img{
	width: 129px;
}
.nav{
	float: left;
	margin-left: 20px;
}
.nav ul{
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	float: left;
	margin-left: 32px;
	font-weight: 600;
	font-size: 16px;
 	line-height: 88px;
}
.nav ul li a{
	color: #BF9500;
}
.login{
	float: right;
	height: 88px;
	display: flex;
	align-items: center;
}
.login a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 114px;
	height: 46px;
	background: linear-gradient(0deg, #A07F2A, #A07F2A),
	linear-gradient(0deg, #BF9500, #BF9500),
	linear-gradient(180deg, rgba(255, 220, 181, 0.2) 46.63%, rgba(0, 0, 0, 0) 46.64%);
	border-radius: 23px;
	border: 1px solid #A07F2A;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
.login a img{
	width: 14px;
	margin-right: 6px;
}
.language{
	float: right;
	font-size: 0;
	margin-right: 20px;
}
.language a{
	margin-right: 19px;
	font-weight: 600;
	font-size: 16px;
	line-height: 88px;
	vertical-align: middle;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
}
.language a img{
	width: 24px;
	margin-right: 5px;
}
.header_m{
	display: none;
}

.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.banner{
	font-size: 0;
	text-align: center;
}
.banner .swiper-pagination{
	bottom: 26px;
	font-size: 0;
}
.banner .swiper-pagination-bullet{
	background-color: #D9D9D9;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin: 0 11px !important;
}
.banner .swiper-pagination-bullet-active{
	background-color: #e7a304 !important;
}
.banner1{
	position: relative;
}
.banner2{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
	font-weight: 600;
	font-size: 40px;
	line-height: 64px;
	letter-spacing: 4.8px;
	color: #FFFFFF;
	padding-left: 116px;
}
.service{
	padding: 80px 0;
}
.titline{
	width: 318px;
	height: 1px;
	background-color: #BF9500;
	margin: 0 auto;
	position: relative;
}
.titline span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 133px;
	transform: translate(-50%,-50%);
	background-color: #FFFFFF;
	font-weight: 600;
	font-size: 24px;
	line-height: 41.6px;
	letter-spacing: 1.6px;
	text-align: center;
	color: #BF9500;
}
.titline span.gary{
	background-color: #F6F6F6;
}
.title{
	font-size: 48px;
	line-height: 76px;
	color: #565656;
	text-align: center;
}
.service1{
	margin-top: 54px;
	font-weight: 300;
	font-size: 17.6px;
	line-height: 38.4px;
	letter-spacing: 1.6px;
	text-align: center;
	color: #3C3C3C;
}
.service2{
	margin-top: 72px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service3{
	width: calc((100% - 14px)/2);
	/*width: calc((100% - 14px)/3);*/
	display: flex;
	align-items: center;
	justify-content: center;
	height: 142px;
	font-weight: 700;
	font-size: 32px;
	line-height: 32.75px;
	letter-spacing: 3.74px;
	color: #FFFFFF;
	border: 1px solid #AFAFAF;
	background-color: #AFAFAF;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}
.service3 img{
	margin-right: 5px;
}
.seicona{
	display: none;
}
.service3.on{
	color: #BF9500;
	background-color: #FFFFFF;
}
.service3.on .seicon{
	display: none;
}
.service3.on .seicona{
	display: block;
}
.service4{
	padding: 25px 23px;
	border: 1px solid #AFAFAF;
	border-top: 0;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25);
	border-radius: 0 0 10px 10px;
}
.service5{
	display: none;
}
.show{
	display: block !important;
}
.service6{
	padding: 20px;
	margin-top: 33px;
	display: flex;
	align-items: center;
}
.service6:first-child{
	margin-top: 0;
}
.service7{
	font-size: 0;
	margin-right: 25px;
}
.service7 img{
	width: 237px;
}
.service8{
	flex: 1;
}
.service9{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service10{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #212121;
}
.service11{
	font-weight: 700;
	font-size: 32px;
	line-height: 28.8px;
	color: #E81422;
}
.service12{
	margin-top: 16px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #737373;
}
.service13{
	margin-top: 20px;
	font-size: 0;
}
.service13 span{
	display: inline-block;
	margin-top: 10px;
	background-color: #F5F5F5;
	margin-right: 10px;
	padding: 0 8px;
	line-height: 38px;
	font-size: 16px;
	color: #737373;
	border-radius: 5px;
}
.service14{
	margin-top: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service15{
	display: flex;
	align-items: center;
}
.service15 span{
	font-size: 20px;
	line-height: 22.5px;
	color: #333333;
	margin-right: 30px;
	display: flex;
	align-items: center;
}
.service15 span img{
	margin-right: 6px;
}
.service16 a{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #000000;
	width: 120px;
	height: 38px;
	border-radius: 19px;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
.more{
	margin-top: 60px;
	text-align: center;
}
.more a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 64px;
	background-color: #000000;
	border-radius: 32px;
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
}
.search{
	background: url(../img/searchbg.png) no-repeat;
	background-size: cover;
	padding: 46px 0;
}
.search1{
	width: 100%;
	max-width: 895px;
	margin: 0 auto;
	overflow: hidden;
}
.search2{
	width: calc((100% - 120px));
	float: left;
	height: 46px;
}
.search2 input{
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background-color: #FFFFFF;
	border: none;
	border: 1px solid #B48653;
	border-radius: 10px 0 0 10px;
}
.search3{
	float: left;
	width: 120px;
	height: 46px;
}
.search3 button{
	border: 1px solid #000000;
	background-color: #000000;
	border-radius: 0 10px 10px 0;
	height: 100%;
	width: 100%;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.picks{
	padding: 80px 0 100px;
}
.picks1{
	margin-top: 32px;
	position: relative;
	padding: 0 72px;
}
.picks1 .swiper{
	padding: 10px;
}
.picks2{
	border-radius: 20px;
	padding: 16px;
	background-color: #F6F6F6;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.picks3{
	font-size: 0;
	position: relative;
}
.picks3 span{
	position: absolute;
	left: 0;
	top: 0;
}
.picks3 code{
	position: absolute;
	left: 9px;
	top: 17px;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
}
.picks4{
	margin-top: 6px;
	font-weight: 600;
	font-size: 18px;
	line-height: 38.4px;
	color: #3C3C3C;
}
.picks5{
	font-weight: 500;
	font-size: 20px;
	line-height: 38.4px;
	letter-spacing: 1.6px;
	color: #977600;
}
.picks6{
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1.6px;
	color: #7F7F7F;
}
.picleft{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	left: 15px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.picright{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.guide{
	background-color: #F6F6F6;
	padding: 56px 0 50px;
}
.guide1{
	margin-top: 60px;
	position: relative;
	padding: 0 72px;
}
.guide2{
	font-size: 0;
	text-align: center;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}
.guide3{
	background-color: #BF9500;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 0 0 10px 10px;
}
.guileft{
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	left: 15px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.guiright{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.news{
	padding: 136px 0 109px;
}
.news1{
	background-color: #F6F6F6;
	padding: 66px 56px 40px;
}
.news2{
	display: flex;
	align-items: center;
}
.news3{
	width: 190px;
	font-weight: 500;
	font-size: 28.8px;
	line-height: 41.6px;
	letter-spacing: 1.6px;
	color: #000000;
}
.news4{
	flex: 1;
	border-top: 1px solid #CFCFCF;
}
.news4 ul li{
	list-style-type: none;
	border-bottom: 1px solid #CFCFCF;
}
.news4 ul li a{
	display: flex;
	align-items: center;
	height: 80px;
}
.news4 ul li a span{
	width: 82px;
	height: 30px;
	border: 1px solid #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #000000;
	margin-right: 16px;
	border-radius: 15px;
}
.news4 ul li a code{
	flex: 1;
	font-weight: 500;
	font-size: 14.4px;
	line-height: 25.6px;
	color: #3C3C3C;
}
.news5{
	margin-top: 40px;
	text-align: right;
}
.news5 a{
	display: inline-flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 28px;
	color: #000000;
}
.news5 a img{
	margin-right: 5px;
}
.sydb1{
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.sydb2{
	width: 50%;
	font-size: 0;
	position: relative;
}
.sydb2 > img{
	width: 100%;
}
.sydb3{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 360px;
}
.sydb4{
	font-weight: 500;
	font-size: 24px;
	line-height: 48px;
	letter-spacing: 1.6px;
	color: #FFFFFF;
}
.sydb5{
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 3.2px;
	color: #FFFFFF;
}
.sydb6{
	margin-top: 32px;
}
.sydb6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	height: 64px;
	border: 1px solid #FFFFFF;
	border-radius: 32px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.footer{
	background-color: #000000;
	border-top: 4px solid #BF9500;
	padding-top: 30px;
}
.footer1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer2{
	max-width: 360px;
}
.footer3{
	font-size: 0;
	margin-bottom: 8px;
}
.footer4{
	font-weight: 300;
	font-size: 14px;
	line-height: 25.6px;
	color: #FFFFFF;
}
.footer5{
	display: flex;
	align-items: flex-start;
}
.footer6{
	margin-right: 100px;
}
.footer6 a{
	margin-top: 5px;
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
}
.beian{
	margin-top: 16px;
	border-top: 1px solid #545454;
}
.beian1{
	position: relative;
	height: 78px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.flink{
	position: absolute;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}
.flink a{
	margin-right: 16px;
}
.beian2{
	font-weight: 300;
	font-size: 12.8px;
	line-height: 28px;
	color: #FFFFFF;
}
.innerBanner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.innerBanner2{
	font-weight: 600;
	font-size: 64px;
	line-height: 64px;
	letter-spacing: 1.6px;
	text-align: center;
	color: #FFFFFF;
}
.innerBanner2::first-letter {
    color: #BF9500;
}
.innerBanner3{
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3.2px;
	text-align: center;
	color: #FFFFFF;
}
.inAbout{
	padding: 22px 0 119px;
	background-color: #F6F6F6;
}
.inAbout1{
	margin-top: 96px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inAbout1:nth-child(2n){
	flex-direction: row;
}
.inAbout2{
	width: 46%;
	font-size: 0;
}
.inAbout3{
	width: 48%;
}
.inAbout4{
	font-weight: 600;
	font-size: 28.8px;
	line-height: 41.6px;
	letter-spacing: 1.6px;
	color: #5B5B5B;
}
.inAbout5{
	margin-top: 20px;
	font-size: 16px;
	line-height: 32px;
	color: #737373;
}
.inAbout6{
	margin-top: 118px;
	background-color: #FFFFFF;
	padding: 29px 196px 57px;
}
.inAbout7{
	height: 77px;
	border-bottom: 1px dashed #737373;
	display: flex;
	align-items: center;
}
.inAbout8{
	width: 236px;
	padding-left: 56px;
	font-size: 16px;
	line-height: 28px;
	color: #737373;
	padding-right: 20px;
}
.inAbout9{
	flex: 1;
	font-size: 16px;
	line-height: 28px;
	color: #737373;
}
.inAbout10{
	margin-top: 50px;
	font-size: 16px;
	line-height: 28px;
	color: #737373;
}
.inSearch{
	padding: 39px 0 67px;
	background-color: #F6F6F6;
}
.inSearch1{
	padding: 0 157px;
}
.inSearch2{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #212121;
}
.inSearch3{
	margin-top: 10px;
}
.inSearch3 ul li{
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top: 32px;
}
.page{
	margin-top: 60px;
	text-align: center;
}
.page a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border: 1px solid #DEE2E6;
	height: 38px;
	border-radius: 19px;
	font-size: 16px;
	line-height: 24px;
	color: #2F2F2F;
	background-color: #FFFFFF;
	margin: 0 5px;
}
.page a.on{
	border: 1px solid #A07F2A;
	background-color: #BF9500;
	color: #FFFFFF;
}
.chitem{
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
}
.chitem1{
	width: calc(100% / 2);
	/*width: calc(100% / 3);*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 0;
	border-bottom: 4px solid #FFFFFF;
}
.chitem3{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
}
.chicona{
	display: none;
}
.chitem4{
	margin-top: 10px;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3.2px;
	text-align: center;
	color: #070707;
}
.chitem1.on{
	border-bottom: 4px solid #BF9500;
}
.chitem1.on .chicon{
	display: none;
}
.chitem1.on .chicona{
	display: block;
}
.chitem1.on .chitem4{
	color: #BF9500;
}
.xqdeta{
	background-color: #F6F6F6;
	padding: 86px 0 75px;
}
.xqdeta1{
	float: left;
	width: 52%;
}
.xqdeta3{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xqdeta3 img{
	width: 100%;
}
.ovfh{
	overflow: hidden;
}
.xqdeta4{
	margin-top: 36px;
	position: relative;
	padding: 0 50px;
}
.xqLeft{
	padding: 10px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.xqright{
	padding: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.xqderight{
	float: right;
	width: 45%;
}
.xqderight1{
	font-family: Noto Serif JP;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 28.8px;
	letter-spacing: 0.6px;
	vertical-align: middle;
	color: rgba(48, 48, 48, 0.75);
}
.xqderight2{
	margin-top: 8px;
	font-weight: 700;
	font-size: 24px;
	line-height: 39px;
	letter-spacing: 0.6px;
	color: #303030;
}
.xqderight3{
	margin-top: 12px;
	font-size: 12px;
	line-height: 20.4px;
	letter-spacing: 0.7px;
	color: #303030;
	margin-bottom: 40px;
}
.xqderight3 span{
	font-weight: 700;
	font-size: 28px;
	line-height: 1;
	letter-spacing: 1.3px;
	color: #E71424;
}
.xqderight4{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 23px;
}
.xqderight5{
	flex: 1;
}
.xqderight6{
	margin-top: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	height: 20px;
	letter-spacing: 0.4px;
	color: #303030;
}
.xqderight6 span{
	font-weight: 500;
	font-size: 12px;
}
.xqderight7{
	margin-top: 10px;
}
.xqderight7 input{
	width: 100%;
	max-width: 203px;
	border: 1px solid #CCCCCC;
	outline: none;
	height: 36px;
	padding: 0 15px;
	background-color: #FFFFFF;
	border-radius: 18px;
	text-align: center;
}
.xqderight7 select{
	width: 100%;
	max-width: 203px;
	border: 1px solid #CCCCCC;
	outline: none;
	height: 36px;
	padding: 0 15px;
	background-color: #FFFFFF;
	border-radius: 18px;
}
.time-selector{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 203px;
}
.time-dropdown{
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.1);
	z-index: 100;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.time-column{
	flex: 1;
	padding: 0 5px;
}
.time-label{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
}
.time-options{
	max-height: 200px;
	overflow-y: auto;
}
.time-option{
	padding: 5px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	margin: 2px 0;
}
.time-option:hover{
	background-color: #f0f0f0;
}
.time-option.selected{
	background-color: #e0e0e0;
	font-weight: bold;
}
.xqderight8{
	margin-top: 4px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 10px;
	line-height: 19.5px;
	letter-spacing: 0.4px;
	color: #303030;
}
.xqderight9{
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xqderight10{
	flex: 1;
}
.xqderight11{
	margin-top: 7px;
	display: flex;
	align-items: center;
}
.xqderight11:first-child{
	margin-top: 0;
}
.xqderight12{
	width: 60px;
	font-weight: 700;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 0.4px;
	color: #303030;
}
.xqderight13{
	flex: 1;
	height: 36px;
	border: 1px solid #CCCCCC;
	border-radius: 18px;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.xqderight13 img{
	margin-right: 10px;
}
.xqderight13 input{
	flex: 1;
	height: 100%;
	border-radius: 18px;
	padding-right: 10px;
}
.xqderight14{
	margin-left: 28px;
	font-size: 0;
}
.xqderight15{
	margin-top: 10px;
	width: 140px;
	height: 36px;
	border: 1px solid #CCCCCC;
	border-radius: 18px;
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
}
.xqderight15 span{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 36px;
	font-size: 16px;
	color: #737373;
	cursor: pointer;
}
.xqderight15 input{
	height: 100%;
	width: 66px;
	text-align: center;
}
.xqderight15 input::-webkit-inner-spin-button,
.xqderight15 input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* 兼容Firefox */
.xqderight15 input[type="number"] {
	-moz-appearance: textfield;
}
.xqderight16 span{
	margin-top: 16px;
	display: block;
	border: 1px solid #CCCCCC;
	width: 220px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 13px;
	line-height: 28px;
	color: #333333;
	background-color: #FFFFFF;
	border-radius: 20px;
	cursor: pointer;
}
.vehicle .vetype{
	display: flex;
	align-items: baseline;
}
.vehicle .vetype span{
	margin-right: 10px;
}
.xqderight16 span.on{
	border: 1px solid #A07F2A;
	color: #A07F2A;
}
.xqderight17{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.xqderight7 span{
	margin-top: 16px;
	display: block;
	border: 1px solid #CCCCCC;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	background-color: #FFFFFF;
	border-radius: 20px;
	cursor: pointer;
}
.xqderight7 span.on{
	border: 1px solid #A07F2A;
	color: #A07F2A;
}
.xqderight18{
	flex: 1;
}
.xqderight19{
	margin-top: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xqderight20{
	font-weight: 500;
	font-size: 16px;
	line-height: 19.5px;
	letter-spacing: 0.4px;
	color: #303030;
	display: flex;
	align-items: center;
}
.xqderight20 label{
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.xqderight21 select{
	width: 132px;
	height: 36px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	outline: none;
	border-radius: 18px;
        padding:0 20px;
}
.xqderight22{
	font-size: 0;
	margin-left: 10px;
}
.xqderight23{
	margin-top: 12px;
}
.xqderight23 textarea{
	width: 100%;
	resize: none;
	padding: 10px 14px;
	border-radius: 10px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 100px;
}
.xqderight24{
	margin-top: 16px;
}
.xqderight24 input{
	width: 100%;
	height: 48px;
	border-radius: 24px;
	background-color: #BF9500;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
.yline{
	margin-top: 40px;
	height: 1px;
	background-color: #BF9500;
}
.xqwz{
	margin-top: 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 39px;
	color: #BF9500;
}
.xqwz1{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 39px;
}
.xqwz2{
	font-size: 16px;
	color: #000000;
	line-height: 39px;
}
.fhsyy{
	margin-top: 50px;
	text-align: center;
}
.fhsyy a{
	font-weight: 700;
	font-size: 16px;
	line-height: 39px;
	letter-spacing: 0.6px;
	text-decoration: underline;
	color: #BF9500;
}
.appoint{
	background-color: #F6F6F6;
	padding: 50px 0 100px;
}
.appoint1{
	padding: 0 157px;
}
.appoint2{
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 3.2px;
	text-align: center;
	color: #040507;
}
.appoint3{
	margin-top: 40px;
	background-color: #FFFFFF;
}
.appmess{
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 15px 40px;
}
.appmess1{
	display: flex;
	align-items: center;
}
.appmess2{
	font-size: 0;
	margin-right: 16px;
}
.appmess2 img{
	width: 16px;
}
.appmess3{
	font-weight: 500;
	font-size: 18px;
	line-height: 40px;
	color: #111111;
}
.appsr{
	margin-top: 20px;
	background-color: #FFFFFF;
	padding: 30px 30px 45px;
}
.appsr1{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #201F1D;
	padding-bottom: 20px;
	border-bottom: 1px solid #DBDBDB;
}
.appsr2{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.appsr3{
	width: calc((100% - 16px)/2);
}
.appsr4{
	margin-top: 20px;
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	color: #2F2F2F;
	height: 22px;
}
.appsr4 span{
	color: #FF0000;
}
.appsr5{
	margin-top: 10px;
}
.appsr5 input{
	border: 1px solid #F4F4F4;
	background-color: #FCFBFB;
	padding: 0 14px;
	font-size: 14px;
	border-radius: 10px;
	height: 49px;
	width: 100%;
}
.appsr5 select{
	border: 1px solid #F4F4F4;
	background-color: #FCFBFB;
	padding: 0 14px;
	font-size: 14px;
	border-radius: 10px;
	height: 49px;
	width: 100%;
	outline: none;
}
.appsr6{
	margin-top: 10px;
}
.appsr6 textarea{
	border: 1px solid #F4F4F4;
	background-color: #FCFBFB;
	padding: 10px 14px;
	font-size: 14px;
	border-radius: 10px;
	height: 112px;
	width: 100%;
	resize: none;
}
.appsr6 input{
	border: 1px solid #F4F4F4;
	background-color: #FCFBFB;
	padding: 0 14px;
	font-size: 14px;
	border-radius: 10px;
	height: 49px;
	width: 100%;
	resize: none;
}
.appsr7{
	margin-top: 45px;
	text-align: right;
	font-weight: 700;
	font-size: 15px;
	color: #2F2F2F;
	line-height: 50px;
}
.appsr7 span{
	width: 170px;
	height: 50px;
	background-color: #BF9500;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
}
.gobac{
	margin-top: 32px;
	text-align: center;
	font-size: 15px;
	line-height: 22.5px;
	text-align: center;
	color: #201F1D;
}
.question{
	padding: 57px 0 131px;
	background-color: #F6F6F6;
}
.question1{
	font-weight: Light;
	font-size: 17.6px;
	line-height: 38.4px;
	letter-spacing: 1.6px;
	text-align: center;
	color: #3C3C3C;
}
.question2{
	margin-top: 30px;
	padding: 0 80px;
}
.question3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 90px;
	padding: 0 36px 0 30px;
	border-bottom: 1px solid #7E7E7E;
}
.question4{
	font-size: 0;
	margin-right: 32px;
}
.question5{
	flex: 1;
	font-weight: 600;
	font-size: 16px;
	line-height: 38.4px;
	letter-spacing: 0.56px;
	color: #0D0D0D;
}
.question6{
	font-size: 0;
	margin-left: 20px;
}
.zk{
	display: none;
}
.question7{
	display: none;
	align-items: flex-start;
	padding: 28px 90px 20px 30px;
	background-color: #F2F2F2;
}
.question8{
	display: flex;
	align-items: center;
	font-size: 0;
	margin-right: 32px;
	height: 36px;
}
.question9{
	font-size: 16px;
	line-height: 36px;
	color: #0D0D0D;
}
.question2 ul li.on .sq{
	display: none;
}
.question2 ul li.on .zk{
	display: block;
}
.question2 ul li.on .question7{
	display: flex;
}
.inNews{
	padding: 123px 0 71px;
	background-color: #F6F6F6;
}
.inNews1{
	flex: 1;
	border-top: 1px solid #CFCFCF;
}
.inNews1 ul li{
	list-style-type: none;
	border-bottom: 1px solid #CFCFCF;
}
.inNews1 ul li a{
	display: flex;
	align-items: center;
	height: 80px;
}
.inNews1 ul li a span{
	width: 82px;
	height: 30px;
	border: 1px solid #A07F2A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #A07F2A;
	margin-right: 16px;
	border-radius: 15px;
}
.inNews1 ul li a code{
	flex: 1;
	font-weight: 500;
	font-size: 14.4px;
	line-height: 25.6px;
	color: #3C3C3C;
}
.newsDeta{
	padding: 120px 0 100px;
	background-color: #F6F6F6;
}
.newsDeta1{
	font-weight: 500;
	font-size: 32px;
	line-height: 38.4px;
	text-align: center;
	color: #201F1D;
}
.newsDeta2{
	margin-top: 32px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #A07F2A;
}
.newsDeta3{
	margin-top: 30px;
	font-size: 16px;
	line-height: 32px;
	text-align: justify;
	color: #676767;
}
.newsDeta4{
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.newsDeta4 a{
	font-size: 14px;
	line-height: 21px;
	color: #1a1A1A;
}
.inContact{
	padding: 60px 0 80px;
	background-color: #F6F6F6;
}
.inContact1{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}
.inContact2{
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inContact3{
	width: 260px;
	font-size: 16px;
	line-height: 28px;
	color: #737373;
}
.inContact4{
	flex: 1;
}
.inContact4 input{
	width: 100%;
	height: 40px;
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 0 14px;
}
.inContact4 textarea{
	width: 100%;
	height: 166px;
	border: 1px solid #C8C8C8;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 10px 14px;
	resize: none;
}
.inContact5{
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.inContact5 a{
	text-decoration: underline;
	color: #000000;
}
.inContact6{
	margin-top: 32px;
	text-align: center;
}
.inContact6 input{
	border: 2px solid #A07F2A;
	background-color: #BF9500;
	width: 150px;
	height: 40px;
	border-radius: 20px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.carlist{
	padding: 40px 0 80px;
	background-color: #F6F6F6;
}
.carlist1{
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}
.carlist2{
	margin-bottom: 14px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.carlist3{
	height: 52px;
	background-color: #BF9500;
	text-align: center;
	line-height: 52px;
	font-weight: 600;
	font-size: 24px;
	line-height: 52px;
	text-align: center;
	color: #FFFFFF;
}
.carlist4{
	padding: 25px 40px 40px 40px;
}
.carlist5{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #000000;
}
.carlist6{
	margin-top: 24px;
	overflow: hidden;
}
.carlist7{
	float: left;
	width: 53%;
}
.carlist8{
	padding: 0 20px;
	position: relative;
}
.carlist8a{
	font-size: 0;
	border: 1px solid #A5A5A5;
}
.carlist8a img{
	width: 100%;
}
.carleft{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.carright{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.carlist9{
	margin-top: 15px;
	padding: 0 20px;
	position: relative;
}
.carlist9a{
	border: 1px solid #A5A5A5;
	font-size: 0;
}
.swiper-slide-thumb-active .carlist9a{
	border: 1px solid #000000;
}
.carlist-right{
	float: right;
	width: 43%;
}
.carlist10{
	border: 1px solid #B5B5B5;
	border-bottom: 0;
}
.carlist11{
	display: flex;
	border-bottom: 1px solid #B5B5B5;
}
.carlist12{
	width: 145px;
	padding: 6px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid #B5B5B5;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	text-align: center;
}
.carlist13{
	flex: 1;
	padding: 6px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	text-align: center;
}
.logre{
	padding: 72px 0;
	background-color: #F6F6F6;
}
.logre1{
	width: 100%;
	max-width: 635px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 20px 20px 30px;
}
.logre2{
	font-size: 14px;
	line-height: 21px;
	color: #212529;
}
.logre3{
	margin-top: 36px;
	font-weight: 700;
	font-size: 28px;
	line-height: 33.6px;
	color: #201F1D;
}
.logre4{
	margin: 26px 0;
	display: flex;
	align-items: center;
}
.logre4 label{
	margin-right: 20px;
	font-weight: 600;
	font-size: 15px;
	line-height: 22.5px;
	color: #2F2F2F;
	display: flex;
	align-items: center;
}
.logre4 label input{
	margin-right: 6px;
}
.logre5{
	margin-top: 14px;
	font-weight: 600;
	font-size: 15px;
	line-height: 22.5px;
	color: #2F2F2F;
}
.logre5 span{
	color: #FF0000;
}
.logre6{
	margin-top: 10px;
	position: relative;
}
.logre6 input{
	border: 1px solid #F4F4F4;
	background-color: #FCFBFB;
	width: 100%;
	height: 49px;
	border-radius: 5px;
	padding: 0 14px;
}
.eye{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.send{
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 121px;
	height: 28px;
	background-color: #242424;
	border-radius: 14px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 28px;
	border: none;
}
.logre7{
	margin-top: 16px;
}
.logre7 a{
	font-size: 14px;
	line-height: 21px;
	color: #FF0000;
}
.logre8{
	margin-top: 52px;
}
.logre8 input{
	background-color: #BF9500;
	border: 1px solid #A07F2A;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.logre9{
	margin-top: 32px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
	line-height: 22.5px;
	text-align: center;
	color: #828282;
}
.logre9 a{
	color: #A07F2A;
	text-decoration: underline;
}
.logre10{
	margin-top: 10px;
	font-size: 15px;
	line-height: 22px;
	color: #828282;
	margin-bottom: 40px;
}
.artic{
	background-color: #F6F6F6;
	padding: 58px 0;
}
.artic1{
	padding: 0 40px;
}
.artic2{
	font-weight: 600;
	font-size: 18px;
	line-height: 40px;
	color: #000000;
}
.artic3{
	font-size: 18px;
	line-height: 40px;
	color: #000000;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 999999;
	transform: translate(-50%,-50%);
	overflow: hidden;
	border-radius: 8px;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.cancle_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
	box-shadow: 0px 4px 21.100000381469727px 0px rgba(0, 0, 0, 0.1);
}
.tips_tc1{
	height: 56px;
	background-color: #1C1918;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 56px;
	color: #ffffff;
}
.tips_tc2{
	background-color: #ffffff;
	padding: 26px 25px 23px;
}
.tips_tc3{
	font-size: 16px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	color: #333333;
	min-height: 58px;
}
.tips_tc4{
	margin-top: 19px;
	text-align: center;
}
.tips_tc4a{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #3851A6;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}
.tips_tc4b{
	margin: 0 20px;
	display: inline-block;
	width: 132px;
	height: 30px;
	border-radius: 5px;
	background-color: #E30043;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 30px;
}
.grmess{
	background-color: #F6F6F6;
	padding: 72px 0 62px;
}
.grmess_d{
	padding: 0 157px;
}
.grmess1{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.grmess2{
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #201F1D;
}
.grmess3{
	display: flex;
	align-items: center;
}
.grmess3a{
	width: 120px;
	height: 46px;
	border: 1px solid #A4A4A4;
	background-color: #A4A4A4;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	line-height: 46px;
}
.grmess3b{
	width: 120px;
	height: 46px;
	border: 1px solid #A07F2A;
	font-size: 16px;
	color: #A07F2A;
	font-weight: 600;
	text-align: center;
	line-height: 46px;
	margin-right: 10px;
}
.grmess4{
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.grmess5{
	width: calc((100% - 22px)/2);
	background-color: #ffffff;
	padding: 24px 0;
}
.grmess6{
	font-size: 0;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gricona{
	display: none;
}
.grmess7{
	margin-top: 7px;
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #201F1D;
	text-align: center;
}
.grmess5.on .gricon{
	display: none;
}
.grmess5.on .gricona{
	display: block;
}
.grmess5.on .grmess7{
	color: #A07F2A;
}
.grmess8{
	font-weight: 700;
	font-size: 14px;
	line-height: 27px;
	color: #000000;
}
.grmess9{
	font-size: 14px;
	line-height: 27px;
	color: #000000;
}
.grmess10{
	margin-top: 35px;
	text-align: right;
}
.grmess10 a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 170px;
	height: 50px;
	border-radius: 25px;
	border: 1px solid #A07F2A;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #A07F2A;
}
.mt15{
	margin-top: 15px;
}
.order1{
	margin-top: 30px;
	background-color: #ffffff;
	padding: 30px;
}
.order2{
	border-bottom: 1px solid #DBDBDB;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}
.order3{
	margin-top: 25px;
	display: flex;
	align-items: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #DBDBDB;
}
.order4{
	font-size: 0;
	margin-right: 16px;
}
.order4 img{
	width: 120px;
}
.order5{
	flex: 1;
}
.order6{
	font-weight: 600;
	font-size: 15px;
	line-height: 24px;
	color: #212121;
	margin-bottom: 12px;
}
.order8{
	font-size: 0;
	text-align: center;
}
.order9{
	display: none;
	padding-bottom: 16px;
	border-bottom: 1px solid #DBDBDB;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #111111;
}
.order9 span{
	font-weight: normal;
}
.order9:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.order10{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}
.mt12{
	margin-top: 12px;
}
.order7.on .order9{
	display: block;
}
.qymess{
	width: calc((100% - 30px)/4);
	background-color: #ffffff;
	padding: 24px 0;
}
.qymess.on .gricon{
	display: none;
}
.qymess.on .gricona{
	display: block;
}
.qymess.on .grmess7{
	color: #A07F2A;
}
.frmess{
	width: 29%;
}
.frmess1{
	width: 29%;
}
.frmess2{
	width: 12%;
}
.frmess3{
	width: 24%;
}
.frsearch{
	margin-top: 36px;
	display: flex;
	align-items: center;
}
.frsearch form{
	display: flex;
	align-items: center;
}
.frsearch span{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #808080;
	margin-right: 13px;
}
.frsearch1{
	border: 1px solid #808080;
	width: 108px;
	height: 44px;
}
.frsearch1 select{
	width: 100%;
	height: 100%;
	background-color: #BF9500;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	outline: none;
	border: none;
	text-align: center;
	text-align-last: center;
}
.frsearch1 input{
	width: 100%;
	height: 100%;
	background-color: #BF9500;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	outline: none;
	border: none;
	text-align: center;
	text-align-last: center;
}
.frsearch1 input::placeholder {
	color: #FFFFFF;
}
.frsearch2{
	border: 1px solid #808080;
	border-left: 0;
	width: 108px;
	height: 44px;
	background-color: #FFFFFF;
	position: relative;
}
.frsearch2 select{
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #111111;
	font-weight: bold;
	outline: none;
	border: none;
	text-align: center;
	text-align-last: center;
}
.frsearch2 input{
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #111111;
	font-weight: bold;
	outline: none;
	border: none;
	text-align: center;
	text-align-last: center;
}
.frsearch2 input::placeholder {
	color: #000;
}
/* frsearch2容器中的时间选择器样式 */
.frsearch2 .time-dropdown{
	position: absolute;
	top: 44px;
	left: -1px;
	right: 0;
	background-color: #FFFFFF;
	border: 1px solid #808080;
	border-top: none;
	z-index: 1000;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	display: flex;
	justify-content: space-between;
}
.frsearch2 .time-column{
	flex: 1;
	padding: 0 5px;
}
.frsearch2 .time-label{
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	color: #111111;
}
.frsearch2 .time-options{
	max-height: 200px;
	overflow-y: auto;
}
.frsearch2 .time-option{
	padding: 8px 4px;
	text-align: center;
	cursor: pointer;
	border-radius: 0;
	margin: 0;
	font-size: 14px;
	color: #111111;
}
.frsearch2 .time-option:hover{
	background-color: #f0f0f0;
}
.frsearch2 .time-option.selected{
	background-color: #e0e0e0;
	font-weight: bold;
}
.frsearch3{
	background-color: #FFFFFF;
	border: 1px solid #808080;
	border-left: 0;
	width: 360px;
	height: 44px;
	padding: 10px 6px;
	display: flex;
	align-items: center;
}
.frsearch3 span{
	width: 90px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}
.frsearch3i{
	flex: 1;
	height: 24px;
	background-color: #D9D9D9;
	padding: 0 10px;
}

.frsearch3ii{
	width: 24px;
	height: 24px;
	margin-left: 10px;
	background: url(../img/frsearch.png) center no-repeat;
}
.frsearch4{
	background-color: #FFFFFF;
	border: 1px solid #808080;
	border-left: 0;
	width: 341px;
	height: 44px;
	padding: 10px 6px;
	display: flex;
	align-items: center;
}
.frsearch4 span{
	width: 74px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #111111;
}
.tjsx{
	margin-top: 32px;
	display: flex;
	align-items: center;
}
.tjsx1{
	display: flex;
	align-items: center;
}
.tjsx2{
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	margin-right: 16px;
}
.tjsx3{
	background-color: #E5E5E5;
	width: 352px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	color: #000000;
	margin-right: 16px;
}
.tjsx4{
	display: flex;
	align-items: center;
}
.tjsx5{
	margin-right: 16px;
}
.tjsx5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 43px;
	background-color: #BF9500;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 21px;
	font-weight: 600;
}
.tjsx6 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 43px;
	background-color: #BF9500;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 21px;
	font-weight: 600;
}
.frsearch5{
	margin-left: 20px;
}
.frsearch5 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 43px;
	background-color: #BF9500;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 21px;
	font-weight: 600;
}
.tjlist{
	margin-top: 30px;
	border: 1px solid #D2D2D2;
	border-left: 0;
}
.tjlist ul{
	display: flex;
}
.tjlist ul li{
	border-left: 1px solid #D2D2D2;
	width: 20%;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: 600;
}
.tjlist1 ul{
	border: 1px solid #D2D2D2;
	border-left: 0;
	border-top: 0;
	display: flex;
}
.tjlist1 ul li{
	border-left: 1px solid #D2D2D2;
	width: 20%;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #000000;
	line-height: 32px;
	font-weight: 600;
}
.tjlist2{
	text-align: right;
}
.tjlist2 span{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20%;
	background-color: #E1E1E1;
	border: 1px solid #D2D2D2;
	border-top: 0;
	font-size: 14px;
	color: #000000;
	line-height: 43px;
}
.qccode{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 1003;
	transform: translate(-50%,-50%);
	width: 202px;
	background-color: #F6F6F6;
	padding: 16px;
	border-radius: 10px;
}
.qccode1{
	font-size: 0;
}
.qccode1 img{
	width: 100%;
}
.qccode2{
	margin-top: 16px;
}
.qccode2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	background-color: #BF9500;
	border-radius: 21px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
	font-weight: 600;
}