.bannerWeb{
	width: 100%;
	height: 311px;
	position: relative;
	overflow: hidden;
}
.bannerWeb img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform:translateX(-50%);
	top: 0px;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 66px;
}
.listBox{
	width: 100%;
	margin-top: 30px;
}
.list{
	float: left;
	width:47.76%;
	padding: 10px 0 0;
	background-color: white;
	border-radius: 25px;
	box-shadow:0 4px 10px rgba(0,0,0,0.1);
	margin-bottom: 24px;
	height: 296px;
}
.list:nth-child(2n+1){
	margin-left: 1.41%;
	margin-right: 1.66%;
}
.listIn{
	padding: 0 6%;
	width: 100%;
}
html,body{
	background-color: #f3f3f3;
}
.link{
	display: block;
	float: left;
	width: 20%;
	margin-bottom: 10px;
}
.clear::after{
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	font-size: 0;
}
.iconTxt{
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	color: #777777;
}
.icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
}
.icon img{
	width: 100%;
}
.listTitle{
	
	padding: 0 6%;
}
.listTitle p{
	font-weight: bold;
	color: #000000;
	font-size: 23px;
	line-height: 50px;
	padding-left: 3.2%;
}
.bannerOne{
	width: 100%;
	display: none;
}
.bannerOne img{
	width: 100%;
}
.bannerPhone{
	width: 100%;
	display: none;
}
.bannerPhone img{
	width: 100%;
}
@media screen and (max-width: 1220px) {
   .wrap{
	   width: 100%;
   }
}
@media screen and (max-width: 1200px) {
   .iconTxt {
       font-size: 14px;
	}
}
@media screen and (min-width: 760px) and (max-width: 1080px) {
	.bannerOne{
		display: block;
	}
	.bannerWeb{
		display: none;
	}
	.list{
		width: 94.44%;
		margin-left: 2.78%;
		height: auto;
	}
	.list:nth-child(2n+1){
		margin-left: 2.78%;
		margin-right: 0;
	}
	.listIn{
		padding: 0 9px;
	}
	.link{
		width: 140px;
	}
	.icon{
		width: 96px;
		height: 96px;
	}
	.iconTxt{
		font-size: 23px;
	}
	.listTitle{
		padding: 0 9px;
	}
	.listTitle p{
		padding-left: 23px;
		font-size: 38px;
		line-height: 85px;
	}
	.iconTxt{
		font-size: 23px;
		line-height: 55px;
	}
}
.mask{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.outlink{
	width: 480px;
	line-height: 72px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	text-align: center;
	background: -webkit-linear-gradient(bottom, #0072ff , #15c0f8);  
	background: linear-gradient(bottom, #0072ff , #15c0f8);
	border-radius: 14px;
}
.outlink1{
	margin-bottom: 120px;
}
.outlink2{
	margin-top: 120px;
}
.erBox{
	width: 320px;
	padding: 20px 20px 0;
	background: -webkit-linear-gradient(bottom, #0072ff , #15c0f8);
	background: linear-gradient(bottom, #0072ff , #15c0f8);
	border-radius: 14px;
}
.erBox p{
	padding: 14px 0;
	line-height: 44px;
	font-size: 32px;
	font-weight: bold;
	color: white;
	text-align: center;
}
.erBox img{
	width: 100%;
	border-radius: 14px;
	overflow: hidden;
}
@media screen and (min-width: 760px) and (max-width: 1024px) {
	.link{
		width: 135px;
	}
	.iconTxt {
	    font-size: 21px;
	}
}
@media screen and (max-width: 759px) {
	.outlink{
		width: 240px;
		line-height: 36px;
		font-size: 16px;
		border-radius: 7px;
	}
	.erBox{
		width: 160px;
		padding: 10px 10px 0;
		border-radius: 7px;
	}
	.erBox p{
		padding: 7px 0;
		line-height: 22px;
		font-size: 16px;
	}
	.erBox img{
		border-radius: 7px;
	}
	.outlink1{
		margin-bottom: 60px;
	}
	.outlink2{
		margin-top: 60px;
	}
	.listIn{
		padding: 0 2.8%;
	}
	.listBox {
		margin-top: 16px;
	}
	.list{
	    margin-left: 2.8%;
	    margin-right: 2.8%;
		width: 94.4%;
		padding-top: 4px;
		height: auto;
		border-radius: 12px;
		padding-bottom: 8px;
		margin-bottom: 14px;
	}
	.list:nth-child(2n+1){
		margin-left: 2.8%;
		margin-right: 2.8%;
	}
	.bannerWeb{
		display: none;
	}
	.bannerPhone{
		display: block;
	}
	.icon{
		width: 51px;
		height: 51px;
	}
	.iconTxt{
		font-size: 12px;
		line-height: 28px;
	}
	.listTitle{
		padding: 0 2.8%;
	}
	.listTitle p{
		line-height: 48px;
		font-size: 16px;
	}
	.listElse{
		padding-bottom: 8px;
	}
	.listElse .link{
		width: 31%;
		margin-left: 2%;
		padding: 5px 3%;
		border-radius: 10px;
		background-color: white;
		box-shadow:0 4px 10px rgba(0,0,0,0.1);
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.listElse .link .iconTxt{
		line-height: 36px;
		margin: 0;
		font-size: 13px;
	}
	.listElse .link:nth-child(3n+1){
		margin-left: 1.5%;
	}
	.listElse .link .icon{
		width: 36px;
		height: 36px;
		margin: 0;
	}
}
@media screen and (max-width: 410px) {
	.listBox {
		margin-top: 15px;
	}
	.list{
		border-radius: 12px;
		padding-bottom: 6px;
		margin-bottom: 13px;
	}
	.icon{
		width: 46px;
		height: 46px;
	}
	.iconTxt{
		font-size: 11px;
		line-height: 26px;
	}
	.listTitle p{
		line-height: 42px;
		font-size: 15px;
	}
	.listElse .link .iconTxt{
		font-size: 12px;
		line-height: 34px;
	}
	.listElse .link .icon{
		width: 34px;
		height: 34px;
	}
	.listElse .link {
	    padding: 4px 2.6%;
	}
	.listElse{
		padding-top: 4px;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 370px) {
	.listBox {
		margin-top: 13px;
	}
	.list{
		border-radius: 6px;
		padding-top: 3px;
		padding-bottom: 4px;
		margin-bottom: 11px;
	}
	.link {
		margin-bottom: 8px;
	}
	.icon{
		width: 40px;
		height: 40px;
	}
	.iconTxt{
		font-size: 9px;
		line-height: 21px;
	}
	.listTitle p{
		line-height: 35px;
		font-size: 13px;
	}
	.listElse .link .iconTxt{
		font-size: 11px;
		line-height: 34px;
	}
	.listElse .link .icon{
		width: 34px;
		height: 34px;
	}
	.listElse .link {
	    padding: 4px 2.6%;
		margin-bottom: 8px;
	}
	.listElse{
		padding-top: 4px;
		padding-bottom: 8px;
	}
	.listElse .link .iconTxt{
		font-size: 10px;
		line-height: 29px;
	}
	.listElse .link .icon{
		width: 29px;
		height: 29px;
	}
}
#frame{
	background-color: transparent;
}
#frame iframe{
	width: 100%;
	height: 100%;
	background: transparent;
	outline: 0;
	border: 0;
}
.back{
	position: fixed;
	left: 10px;
	top: 10px;
}
.iframeBox{
	width: 100%;
	height: 100%;
}