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 {
	padding: 3.6rem 0.75rem 0 3.6rem;
	font-size: 1rem;
	color: #595959;
	line-height: 2;
}




.banner {
	width: 100%;
}

.banner img {
	width: 100%;
	height: auto;
}


