﻿.wrap {
	width: 1200px;
	margin: 0 auto;
}

/*clearfix*/

.clearfix {
	overflow: hidden;
	_zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #333;
}

.banner {
	width: 1920px;
	height: 460px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	/*图片宽度的一半*/
	overflow: hidden;
	background: url(../img/xinguhua2-banner1.jpg);
}
.banner a {
	display: block;
	width: 180px;
	height: 46px;
	border: 1px solid #fff;
	margin-top: 320px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
}

/*产品介绍 css*/
.cpjs {
	padding: 60px 0;
	text-align: center;
}
.cpjs h2 {
	font-size: 30px;
	color: #333;
}
.cpjs h2 span {
        font-size: 30px;
	color: #1447c7;
}
.xinguhua2-t {
	margin: 20px 0;
}
.cpjs li {
	height: 220px;
	margin-bottom: 40px;
}
.cpjs-l {
	width: 600px;
	text-align: left;
}
.cpjs-l h3 {
	font-size: 24px;
	color: #ff8200;
	margin: 20px 0;
}
.cpjs-l p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.cpjs-l span {
	display: inline-block;
	width: 240px;
	height: 46px;
	border-radius: 6px;
	background: #ff8200;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
.cpjs-r {
	width: 600px;
	text-align: right;
}
/*产品资费 css*/
.cpzf {
	padding-bottom: 60px;
	text-align: center;
}
.cpzf h2 {
	font-size: 30px;
	color: #333;
}
.cpzf h2 span {
    	font-size: 30px;
	color: #1447c7;
}
.cpzf table {
	width: 100%;
	border: 1px solid #ddd;
}
.cpzf table th,.cpzf table td {
	text-align: center;
	border: 1px solid #ddd;
}
.cpzf table th {
	line-height: 60px;
	background: #ff8200;
	font-size: 18px;
	color: #fff;
}
.cpzf table td {
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.odd {
	background: #faf9f9;
}
.even {
	background: #feead6;
}
.table-left {
	background: #faf9f9 !important;
	font-size: 18px !important;
	color: #ff8200 !important;
}
.cpzf-tel {
	display: inline-block;
	width: 240px;
	height: 46px;
	border-radius: 6px;
	background: #ff8200;
	text-align: center;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	margin-top: 30px;
}
/*办理流程 css*/
.liucheng {
	padding-bottom: 60px;
	text-align: center;
}
.liucheng h2 {
	font-size: 30px;
	color: #333;
}
.liucheng h2 span {
    	font-size: 30px;
	color: #1447c7;
}