
/* banner */
.banner{
	height: 26.6rem;
	width: 100%;
	background-color: #fff;
}
.banner .swiper-slide{
	background-repeat: no-repeat;
	background-position: center 0;
	height: 26.6rem;
	width: 100%;
	background-color: #EEF0F6;
}
.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.bannerList{
	height: 9.45rem;
	padding: 0 2rem;
	margin-top: -9.45rem;
	position: relative;
	z-index: 2;
	text-align: center;
	background-color: transparent;
}
.bannerList a img{
	border-radius: 50%;
}
.bannerList a:nth-of-type(1) img{
	box-shadow: 0 4px 8px rgba(255,127,127,.5);
}
.bannerList a:nth-of-type(2) img{
	box-shadow: 0 4px 8px rgba(255,135,37,.5);
}
.bannerList a:nth-of-type(3) img{
	box-shadow: 0 4px 8px rgba(35,133,255,.5);
}
.bannerList a:nth-of-type(4) img{
	box-shadow: 0 4px 8px rgba(133,53,255,.5);
}
.bannerList a:nth-of-type(5) img{
	box-shadow: 0 4px 8px rgba(6,189,206,.5);
}
.bannerList p{
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 1.2rem;
	color: #333;
	padding-top: 1rem;
}

/* 内容一 */
.idxc1{
	margin: 1rem 1.5rem 0 1.5rem;
	background-color: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
}
.idxc1P1{
	text-align: center;
	font-size: 1rem;
	padding: 1.75rem 0 0.75rem 0;
	color: #666;
	line-height: 1.5rem;
}
.idxc1P2{
	text-align: center;
	line-height: 1.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 1.5rem;
	color: #333;
}
.idxc1UL{
	height: 2rem;
	padding: 0 2.6rem 0.8rem 2.6rem;
}
.idxc1Li{
	width: 6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	border: 0.1rem solid #ffbcb9;
	border-radius: 2rem;
	font-size: 1rem;
	display:flex; display: -webkit-box; display: -webkit-flex;justify-content: center;-webkit-justify-content: center;align-items: center;-webkit-align-items: center;
	background-color: #fff;
}
.idxc1Li p:nth-of-type(2){
	color: #EE2319;
}
.idxc1LiHover{
	background: -webkit-linear-gradient(left, #e9431b, #d71308);
	background: -ms-linear-gradient(left, #e9431b, #d71308);
	background: -moz-linear-gradient(left, #e9431b, #d71308);
}
.idxc1LiHover p:nth-of-type(1){
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	margin-right: 0.25rem;
	background-color: #fff;
}
.idxc1LiHover p:nth-of-type(2){
	color: #fff !important;
}
.idxc1Ipt{
	height: 4.2rem;
	margin: 0.7rem 1.5rem 0 1.5rem;
	background-color: #F2F2F2;
	font-size: 24px;
}
.idxc1Ipt img{
	max-width: 30px;
	margin: 0 10px 0 20px;
}
.idxc1Ipt p{
	color: #333;
	margin-right: 40px;
}
.idxc1Ipt input{
	border: 0;
	outline: 0;
	background-color: transparent;
	flex: 1;-webkit-flex:1;
	font-size: 24px;
	border-radius: 0.25rem;
}
.idxc1Ipt input::placeholder{
	color: #999;
}
.idxc1Btn{
	margin: 1rem 1.5rem 1.2rem 1.5rem;
	height: 3.8rem;
	background: -webkit-linear-gradient(left, #e9441b, #d61007);
	background: -ms-linear-gradient(left, #e9441b, #d61007);
	background: -moz-linear-gradient(left, #e9441b, #d61007);
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 3.8rem;
	color: #fff;
	border-radius: 0.25rem;
}
.idxc1Btm{
	padding: 0 4.4rem 1.6rem 4.4rem;
	height: 1.2rem;
	color: #06ae56;
}
.idxc1Btm div{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
}
.idxc1Btm div img{
	margin-right: 10px;
}

/* 内容二 */
.idxc2{
	margin: 0 1.5rem;
	padding-bottom: 2rem;
}
.idxc2title{
	height: 1.7rem;
	font-size: 1.7rem;
	font-weight: bold;
	color: #333;
	padding: 2.3rem 0 1.1rem 0;
}
.idxc2Box{
	height: 16.2rem;
}
.idxc2BoxL{
	width: 12.5rem;
	height: 16.2rem;
	border-radius: 0.5rem;
	box-shadow: 0 0.25rem 0.4rem rgba(240,156,119,.5);
}
.idxc2BoxL>p{
	margin: 7.1rem 0 2.5rem 1.6rem;
	font-size: 1.2rem;
	color: #fff;
}
.idxc2BoxL>a{
	display: block;
	width: 5rem;
	height: 1.7rem;
	line-height: 1.7rem;
	border-radius: 1.7rem;
	font-size: 1rem;
	color: #ec7540;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	background-color: #fff;
	margin-left: 1.6rem;
}
.idxc2BoxL>a p{
	margin-right: 0.5rem;
}
.idxc2BoxR{
	width: 21.5rem;
	height: 16.2rem;
	margin-left: 0.5rem;
}
.idxc2BoxT{
	width: 21.5rem;
	height: 8.7rem;
	margin-bottom: 0.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	box-shadow: 0 0.25rem 0.4rem rgba(122,190,251,.5);
}
.idxc2BoxT>p{
	font-size: 1rem;
	color: #fff;
	margin-left: 2rem;
}
.idxc2BoxT>a{
	width: 5rem;
	height: 1.7rem;
	line-height: 1.7rem;
	border-radius: 1.7rem;
	font-size: 1rem;
	color: #619ce5;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	background-color: #fff;
	margin-left: 14.5rem;
	margin-top: 3.5rem;
}
.idxc2BoxT>a p{
	margin-right: 0.5rem;
}
.idxc2BoxB> div{
	width: 10.5rem;
	height: 7rem;
	border-radius: 0.5rem;
}
.idxc2BoxB> div a{
	width: 5rem;
	height: 1.7rem;
	line-height: 1.7rem;
	border-radius: 1.7rem;
	font-size: 1rem;
	color: #619ce5;
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	background-color: #fff;
	margin: 4.2rem auto 0 auto;
}
.idxc2BoxB> div a p{
	margin-right: 0.5rem;
}
.idxc2BoxB> div:nth-of-type(1){
	box-shadow: 0 0.25rem 0.4rem rgba(245,219,150,.5);
}
.idxc2BoxB> div:nth-of-type(2){
	box-shadow: 0 0.25rem 0.4rem rgba(43,221,150,.5);
}
.idxc2BoxB> div:nth-of-type(1) a{
	color: #fea445;
}
.idxc2BoxB> div:nth-of-type(2) a{
	color: #2ac29e;
}

/* 内容三 */
.idxc3{
	background-color: #f7f8fb;
}
.idxc3UI{
	padding: 0 1.5rem;
	height: 5.2rem;
	border-bottom: 0.1rem solid #f1f2f3;
}
.idxc3Li p:nth-of-type(1){
	height: 1.4rem;
	padding: 2.2rem 0 1.3rem 0;
	color: #999;
	font-size: 1.4rem;
}
.idxc3LiHover p:nth-of-type(1){
	color: #333;
	font-weight: bold;
}
.idxc3LiHover p:nth-of-type(2){
	width: 2.4rem;
	height: 0.3rem;
	border-radius: 0.3rem;
	background-color: #EE2319;
	margin: 0 auto;
}
.idxc3Box{
	overflow: hidden;
	padding-top: 1.9rem;
	padding-bottom: 3rem;
}
.idxc3Div{
	display: none;
}
.idxc3DivHover{
	display: block;
}
.idxc3item{
	margin: 1rem 1.5rem 0 1.5rem;
	background-color: #fff;
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.idxc3item:nth-of-type(1){
	margin-top: 0;
}
.idxc3itemTitle{
	padding: 1.3rem 1.5rem 1.75rem 1.5rem;
	height: 1.5rem;
	font-size: 1.2rem;
	color: #333;
}
.idxc3itemTitle img{
	margin-right: 0.5rem;
}
.idxc3itemTxt{
	padding: 0 2rem 0.75rem 2rem;
	font-size: 20px;
	color: #888;
}
.idxc3itemTxt>div{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	padding-bottom: 0.9rem;
	margin-right: 10rem;
}
.idxc3itemTxt>div:nth-of-type(2n){
	margin-right: 0;
}
.idxc3itemTxt>div p:nth-of-type(1){
	width: 5rem;
	height: 1.1rem;
	line-height: 1.1rem;
}
.idxc3itemTxt>div p:nth-of-type(2){
	width: 4.2rem;
	height: 1.1rem;
	line-height: 1.1rem;
	text-overflow: ellipsis;overflow: hidden;text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;
}
.idxc3Bor{
	margin: 0 1.75rem;
	height: 0.1rem;
	background-color: #F5F5F5;
}
.idxc3Btm{
	padding: 0.5rem 2rem 0.6rem 2rem;
	height: 2rem;
}
.idxc3Btm>div{
	font-size: 1.2rem;
	color: #EE2319;
	height: 1.2rem;
	line-height: 1.2rem;
	font-weight: bold;
	padding: 0.3rem 0 0.5rem 0;
}
.idxc3Btm>div p{
	margin-right: 0.5rem;
}
.idxc3Btm>a{
	width: 6.6rem;
	height: 2rem;
	border-radius: 2rem;
	font-size: 20px;
	text-align: center;
	line-height: 2rem;
	background: -webkit-linear-gradient(left, #e9441b, #d61007);
	background: -ms-linear-gradient(left, #e9441b, #d61007);
	background: -moz-linear-gradient(left, #e9441b, #d61007);
	color: #fff;
}

.idxc3item2{
	margin: 1rem 1.5rem 0 1.5rem;
	background-color: #fff;
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	display:flex; display: -webkit-box; display: -webkit-flex;
	padding: 1.5rem;
}
.idxc3item2:nth-of-type(1){
	margin-top: 0;
}
.idxc3item2Img{
	display:flex; display: -webkit-box; display: -webkit-flex;
	justify-content: center;-webkit-justify-content: center;
	align-items: center;-webkit-align-items: center;
	width: 8.7rem;
	height: 8.7rem;
	border: 0.1rem solid #F4F4F4;
	margin-right: 1.5rem;
}
.idxc3item2Img img{
	max-width: 8.7rem;
	max-height: 8.7rem;
}
.idxc3item2R{
	flex: 1;
	-webkit-flex: 1;
}
.idxc3item2RTitle{
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 1.4rem;
	color: #333;
	font-weight: bold;
	display: block;
	padding-top: 0.9rem;
}
.idxc3item2RTxt{
	font-size: 1rem;
	height: 1rem;
	line-height: 1rem;
	color: #888;
	padding-top: 0.6rem;
	padding-bottom: 2rem;
}
.idxc3item2RTxt p:nth-of-type(1){
	min-width: 5rem;
}
.idxc3item2RBtm{
	height: 2rem;
}
.idxc3item2RBtm>div{
	padding-top: 0.6rem;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 1.3rem;
	color: #EE2319;
	font-weight: bold;
}
.idxc3item2RBtm>div p:nth-of-type(1){
	margin-right: 0.5rem;
}
.idxc3item2RBtm>a{
	width: 6.4rem;
	height: 2rem;
	font-size: 1rem;
	color: #fff;
	border-radius: 2rem;
	background: -webkit-linear-gradient(left, #e9441b, #d61007);
	background: -ms-linear-gradient(left, #e9441b, #d61007);
	background: -moz-linear-gradient(left, #e9441b, #d61007);
}
.idxc3item2RBtm>a p{
	margin: 0 0.25rem;
	height: 0.9rem;
	width: 0.2rem;
	background-color: rgba(255,255,255,.1);
}
.idxc3Btn{
	width: 11rem;
	height: 2.4rem;
	line-height: 2.4rem;
	border-radius: 2.4rem;
	background-color: #ea7874;
	font-size: 24px;
	color: #fff;
	margin: 2rem auto 0 auto;
}
.idxc3Btn img{
	margin-left: 0.5rem;
}

/* 内容四 */
.idxc4{
	background-color: #F7F8FB;
}
.idxc4Ul{
	padding: 2.3rem 1.5rem 2rem 1.5rem;
}
.idxc4Li p:nth-of-type(1){
	height: 1.3rem;
	font-size: 1.3rem;
	line-height: 1.3rem;
	color: #999;
	padding-bottom: 0.6rem;
}
.idxc4LiHover p:nth-of-type(1){
	color: #333;
	font-weight: bold;
}
.idxc4LiHover p:nth-of-type(2){
	width: 2.4rem;
	height: 0.3rem;
	border-radius: 0.3rem;
	margin: 0 auto;
	background-color: #EE2319;
}
.idxc4Ul>p{
	background-color: #d8d8d8;
	height: 1.2rem;
	width: 0.1rem;
	margin-top: 0.05rem;
}
.idxc4Box{
	padding: 0 1.5rem 3rem 1.5rem;
}
.idxc4Div{
	display: none;
}
.idxc4DivHover{
	display: block !important;
}
.idxc4Item{
	background-color: #fff;
	border-radius: 0.5rem;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	padding: 1.7rem 2rem;
	margin-top: 1rem;
}
.idxc4Item:nth-of-type(1){
	margin-top: 0;
}
.idxc4ItemTitle{
	height: 1.3rem;
}
.idxc4ItemTitle>img{
	margin-right: 0.5rem;
}
.idxc4ItemTitle p{
	color: #333;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #333;
	font-weight: bold;
}
.idxc4ItemTxt{
	height: 3rem;
	padding-top: 0.85rem;
	margin-bottom: 0.5rem;
	line-height: 1.5rem;
	font-size: 1rem;
	color: #999;
}
.idxc4ItemBtm div{
	height: 1rem;
	font-size: 1rem;
	color: #666;
}
.idxc4ItemBtm div img{
	margin-right: 0.5rem;
}









