.banner {
	width: 100%;
	position: relative;
}

.banner-bg{
	width: 100%;
	min-height: 800px;
}

.banner .banner-main {
	width: 100%;
	position: absolute;
	top: 0;
}

.banner .banner-main .web-title {
	font-size: 26px;
	color: white;
	text-align: center;
}

.banner .banner-main .web-conetent {
	font-size: 50px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 20px;
}

.banner .banner-main .searchBox {
	width: 450px;
	padding: 10px;
	margin: 20px auto 0;
	border-radius: 10px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner .banner-main .searchBox input {
	width: 400px;
	height: 40px;
	font-size: 18px;
	padding: 0 20px;
}

.banner .banner-main .searchBox a {
	width: 40px;
	min-width: 40px;
	height: 40px;
	background: var(--theme-color);
	border-radius: 6px;
	text-align: center;
}

.banner .banner-main .searchBox img {
	width: 20px;
	height: 20px;
	display: block;
	margin: 10px auto;
}

.banner .rightButton {
	position: absolute;
	background: white;
	padding: 0 15px;
	border-radius: 10px;
}

.banner .rightButton .rightButton-model {
	text-align: center;
	padding: 15px 0;
}

.banner .rightButton .rightButton-model img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

.banner .rightButton .rightButton-model .rightButton-model-text {
	white-space: nowrap;
	color: var(--theme-color);
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}

.banner .rightButton .rightButton-model .rightButton-model-title {
	white-space: nowrap;
	color: var(--theme-color);
	font-size: 14px;
	text-align: center;
}

.banner2 {
    width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 60px auto 0;
}

.banner2 .model {
	width: 240px;
	height: 110px;
	box-shadow: 0 0 20px -10px #808080;
	background: white;
	border-radius: 10px;
	display: flex;
	align-items: center;
	padding: 0 10px 0 20px;
	transition: all ease .3s;
}

.banner2 .model:hover{
	transform: translateY(-20px);
}

.banner2 .model-left {
	width: 100%;
}

.banner2 .model-left-title {
	font-size: 16px;
	font-weight: 400;
}

.banner2 .model-left-intro {
	font-size: 12px;
	color: #A8A8A8;
	margin-top: 20px;
}

.banner2 .model-icon {
	width: 70px;
	min-width: 70px;
	height: 70px;
	margin-left: 10px;
}

.banner3{
	width: 100%;
	height: 500px;
	display: flex;
	align-items: center;
	margin-top: 60px;
	position: relative;
}
.banner3 .bg{
	width: 100%;
	min-width: 1200px;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	z-index: -1;
}
.banner3-main{
	width: 1200px;
	margin: 0 auto;
}
.banner3-title{
	font-size: 20px;
	color: white;
}
.banner3-tip{
	font-size: 50px;
	font-weight: bold;
	margin-top: 10px;
	color: white;
}
.banner3-content{
	font-size: 14px;
	margin-top: 10px;
	line-height: 28px;
	color: white;
}
.banner3-wxcode{
	width: 150px;
	text-align: center;
	margin-top: 20px;
}
.banner3-wxcode img{
	width: 150px;
	width: 150px;
	border-radius: 10px;
}
.banner3-wxcode div{
	font-size: 16px;
	margin-top: 10px;
	color: white;
}

.banner4{
	width: 1230px;
	margin: 60px auto 0;
	padding-bottom: 20px;
}
.banner4-tabs{
    padding: 0 15px;
	margin: 10px auto 0;
}
.banner4-main{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.banner4-model{
	width: 277px;
	margin: 15px;
}
.banner4-model:hover .banner4-model-topImage .topImage-main{
	transform: scale(1.1);
}
.banner4-model:hover .banner4-model-title{
	color: var(--theme-color);
}
.banner4-model-topImage{
	width: 100%;
	height: 180px;
	border-radius: 10px;
	overflow: hidden;
	background: #F1F1F1;
	position: relative;
}
.banner4-model-topImage .topImage-main{
	width: 100%;
	height: 100%;
	transition: all ease .6s;
}
.banner4-model-topImage .topImage-icon{
	width: 40px;
	position: absolute;
	left: 15px; bottom: 10px;
}
.banner4-model-title{
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.banner4-model-titleMain{
	max-width: 100%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner4-model-title span{
	background: var(--theme-color);
	padding: 2px 10px;
	color: white;
	margin-left: 5px;
	border-radius: 4px;
	font-size: 14px;
	white-space: nowrap;
}
.banner4-model-info{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.banner4-model-weizhi{
	width: 100%;
	display: flex;
	align-items: center;
	color: #A8A8A8;
	font-size: 14px;
	margin-right: 10px;
}
.banner4-model-weizhi img{
	width: 20px;
	min-width: 20px;
	margin-right: 6px;
}
.banner4-model-price{
	color: var(--theme-color);
	font-size: 18px;
	white-space: nowrap;
}

.banner5{
	width: 100%;
	background: #F1F1F1;
	padding: 30px 0;
	margin-top: 40px;
}
.banner5-main{
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.banner5-main-left{
	width: 420px;
	height: 395px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-right: 20px;
}
.banner5-main-left:hover .topImage{
	transform: scale(1.1);
}
.banner5-main-left:hover .banner5-coverBox{
	background: var(--theme-color);
	color: white;
	opacity: .8;
}
.banner5-main-left .topImage{
	width: 100%;
	height: 100%;
	transition: all ease .6s;
}
.banner5-main-left .banner5-coverBox{
	width: 380px;
	padding: 20px;
	background: rgba(0,0,0,.3);
	position: absolute;
	left: 0; bottom: 0;
	transition: all ease .3s;
}
.banner5-main-left .banner5-coverBox .banner5-coverBox-title{
	color: white;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.banner5-main-left .banner5-coverBox .banner5-coverBox-content{
	color: white;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.banner5-main-right{
	width: 760px;
}
.banner5-main-model{
	width: 100%;
	display: flex;
	background: #F1F1F1;
}
.banner5-main-model:hover .topImage img{
	transform: scale(1.1);
}
.banner5-main-model:hover .main-info-title{
	color: var(--theme-color);
}
.banner5-main-model .topImage{
	width: 300px;
	min-width: 300px;
	height: 190px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 20px;
}
.banner5-main-model .topImage img{
	width: 100%;
	height: 100%;
	transition: all ease .6s;
}
.banner5-main-model .main-info{
	width: 100%;
	position: relative;
}
.banner5-main-model .main-info-title{
	width: 100%;
	height: 60px;
	font-size: 20px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.banner5-main-model .main-info-content{
	font-size: 16px;
	line-height: 28px;
	color: #A8A8A8;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.banner5-main-model .main-info-time{
	font-size: 16px;
	margin-top: 10px;
	position: absolute;
	bottom: 0; left: 0;
}



.titleBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.titleBox .titleBox-left{
	
}
.titleBox .titleBox-leftTitle{
	font-size: 30px;
	font-weight: bold;
}
.titleBox .titleBox-leftTip{
	font-size: 16px;
	color: #A8A8A8;
	margin-top: 10px;
}
.titleBox .titleBox-right{
	width: 100px;
	padding: 10px 0;
	border-radius: 6px;
	border: 1px solid #A8A8A8;
	color: #A8A8A8;
	text-align: center;
	font-size: 14px;
}
.titleBox .titleBox-right:hover{
	color: white;
	background: var(--theme-color);
	border-color: var(--theme-color);
	transition: all ease .3s;
}

.banner-form{
	width: 500px;
	border-radius: 20px;
	position: fixed;
	left: 50%;
	top: 200px;
	margin-left: -250px;
	z-index: 10;
	background: white;
	overflow: hidden;
	opacity: 0;
	height: 0;
	transform: translateY(-100px);
	transition: all ease .2s;
}
.banner-form-ready{
	height: 410px !important; 
	opacity: 1 !important; 
	transform: translateY(0) !important;
}
.banner-form-close{
	width: 20px;
	position: absolute;
	right: 20px; top: 10px;
}
.banner-form-bg{
	height: 350px;
	padding: 40px 20px;
	background: url(../img/banner-form.png) no-repeat bottom;
	background-size: 100%;
}
.banner-form-title{
	font-size: 18px;
	text-align: center;
}
.banner-form-inputModel{
	display: flex;
	align-items: center;
	font-size: 16px;
	white-space: nowrap;
	justify-content: center;
	margin-top: 20px;
}
.banner-form-inputModel input{
	width: 330px;
	border: 1px solid #A8A8A8;
	border-radius: 8px;
	padding: 0 20px;
	height: 50px;
	font-size: 16px;
	margin-left: 20px;
}
.banner-form-inputModel input:focus {
	border-color: var(--theme-color);
}
.banner-form-submit{
	width: 150px;
	padding: 15px 0;
	border-radius: 6px;
	color: white;
	text-align: center;
	font-size: 14px;
	background: var(--theme-color);
	margin: 20px auto 40px;
}

@media screen and (min-width: 961px){
    .banner-main{
	    padding: 250px 0 0;
	}
	.banner .rightButton{
	    right: 150px;
        bottom: 220px;
	}
}

@media screen and (max-width: 960px) {
	.banner{
		width: 100%;
	}
	.banner2{
		width: 100%;
	}
	.banner3 .bg{
		min-width: 100%;
	}
	.banner4{
		width: 100%;
	}
	.banner4-model{
		margin: 15px 11px;
	}
	.banner5{
		min-width: 1200px;
	}
	.banner-form{
		width: 300px;
		margin-left: -150px;
	}
	.banner-form-ready{
		height: 330px !important;
	}
	.banner-form-bg{
		background-size: 100% 70%;
	}
	.banner-form-close{
		width: 16px;
	}
	.banner-form-title{
		font-size: 16px;
	}
	.banner-form-inputModel{
		font-size: 14px;
	}
	.banner-form-inputModel input{
		height: 40px;
		margin-left: 10px;
		padding: 0 15px;
		font-size: 14px;
	}
	.banner-form-submit{
		width: 130px;
		padding: 10px 0;
	}
	
	
	.banner-bg{
	    min-height: 500px;
	}
	.banner .banner-main{
	    padding: 100px 0 0;
	}
	.banner .banner-main .web-title{
	    font-size: 20px;
	}
	.banner .banner-main .web-conetent{
	    font-size: 26px;
	}
	.banner .banner-main .searchBox{
	    width: calc(100% - 40px);
	}
	.banner .banner-main .searchBox input{
	    width: 100%;
	}
	.banner .banner-main .searchBox a{
	    width: 30px;
	    min-width: 30px;
	    height: 30px;
	}
	.banner .banner-main .searchBox img{
	    margin: 5px auto !important;
	}
	.rightButton{
	    right: 10px;
	    bottom: 20px;
	    padding: 0 10px !important;
	}
	
	.banner .rightButton .rightButton-model img{
	    width: 30px;
	    height: 30px;
	}
	.banner .rightButton .rightButton-model{
	    padding: 10px 0 !important;
	}
}
