.content .top .one {
	width: 1080px;
	background-color: #359ceb;
	color: #fff;
	line-height: 80px;
	text-align: center;
	font-size: 30px;
	float: left;
}

.content .middle {
	background-color: #f2f2f2;
	width: 1080px;
	height: 1215px;
}

.content .middle .title {
	width: 1000px;
	color: #359ceb;
	text-align: center;
	font-family: "微软雅黑";
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	font-size: 36px;
}

.content .middle .daolantu {
	padding-top: 100px;
	width: 1080px;
	height: 848px;
}

.daolantu img {
	width: 1080px;
	max-height: 800px;
}

.content .middle .guide {
	width: 1000px;
	height: 800px;
	padding: 90px 40px 0px 40px;
	line-height: 40px;
	overflow-y: auto;
	font-size: 22px;
	letter-spacing: 1px;
	text-align: left;
	color: #fff;
	text-indent: 2em;
	-webkit-scrollbar{
		width: ;
	}
}


/*滚动条样式*/

.guide::-webkit-scrollbar,.textarea::-webkit-scrollbar {
	width: 5px;
	height: 10px;
}

.guide::-webkit-scrollbar-button ,.textarea::-webkit-scrollbar-button{
	background-color: #fff;
}

.guide::-webkit-scrollbar-track,.textarea::-webkit-scrollbar-track {
	background: #fff;
}

.guide::-webkit-scrollbar-track-piece,.textarea::-webkit-scrollbar-track-piece {
	background: #fff;
}

.guide::-webkit-scrollbar-thumb,.textarea::-webkit-scrollbar-thumb {
	background: #CFDCFF;
	border-radius: 4px;
}

.guide::-webkit-scrollbar-corner,.textarea::-webkit-scrollbar-corner {
	background: #fff;
}

.guide::-webkit-scrollbar-resizer,.textarea::-webkit-scrollbar-resizer {
	background: #fff;
}


/*滚动条样式结束*/

.content .middle .fenjingdian {
	width: 1080px;
	height: 948px;
}

.fenjingdian .btn-left {
	float: left;
	margin-left: 80px;
	margin-top: 50px;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	border-radius: 30px;
	color: #FFF;
	background-color: #23508e;
	border: 1px solid #667ebe;
}

.fenjingdian .btn-right {
	float: right;
	margin-right: 80px;
	margin-top: 50px;
	width: 200px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 32px;
	border-radius: 30px;
	color: #FFF;
	background-color: #23508e;
	border: 1px solid #667ebe;
}

.fenjingdian ul {
	float: left;
	margin: 15px 43px 0px 43px;
	height: 700px;
	overflow: hidden;
}

.fenjingdian li {
	width: 305px;
	height: 300px;
	margin: 20px 13px;
	float: left;
	position: relative;
	list-style: none;
}

.fenjingdian li .textcon {
	float: left;
	width: 305px;
	color: #fff;
	background: #039da7;
	position: absolute;
	text-align: center;
	padding: 24px 0px;
	line-height: 16px;
	bottom: 0px;
	font-size: 16px;
	font-weight: 600;
}

.fenjingdian li img {
	width: 305px;
	height: 300px;
	overflow: hidden;
}

.content .bottom {
	width: 1080px;
	height: 143px;
	background-color: #a4bfde;
}


/*------------------轮播------------------------*/

.branch_bar {
	width: 1080;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: #708398;
}

.branch_bar .branch {
	width: 3000px;
}

.branch_bar .branch li {
	float: left;
}

.branch_bar .branch li img {
	width:800px;
	height:500px;
	margin-left:140px
}

.prev {
	position: absolute;
	top: 250px;
	left: 10px;
	color: #fff;
	cursor: pointer;
}

.next {
	position: absolute;
	top: 250px;
	right: 10px;
	color: #fff;
	cursor: pointer;
}

.branch_bar .text {
	float: left;
	width: 1080px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	text-align: center;
	padding: 24px 0px;
	line-height: 16px;
	bottom: 0px;
	font-size: 28px;
	font-weight: 600;
}

.textarea {
	width: 930px;
	height: 780px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 33px 75px 15px 75px;
	font-size: 20px;
	float: left;
	color: #000;
}

.textarea p {
	width: 927px;
	line-height: 30px;
	float: left;
	text-align: left;
}

.textarea p .title01 {
	color: #359ceb;
	float: left;
	letter-spacing: 2px;
	display: ;
}

.textarea p .text {
	color: #000;
	float: left;
}

.content .middle .foot {
	height: 237px;
	padding: 20px 50px;
	float: left;
	color: #fff;
}

.content .middle .foot ul {
	width: 760px;
	display: inline-block;
}

.content .middle .foot li {
	width: 350px;
	padding-left: 0px;
	float: left;
	font-size: 24px;
	margin: 15px;
	line-height:78px;
	vertical-align: middle;
	border-radius: 5px;
	color: #fff;
}

.foot li img {
	width: 65px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.foot .qrcode {
	float: right;
	padding-left: 0px;
	margin: 20px 20px 20px 50px;
	text-align: center;
	color: #c8c8c8;
	font-size: 16px;
}

.qrcode img {
	width: 135px;
}

a {
	color: #fff;
}