/* banenr开始 */
/* 轮播 */
.ban .list {
	width: 100%;
	height: 187px;
	list-style: none;
	position: relative;
}

.ban .list .item {
	position: absolute;
	width: 100%;
	height: 187px;
	color: white;
	font-size: 30px;
	opacity: 0;
	transition: all .8s;
	margin-top: 1px;
}

.ban .list .item img {
	width: 100%;
	height: 187px;
}

.ban .list .item:nth-child(1) {
	background: url(/Public/images/baner1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.ban .list .item:nth-child(2) {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-image: url(../../Public/images/baner2.jpg);
}

.ban .list .item:nth-child(3) {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	background-image: url(../../Public/images/baner3.jpg);
}
}
.ban .list .btn {
	width: 33px;
	height: 38px;
	position: absolute;
	top: 60%;
	border: none;
	font-size: large;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	border: none;
	z-index: 100;
	background: #ffffff00;
	outline: none;
	border-radius: 0;
}

.ban .list .btn:hover {
	background-color: grey;
	color: white;
}

.ban .list #goPre {
	right: 0px;
	outline: none;
	display: none;
}

.ban .list #goNext {
	right: 0px;
	outline: none;
	display: none;
}

.ban .list .item.active {
	opacity: 1;
	z-index: 10
}

.pointList {
    padding-left: 0;
    list-style: none;
    position: absolute;
    bottom: 3px;
    z-index: 100;
    WIDTH: 151px;
    MARGIN: AUTO 46%;
}

.point {
	width: 22px;
	height: 22px;
	background-color: #FFF;
	border-radius: 100%;
	float: left;
	MARGIN: 0px 14PX;
	cursor: pointer;
}

.point.active {
	background-color: #007890;
}

.ban_text {
	text-align: LEFT;
	padding-top: 15%;
	overflow: hidden;
	max-width: 1300px;
	margin: 0 auto;
}

.ban_text p {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.ban_text_tw p {
	font-size: 57px;
	margin-bottom: 18px;
}

.ban_text a {
	color: #fff;
	border: 2px solid #fff;
	font-size: 20px;
	border-radius: 40px;
	width: 200px;
	height: 52px;
	display: block;
	margin: 30px auto;
	line-height: 52px;
	transition: all 0.8s;
}

.ban_text a:hover {
	background: #ba2644;
}


.ban_sear_box .xh_box {
	float: left;
	padding: 12px;
	width: 400px;
	min-height: 120px;
	background-size: 100%;
	position: relative;
}

.ban_sear_box .fl_box {
	float: left;
	width: 400px;
	min-height: 120px;
	padding: 12px;
	background-size: 100%;
}

.ban_sear_box .xh_box form input {
	width: 95%;
	margin: auto;
	display: block;
	height: 45px;
	border-radius: 8px;
	padding-left: 10px;
	outline: none;
	border: 0;
	color: #999;
}

.ban_sear_box .xh_box form button {
	position: absolute;
	right: 9%;
	z-index: 999;
	margin-top: -38px;
	border: none;
	outline: none;
	background: none;
}

.ban_sear_box .xh_box form button img {
	width: 32px;
}

.ban_sear_box .xh_box a {
	width: 100%;
	line-height: 45px;
	height: 45px;
	display: block;
	margin-top: 17px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	transition: all 0.8s;
	padding: 0 16px;
	letter-spacing: 1px;
}

.ban_sear_box .xh_box:hover {
	color: #fff;
}


.ban_sear_box .fl_box .cpfl_inp {
	width: 95%;
	margin: auto;
	display: block;
}

.ban_sear_box .fl_box .cpfl_inp select {
	width: 100%;
	height: 45px;
	border-radius: 8px;
	padding: 0 10px;
	outline: none;
	appearance: none;
	border: 0;
	color: #666;
}

.ban_sear_box .fl_box .cpfl_inp .icon-xiala {
	right: 13%;
	line-height: 45px;
	font-size: 16px;
	position: absolute;
}


/* banner结束 */

/* 快速链接结束 */
@media(max-width:768px) {

	/* banner */
	.ban .list {
		width: 100%;
		height: 470px;
		list-style: none;
		position: relative;
	}

	.ban .list .item {
		position: absolute;
		width: 100%;
		height: 470px;
		color: white;
		font-size: 30px;
		opacity: 0;
		transition: all .8s;
		margin-top: 75px;
	}

	.ban_text {
		padding-top: 14% !important;
	}

	.ban_text p {
		font-size: 32px !important;
		padding: 0 15px;
	}

	.ban_text a {
		color: #fff;
		border: 2px solid #fff;
		font-size: 16px;
		border-radius: 40px;
		width: 160px;
		height: 50px;
		display: block;
		margin: 30px auto;
		line-height: 50px;
		transition: all 0.8s;
	}

	.ban_text_tw p {
		font-size: 16px !important;
		margin-bottom: 0 !important;
		line-height: 40px;
	}

	/* 搜索 */
	.ban_sear_box {
		width: 100% !important;
		overflow: hidden;
		margin: auto;
		z-index: 999;
	}



	.ban_sear_box .xh_box {
    width: 100%;
    min-height: 110px;
    padding: 9px 1px 0;
	}
.ban_sear_box .xh_box form input {
    width: 100%;
    margin: auto;
    display: block;
    height: 45px;
    border-radius: 8px;
    padding-left: 10px;
    outline: none;
    border: 0;
    color: #999;
}
.ban_sear_box .xh_box form button {
    position: absolute;
    right: 6%;
    z-index: 999;
    margin-top: -38px;
    border: none;
    outline: none;
    background: none;
}
	.ban_sear_box .fl_box {
    width: 100%;
    min-height: 87px;
    padding: 25px 1px 0;
    margin-top: 0px;
	}

	.ban_sear_box .fl_box .tit {
		font-size: 20px;
		margin-bottom: 55px;
	}
	.ban_sear_box .fl_box .cpfl_inp {
	    width: 100%;
	    margin: auto;
	    display: block;
	}
	.ban_sear_box .fl_box .cpfl_inp select {
	    width: 100%;
	    height: 45px;
	    border-radius: 8px;
	    padding: 0 10px;
	    outline: none;
	    appearance: none;
	    border: 0;
	    color: #666;
	}

	.ban_sear_box .fl_box .tit::before {
		content: '';
		position: absolute;
		width: 35px;
		height: 3px;
		background: #1c2933;
		left: 45%;
		top: 32px;
	}

	.ban_sear_box .fl_box .cpfl_inp .icon-xiala {
    right: 7%;
    line-height: 45px;
    font-size: 22px;
    position: absolute;
	}


	.pointList {
		padding-left: 0;
		list-style: none;
		position: absolute;
		bottom: -33px;
		z-index: 100;
		WIDTH: 52%;
		MARGIN: AUTO 32%;
	}

	.ban_sear_box h1 {
		font-size: 36px;
		line-height: 55px;
		text-align: center;
		color: #1c2933;
	}

	.ban_sear_box_bj {
		width: 100%;
		background-image: url(/assets/image/ban_sear_box_bj.jpg);
		float: left;
		margin-top: 30px;
		height: 405px;
		padding: 0 15px;
	}

	.ban_sear_box_l {
		width: 100%;
		float: left;
		margin-top: 6%;
	}

	.ban_sear_box_r {
		float: right;
		width: 100%;
		margin-top: 1%;
	}

	.ban_sear_box h2 {
		font-size: 22px;
		line-height: 33px;
		text-align: center;
		color: #7b7b7b;
		padding: 0 8px;
	}
