.box{
	width: 100%;
	height: auto;
	float: left;
	background: #f9fafe;
}
.boxcont{
	width: 1200px;
	height: auto;
	display: table;
	margin: 30px auto;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ccc;
}
.tabhead{
	width: 1080px;
	height: 60px;
	float: left;
	margin: 20px 60px;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #e3e9ee;
}
.tabs{
	width: 680px;
	height: 60px;
	float: left;
	margin: 0px 200px;
}
.tabhead a{
	width: 80px;
	height: 60px;
	float: left;
	color: #697aa0;
	font-size: 16px;
	margin: 0px 45px;
}
.tabhead a.active{
	height: 56px;
	color: #2845d8;
	border-bottom: 4px solid #2845d8;
}
.tabcont{
	width: 1080px;
	height: auto;
	float: left;
	margin: 20px 60px 60px 60px;
}
.tabcont .current{
	display: block;
}
.tabtxt{
	width: 1080px;
	height: auto;
	float: left;
	display: none;
}
.tabtxt h3{
	text-align: center;
	font-size: 30px;
	color: #1e1e1e;
	font-weight: normal;
}
.tabtxt p{
	font-size: 16px;
	color: #697aa0;
	text-align: justify;
	line-height: 32px;
}
.tabtxt .imgalign{
	margin: 40px 0px 20px 0px;
	text-align: center;
}
.imgalign img{
	width: 100%;
	height: auto;
}
.model{
	width: 940px;
	height: 240px;
	float: left;
	margin: 15px 70px;
	box-shadow: 0px 0px 10px #e9ecfb;
}
.model:hover{
	box-shadow: 0px 0px 10px #ccc;
}
.modelimg{
	width: 239px;
	height: 160px;
	float: left;
	margin: 40px 0px;
	text-align: center;
	border-right: 1px solid #e3e9ee;
}
.modelimg img{
	margin: 42px 0px;
}
.modelcont{
	width: 580px;
	height: 160px;
	float: left;
	margin: 40px 60px;
}
.modelcont h4{
	font-size: 18px;
	color: #1e1e1e;
	line-height: 25px;
}
.modelcont a{
	width: 120px;
	height: 39px;
	float: left;
	border-radius: 20px;
	text-align: center;
	display: block;
	border: 1px solid #2845d8;
	background: #FFF;
	color: #2845d8;
	font-size: 14px;
	line-height: 40px;
}
.modelcont a:hover{
	width: 120px;
	height: 40px;
	float: left;
	border-radius: 20px;
	text-align: center;
	display: block;
	background: #2845d8;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
}
.contact{
	width: 1080px;
	height: 260px;
	float: left;
	margin: 40px 0px;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #e9ecfb;
}
.contactbox{
	width: 1080px;
	height: auto;
	float: left;
	margin: 50px 0px;
}
.contactcell{
	width: 270px;
	height: auto;
	float: left;
	line-height: 30px;
	margin: 10px 45px;
}
.contactcell h5{
	font-size: 16px;
}
.contactcell p{
	color: #697aa0;
	text-indent: 0px;
	font-size: 16px;
}
.modal-body{
	color: #697aa0;
	font-size: 16px;
	text-indent: 32px;
}
