.sc_banner {
	height: 430px;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.title {
	font-size: 38px;
	color: #333;
	text-align: center;
	margin: 75px 0;
}

.advantage .col-sm-7 ul li {
	width: 33.333%;
	float: left;
}

.advantage .col-sm-7 ul li.li1 {
	margin-bottom: 40px;
}

.advantage .col-sm-7 ul li img {
	width: 60px;
}

.advantage .col-sm-7 ul li.li2 {
	margin-top: 40px;
}

.advantage .col-sm-7 ul li p {
	margin-top: 20px;
	font-size: 16px;
}

.advantage .col-sm-7 {
	margin-top: 10px;
}

.case {
	background: #f0f0f0;
	padding: 105px 0 75px 0;
	margin-top: -100px;
}

.case .col-sm-3 a {
	background: #fff;
	display: block;
	margin: 0 10px;
	box-shadow: 0px 5px 15px #7f7f7f3b;
	position: relative;
	height: 289px;
}

.case .col-sm-3 a span {
	width: 0px;
	height: 2px;
	background: #425383;
	display: block;
	bottom: 0;
	position: absolute;
	transition: .5s;
}

.case .col-sm-3 a:hover span {
	width: 100%;
}

.case .textBox {
	padding: 20px 10px;
	font-size: 18px;
	color: #333;
}

.case .imgBox {
	max-height: 199px;
	overflow: hidden;
}

.case .imgBox img{
	transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s; /* IE 9 */
        -o-transition: all 1s ease 0s; /* Opera */
        -moz-transition: all 1s ease 0s; /* Firefox */
        -webkit-transition: all 1s ease 0s; /* Safari 和 Chrome */
}
.case .imgBox:hover img{
	transform: scale(1.3,1.3);
        -ms-transform:all 1s scale(1.3,1.3);    /* IE 9 */
        -webkit-transform: scale(1.3,1.3);    /* Safari 和 Chrome */
        -o-transform: scale(1.3,1.3);    /* Opera */
        -moz-transform: scale(1.3,1.3);    /* Firefox */
}

.partner {
	padding: 5px 0 35px 0;
}

.partner .col-xs-6 {
	text-align: center;
}

.sBtn {
	margin-top: 10px;
	display: inline-block;
}

.baom input,
.baom textarea {
	border: 1px solid #ccc;
	background: #fff;
}

.baom {
	background: #fafafa;
	padding: 5px 0 35px 0;
}

.baom label {
	font-weight: normal;
}

/* 签到流程 */
.checkinProcess {
	position: relative;
	z-index: 999;
}

.menu ul {
	overflow: hidden;
	width: 932px;
	margin: 0 auto;
}


.menu ul li {
	float: left;
	margin-right: 165px;
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	position: relative;
}

.menu ul li:after {
	position: absolute;
	content: "";
	background: url(/images/qdWay.png) no-repeat;
	width: 124px;
	height: 13px;
	left: 120px;
	top: 45px;
}

.menu ul li:last-child:after {
	display: none;
}

.menu ul li.liway1:after {
	left: 130px;
}

.menu ul li.liway2:after {
	left: 146px;
}

.menu ul li:last-child {
	margin-right: 0;
}

.menu ul li em {
	display: block;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	padding: 2px;
	border-radius: 50%;
	border: 2px solid #f0f0f0;
	margin: 0 auto 10px auto;

}

.menu ul li em span {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: block;
	background: #fff;
	line-height: 90px;
	text-align: center;
	cursor: pointer;
}

.menu .menu_nr {
	margin-top: 20px;
	display: none;
	background: url(/images/qdBox.png) no-repeat center;
	text-align: center;
	height: 565px;
}

.menu .menu_nr img.mnImg1,
.menu .menu_nr img.mnImg3 {
	margin-top: 50px
}

.menu .menu_nr img.mnImg2 {
	margin-top: 55px
}

.menu .menu_nr img.mnImg4 {
	margin-top: 60px
}

.on em {
	border: none !important;
	background-image: -webkit-linear-gradient(top, #72a0f4 0%, #8e77f1 90%);
	background-image: -moz-linear-gradient(top, #72a0f4 0%, #8e77f1 90%);
	background-image: linear-gradient(top, #72a0f4 0%, #8e77f1 90%);

}





/*媒体查询*/
@media screen and (min-width: 1200px) {
	.advantage .col-sm-5 {
		width: 495px;
	}

	.advantage .col-sm-7 {
		width: 705px;
		text-align: center;

	}

	.advantage .col-sm-7 ul {
		background: url(/images/s1_line.png) no-repeat center center;
		overflow: hidden;
	}

	.baom label {
		width: 105px;
		text-align: right;
		font-size: 18px;
		color: #333;
	}

	.baom input {
		width: 380px !important;
		height: 54px;
		border-radius: 0;
		margin-left: 20px;
		font-size: 16px;
	}

	.baom textarea {
		width: 894px !important;
		height: 107px;
		margin-left: 20px;
		border-radius: 0;
		vertical-align: top !important;
		font-size: 16px;
	}

	.baomForm {
		width: 1050px;
		margin: 0 auto
	}

	.baomForm .form-inline {
		margin-bottom: 35px;
	}

	label.remark {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.advantage .col-sm-7 {
		text-align: center;
		padding-left: 15px;
	}

	.advantage .col-sm-7 ul li p {
		font-size: 14px;
	}

	.case .textBox {
		padding: 10px;
		font-size: 14px;
	}

	.case .col-sm-3 {
		width: 50%;
		margin-bottom: 20px;
	}

	.case .col-sm-3 a {
		height: 250px;
	}

	.case .col-sm-3 a img {
		width: 100%;
	}

	.baom .form-control,
	.baom .form-group {
		width: 100%;
	}

	.baom .form-group {
		margin-bottom: 20px
	}

	/* 签到流程 */
	.menu ul li:after {
		background: url(/images/qdWay.png) no-repeat center left;
		width: 60px;
		left: 120px;
	}

	.menu ul li:nth-child(1):after {
		left: 90px;
		top: 35px;
	}

	.menu ul li:nth-child(2):after {
		left: 105px;
		top: 35px;
	}

	.menu ul li:nth-child(3):after {
		left: 137px;
		top: 35px;
	}

	.menu ul {
		width: 635px;
	}

	.menu ul li {
		margin-right: 80px;
	}

	.menu .menu_nr {
		background: #fff;
		box-shadow: 0px 0px 30px #eee;
		padding: 30px;
	}

	.menu ul li em {
		width: 80px;
		height: 80px;
	}

	.menu ul li em span {
		line-height: 70px;
	}

	.menu ul li em img {
		width: 30px;
	}
}

@media screen and (max-width: 768px) {
	.sc_banner {
		height: 158px;
	}

	.case {
		padding: 25px 0;
		margin-top: 0;
	}

	.checkinProcess {
		padding: 20px 0 40px 0;
	}

	.title {
		font-size: 24px;
		margin: 25px 0;
	}

	.advantage .col-sm-7 ul li {
		text-align: center;
	}

	.advantage .col-sm-7 {
		margin-top: 35px;
	}

	.advantage .col-sm-7 ul {
		overflow: hidden;
		margin: 0 2%
	}

	.advantage .col-sm-7 ul li img {
		width: 45%
	}

	.advantage .col-sm-7 ul li p {
		margin-top: 10px;
		font-size: 14px;
		padding: 0 10px;
		text-align: center;
	}

	.advantage .col-sm-5 img {
		width: 60%;
	}

	.advantage .col-sm-7 ul li.li1 {
		margin-bottom: 0px;
	}

	.case .textBox {
		padding: 10px;
		font-size: 14px;
	}

	.case .col-sm-3 a img {
		width: 100%;
	}

	.case .col-sm-3 a {
		height: 195px;
		margin: 5px;
	}

	.case .container {
		padding: 0 5px;
	}

	a.sBtn {
		width: 70%;
	}

	/* 签到流程 */
	.menu ul li:after {
		width: 30%;
		height: 0.5px;
		border-bottom: 1px #ccc dashed;
		top: 32%;
	}

	.menu ul li:nth-child(1):after {
		left: 85%;

	}

	.menu ul li:nth-child(2):after {
		left: 85%;
	}

	.menu ul li:nth-child(3):after {
		left: 85%;
	}

	.menu ul {
		width: 100%;
	}

	.menu ul li {
		margin-right: 0;
		font-size: 12px;
		width: 25%;
	}

	.menu .menu_nr {
		background: #fff;
		box-shadow: 0px 5px 20px #d8d8d8;
		padding: 20px 10px 15px 10px;
		height: auto;
	}

	.menu .menu_nr img {
		margin-top: 0px !important;
	}

	.menu ul li em {
		width: 40px;
		height: 40px;
	}

	.menu ul li em span {
		line-height: 30px;
	}

	.menu ul li em img {
		width: 18px;
	}

	.partner .col-sm-2 {
		text-align: center;
	}

	.partner .col-sm-2 img {
		width: 65%;
		border: 1px solid #ccc;
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 330px) {
	.advantage .col-sm-7 ul li p {
		font-size: 12px;
	}

	.case .col-sm-3 a {
		height: 185px;
	}
}
