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;
	min-height: 800px;
}

.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%;
	border: 1px solid #eee;
	box-sizing: border-box;
	/*box-shadow: 0 3px 0px 0px rgba(0,0,0,.1);*/
	border-bottom: 0.25rem solid #eee;
	transition: all linear .3s;
}

.contentBoxListcontent .box:hover {
	border-bottom: 0.25rem solid #0059a9;
	transition: all linear .3s;
}

.contentBoxListcontent .box:nth-child(4n) {
	margin-right: 0!important;
}

.contentBoxListcontent .box >.boxImg {
	width: 18rem;
	height: 18.4rem;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}

.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;
	border-bottom: 1px solid #eee;
}

.maintenanceLIst {
	width: 100%;
	padding: 5.625rem 0 1rem 0;
}

.maintenanceLIst>li {
	width: 25%;
	height: 3.75rem;
	line-height: 3.75rem;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.maintenanceLIst>li>a {
	display: block;
	width: 100%;
	height: 3.75rem;
	line-height: 3.75rem;
	text-align: center;
	color: #595959;
	font-size: 1.125rem;
}

.maintenanceLIst>li>a.active {
	background: #0059a9;
	color: #fff;
}

.contentBoxListcontentLeft {
	float: left;
    height: 35.625rem;
    width: 28.4375rem;
}

.contentBoxListcontentLeft>img {
	height: 100%;
}

.contentBoxListcontentRight {
	float: left;
    margin-left: 1.875rem;
    width: 44.5rem;
}

 .contentBoxListcontentRight li {
    border: solid #eee 1px;
    margin-bottom: 1.25rem;
    height: 4.75rem;
    line-height: 4.75rem;
    width: 100%;
}

 .contentBoxListcontentRight  li .xuhao {
    float: left;
    background: #0059a9;
    color: #fff;
    width: 5.5rem;
    text-align: center;
    font-size: 1.5625;
}

.contentBoxListcontentRight li .title {
    float: left;
    text-indent: 1rem;
    font-size: 1.125rem;
    color: #717171;
}
.contentBoxListcontentRight li:hover {
  background: #eee;
  transition: all linear .3s;
}
