@charset "utf-8";
/*html5*/ 
/*@font-face {*/
/*	font-family: 'NotoSansJP';*/
/*	src: url('../font/NotoSansJP-Regular.otf');*/
/*}*/

/*@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;}
*{box-sizing: border-box;font-family: NotoSansJP;}
input{border:none;  outline:medium;font-family: Inter;}
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;}
a:hover{
	opacity: 0.5;
}

.contain{
	width: 96%;
	max-width: 1280px;
	margin: 0 auto;
}
.goTop{
	position: fixed;
	right: 90px;
	bottom: 80px;
	z-index: 99;
}
.goTop img{
    width: 62px;
}
.soheafer{
    background-color: #212529;
}
.soheafer1{
    height: 85px;
	zoom: 1;
}
.soheafer1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.sologo{
    float: left;
    font-size: 0;
    margin-top: 31px;
}
.sologo img{
    width: 200px;
}
.sonav{
    float: left;
    margin-left: 68px;
}
.sonav ul{
    zoom: 1;
}
.sonav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.sonav ul li{
    list-style-type: none;
    float: left;
    font-size: 15px;
    font-weight: 700;
    line-height: 85px;
    margin-left: 48px;
}
.sonav ul li a{
    color: #ffffff;
}
.sonav ul li.on a{
    color: #DBBE78;
}
.sobutt{
    float: right;
    margin-top: 19px;
    display: flex;
    align-items: content;
}
.sobutt1{
    position: relative;
    width: 114px;
    height: 46px;
    border: 1px solid #DBBE78;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.sobutt1 img{
    max-width: 24px;
}
.sobutt1 span{
    font-family: Noto Sans JP;
    font-size: 16px;
    font-weight: 600;
    line-height: 33.6px;
    color: #DBBE78;
    margin: 0 10px 0 6px;
}
.sobutt2{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 96;
    width: 100%;
    padding-top: 8px;
}
.sobutt3{
    border: 1px solid #DBBE78;
    background-color: #212529;
    padding: 10px 0;
}
.sobutt3 a{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 33.6px;
    text-align: center;
    color: #DBBE78;
}
.sobutt1:hover .sobutt2{
    display: block;
}
.sobutt4{
    margin-left: 20px;
    width: 114px;
    height: 46px;
    border: 1px solid #DBBE78;
    background-color: #DBBE78;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
}
.sobutt4 a{
	color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sobutt4 img{
    margin-right: 6px;
    width: 16px;
}
.sobanner{
    font-size: 0;
    text-align: center;
    position: relative;
    padding: 28px 0 65px;
	background: url(../img/sobanner.png) no-repeat;
	background-size: cover;
	min-height: 595px;
}
.sobanner1{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	flex-direction: row-reverse;
}
.sobanner2{
    width: 457px;
    margin-right: 120px;
}
.sobanner3{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sobanner3 span{
    width: calc((100% - 9px)/2);
    display: block;
    text-align: center;
    line-height: 51px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    border-radius: 8px 8px 0px 0px;
    background-color: #DBBE78;
}
.sobanner3 span.on{
    color: #000000;
    background-color: #ffffff;
}
.sobanner4{
    background-color: #ffffff;
    padding: 12px 13px;
    border-radius: 0px 0px 8px 8px;
}
.sobanner5{
    background-color: #F0F2F7;
    padding: 8px 11px;
    border-radius: 5px;
    margin-bottom: 11px;
}
.sobanner6{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
    text-align: left;
}
.sobanner7{
    margin-top: 10px;
    display: flex;
    align-items: center;
}
.sobanner7 img{
    margin-right: 6px;
    width: 14px;
}
.sobanner7 input{
    flex: 1;
    border: none;
    background-color: #F0F2F7;
}
.sobanner8{
	margin-top: 12px;
}
.sobanner8_d{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sobanner9{
	width: calc((100% - 12px)/2);
	background-color: #F0F2F7;
	border-radius: 5px;
	padding: 6px 12px;
	position: relative;
}
.sobanner10{
	font-size: 14px;
	line-height: 21px;
	color: #8E8E8E;
	text-align: left;
}
.sobanner10 img{
    width: 14px;
}
.sobanner11{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 23.17px;
	color: #535353;
}
.sobanner11 input{
	width: 100%;
	height: 24px;
	background-color: #F0F2F7;
	border: none;
}
.sobanner11 input::-webkit-calendar-picker-indicator,.sobanner11 input::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
}

.sobanner12{
	margin-top: 12px;
	height: 59px;
	background-color: #DBBE78;
	text-align: center;
	line-height: 59px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
}
.sobanner13{
	margin-top: 12px;
}
.sobanner13 button{
	height: 59px;
	width: 100%;
	border: none;
	background-color: #DBBE78;
	text-align: center;
	line-height: 59px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	cursor: pointer;
}
.sobanner13 img{
    width: 27px;
    vertical-align: middle;
}
.sobanner14{
	margin-top: 200px;
	flex: 1;
}
.sobanner15{
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
	text-align: center;
	color: #FBFBFD;
}
.sobanner16{
	margin-top: 60px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: center;
	color: #FBFBFD;
}
.posr{
	position: relative;
}
.delete{
	font-size: 0;
	position: absolute;
	right: -7px;
	top: -9px;
}
.addtime{
	display: none;
}
.sobanner4_d{
	display: none;
}
.show{
	display: block !important;
}
.chosep{
	position: relative;
}
.chosep1{
	display: none;
	position: absolute;
	left: 0;
	z-index: 9;
	top: calc(100% + 5px);
	width: 100%;
	padding: 12px 9px 12px 13px;
	background-color: #F0F2F7;
	border-radius: 4px;
}
.chosep2{
	margin-top: 25px;
	display: flex;
	align-items: center;
}
.chosep2:first-child{
	margin-top: 0;
}
.chosep3{
	flex: 1;
	text-align: left;
}
.chosep3a{
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	color: #000000;
}
.chosep3b{
	margin-top: 2px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #8D8D8D;
}
.chosep4{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #DBBE78;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.chosep5{
	width: 39px;
	text-align: center;
}
.chosep5 input{
	width: 100%;
	text-align: center;
	background-color: #F0F2F7;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #000000;
}
.chosep6{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #DBBE78;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}
.company{
	padding-top: 140px;
	position: relative;
}
.company::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 24px;
	background-color: #F6F6F6;
}
.company1{
	zoom: 1;
	position: relative;
}
.company1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.company2{
	float: left;
	width: 50.7%;
}
.company3{
	font-size: 14px;
	line-height: 14px;
	color: #DBBE78;
}
.company4{
	margin-top: 30px;
	font-size: 34px;
	font-weight: 700;
	line-height: 57px;
	color: #0A0A0A;
}
.company5{
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
	text-align: justify;
	color: #414141;
}
.company6{
	margin-top: 20px;
}
.company6 a{
	display: block;
	width: 180px;
	height: 60px;
	border-radius: 4px;
	background-color: #DBBE78;
	font-size: 16px;
	font-weight: 700;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}
.company7{
	float: right;
	width: 40.1%;
	font-size: 0;
	position: relative;
}
.company7 img{
    transition: all .5s;
}
.company7 img:hover{
    transform: scale(1.05);
}
.coms{
	position: absolute;
	left: -86px;
	bottom: -96px;
	width: 313px;
	height: 310px;
}
.service{
	margin-top: 174px;
}
.service1{
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
	color: #DBBE78;
}
.service1 span{
	margin: 0 20px;
}
.service2{
	margin-top: 28px;
	font-size: 32px;
	font-weight: 700;
	line-height: 58.9px;
	text-align: center;
	color: #0A0A0A;
}
.service3{
	margin-top: 60px;
}
.service3 ul{
	overflow: hidden;
	padding: 0 12px;
	background-color: #FCFBFB;
}
.service3 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 48px)/3);
	margin-right: 24px;
	padding: 0 40px 40px;
	position: relative;
}
.service3 ul li:nth-child(3n){
	margin-right: 0;
}
.service3 ul li::before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 146px;
	background-color: #F1F1F1;
}
.service4{
	font-size: 0;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.service4 img{
	transition: all .5s;
}
.service5{
	position: relative;
	margin-top: 32px;
	font-size: 14px;
	font-weight: 600;
	line-height: 26px;
	color: #DBBE78;
}
.service6{
	position: relative;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #000000;
}
.service7{
	position: relative;
	margin-top: 30px;
}
.service7 a{
	display: block;
	width: 140px;
	height: 46px;
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	line-height: 46px;
	text-align: center;
	color: #DBBE78;
}
.service3 ul li:hover .service4 img{
	transform: scale(1.1);
}
.car{
	margin: 120px 0;
}
.car1{
	margin-top: 20px;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	color: #212121;
}
.intro{
	background: url(../img/sobg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 90px;
}
.intro1{
	width: 96%;
	max-width: 1056px;
	margin: 0 auto;
	position: relative;
}
.soyh{
	font-size: 0;
	position: absolute;
	left: -86px;
	top: -12px;
}
.intro2{
	max-width: 560px;
	font-size: 38px;
	line-height: 58.9px;
	color: #ffffff;
}
.intro3{
	max-width: 560px;
	font-size: 34px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.15px;
	color: #FBFBFD;
}
.intro4{
	max-width: 560px;
	margin-top: 16px;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.15px;
	color: #FBFBFD;
}
.header_m{
	display: none;
	background-color: #212529;
}

.header_m1{
	zoom: 1;
}
.header_m1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.logo_m{
	width: 30%;
	float: left;
	margin: 18px 6px;
}
.logo_m img{
}
.login_m{
    font-size: 0;
    float: right;
	margin: 18px 10px;
}
.login_m img{
	height: 20px;
}

.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;
}
.sign-box {
	padding: 50px 0;
}
.tips_tc{
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 99;
	transform: translate(-50%,-50%);
	border-radius: 8px;
	overflow: hidden;
	width: 80%;
	max-width: 690px;
}
.tips_tc1{
	height: 56px;
	background: #DBBE78;
	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;
}
.send{
	display: block;
	right: 20px;
	top: 10px;
	width: 121px;
	height: 28px;
	border-radius: 2px;
	background-color: #242424;
	font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	text-align: center;
	color: #ffffff;
}
.col-yel{
	color: #DBBE78;
}
.innerBanner{
	font-size: 0;
	text-align: center;
	position: relative;
}
.innerBanner>img{
    width: 100%;
}
.innerBanner1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.innerBanner2{
	font-size: 50px;
	font-weight: 600;
	line-height: 55px;
	text-align: left;
	color: #FFFFFF;
}
.innerBanner3{
	margin-top: 16px;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	text-align: left;
	color: #FFFFFF;
}
.innerBanner3 a{
	color: #FFFFFF;
}
.inAbout{
	padding: 120px 0 112px;
}
.inAbout1{
	margin: 0 auto;
	width: 96%;
	max-width: 1314px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.inAbout2{
	width: 50%;
	padding: 0 12px;
	position: relative;
}
.inAbout3{
	font-size: 0;
	text-align: right;
}
.inAbout3 img{
	max-width: 387px;
}
@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
.inAbout4{
	margin-top: -100px;
	animation: jumpAni 7s linear infinite;
}
@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
.inAbout5 {
    position: absolute;
    bottom: 0;
    right: 127px;
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}
.inAbout6 {
	background-color: #DBBE78;
	width: 257px;
	padding: 40px;
	position: absolute;
	left: 75px;
	top: 14%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
}
.inAbout7{
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	color: #FFFFFF;
}
.inAbout8{
	font-size: 16px;
	font-weight: 600;
	line-height: 21.33px;
	color: #FFFFFF;
}
.inAbout9{
	padding: 0 12px;
	width: 50%;
}
.inAbout10{
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.inAbout10 span{
	margin: 5px 0;
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	color: #74787C;
}
.inAbout10 span img{
	margin-right: 12px;
}
.inIntro{
	padding: 100px 0 70px;
}
.inIntro1{
	width: 96%;
	max-width: 730px;
	margin: 0 auto;
}
.inIntro2{
	font-size: 30px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 1.6px;
	text-align: center;
	color: #333333;
}
.inIntro3{
	margin-top: 30px;
	box-shadow: 1px 1.73px 10px 0px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #DBBE78;
	border-bottom: 2px solid #DBBE78;
}
.inIntro3 ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inIntro3 ul li:nth-child(2n){
	background-color: #FAFAFA;
}
.inIntro4{
	padding: 0 24px;
	width: 219px;
	line-height: 28px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.6px;
	color: #DBBE78;
}
.inIntro5{
	flex: 1;
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 600;
	line-height: 28px;
	color: #787878;
}
.question{
	padding: 80px 0;
}
.question1{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.question1 ul li{
	margin-top: 24px;
}
.question2{
	background-color: #F7F7F7;
	padding: 0 20px;
	border-radius: 20px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.question3{
	font-size: 0;
	margin-right: 15px;
}
.question3 img{
    transition: all .5s;
    width: 36px;
}
.question4{
	flex: 1;
	font-size: 16px;
	font-weight: 700;
	line-height: 25.6px;
	letter-spacing: 1px;
	color: #191919;
}
.question5{
	font-size: 0;
	margin-left: 15px;
}
.zk{
	display: none;
}
.question6{
	display: none;
	margin-top: 20px;
	padding: 0 72px;
	font-family: Noto Sans JP;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	letter-spacing: 1px;
	text-align: left;
	color: #191919;
}
.question1 ul li:hover .question2{
    box-shadow:0 0 13px rgba( 82, 63,105, 0.3);
}
.question1 ul li:hover .question3 img{
    transform: scale(1.05);
}
.question1 ul li:hover .question4{
    color: #DBBE78;
}
.question1 ul li.on .sq{
	display: none;
}
.question1 ul li.on .zk{
	display: block;
}
.question1 ul li.on .question6{
	display: block;
}
.inConta{
	padding: 80px 0 100px;
}
.inConta1{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.inConta2{
	flex: 1;
}
.inConta3{
	margin-top: 36px;
	display: flex;
	align-items: center;
}
.inConta3:hover{
    opacity: 0.5;
}
.inConta4{
	font-size: 0;
	margin-right: 20px;
}
.inConta5{
	flex: 1;
}
.inConta6{
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #787878;
}
.inConta7{
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	color: #000000;
}
.inConta8{
	width: 100%;
	max-width: 742px;
	margin-left: 12px;
	padding: 40px 60px 60px;
	background-color: #F3F3F3;
}
.inConta9{
	font-size: 24px;
	line-height: 40px;
	color: #0A0A0A;
}
.inConta10{
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inConta10a{
	width: calc((100% - 26px)/2);
}
.inConta10a input{
	background: url(../img/nicon.png) #ffffff no-repeat;
	background-position: 22px center;
	font-size: 16px;
	width: 100%;
	height: 54px;
	padding: 0 25px 0 45px;
}
.mob{
	background: url(../img/picon.png) #ffffff no-repeat !important;
	background-position: 22px center !important;
	font-size: 16px;
	width: 100%;
	height: 54px;
	padding: 0 25px 0 45px;
}
.inConta10b{
	width: calc((100% - 26px)/2);
}
.inConta10b input{
	background: url(../img/eicon.png) #ffffff no-repeat;
	background-position: 22px center;
	font-size: 16px;
	width: 100%;
	height: 54px;
	padding: 0 25px 0 45px;
}
.inConta11{
	margin-top: 24px;
}
.inConta11 select{
	background: url(../img/picon.png) #ffffff no-repeat;
	background-position: 22px center;
	font-size: 16px;
	width: 100%;
	height: 54px;
	padding: 0 25px 0 45px;
	outline: none;
	border: none;
}
.inConta11 textarea{
	background: url(../img/micon.png) #ffffff no-repeat;
	background-position: 22px 16px;
	font-size: 16px;
	width: 100%;
	height: 148px;
	padding: 12px 25px 10px 45px;
	border: none;
	resize: none;
}
.inConta12{
	margin-top: 24px;
}
.inConta12 input{
	width: 240px;
	height: 60px;
	background: url(../img/con_bg.png) #DBBE78 no-repeat;
	background-position: calc(100% - 36px) center;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 26px;
	color: #FFFFFF;
}
.inConta12 input:hover{
    opacity: 0.5;
}
.prviate{
	padding: 60px 0 100px;
}
.prviate1{
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	color: #000000;
}
.prviate2{
	font-size: 18px;
	line-height: 40px;
	color: #000000;
}
.inBuss{
	margin-top: 120px;
}
.inBuss1{
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.inBuss2{
	flex: 1;
}
.inBuss3{
	font-size: 32px;
	font-weight: 700;
	line-height: 55px;
	color: #0C1315;
}
.inBuss4{
	margin-top: 9px;
	font-size: 28px;
	line-height: 55px;
	color: #0C1315;
}
.inBuss5{
	width: 100%;
	max-width: 580px;
}
.inBuss6{
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	color: #404040;
}
.inBuss7{
	width: 96%;
	max-width: 1100px;
	margin: 96px auto 0;
	font-size: 0;
	text-align: center;
}
.addNum{
	margin-top: 29px;
	display: flex;
	align-items: center;
	padding-bottom: 36px;
	border-bottom: 1px solid #D1D1D1;
}
.addNum input{
	width: 39px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #545454;
}
.layui-laydate-list>li{
    width: 50% !important;
}
.layui-laydate-list>li:last-child{
    display: none !important;
}








