* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: 0
}

.fl {
	float: left
}

.fr {
	float: right
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
	visibility: hidden;
	height: 0
}

.clearfix {
	zoom: 1
}

.banner {
	background: url(/skin/images/build_banner.jpg) no-repeat center center;
	height: 555px
}

.banner_center {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.banner .click {
	width: 154px;
	height: 45px;
	border-radius: 5px;
	border: 2px solid #2ea7e0;
	color: #2ea7e0;
	font-size: 21px;
	line-height: 43px;
	position: absolute;
	left: 72px;
	top: 385px;
	text-align: center;
	transition: all .4s
}

.banner .click:hover {
	border: 2px solid #ffcc42;
	background-color: #2ea7e0;
	color: #ffcc42
}

.banner .banner_center ul li {
	position: absolute
}

.banner .banner_center ul li:first-child {
	font-size: 33px;
	color: #083f77;
	left: 0;
	top: 190px
}

.banner .banner_center ul li:nth-child(2) {
	font-size: 40px;
	font-weight: bolder;
	color: #083f77;
	left: 0;
	top: 240px
}

.banner .banner_center ul li:last-child {
	font-size: 28px;
	color: #2ea7e0;
	left: 0;
	top: 300px
}

.banner .banner_center ul li b {
	font-size: 38px;
	font-weight: bolder
}

.banner_center i {
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 7px;
	background-color: rgba(255, 255, 255, .4);
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -15px;
	transition: all 300ms
}

.banner_center i:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	background: none no-repeat center #fe2601;
	background-size: 36px auto;
	border-radius: 50%;
	transition: all 300ms
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both!important;
	animation-fill-mode: both!important
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.pulses {
	-webkit-animation-name: pulses;
	animation-name: pulses
}

@-webkit-keyframes pulses {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulses {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.2, 1.2, 1.2);
		transform: scale3d(1.2, 1.2, 1.2)
	}
	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.banner_center span {
	font-size: 20px;
	color: #757576;
	position: absolute
}

.if {
	margin-top: 73px;
	position: relative
}

.if_title span {
	display: block;
	text-align: center
}

.if_title span:first-child {
	font-size: 36px;
	color: #666;
	font-weight: bold
}

.if_title span:nth-child(2),
.if_title span:last-child {
	font-size: 30px;
	margin-top: 6PX;
	color: #666
}

.if .if_img {
	background: url(/skin/images/ifU.png) no-repeat center center;
	width: 617px;
	height: 316px;
	left: 50%;
	margin-left: -277px;
	position: relative;
	top: 15px
}

.if .if_img span {
	color: #666;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
	position: absolute
}

.dif {
	position: relative;
	z-index: 9999;
	margin-top: 20px
}

.dif ul {
	position: relative;
	width: 812px;
	margin: 0 auto
}

.dif ul li {
	width: 406px;
	height: 80px;
	color: white;
	font-size: 16px
}

.posi_ri {
	line-height: 80px;
	padding-left: 295px
}

.dif ul li:first-child {
	float: left;
	background-color: #a0a0a0
}

.dif ul li:nth-child(2) {
	float: right;
	background-color: #083f77
}

.doup ul li:first-child p {
	text-align: right;
	padding-right: 60px
}

.doup ul li p:first-child {
	padding-top: 18px
}

.dif ul li:nth-child(2) p {
	padding-left: 66px
}

.dif ul li:nth-child(2) p:first-child {
	padding-top: 18px
}

.dif ul span {
	width: 90px;
	height: 90px;
	position: absolute;
	display: block;
	left: 50%;
	margin-left: -45px;
	top: -5px;
	background-color: #d7272a;
	z-index: 9999;
	border-radius: 50%;
	line-height: 90px;
	font-size: 18px;
	text-align: center;
	color: white
}

.main_title {
	font-size: 36px;
	color: #666;
	font-weight: bold;
	text-align: center
}

.for_title {
	font-size: 30px;
	margin-top: 6PX;
	color: #666;
	text-align: center
}

.choose {
	position: relative
}

.choose {
	margin-top: 70px
}

.choose_bg {
	background: url(/skin/images/choose_bg.png) no-repeat center center;
	height: 440px;
	margin: 0 auto
}

.mb {
	margin-bottom: -55px
}

.numn {
	width: 97px;
	height: 97px;
	border-radius: 50%;
	margin: 0 auto;
	background-color: #d7272a;
	text-align: center;
	line-height: 97px;
	font-size: 72px;
	font-weight: bold;
	color: white;
	position: relative;
	z-index: 9999
}

.numn:after {
	content: '';
	width: 105px;
	height: 105px;
	border: 1px #9d9d9e solid;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	left: -5px
}

.posi {
	font-size: 36px;
	color: #666;
	text-align: center;
	margin-top: 30px
}

.three_rea {
	background: url(/skin/images/three_cir.png) no-repeat center center;
	width: 812px;
	height: 200px;
	margin: 0 auto;
	position: relative
}

.three_rea ul li:nth-child(1) span:nth-child(1) {
	font-size: 20px;
	color: white;
	padding: 6px 13px;
	border-radius: 8px;
	background-color: #083f77;
	position: absolute;
	top: 150px;
	left: -8px;
	display: block
}

.three_rea ul li:nth-child(1) span:nth-child(2) {
	font-size: 16px;
	color: white;
	padding: 6px 13px;
	border-radius: 8px;
	background-color: #083f77;
	position: absolute;
	top: 200px;
	left: -65px;
	display: block;
	text-align: center;
	line-height: 30px
}

.three_rea ul li:nth-child(2) span:nth-child(1) {
	font-size: 20px;
	color: white;
	padding: 6px 13px;
	border-radius: 8px;
	background-color: #083f77;
	position: absolute;
	top: 220px;
	left: 332px;
	display: block
}

.three_rea ul li:nth-child(2) span:nth-child(2) {
	font-size: 16px;
	color: white;
	padding: 6px 13px;
	border-radius: 8px;
	background-color: #083f77;
	position: absolute;
	top: 270px;
	left: 303px;
	display: block;
	text-align: center;
	line-height: 30px
}

.three_rea ul li:nth-child(3) span:nth-child(1) {
	font-size: 20px;
	color: white;
	padding: 6px 13px;
	border-radius: 8px;
	background-color: #083f77;
	position: absolute;
	top: 150px;
	right: -8px;
	display: block
}

.three_rea ul li:nth-child(3) span:nth-child(2) {
	font-size: 16px;
	color: white;
	padding: 6px 13px;
	border-radius: 8px;
	background-color: #083f77;
	position: absolute;
	top: 200px;
	right: -45px;
	display: block;
	text-align: center;
	line-height: 30px
}

.non {
	background: url(/skin/images/non.png) no-repeat center center;
	height: 813px;
	margin: 0 auto;
	margin-top: -40px;
	position: relative
}

.non_center {
	width: 1200px;
	margin: 0 auto
}

.non .non_title {
	text-align: center;
	color: white;
	font-size: 36px;
	padding-top: 70px
}

.non a {
	width: 170px;
	height: 50px;
	display: block;
	border-radius: 30px;
	background-color: #d7272a;
	text-align: center;
	line-height: 50px;
	color: white;
	position: absolute;
	left: 50%;
	bottom: 65px;
	margin-left: -85px;
	font-size: 24px
}

.non_right {
	float: right
}

.non_right ul:first-child {
	padding-top: 80px
}

.non_right ul {
	padding-top: 65px
}

.non_right ul li span {
	float: left;
	vertical-align: middle
}

.non_right ul li .non_img1 {
	background: url(/skin/images/non_img1.png) no-repeat;
	width: 70px;
	height: 54px;
	display: block;
	margin-top: 10px
}

.non_right ul li .non_img2 {
	background: url(/skin/images/non_img2.png) no-repeat;
	width: 70px;
	height: 54px;
	display: block;
	margin-top: 10px
}

.non_right ul li .non_img3 {
	background: url(/skin/images/non_img3.png) no-repeat;
	width: 70px;
	height: 54px;
	display: block;
	margin-top: 10px
}

.non_right ul li span p {
	color: white
}

.non_right ul li span p:first-child {
	font-size: 24px;
	font-weight: bold
}

.own {
	background: url(/skin/images/own_bg.png) no-repeat center center;
	height: 800px;
	margin: 0 auto
}

.five_peo {
	background: url(/skin/images/five_peo.png) no-repeat center center;
	width: 990px;
	height: 627px;
	margin: 0 auto;
	margin-top: 25px;
	position: relative
}

.five_txt_center {
	width: 1035px;
	margin: 0 auto
}

.five_txt_center ul li:first-child {
	padding-left: 26px
}

.five_txt_center ul li {
	display: inline-block;
	text-align: center;
	padding-left: 40px;
	padding-top: 10px;
	color: #666;
	font-size: 14px
}

.five_peo ul li {
	position: absolute;
	color: white
}

.five_peo ul li:first-child {
	top: 170px;
	left: 18px
}

.five_peo ul li:nth-child(2) {
	top: 114px;
	left: 194px
}

.five_peo ul li:nth-child(3) {
	top: 80px;
	left: 428px
}

.five_peo ul li:nth-child(4) {
	top: 132px;
	right: 200px
}

.five_peo ul li:last-child span:last-child {
	font-size: 14px
}

.five_peo ul li:last-child {
	top: 170px;
	right: 6px
}

.five_peo ul li span {
	display: block;
	text-align: center
}

.five_peo ul li span:first-child {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px
}

.five_peo ul li span:last-child {
	font-size: 16px;
	line-height: 28px
}


@media only screen and (min-width:1200px ) {
	.pad_iam,
	.fivv{
		display: none !important;
	}
	.three_rea,
	.five_peo,
	.five_txt_center{
		display: block !important;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px){
	html{
		min-width: 100% !important;
	}
	body {
		max-width: 100% !important;
		margin: 0 auto;
	}
	header .header_center{
		width: 100% !important;
	}
	.header_center{
		margin-bottom: -90px !important;
	}
	.header_center_right{
		float: none !important;
		margin-top: 40px !important;
	}
	.navigation-link{
		padding: 5px 23px !important;
	}
	.banner_center{
		width: 80%;
	}
	.banner_center i,
	.banner_center span{
		display: none;
	}
	
	.dif ul{
		width: 100%;
	}
	.dif ul li{
		width: 50%;
		font-size: 15px;
	}
	.posi_ri{
		padding-left: 275px;
	}
	.if .if_img span{
		font-size: 25px;
	}
	.if_img span:first-child{
		left: 5px !important;
		top: 257px !important;
	}
	.if_img span:last-child{
		right: 76px !important;
		top: 256px !important;
	}
	.five_peo{
		background-size: 100%;
		width: 100%;
		height: 500px;
	}
	.five_peo ul li span:first-child{
		font-size: 14px;
	}
	.five_peo ul li span:last-child{
		font-size: 9px !important;
		line-height: 20px !important;
	}
	.five_peo ul li:first-child{
		top: 140px;
		left: 16px;
	}
	.five_peo ul li:nth-child(2){
		top: 103px;
		left:169px
	}
	.five_peo ul li:nth-child(3){
		top: 80px;
		left: 350px;
	}
	.five_peo ul li:nth-child(4){
		top: 114px;
		right: 170px;
	}
	.five_peo ul li:last-child{
		top: 145px;
	}
	.five_txt_center ul li{
		font-size: 0.6rem;
		padding-left: 30px;
	}
	.five_txt_center ul li:first-child{
		padding-left: 20px;
	}
	.non_center{
		width: 100%;
	}
	.non_right ul li span p:first-child{
		font-size:1.5rem;
	}
	.non_right ul li span p:last-child{
		font-size: 0.8rem;
	}
	.non_right{
		margin-right: 4%;
	}
	
	.pad_iam,
	.fivv{
		display: block;
	}
	.three_rea,
	.five_peo,
	.five_txt_center{
		display: none;
	}
	.numn{
		margin-top: 30px !important;
	}
	.six_cont{
		width: 100%;
	}
	.six_cont ul li{
		margin-left: 2%;
	}
}

@media (min-width: 1020px) and (max-width: 1200px)  {
	.pcdd{
		display: none !important;
	}
}

.six_cont{
	width: 1150px;
	margin: 0 auto;
}

.six_cont ul li{
	float: left;
	margin-left: 106px;
	margin-top: 30px;
}

.six_cont ul li:first-child,
.six_cont ul li:nth-child(4){
	margin-left: 0;
}

.six_cont ul li span{
	display: block;
	text-align: center;
	color: white;
}

.six_cont ul li span:first-child{
	font-size: 2rem;
	font-weight: bolder;
	margin-top: 140px;
}

.six_cont ul li span:last-child{
	font-size:0.9rem;
	line-height: 21px;
	width: 90%;
	margin: 0 auto;
	margin-top: 12px;
}
