.main {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}
.w {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.btn {
    text-align: center;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
}
.c-title1 .ht {
	height: 3px;
	width: 50px;
	background-color: #393d40;
	margin: 0 auto;
	margin-bottom: 0px;
	margin-bottom: 20px;
}
.banner-form {
	width: 800px;
	padding: 13px 23px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 50%;
	margin-left: -374px;
	bottom: 40px;
	border-radius: 5px;
transition: all .3s;
	visibility: visible;
	opacity: 1;
}
.banner-form.hide {
	visibility: hidden;
	opacity: 0;
}
.banner-form .bf-close {
	display: block;
	width: 8px;
	height: 8px;
	background-image: url(../images/close1.png);
	position: absolute;
	right: 15px;
	top: 15px;
	cursor: pointer;
}
.banner-form .title {
	margin-bottom: 10px;
}
.banner-form .t1 {
	font-size: 15px;
	color: #fff;
	padding-right: 18px;
}
.banner-form .t2 {
	font-size: 18px;
	color: #fff;
}
.banner-form form {
	font-size: 0;
}
.banner-form form input {
	vertical-align: top;
}
.banner-form .yourname {
	width: 150px;
	height: 45px;
	border: none;
	background-color: #fff;
	line-height: 45px;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	border-radius: 3px;
}
.banner-form .yourphone {
	width: 150px;
	height: 45px;
	border: none;
	background-color: #fff;
	line-height: 45px;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	border-radius: 3px;
}
.banner-form .acreage {
	width: 150px;
	height: 45px;
	border: none;
	background-color: #fff;
	line-height: 45px;
	padding: 0 15px;
	font-size: 14px;
	color: #666;
	margin-right: 20px;
	border-radius: 3px;
}
.banner-form .yoursure {
	width: 200px;
	height: 45px;
	border: none;
	background-color: #f3995a;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
}
.save-block2 {
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f5f5f5;
	height:275px
}
.save-block2 .w {
}
.save-block2 .save-list {
	overflow: hidden;
	float: left;
	width: 948px;
	padding-top:12px
}
.save-block2 .save-list>li {
	float: left;
	width: 24%;
	height: 242px;
	border-radius: 3px;
	background-color: #fff;
	margin:0.5%;
	padding-top: 37px;
transition: all .5s;
}
.save-block2 .save-list>li:hover {
	transform: translateY(-2%);
	cursor: 
 pointer;
	box-shadow: 1px 4px 10px 2px #CCC;
	-webkit-box-shadow: 1px 4px 10px 2px #CCC;
	-moz-box-shadow: 1px 4px 10px 2px #CCC;
}
.save-block2 .save-list .img-box {
	width: 84px;
	height: 84px;
	margin: 0 auto 25px auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.save-block2 .save-list .title {
	font-size: 20px;
	color: #f3995a;
	margin-bottom: 20px;
	text-align: center;
}
.save-block2 .save-list .intro {
	font-size: 15px;
	color: #999;
	line-height: 18px;
	text-align: center;
	padding: 0 12px;
}
.save-block2 .order-form {
	width: 250px;
	height: 273px;
	float: right;
	background-color:#f3995a
}
.save-block2 .order-form .of-header {
	width: 100%; /* height: 77px; */
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #1c2232;
	text-align: left;
	text-indent: 3em;
	padding-top:10px;
	margin-bottom:20px
}
.save-block2 .order-form .of-header .big {
	font-size: 30px;
}
.save-block2 .order-form .of-cont {
	box-shadow: 1px 1px 10px #888888;
	position: absolute;
	margin-top: 20px;
	background-color: #fff;
	padding: 20px 20px;
	height: 181px;
	width: 250px;
	margin: 0 auto;
	margin-left: 20px;
}
.save-block2 .order-form input[type=text] {
	width: 100%;
	height: 30px;
	border-radius:5px;
	line-height: 30px;
	border: 1px solid;
	background-color: rgba(255, 255, 255, 0.15);
	padding: 0 17px;
	font-size: 14px;
	color: #a8a8a8;
}
.save-block2 .order-form .of1 {
	margin-bottom: 10px;
}
.save-block2 .order-form .of2 {
	margin-bottom: 10px;
}
.save-block2 .order-form .of3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	font-size: 16px;
	color: #ffffff;
	background-color: #f3995a;
	cursor: pointer;
	border: none;
}
 .save-block2 input::-webkit-input-placeholder {
color: #a8a8a8;
}
 .save-block2 input:-moz-placeholder {
color: #a8a8a8;
}
 .save-block2 input::-moz-placeholder {
color: #a8a8a8;
}
 .save-block2 input:-ms-input-placeholder {
color: #a8a8a8;
}

.c-title1 .t1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 13px;
}
.c-title1 .t1 span {
	font-size: 30px;
	color: #555555;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.c-title1 .t2 {
	display:block;
	margin:0 auto;
	padding-bottom:10px;
	font-size: 14px;
	color: #555555;
	text-align: center;
}

.p90-wrap { padding-top: 38px; padding-bottom: 53px; }
.p90-wrap .p90-tabs { text-align: center; font-size: 0; padding-top: 38px; padding-bottom: 27px; }
.p90-wrap .p90-tabs>a { display: inline-block; vertical-align: top; margin: 0 10px; width: 160px; height: 35px; border: 2px; background-color: #f5f5f5; font-size: 14px; color: #666; text-align: center; line-height: 35px; cursor: pointer; position: relative; user-select: none; }
.p90-wrap .p90-tabs>a.active { background-color: #393d40; color: #fff; }
.p90-wrap .p90-tabs>a.active:after { display: inline-block; content: ""; border-top: 6px solid 393d40; border-left: 6px solid transparent; border-right: 6px solid transparent; position: absolute; left: 50%; margin-left: -3px; bottom: -6px; }
.p90-conts { width: 100%; position: relative; margin-bottom: 23px; }
.p90-cont { position: absolute; left: 0; top: 0; width: 100%; height: auto; visibility: hidden; opacity: 0; }
.p90-cont.show { visibility: visible; opacity: 1; position: relative; }
.p90-banner { width: 100%; height: 570px; }
.p90-banner .item { width: 100%; height: 570px; position: relative; }
.p90-banner .slick-arrow { visibility: visible; opacity: 0; transition: all .3s;
position: absolute; width: 16px; height: 116px; top: 45%; margin-top: -58px; border-radius: 0%; background-repeat: no-repeat; background-position: center center; font-size: 0; border: none; cursor: pointer; z-index: 10; opacity: 1; }
.p90-banner .slick-prev { left: 0; background-image: url(../images/left2.png); }
.p90-banner .slick-next { right: 0; background-image: url(../images/right2.png); }
.p90-text { display: table; width: 100%; height: 100%; padding-left: 104px; position: absolute; left: 0; top: 0; background-image: url(../images/p90-bg.png); background-repeat: no-repeat; background-position: left top; }
.p90-text .inner { display: table-cell; vertical-align: middle; }
.p90-t .title { font-size: 18px; color: #fff; margin-bottom: 10px; }
.p90-t .para { font-size: 14px; color: #fff; line-height: 24px; }
.p90-t .space { width: 100%; height: 37px; }
.p90-tabs2 { font-size: 0; text-align: center; width: 100%; overflow: hidden; }
.p90-tabs2>a { display: inline-block; vertical-align: top; height: 67px; position: relative; z-index: 1; cursor: pointer; margin:0px 23px }
.p90-tabs2>a .t { font-size: 24px; color: #555; line-height: 70px; vertical-align: middle; }
.p90-tabs2>a img { vertical-align: middle; margin-right: 20px; }
.p90-tabs2>a span { width:100%; padding:15px 20px }
.p90-tabs2>a.active span { z-index: 2; border-bottom:4px solid #f3995a }
.p90-wrap .btn-consult { display: block; width: 349px; height: 50px; line-height: 50px; font-weight: bold; text-align: center; margin: 0 auto; background-color: transparent; font-size: 16px; color: #fff; cursor: pointer; background-image: url(../images/btn-bg-gradient7.png); background-repeat: no-repeat; background-position: center center; }

.noworry-wrap { width: 100%; height: 591px; padding-top: 60px; background-color:#f1f1f1 }
.noworry-list { width: 100%; position: relative; height: 358px; margin-top: 20px; }
.noworry-list>li { width: 158px; height: 158px; border-radius: 50%; padding-top: 31px; position: absolute; background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; text-align:center }
.noworry-list>li img { padding-bottom:16px }
.noworry-list .t1 { font-size: 26px; color: #fff; text-align: center; }
.noworry-list .t2 { font-size: 26px; color: #fff; text-align: center; }
.noworry-list .item1 { left: 216px; top: 0px; }
.noworry-list .item2 { left: 609px; top: 0px; }
.noworry-list .item3 { left: 997px; top: 0px; }
.noworry-list .item4 { left: 21px; top: 175px; padding-top:31px }
.noworry-list .item4 .t1 { font-size:26px; color:#555; padding-bottom:9px }
.noworry-list .item4 .t2 { font-size:26px; color:#555 }
.noworry-list .item5 { left: 411px; top: 175px; }
.noworry-list .item6 { left: 800px; top: 175px; }
.swiper-container {
    width: 100%;
    margin: 35px 0;
}