/*服务中心*/

#copyright {
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 1% 0;
	font-size: 12px;
	width: 100%;
	background: #2B5596;
	color: #FFFFFF;
	margin-top: 40px;
}

#copyright p {
	margin: 0 0 5px 0;
}

#copyright a {
	text-decoration: none;
}

#copyright a:hover {
	font-size: 18px;
}

#copyright h5 {
	color: #DC3545;
}

.new-fixed #copyright {
	position: fixed;
}

.serviceCenter {
	border: 1px solid #fff;
	border-radius: 10px;
}

.serviceCenter-o {
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	border-radius: 10px;
}


/*图片轮播部分的样式*/

.imagePaly {
	position: absolute;
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.imgA {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 50%;
	left: 44%;
	display: block !important;
	width: 330px;
	height: 5px;
}

.one {
	display: block !important;
	background-color: #0000FF !important;
}

.imgA a {
	display: block !important;
	width: 50px;
	height: 5px;
	/*border-radius: 50%;*/
	margin-right: 5px;
	background-color: #fff;
	float: left;
	line-height: 20px;
	text-align: center;
}

.imgA a:hover {
	background-color: #0000FF;
}


/*新闻中心*/

.ul_li li {
	text-align: center;
	color: #fff !important;
	width: 100%;
	line-height: 50px;
}

.ul_li li a {
	display: block;
	text-decoration: none;
	color: #fff !important;
}

.ul_li:last-child {
	background-color: #595757;
}

.ul_li li:hover {
	background-color: #007BFF;
	font-size: 1.1vw;
}

.loc p {
	margin: 10px;
	line-height: 24px;
}

.contenet {
	text-align: left;
	width: 100%;
	height: 160px;
	padding: 10px 0px;
	background-color: #F1F1F1;
	margin-bottom: 10px;
}

.contenet:hover {
	background-color: #003A79;
	color: #fff;
}

.imgSty:hover {
	padding-top: 10px;
}


/*产品中心*/

#moveBac {
	/*position: ;*/
	padding: 0;
	height: 400px;
	background-image: url(../img/20.jpg);
	color: #fff;
	position: relative;
}

.menuNav {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, .2);
}

.menuNav a {
	display: inline-block;
	/* width: 140px;*/
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 1.3vw;
	text-decoration: none;
	border-left: 1px solid #D49328;
}

.menuNav a:hover {
	cursor: pointer;
}

.curr {
	background: rgba(243, 152, 0, .7);
}

.bankCon {
	width: 92%;
	margin: 0 auto;
}

.com {
	/*float: left;*/
	display: inline-block;
	width: 42%;
	margin: 10px 18px;
	padding: 14px 30px 14px 14px;
	border: 1px solid #dadada;
	overflow: hidden;
	cursor: pointer;
}

.list-img {
	float: left;
	width: 45%;
	height: 154px;
}

.intro {
	float: right;
	width: 51%;
	overflow: hidden;
}

.intro h4 {
	font-size: 18px;
}

.intro p {
	font-size: 12px;
	color: #8f8f94;
}

.tit {
	text-align: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #6C757D;
}


/*福银简介*/

.intro-img {
	background: url(../img/productCenterBg.png) no-repeat;
	color: #fff;
	position: relative;
	background-size: 100% 100%;
}

.intro-img h1:hover {
	font-size: 50px;
}

.intro-text {
	text-align: center;
	width: 80%;
	/*border:2.5px solid #007BFF;
	border-radius: 0 20px 20px 0;*/
	margin-top: 30px;
}

#intro_text,
#intro_his {
	position: relative;
}

#intro_his,
#intro_spe {
	text-align: center;
}

#intro_spe,
#intro_org {
	/*内容填充起来之后删掉*/
	background-color: #f5f5f5;
	position: relative;
	text-align: center;
}

.intro_t {
	border-bottom: 1px solid #DADADA;
	margin-bottom: 10px;
}

.intro_span {
	display: inline-block;
	width: 120px;
	line-height: 26px;
	color: #F5734D;
}

.rr a {
	color: #000000;
}

.duo {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 5;用于显示的行数*/
}


/*手机设备、平板*/

@media screen and (max-width: 768px) {
	.duo {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.new_wrap {
		width: 90%;
	}
}


/*产品详情页面内部分p标签的样式*/

.pOneStyle {
	font-size: 15px;
	line-height: 30px;
	text-indent: 30px;
}

.new_wrap {
	width: 80%;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}


/*
		
			.new_wrap div.public {
				width: 100%;
				text-align: center;
			}
			
			.new_wrap div.public img {
				width: 150px;
				height: 150px;
				margin-bottom: 20px;
			}
			
			.img_box,
			.img_two {
				text-align: center;
			}
			
			.img_two img {
				width: 220px;
				height: 400px;
			}
			
			.img_box img {
				height: 150px;
				width: 200px;
			}
			*/

.new_wrap ul {
	list-style: square;
	color: #C6BBDD;
}