﻿.imgBtn {
	display: inline-block;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
/*banner 部分*/
#bigImg {
	width: 100%;
	height: 630px;
	position: relative;/*background: url(../images/bigImg.jpg);*/
    /*background-position: -509px -6px;*/
}
#bigImg .bigImg-content {
	width: 600px;
	height: 100%;
	position: absolute;
	font-size: 20px;
	top: 50px;
	left: 158px;
	padding-top: 70px;
}
.bigImg-title, .bigImg-price, .bigImg-youshi {
	margin-bottom: 40px;
}
.bigImg-title h1 {
	color: #feda61;
	display: inline-block;
}
.bigImg-title span {
	margin-left: 20px;
	display: inline-block;
	color: #feda61;
}
.bigImg-price h2 {
	display: inline-block;
	color: #feecaf;
}
.bigImg-price h1 {
	display: inline-block;
	color: #fe5329;
}
.bigImg-youshi ul {
	padding: 10px;
	background: rgba(15,17,94,.8);
	color: #fff;
	width: 400px;
}
.bigImg-youshi ul li {
	margin-bottom: 20px;
}
.bigImg-content a {
	display: inline-block;
	text-align: center;
	width: 280px;
	height: 70px;
	line-height: 70px;
	background: #feda61;
	color: #0f0d47;
	font-size: 25px;
}
/*介绍*/
.advantage {
	width: 1200px;
	margin: 0 auto;
}
.advantage ul {
	margin-top: 25px;
	margin-bottom: 25px;
}
.advantage li {
	width: 239px;
	height: 42px;
	padding: 7px 0;
	float: left;
	font-size: 16px;
	border-right: 1px solid #c6c6c6;
	cursor: default;
}
.advantage li:last-child {
	border-right: none;
}
.advantage .img {
	width: 36px;
	height: 42px;
	overflow: hidden;
	float: left;
	margin-left: 37px;
}
.advantage .img-box {
	width: 36px;
	height: 84px;
	transition: all ease 0.3s;
}
.advantage li:hover {
	color: #d3362d;
}
.advantage li:hover .img-box {
	margin-top: -42px;
}
.advantage .img-box img {
	float: left;
	width: 36px;
	height: 42px;
}
.advantage .text {
	width: 166px;
	height: 42px;
	float: left;
	text-indent: 10px;
}
.advantage .text p {
	line-height: 21px;
}
.advantage .text p:first-child {
	font-size: 22px;
}
/*第一步区域*/
#firstSteps {
	height: 745px;
	background: url("../../images/special/firstStepsBackground.jpg");
}
#firstSteps .firstSteps-top {
	width: 100%;
}
.firstSteps-top img {
	width: 100%;
}
.firstSteps-title, .firstStep-jiesao, .firstStep-search, .firstStep-gundong {
	width: 90%;
	margin: 0 auto;
}
.firstSteps-title, .secondSteps-title, .thirdSteps-title, .fuwu-title, .beford-title, .care-title {
	text-align: center;
	position: relative;
	border-top: 3px solid #6e6e6e;
	margin: 0 auto;
	margin-top: 100px;
	height: 20px;
	width: 90%;
}
.firstSteps-title span, .secondSteps-title span, .thirdSteps-title span, .fuwu-title span, .beford-title span, .care-title span {
	display: inline-block;
	position: relative;
	font-size: 35px;
	top: -25px;
	width: 50%;
	text-align: center;
	background: #f5f5f5;
}
.firstStep-jiesao, .secondSteps-jiesao, .thirdSteps-jiesao, .fuwu-jiesao, .beford-jiesao, .care-jiesao {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #ef173e;
	margin-top: 60px;
}
.firstStep-search {
	text-align: center;
	margin-top: 60px;
	height: auto;
}
.firstStep-search>div {
	display: inline-block;
	width: 700px;
	height: 45px;
	border: 2px solid #e62b4c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 5px;
	;
	background: #e62b4c;
}
.firstStep-search>div input:nth-child(1) {
	float: left;
	display: inline-block;
	width: 570px;
	height: 45px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 5px;
	;
	font-size: 18px;
	background: #ffffff;
}
.firstStep-search>div input:nth-child(2) {
	width: 100px;
	border: 2px solid #e62b4c;
	padding: 10px;
	height: 45px;
	font-size: 15px;
	color: #ffffff;
	background:#e62b4c;
}
.firstStep-gundong {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin-top: 60px;
}
.firstStep-gundong-left, .firstStep-gundong-right {
	width: 48%;
	background: #ffffff;
	border: 1px solid #e62b4c;
}
.firstStep-gundong-left h3, .firstStep-gundong-right h3 {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #e62b4c;
	font-size: 20px;
}
.firstStep-gundong-left>span {
	display: inline-block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.firstStep-gundong-left>span b {
	color: #e62b4c;
	font-weight: normal;
}
.firstStep-gundong-left>div {
	padding: 0 5px;
	overflow: hidden;
	height: 163px;
}
.firstStep-gundong-left>div ul {
	position: relative;
	top: 0px;
}
.firstStep-gundong-left>div li {
	font-size: 10px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5PX;
	font-family:"微软雅黑";
}
.firstStep-gundong-left>div li a {
	color: #e62b4c;
}
.firstStep-gundong-right ul {
	margin-top: 20px;
	padding-left: 30px;
}
.firstStep-gundong-right ul li {
	width: 100%;
	margin-bottom: 20PX;
}
.firstStep-gundong-right ul li span:nth-child(1) {
	display: inline-block;
	text-align: center;
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: #e62b4c;
	color: #ffffff;
}
.firstStep-gundong-right a {
	display: inline-block;
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #e62b4c;
	border-radius: 30px;
	font-size: 20px;
	margin: 0 auto;
}
#firstSteps>span {
	display: inline-block;
	margin-top: 70px;
	width: 100%;
	text-align: center;
}
#firstSteps>span p {
	display: inline-block;
	font-size: 60px;
	color: #e62b4c;
}
/* 第二步区域*/
#secondSteps {
	border-top: 1px solid transparent;
	height: 820px;
}
.secondSteps-title span {
	background: #ffffff;
}
.secondSteps-content {
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.secondSteps-content>div {
	box-sizing: border-box;
	width: 28%;
	border: 2px solid #e62b4c;
	position: relative;
	padding: 0 10px;
	padding-top: 60px;
}
.secondSteps-content>div span {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #e62b4c;
	position: absolute;
	top: -25px;
	left: 43%;
}
.secondSteps-content>div span img {
	width: 100%;/*position: absolute;*/
    /*top: 11px;*/
    /*left: 13px;*/
}
.secondSteps-content>div h2 {
	width: 100%;
	text-align: center;
}
.secondSteps-content>div p:nth-child(3) {
	width: 100%;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.secondSteps-content>div p:nth-child(4) {
	width: 100%;
	height: 35px;
	font-size: 16px;
	margin-top: 40px;
	color: #e62b4c;
}
.secondSteps-content>div p:nth-child(5) {
	width: 100%;
	height: 80px;
	font-size: 14px;
	margin-top: 10px;
	line-height: 2;
}
.secondSteps-content>div div:nth-child(6) {
	margin: 40px 0;
}
.secondSteps-content>div div:nth-child(6) a {
	display: inline-block;
	text-align: center;
	width: 200px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	background: #e62b4c;
	border-radius: 30px;
	font-size: 20px;
	margin: 0 auto;
	border: 1px solid transparent;
}
.secondSteps-content>div div:nth-child(6) a:hover {
	background: #ffffff;
	color: #e62b4c;
	border-color: #e62b4c;
}
#secondSteps>span {
	display: inline-block;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}
#secondSteps>span p {
	display: inline-block;
	font-size: 60px;
	color: #e62b4c;
}
/*第三步内容区*/
#thirdSteps {
	border-top: 1px solid transparent;
	height: 750px;
	background: url("../../images/special/firstStepsBackground.jpg");
	background-position: 0 -400px;
}
.thirdSteps-jiesao {
	color: #f66f87;
}
.thirdSteps-jiesao b {
	color: #e62b4c;
}
.thirdSteps-content {
	width: 80%;
	margin: 0 auto;
	background-color: #fff;
	overflow: hidden;
}
.thirdSteps-content>div:nth-child(1) {
	float: left;
	width: 40%;
	height: 306px;
}
.thirdSteps-content>div:nth-child(1) img {
	width: 90%;
}
.thirdSteps-content>div:nth-child(2) {
	float: left;
	width: 40%;
	height: 306px;
	margin-top: 12px;
}
.thirdSteps-content>div:nth-child(2)>div>div {
	float: left;
}
.thirdSteps-content>div:nth-child(2)>div>div>p {
	margin-top: 10px;
}
.thirdSteps-content>div:nth-child(3) {
	float: left;
	width: 20%;
	height: 306px;
}
.thirdSteps-content>div:nth-child(3) img {
	width: 100%;
}
.thirdSteps-content-list li {
	margin-top: 5px;
}
.thirdSteps-content-list li span:nth-child(1) {
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #e62b4c;
	display: inline-block;
	border-radius: 50%;
	color: #ffffff;
}
#thirdSteps>span {
	display: inline-block;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}
#thirdSteps>span p {
	display: inline-block;
	font-size: 60px;
	color: #e62b4c;
}
/*服务部分*/
#fuwu {
	border-top: 1px solid transparent;
	height: 850px;
	background: #393391;
	text-align: center;
}
.fuwu-title {
	border-color: #fff;
}
.fuwu-title span {
	background: #393391;
	color: #ffffff;
}
.fuwu-jiesao {
	color: #ffffff;
}
.fuwu-content {
	width: 80%;
	margin: 0 auto;
}
.fuwu-content>div {
	width: 24.5%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	display: inline-block;
	margin-top: 60px;
}
.fuwu-content>div>a {
	border: 1px solid transparent;
	display: inline-block;
	width: 30%;
	margin: 0 auto;
}
.fuwu-content>div img {
	width: 100%;
}
.fuwu-content>div p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	margin-top: 30px;
}
.fuwu-content span {
	display: inline-block;
	width: 8%;
	margin-top: 60px;
}
.fuwu-content span img {
	width: 100%;
}
.fuwu-content span p {
	font-size: 40px;
	text-align: center;
	color: #ffd21e;
}
/*成立以后部分*/
#beford {
	background: #212121;
	width: 100%;
	height: 700px;
	border-top: 1px solid transparent;
}
.beford-title span {
	background: #212121;
	color: #ffffff;
}
.beford-jiesao {
	color: #ffffff;
}
#beford .items {
	width: 80%;
	height: 260px;
	margin: 70px auto 0;
	display: flex;
	justify-content: space-between;
}
#beford .item {
	text-align: center;
	position: relative;
	float: left;
	width: 230px;
	height: 260px;
	box-sizing: border-box;
	background-color: #fff;
	padding: 50px 10px 0;
}
.item .item-title {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 115px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	background: url("../../images/special/red-box.png") no-repeat;
	background-size: contain;
	font-size: 20px;
	font-weight: bold;
}
.item :not(:first-child) {
	margin-bottom: 20px;
}
.item h1 {
	font-size: 24px;
}
.item h2 {
	font-size: 20px;
}
.item button {
	border: 2px solid #DF2E4F;
	background-color: #DF2E4F;
	color: #fff;
	text-align: center;
	width: 100px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
}
.item button:hover {
	background-color: #fff;
	color: #DF2E4F;
}
#beford>span {
	display: inline-block;
	margin-top: 80px;
	width: 100%;
	text-align: center;
}
#beford>span p {
	display: inline-block;
	font-size: 60px;
	color: #b2b2b2;
}
/*优势部分*/
#youshi div:nth-child(1) {
	position: relative;
}
.youshi-top-btn {
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 12%;
	right: 6%;
	font-size: 18px;
	background: #c12802;
	border-radius: 30px;
	color: #ffffff;
}
#youshi>div:last-child>a {
	position: absolute;
	display: inline-block;
	width: 150px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	background: #ffd21e;
	bottom: 33%;
	right: 45%;
	font-size: 20px;
}
#youshi div:nth-child(2) div {
	position: absolute;
	bottom: 6%;
	right: 45%;
	width: 150px;
	height: 100px;
	text-align: center;
}
#youshi div:nth-child(2) img {
	width: 50%;
}
#youshi div:nth-child(2) span p a {
	height: 30px;
	line-height: 30px;
	font-size: 50px;
	color: #ffd21e;
}
/*关心问题部分*/
#care {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 950px;
	border-top: 1px solid transparent;
}
.care-title span {
	background: #ffffff;
}
.care-main {
	width: 80%;
	margin: 60px auto 0 auto;
	height: 525px;
}
.care-main-left {
	height: 514px;
	width: 40%;
	padding-right: 12px;
	border-right: 1px solid #ddd;
	display: inline-block;
	float: left;
}
.care-main-left-top {
	box-sizing: border-box;
	width: 100%;
	height: 60%;
}
.care-main-left-top img {
	width: 100%;
	height: 100%;
}
.care-main-left-bottom {
	box-sizing: border-box;
	height: 37%;
	margin-top: 15px;
	background-color: #F7F3F7;
	width: 100%;
	border: 1px solid red;
	padding: 10px 14px;
}
.care-main-left-bottom>div:first-child {
	font-size: 23px;
	color: red;
}
.left-bottom-detail {
	padding-top: 1%;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
}
.about {
	background-color: #E7284A;
	color: #fff;
	font-size: 25px;
	padding: 10px 45px;
	display: inline-block;
	margin-top: 15px;
	border: 1px solid transparent;
}
.about a{
	color: #fff;
}
.about:hover {
	color: #E7284A;
	background-color: #fff;
	border-color: #E7284A;
}
.care-main-right {
	display: inline-block;
	width: 57%;
	height: 514px;
	box-sizing: border-box;
	margin-left: 15px;
	float: right;
}
.right-list {
	height: 162px;
}
.right-list>div {
	display: inline-block;
}
.list-left {
	width: 37%;
	height: 162px;
	margin-right: 14px;
	float: left;
}
.list-left img {
	width: 100%;
	height: 100%;
}
.list-right {
	width: 60%;
	height: 162px;
	background-color: #F7F3F7;
	position: relative;
	float: right;
}
.list-right>p {
	font-size: 24px;
	padding-top: 20px;
	text-align: left;
	padding-left: 22px;
}
.list-right>span {
	font-size: 17px;
	text-align: left;
	padding: 20px 22px 15px 27px;
}
.list-right>div.detail {
	text-align: left;
	font-size: 18px;
	padding-left: 25px;
	padding-top: 5px;
	line-height: 25px;
}
.red {
	color: red;
}
div.about-detail {
	background-color: #E7284A;
	color: #fff;
	position: absolute;
	bottom: 5%;
	right: 1%;
	font-size: 20px;
	padding: 10px 43px;
	border: 2px solid #E7284A;
}
div.about-detail a{
	color: #fff;
}
div.about-detail:hover {
	color: #E7284A;
	background-color: #fff;
}
#care>span {
	display: inline-block;
	margin-top: 80px;
	width: 100%;
	text-align: center;
}
#care>span p {
	display: inline-block;
	font-size: 60px;
	color: #b2b2b2;
}
/*�ײ�*/
#dibu {
	position: relative;
	width: 100%;
	clear: both;
}
#dibu img {
	width: 100%;
}
#dibu div {
	position: absolute;
	right: 34%;
	bottom: 22%;
	width: 160px;
}
#dibu div img {
	width: 100%;
}
/*边框导航*/
.menu-right {
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -200px;
	z-index: 2017;
	width: 120px;
	height: 400px;
}
.menu-right li {
	float: left;
	margin-bottom: 7px;
	height: 34px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 3px;
	color: white;
	background: #e62b4c;
	border: 2px solid #e62b4c;
}
.menu-right li:hover {
	background: #ffffff;
	color: #e62b4c;
}
.menu-right li a {
	width: 100%;
	float: left;
	text-decoration: none;
	color:#FFF;
}
.menu-right li a:hover {
	background: #ffffff;
	color: #e62b4c;
}
.menu-right li.on,.menu-right li.on a{
	color: #ce3929;
	border-color: #ce3929;
	background: #ffffff;
}
.skip-position-1, .skip-position-2, .skip-position-3, .skip-position-4, .skip-position-5, .skip-position-6, .skip-position-7, .skip-position-8 {
	position: relative;
}
