html {
	width: 100%;
	height: 100%;
}

body {
	min-width: 1200px;
	font-size: 12px;
}

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

ul,li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearfix:after, .clearfix:before {
	content: '';
	display: table;
}

.clearfix:after {
	clear: both;
}


.content {
	width: 100%;
}

.content .content-wrap {
	width: 75rem;
	margin: 0 auto;
}

.contentTop {
	width: 100%;
	height: 4.375rem;
	line-height: 4.375rem;
	background: #f5f5f5;
	position: relative;
}

.contentTop > p {
	width: 50%;
	float: left;
	height: 4.375rem;
	line-height: 4.375rem;
	color: #a6a6a6;
	font-size: 1rem;
	box-sizing: border-box;
	cursor: pointer;
}

.contentTop > p>img {
	width: 1.25rem;
	height: auto;
	margin-top: 1.6rem;
    margin-right: 1rem;
}

.contentTop > p:nth-child(1) {
	padding-right: 5rem;
	text-align: right;
}

.contentTop > p:nth-child(2) {
	padding-left: 5rem;
	text-align: left;
}

.contentTop > p:nth-child(1):after {
	content: '';
	width: 2px;
	background: #a6a6a6;
	position: absolute;
    left: 50%;
    top: 39%;
    bottom: 39%;
}

.contentBox {
	width: 75rem;
	margin: 0 auto;
	background: #fff;
}

.contentBox .contentBoxList {
	padding: 6.125rem 0;
}

.contentBoxList p:nth-child(1) {
   width: 100%;
   line-height: 1;
   text-align: center;
   color: #000000;
   font-size: 2.25rem;
}

.contentBoxList p:nth-child(2) {
   width: 100%;
   line-height: 3;
   text-align: center;
   color: #005aaa;
   font-size: 1.125rem;
   position: relative;
}

.contentBoxList p:nth-child(2)>i {
	width: 2.875rem;
	height: 2px;
	line-height: 2px;
	background: #434343;
	position: absolute;
	top: 50%;
}

.contentBoxList p:nth-child(2)>i:nth-child(1) {
	left: 40.2%;
}

.contentBoxList p:nth-child(2)>i:nth-child(2) {
	left: 56%;
}

.contentBoxList p:nth-child(3) {
   width: 100%;
   line-height: 1;
   text-align: center;
   color: #595959;
   font-size: 0.75rem;
}

.contentBoxListcontent {
	width: 100%;
	padding-top: 6.125rem;
}

.contentBoxListcontent .box {
	width: 24%;
	float: left;
	margin-right: 1%;
	margin-bottom: 1%;
}

.contentBoxListcontent .box:nth-child(4n) {
	margin-right: 0!important;
}

.contentBoxListcontent .box >.boxImg {
	width: 100%;
	height: 18.4rem;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.contentBoxListcontent .box >.boxImg>img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	text-align: center;
}

.contentBoxListcontent .box >p {
	width: 100%;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #595959;
	font-size: 1.125rem;
}


.contentBoxListcontent table {
	width: 100%;
	border-spacing: 0!important;
}

.contentBoxListcontent table>thead>tr {
	background: linear-gradient(to right,#005bac 0% ,#0087ce 100%);
}

.contentBoxListcontent table>thead>tr>th {
	display: table-cell;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
}



.contentBoxListcontent table>tbody>tr>td {
	display: table-cell;
	color: #333;
	font-size: 0.875rem;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #eeeeee;
}

.contentBoxListcontent table>tbody>tr>td:nth-child(2) {
	text-align: center!important;
}

