input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/*轮播图片*/
.banner{
	width: 100%;
	height: 420px;
}

.banner #move{
	width: 100%;
	height: 420px;
}

.banner #move .swiper-slide img{
	/*width: 100%;*/
	height: 420px;
}

.colorfff a {
	color: #fff !important;
	transition: all .5s
}

.color000 a {
	color: #000 !important;
	transition: all .5s;
}

.colorfff li {
	color: #fff !important;
	transition: all .5s
}

.color000 li {
	color: #000 !important;
	transition: all .5s;
}

/*.myarrow {
	padding-right: 16px;
	background: url('images/purrightp.png') no-repeat;
	background-size: 7px 11px;
	background-position: right 8px;
	color: #404040;
}

.myarrow:hover {
	background: url('images/redrightp.png') no-repeat;
	background-size: 7px 11px;
	background-position: right 8px;
}*/
/*记录客户手机号*/
.customerdiv {
	position: relative;
}
.customerdiv>div {
	width: 1200px;
	height: 250px;
	background: #fff;
	padding: 0 40px;
	position: absolute;
	left: 50%;
	margin-left: -600px;
	top: -60px;
	z-index: 10;
	box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	display: flex;
	align-items: center;
}
.pianoSelection {
	width: 650px;
	height: 100%;
	padding: 30px 0;
}
.pianoSelection>p {
	font-size: 20px;
	color: #404040;
	margin: 0;
	padding: 0;
}
.pianoSelection ul {
	margin: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 15px;
}
.pianoSelection ul#band {
	padding-top: 30px;
}
.pianoSelection ul li {
	min-width: 120px;
	margin-bottom: 25px;
}
.pianoSelection ul li a {
	cursor: pointer;
}
.pianoSelection ul li.active a, .pianoSelection ul li a:hover {
	color: #d70c19;
}
.customer {
	flex: 1;
	padding: 0 0 0 60px;
	border-left: 1px solid #ccc;
}
.customer>p {
	font-size: 20px;
	margin-top: -4px;
	font-size:16px;
	color:#999;
	margin: 0;
}
.customer>p>i {
	font-style: normal;
	color: #eb081f;
	font-size: 24px;
}
.tel {
	width: 100%;
	height: 49px;
	background: #f4f4f4;
	border-radius: 4px;
	position: relative;
	margin-top: 25px;
	border: none;
	padding-left: 20px;
}
.div-select2 {
	cursor: pointer;
	height: 49px;
	line-height: 49px;
	text-align: left;
	position: relative;
	background: url(../images/downarr.png) no-repeat scroll 58px 22px;
	width: 80px;
	margin-left: 8px;
	margin-right: 3px;
	text-indent: 10px;
}

.div-select li {
	height: 200px;
	width: 260px;
	background: #fff;
	border: 1px solid #e5e5e5;
	position: relative;
	padding: 10px 5px;
	font-size: 12px;
}

.div-select li a {
	display: inline-block;
	width: 60px;
	height: 24px;
	float: left;
	margin: 4px 8px;
	text-align: center;
	line-height: 24px;
	overflow: hidden;
	cursor: pointer;
}

.customerdiv>div>.customer>div>div:nth-child(3) {
	width: 300px;
	height: 49px;
}
.customerdiv>div>.customer>div>div:nth-child(3) input {
	width: 100%;
	height: 100%;
	padding-left: 10px;
	/*border: none;*/
	background: transparent;
	border: 0px;
	outline:none;
}
.customerdiv>div>.customer>div>div:nth-child(3) p {
	color: #ff303d;
	font-size: 12px;
	display: none;
}

.consultation{
	width: 100%;
	height: 56px;
	line-height: 56px;
	-webkit-background: linear-gradient(to right,#f44140,#e41730);
	background: linear-gradient(to right,#f44140,#e41730);
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	border-radius: 4px;
	margin-top: 26px;
	border: none;
	outline: none;
	-o-user-select: none;
	-moz-user-select: none; /*火狐 firefox*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10+*/
	-khtml-user-select :none; /*早期的浏览器*/
	user-select: none;
}

/*内容标题的设置*/
.h3Title>div>h2 {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 70px;
	color: #404040;
	font-size: 32px;
}
.h3Title>div>h3 {
	font-size: 14px;
	color: #808287;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.h3Title>div>h3:before {
	position: absolute;
	left: 50%;
	top: -12px;
	margin-left: -10px;
	/*width: 20px;*/
	height: 1px;
	background: #888;
	content: "";
}

/*为什么大家都选择云租琴*/
.choiceY {
	margin-top: 180px;
	height: 800px;
}
.choiceY .ad-swiper {
	width: 958px;
	height: 532px;
	float: left;
	background: #000;
	text-align: center;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
}
.choiceY>div>div>img{
	width: 100%;
	height: 100%;
}
.choiceY>div>div>div>img{
	width: 100%;
	height: 100%;
}
.choiceY>div>div>video {
	height: 100%;
}
video::-internal-media-controls-download-button {
	display:none;
}
video::-webkit-media-controls-enclosure {
	overflow:hidden;
}
video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}
.choiceY>div>ul {
	float: left;
	padding-left: 32px;
	width: 202px;
	height: 438px;
	margin-top: 25px;

}
.choiceY>div>ul>li {
	width: 202px;
	height: 118px;
	position: relative;
	cursor: pointer;
	margin-bottom: 20px;
}
.choiceY>div>ul>li:last-child {
	border-bottom: none;
}
.choiceY>div>ul>li>div {
	width: 202px;
	margin-right: 15px;
	background: #000;
}
.choiceY>div>ul>li>div>img {
	width: 100%;
	height: 100%;
}
.choiceY>div>ul>li.active>i {
	display: block;
	width: 207px;
	height: 120px;
	position: absolute;
	left: -3px;
	top: -3px;
	/*background: rgba(0,0,0,0.7);*/
	text-align: center;
	line-height: 95px;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	border: 3px solid #d70c19;
}
.choiceY>div>ul>li>i{
	display: none;
}
.choiceY>div>ul>li>i:before {
	position: absolute;
	content: '◀';
	left: -21px;
	top: 8px;
	font-size: 27px;
	color: #d70c19;
}
.choiceY>div>ul>li>img {
	position: absolute;
	left: 68px;
	top: 33px;
}
.choiceY>div>ul>li>p {
	position: absolute;
	left: 170px;
	top: 50%;
	margin-top: -35px;
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #323232;
}
.choiceY>div>ul>li>p>span {
	line-height: 24px;
}
/*视频设置*/
.choiceY>div>ul>li>div>video {
	width: 100%;
	height: 100%;
	/*margin-left: 15px;*/
}

/*本月头条*/
.thisMonth {
	width: 100%;
	background: #f8fafb;
	/* padding-top: 30px; */
}
.thisMonth>div>div {

}
.thisMonth>div>div>ul {
	margin-top: 40px;
}
.thisMonth>div>div>ul>li {
	float: left;
	margin-left: 16px;
	width: 288px;
	height: 368px;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
	position: relative;
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.thisMonth>div>div>ul>li img:last-child{
	position: absolute;
	top: -7px;
	left: 10px;
	width: 60px;
	height: 60px;
}

.thisMonth>div>div>ul>li:hover {
	margin-top: -2px;
}
.thisMonth>div>div>ul>li:first-child {
	margin-left: 0;
}
.thisMonth>div>div>ul>li>a {
	display: block;
	position: relative;
}
.thisMonth>div>div>ul>li>a>i {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: 0;
	width: 80px;
	height: 28px;
	line-height: 28px;
	background: red;
	color: #fff;
	text-align: center;
	font-style: normal;
}
.thisMonth>div>div>ul>li>a>img{
	width: 224px;
	height: 224px;
	margin-top: 15px;
}
.thisMonth>div>div>ul>li>a>h3 {
	font-size: 16px;
	font-weight: 800;
	color:#404040;
	height: 40px;
	line-height: 24px;
	width: 224px;
	text-align: center;
	margin: 10px auto 0;
}
.thisMonth>div>div>ul>li>a>p {
	color: #c71c28;
	font-size: 14px;
	text-align: center;
}
.thisMonth>div>div>ul>li>a>p>span {
	font-size: 20px;
	/*font-weight: 800;*/
}
.thisMonth>div>div>ul>li>a>p>del {
	font-size: 16px;
	color: #ccc;
	position: relative;
	margin-left: 20px;
}
.thisMonth>div>div>ul>li>a>p>del:before {
	content: "";
	position: absolute;
	left: -10px;
	top: 2px;
	width: 1px;
	height: 16px;
	background: #aeafb0;
}
.thisMonth>div>div>ul>.fit>a {
	position: relative;
	width: 100%;
	height: 100%;
}
.thisMonth>div>div>ul>.fit>a>img {
	width: 100%;
	height: 100%;
	margin-top: 0;
}
.thisMonth>div>div>ul>.fit>a>p {
	width: 115px;
	height: 36px;
	background: -webkit-linear-gradient(left, #f44140 , #e41730); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #f44140, #e41730); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #f44140, #e41730); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #f44140 , #e41730); /* 标准的语法 */
	text-align: center;
	line-height: 36px;
	color: #fff;
	position: absolute;
	left: 50%;
	margin-left: -57px;
	top: 258px;
}
.thisMonth>div>div>ul>.fit>a>p:hover {
	color: #323232;
	background: #fff;
}

/*租琴流程*/
.rentPiano {
	height: 550px;
	width: 100%;
	padding-top: 20px;
	background: #f8fafb;
}
.flowChart {
	height: 430px;
	background: #fff;
	display: flex;
}
.flowChartT {
	flex: 1;
	padding: 40px 0 0 50px;
}
.flowChart-title {
	font-size: 16px;
	color: #404040;
	margin-bottom: 60px;
}
.flowChart-title span {
	margin-right: 40px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
}
.flowChart-title span.spanActive {
	border-bottom: 2px solid #e5282b;
}
.flowChartSpan h3 {
	font-size: 40px;
	color: #404040;
	margin-bottom: 23px;
}
.flowChartSpan>p {
	font-size: 14px;
	color: #666;
	margin-bottom: 36px;
}
.flowChartSpan ul {
	display: flex;
	flex-wrap: wrap;
}
.flowChartSpan ul li {
	width: 50px;
	text-align: center;
	cursor: pointer;
	margin: 7px 50px 7px 0;
}
.flowChartSpan ul li i {
	color: #696969;
	font-size: 24px;
}
.flowChartSpan ul li p {
	font-size: 12px;
	color: #666;
	margin: 0;
}
.flowChartSpan ul li.on p, .flowChartSpan ul li.on i {
	color: #f53b37;
}
.flowChartSpanImg {
	width: 730px;
}
.flowChartSpanImg img {
	width: 100%;
}
#flowChartSpan2, #flowChartSpan3 {
	display: none;
}

/*客户评价*/
.evaluate1 {
	width: 100%;
	height: 700px;
	-o-user-select: none;
	-moz-user-select: none; /*火狐 firefox*/
	-webkit-user-select: none; /*webkit浏览器*/
	-ms-user-select: none; /*IE10+*/
	-khtml-user-select :none; /*早期的浏览器*/
	user-select: none;
}
.evaluate1-list {
	height: 400px;
	border: 1px solid #dedede;
	display: flex;
}
.evaluate1-video {
	width: 720px;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.evaluate1-video img {
	width:720px;
	transition: all 0.7s;
}
.evaluate1-video:hover img {
	width:740px;
	margin-top: -10px;
	margin-left: -10px;
}
.video-play-icon1 {
	width: 100%;
	height: 100%;
	line-height: 400px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.evaluate1-text {
	width: 475px;
	height: 400px;
	padding: 0 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-prev {
	position: absolute;
	bottom: 20px;
	right: 100px;
	z-index: 99;
	outline: none;
}
.video-next {
	cursor: pointer;
	position: absolute;
	bottom: 20px;
	right: 40px;
	z-index: 99;
	outline: none;
}
.video-prev:hover, .video-next:hover {
	color: #db251a;
}
/*合作伙伴*/
.cooperation {
	height: 620px;
	width: 100%;
	background: #f7f7f7;
	/*background: #f7f7f7 url(../images/cooperation.png) no-repeat center top;*/
	/*background-size: 987px 475px;*/
	padding-top: 20px;
}
.cooperation>div>ul {
	
}
.cooperation>div>ul>li {
	float: left;
	width: 232px;
	height: 140px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.cooperation>div>ul>li img{
	height: 80px;
	display: block;
	margin: 30px auto;
}
.cooperation>div>ul>li:hover {
	box-shadow: 1px 6px 15px #ccc;
	/*margin-top: -1px;*/
}

/*云资讯*/
.Yinformation {
	padding-top: 20px;
	height: 630px;
}
.Yinformation>div>ul {
	float: left;
	width: 345px;
	height: 308px;
	margin-right: 80px;
}
.Yinformation>div>ul:last-child {
	margin-right: 0;
}
.Yinformation>div>ul>li {
	height: 45px;
	line-height: 45px;
	position: relative;
}
.Yinformation>div>ul>li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
}
.Yinformation>div>ul>li>a {
	font-size: 14px;
	width: 100%;
	height: 100%;
	display: flex;
}
.Yinformation>div>ul>li>a>span:first-child:hover {
	color: #ca1b1d;
}
.Yinformation>div>ul>li>a>span:first-child {
	height: 45px;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	line-height: 45px;
	color: #404040;
}
.Yinformation>div>ul>li>a>span:last-child {
	color: #999;
}
.Yinformation>div>ul>li:first-child {
	border-bottom: 1px solid #eee;
	height: 55px;
	padding-left: 0;
}
.Yinformation>div>ul>li:first-child:before {
	display: none;
}
.Yinformation>div>ul>li:first-child>h4 {
	color: #404040;
	font-size: 24px;
	float: left;
}
.Yinformation>div>ul>li:first-child>a {
	float: right;
	font-size: 14px;
	color: #a0a0a0;
	display: inline;
}
.Yinformation>div>ul>li:first-child>a:hover {
	color: #ca1b1d;
}
.Yinformation>div>ul>li>.news-more{
	display: inline;
	width: auto;
}
.ad-swiper-img{
	display: none;
}
.active-swiper-img{
	display: block;
}


/*视频播放*/
.video-device {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.7);
}
.video-flex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.video-box {
	width: 55%;
	height: 60%;
	position: relative;
	background-color: #000;
}
.close-video {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: -40px;
	right: -50px;
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
}
.close-video i {
	font-size: 30px;
	color: #fff;
}

/*验证码*/
.captcha-device {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1021;
	display: none;
}
.captcha-flex {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.captcha-box {
	width: 35%;
	height: 35%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #fff;
	overflow: hidden;
}
.captcha-title {
	padding: 0 10px 0 20px;
	height: 40px;
	color: #fff;
	background-color: #222;
	display: flex;
	align-items: center;
}
.captcha-title h4 {
	flex: 1;
	margin: 0;
}
.captcha-title i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
}
.captcha-content {
	padding: 15% 0 5%;
	text-align: center;
}
.captcha-content input {
	width: 50%;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	border-radius: 4px;
	outline: none;
	border: 1px solid #ccc;
}
.captchaButton {
	width: 100px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background-color: #f44140;
	border-radius: 6px;
	cursor: pointer;
	margin: 25px 0 0;
}
/*搜索结果*/
.query-tips {
	padding: 10px;
	font-size: 18px;
}
.no-find {
	width: 100%;
	height: 420px;
	padding: 50px 0;
	text-align: center;
	background-color: #fff;
}
.no-find img {
	width: 300px;
}
.no-find p {
	padding-top: 15px;
	color: #aaa;
	font-size: 16px;
}