* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html, body {
	/*font-family: "Microsoft Yahei", "simsun", "Times New Roman", "宋体";*/
	height: 100%;
	width: 100%;
	font-size: 12px;
	color: #333;
}
body {
	background: #fff;
	font-weight: 100;
	overflow: hidden;
}

.Container {
	background: #fff;
	height: 100%;
	overflow: auto;
}

.R1Wrap {
/* 	background-color: #EEE; */
	background-color: #f0f0f0;
}

.R1 {
	height: 30px;
	line-height: 30px;
	width: 1200px;
	margin: 0 auto;
}
.clean {
	clear: both;
}
.R1-text-left {
	float: left;
	color: #999;
}
.R1-text-left:hover {
	cursor: pointer;
}
.R1-text-right {
	float:right;
}
.R1-text-right:hover {
	cursor: pointer;
}
.R1,.R2,.R3,.R4 {
	width:1200px;
	margin:0 auto;
}
.R2-logo {
	height:60px;
	width:323px;
	float:left;
	background: url("images/logo.jpg") left center no-repeat;
}
.R2Wrap {
	padding-top:20px;
	padding-bottom:20px;
}
.R2-logoText {
	float: left;
	color:#2675d0;
	font-size: 32px;
/* 	font-weight: 600; */
	height:60px;
	line-height:60px;
}
.R2-Point {
	float:left;
	width:5px;
	height:5px;
	border-radius: 50%;
	background-color: #2675d0;
	margin-top:25px;
}
.R2-SplitWrap {
	float:left;
	height:60px;
}
.R2-Split {
	border-left:solid 1px #999;
	height:100%;
	height:40px;
	margin:10px;
	margin-left:15px;
	margin-right:15px;
}
.R2-PhoneWrap {
	width:250px;
	float: left;
}
.R2-2 {
	font-weight: 600;
	color:#7a7978;
	margin-top:5px;
}
.PhoneImg {
	width:50px;
	height:32px;
	margin-left: 10px;
	float:left;
/* 	border:solid 1px orange; */
	background: url("images/phone.png") left center no-repeat;
}
.PhoneWrap {
	float: left;
	height:32px;
	width:150px;
	font-size: 16px;
	color:#2675d0;
}
.PhoneWrap div {
	line-height:18px;
}

.R2-SearchWrap {
	float:right;
	height:40px;
	margin-top:14px;
}
.SearchBtn {
	width:80px;
	height:38px;
	line-height:38px;
	float:right;
	color: #FFF;
	font-size:15px;
	background-color: #2675d0;
	text-align: center;
	font-weight: 500;
}
.InputWrap {
	height:36px;
	border:solid 1px #2675d0;
	float: right;
	padding-left:10px;
	padding-right:10px;
	border-radius: 3px 0px 0px 3px;
}
.InputWrap>input{
	width:280px;
	height:24px;
	margin-top:7px;
	border: none;
	outline: none;
}
.R3Wrap {
	height:60px;
	background-color: #cce4f4;
}

.R3Nav {
	height:60px;
	line-height:60px;
	text-align: center;
	font-size: 20px;
	color:#666;
	float: left;
	min-width: 120px;
	margin:0 30px;
}
.R3Nav:hover {
	cursor: pointer;
	background-color: #0073c4;
	color: #FFF;
}
.R3Nav:first-child {
	margin-left:0px;
}
.R3Nav:last-child {
	margin-right:0px;
}

.CurrNav {
	background-color: #0073c4;
	color: #FFF;
}
.R4Wrap {
	height:178px;
/* 	background-color: #0077ba; */
	background: url('images/Middle.jpg') center center no-repeat;
	background-size: 100%;
}
.R4 {
	position: relative;
	height:100%;
	margin-top:-5px;
}

.R4-Title {
	position: absolute;
	height:40px;
	line-height:40px;
	font-size:24px;
	width:200px;
	top:30px;
	padding-left:25px;
	color:#FFF;
	background: url('images/arrow.png') left center no-repeat;
}
.R4NavWrap {
	position: absolute;
	height:55px;
	width:1200px;
	bottom: 0px;
	left:0px;
}
 
.R4Nav {
	min-width: 100px;
	margin:0px 5px;
	padding:0 10px;
	float: left;
	height:50px;
	line-height:50px;
	margin-top:5px;
	text-align: center;
	color:#FFF;
	font-size: 19px;
	font-weight: 500;
}
.R4Nav:hover {
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	box-shadow: 2px 2px 12px #d4e3f6 inset,-2px 0px 12px #d4e3f6 inset;
	background-color: #FFF;
	color:#2675d0;
}
.R4Nav:first-child {
	margin-left: 0px;
}
.R4Nav:last-child {
	margin-right: 0px;
}

.R4Curr {
	border-radius: 5px 5px 0 0;
	box-shadow: 2px 2px 12px #d4e3f6 inset,-2px 0px 12px #d4e3f6 inset;
	background-color: #FFF;
	color:#2675d0;
}
.R4CurrLine {
	border-bottom: solid 2px #0073c4;
	width:40px;
	margin:0 auto;
	margin-top: -2px;
}

.Bodyer {
	width:1200px;
	margin: 0 auto;
	padding:10px 0px;
}

.Row {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px rgb(230, 230, 230);
	position: relative;
	padding-left:10px;
}
.Row:hover {
	cursor: pointer;
	box-shadow: -2px -2px 12px #d4e3f6,2px 2px 12px #d4e3f6;
}

.CurrRow {
	box-shadow: -2px -2px 12px #d4e3f6,2px 2px 12px #d4e3f6;
}

.Row-1 {
	font-size: 18px;
	color:#666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height:36px;
	line-height:36px;
	width: 85%;
} 
.Row-1-1 {
	color:#2675d0;
	padding-right: 10px;
}
.Row-2 {
	color: #adadad;
	font-size: 14px;
	height:22px;
	line-height:22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 85%;
}
.Row-3 {
	height:32px;
	line-height:32px;
}

.OptBtn {
	width:90px;
	height:36px;
	line-height:36px;
	position: absolute;
	text-align: center;
	background-color: #0073c4;
	color: #fff !important;
	font-size: 14px;
	right:10px;
	top:25px;
	cursor: pointer;
	border-radius: 3px;
}
.Disable {
	background-color: #dedede;
}
.PagerWrap {
	width:1200px;
	margin:0 auto;
	text-align: center;
	margin:15px 0px;
}
.page {
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border:solid 1px #e9e9e9;
	border-radius: 5px;
	font-size: 14px;
	margin: 0px 5px;
}
.PagerWrap ul {
	max-width:630px;
	margin:0 auto;
	white-space: nowrap;
}
.PagerWrap li {
	float:left;
	list-style: none;
}
.currPage {
	background-color: #0073c4;
	color:#FFF;
}
.page:hover {
	background-color: #0073c4;
	color:#FFF;
	cursor: pointer;
}
.footer {
	height:260px;
	background-color: #0077ba;
}
.footerContentWrap {
	width:1200px;
	margin: 0 auto; 
	height:260px;
	padding-top:50px;
}
.footer-left {
	width:215px;
	height:150px;
	border-right:solid 1px #3392c8;
	float: left;
}
.footer-right {
	margin-left:218px;
/* 	border:solid 1px #FFF; */
	min-height:100px;
	padding-left:20px;
}
.footer-left-1 {
	height:60px;
	border:solid 1px #FFF;
}
.footer-left-2 {
	height:36px;
	line-height:36px;
	text-align: center;
}
.foot-left-text {
	padding:0px 10px;
	font-size: 14px;
	color:rgba(255,255,255,.7);
}
.foot-left-text:hover {
	cursor: pointer;
}
.footer-right-title {
	color:#FFF;
	font-size: 20px;
}
.footer-right-content {
	font-size: 14px;
	color:rgba(255,255,255,.7);
	line-height:28px;
	margin-top: 15px;
}

.footer-info {
	height:100px;
	padding:20px 0px 10px 0px;
}
.footerinfoWrap {
	width:500px;
	margin:0 auto;
	text-align: center;
}
.footerinfoWrap-text {
	line-height:28px;
	font-size: 14px;
	color:#666;
}

/**Detail.css**/

.NavWrap {
	height:40px;
	line-height:40px;
	background-color: #f0f0f0;
}
.Nav-text {
	width: 1200px;
    padding-left: 20px;
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.View-title {
	font-size: 18px;
	color:#666;
	text-align: center;
	margin-top:20px;
}

.View-R1 {
	font-size: 14px;
	color:#999999;
}
.View-R1-left {
	float:left;
	height:60px;
	line-height:60px;
	width:50%;
	padding-left:10px;
}
.View-R1-right {
	float:right;
	height:60px;
	line-height:60px;
	width:40%;
	text-align: right;
	padding-right:10px;
}
.View-R2-row {
	font-size: 14px;
	display:flex;
}
.View-R2-label,.View-R2-content {
	float:left;
	line-height:32px;
}
.View-R2-label {
	min-width:130px;
	white-space: nowrap;
	text-align: right;
	color:#999;
}
.View-R2-content {
	color:#111;
}
.View-R2 {
	position: relative;
}
.View-EndTimeWrap {
	width:225px;
	height:40px;
	background-color: #eaf4ff;
	position: absolute;
	bottom:120px;
	right:0px;
	border-radius: 50px 0px 0px 50px;
}
.View-clockIcon {
	width:30px;
	height:40px;
	float:left;
	background: url('images/clock.png') center center no-repeat;
	margin-left:10px;
}
.View-clockLabel,.View-clockText {
	float:left;
	height:40px;
	line-height:40px;
	font-size: 14px;
	color:#999;
}
.View-clockText {
	color:#2675d0;
}
.View-R3 {
	height:215px;
	//background-color: #f3f7fb;
	margin-top: 20px;
	display: table;
	width: 100%;
	position: relative;
}
.View-R3-Step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.StepIcon {
	width:30px;
	height:30px;
	border-radius: 50%;
	line-height:30px;
	margin:0 auto;
	margin-top:35px;
	background-color: #49bc5c;
	color: #FFF;
	font-size: 14px;
}
.StepRow {
	text-align: center;
	color:#222;
	font-size: 14px;
/* 	height:22px; */
/* 	line-height:22px; */
	margin-top:15px;
}
.EndTime {
	margin-top: 10px;
	height:22px;
	line-height:22px;
	font-size: 12px;
	color:#999;
}
.currStep {
	background-color: #2675d0;
}
.View-R4-header {
	color:#2675d0;
	font-size:16px;
/* 	border-left:solid 2px #2675d0; */
	height:22px;
	line-height:22px;
	margin-left:10px;
	font-weight: 600;
	position: relative;
	padding:20px 15px;
} 
.View-R4-split {
	border-left:solid 3px #2675d0;
	height:14px;
	width:15px;
	position: absolute;
	left:0px;
	top:24px;
}
.View-R4-body {
	font-size:14px;
}
.View-R4-foot {
	height:40px;
	line-height:40px;
	font-size: 14px;
	background-color:#f0f0f0;
	padding-left:20px;
	margin: 20px 0px 10px 0px;
}
.StepEnd {
	background-color: #d8d8d8;
}

.StepActivLine {
	position: absolute;
/* 	border-top:dashed 2px #49bc5c; */
	background:url('images/activePoint.png') left center repeat-x;
	height:20px;
	width:180px;
	top:40px;
	left:150px;
}
.StepLine {
	position: absolute;
/* 	border-top:dashed 2px #d8d8d8; */
	background:url('images/endPoint.png') left center repeat-x;
	width:180px;
	height:20px;
	top:40px;
	left:150px;
}
.activeArrow {
	position: absolute;
	background:url('images/activeArrow.png') center center no-repeat;
	width:10px;
	height:15px;
	top:2px;
	right:-10px;
}
.endArrow {
	position: absolute;
	background:url('images/endArrow.png') center center no-repeat;
	width:10px;
	height:15px;
	top:2px;
	right:-10px;
}





