.banner{
	width:100%;
	height:500px;
	background:url(../img/media_banner.jpg?v=1) no-repeat center;
}
.contenter{
	width:100%;
	height:100%;
}
.contenter .list{
	width:1000px;
	/*height:828px;*/
	margin:104px auto 0;
	overflow: hidden;
}
.wrap{
	position: relative;
	right:0;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s;
	width: 100%;
	height: 100%;

}
.new{
	display: inline-block;
	margin: 12px auto 0;
	font-size: 16px;
	height: 38px;
	border: 1px solid #1ED760;
	border-radius: 4px;
	line-height: 38px;
	color: #1ED760;
	width: 100px;
	text-align: center;
	cursor: pointer;
}
.new:hover{
	background:#1ED760 ;
	border: 1px solid #1ED760;
	color: #fff;
}



.wrapClick{
	position: relative;
	right:410px;
}
.wrapClickRemover{
	position: relative;
	right:0;
}
.contenter .list li{
	width:420px;
	/*height:229px;*/
	display:inline-block;
	margin-right: 100px;
	float:left;
	margin-bottom:30px;
	padding-bottom:10px;
	background: url("../img/quote_bg.png")no-repeat right top;
}
.contenter .list li span{
	float:right;
	color: #7F7F7F;
	margin:17px 0 20px;
}
.contenter .list li a{
	color:#1ED760;
	display:inline-block;
	line-height:50px;
	font-size:17px;
}
.contenter .list li.content1{
	border-bottom:1px #C9C9C9 dashed;
}
.contenter .list li.content2{
	margin-right:0;
	border-bottom:1px #C9C9C9 dashed;
}
.contenter .list li.content2 img{
	width:105px;
	height:50px;
}
.contenter .list li.content1 p{
	letter-spacing: 1px;
}

.contenter .list li img{
	width:64px;
	height:50px;
	margin-bottom: 21px;
}

.contenter .list li p{
	font-size:14px;
	color:#7F7F7F;
	text-align:justify;
	line-height:26px;
}
.contenter .list  li.content3{
	border-bottom:1px #C9C9C9 dashed;
}
.contenter .list  li.content4{
	/*border-bottom:1px #C9C9C9 dashed;*/
}

.contenter .list  li.content3 img{
	width:102px;
	height:50px;
}
.contenter .list  li.content3 p{

}
.contenter .list  li.content4{
	margin-right:0;
}
.contenter .list  li.content4 img{
	width:164px;
	height:46px;
	margin-bottom: 25px;
}
.contenter .list  li.content4 p{
	/*letter-spacing: 4.5px;*/
}
.contenter .list  li.content5 img{
	width:73px;
	height:50px;
}
.nav_h5{
	 display: none;
 }
/*表单更改样式*/
.rightForm{
	position: absolute;
	top: 0;
	right: 0;
	width: 410px;
	height: 100%;
	display: none;
}
.product-form .form-txt{
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
}
.product-form h4{
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 195px;
}
.item .i-l{
	color: #fff;
}

.item .i-r .insure-city {
	border: 1px solid red;
	height: 100%;
	width: 176px;
	display: inline-block;
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.item .i-r .insure-city-show {
	width: 200px;
	background: url(../img/arrow_down.png) no-repeat right;
	padding-left: 5px;
	height: 32px;
	line-height: 32px;
	cursor: pointer;
}
.closeNew{
	position: absolute;
	top: 60px;
	width: 24px;
	height: 24px;
	background: url(../img/PC_main_form_logo_close.png) no-repeat center;
	cursor: pointer;
	right: 31px;
}
.product-form .btn{
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 2.5px;
	text-align: center;
	line-height: 50px;
	background: #1ED760;
	border-radius: 6px;
	margin-top: 28px;
}
.product-form{
	height: 100%;
	background: url(../img/PC_main_form_bg.jpg) no-repeat top center;
	float: right;
	transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	z-index: -1;
	position: fixed;
	right: 0;
	width: 320px;
	top: 0;
	color: #fff;
	line-height: 39px;
	padding: 0 45px;
}
.product-form .ewmShow{
	position: absolute;
	width: 328px;
	height: 344px;
	display: none;
	top: 283px;
	left: 42px;
}

.item .i-r {
	box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,.2);
}
@media only screen and (max-width: 767px){
	*{
		box-sizing: border-box;
	}
	.wrap{
		overflow-x:hidden !important;


	}


	.vv{
		width:100%;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		height: 13.1rem;
		padding-bottom: 1.7rem;
		overflow-x:hidden !important;
		margin-top: 1.2rem;
	}
	.nav {
		display: none;
		-webkit-transition: visibility 0s linear 1s;
		transition: visibility 0s linear 1s;
	}
	.nav_h5{
		display: block;
		width:100%;
		-webkit-transition: visibility 0s linear 1s;
		transition: visibility 0s linear 1s;
		z-index: 11;
		position: fixed;
		height: 1.2rem;
		top: 0;
	}
	.nav_h5 ul{
		width:100%;
		height:1.2rem;
		text-align: center;
		position: fixed;
		z-index: 10;
		background: #fff;

	}
	.nav_h5 ul li{
		float:left;
		height:100%;
	}
	.nav_h5 .list1{
		float:left;
		width:20%;
		line-height: 1.6rem;
	}
	.nav_h5 .list2{
		width:60%;
	}
	.nav_h5 .list3{
		float:right;
		width:20%;
	}
	.nav_h5 .list1 img{
		width:.55rem;
		height:.58rem;
		/*margin-bottom: .29rem;*/
	}
	.nav_h5 .list2 img{
		width:1.8rem;
		height:.6rem;
		margin-top: .3rem;
	}
	.nav_h5 .list3 .menu{
		background: url(../img/H5_logo_menu.png) no-repeat center;
		background-size: cover;
		width:.44rem;
		height:.36rem;
		margin: .42rem auto;
		transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;

	}
	.nav_h5 .list3 .animation{
		transform:rotate(90deg);
		-ms-transform:rotate(90deg);
		-moz-transform:rotate(90deg);
		-webkit-transform:rotate(90deg);
		-o-transform:rotate(90deg);
		background: #fff url("../img/H5_close.png") no-repeat center;
		background-size: cover;
	}
	.nav_h5 ol{
		width:100%;
		background: rgba(18,18,18,.95);
		padding:.3rem 0 .3rem;
		position: absolute;
		z-index: 3;
		top: -7rem;
		transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		opacity: 0;

	}
	.nav_h5 ol li{
		display: block;
		width: 40%;
		text-align: center;
		font-size: .32rem;
		letter-spacing: 2px;
		margin: 0 auto;

	}
	.nav_h5 ol li a{
		display: block;
		color: #FFFFFF;
		height: 1rem;
		line-height: 1rem;
	}
	.nav_h5 ol li .textColor{
		font-size: .32rem;
		letter-spacing: 2px;
		position: relative;
	}
	.link_content{
		position: relative;
	}
	.nav_h5 .link{
		width:100%;
		height:100%;
		transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;
		display: none;
		/*position: absolute;*/
		/*left: -3rem;*/
		/*opacity: 0;*/
		/*z-index:1;*/
	}
	.nav_h5 .link a{
		display: block;
		width:100%;
		height: 1rem;
		line-height: 1rem;
		opacity: 0.6;
		font-size:.32rem;
		color: #FFFFFF;
		letter-spacing: 2px;
	}
	.nav_h5 .link_show{
		position: relative;
		left:0;
		opacity:1;
	}
	.nav_h5 ol.show{
		top: 1.2rem;
		opacity:1;
	}
	.nav_h5 ol li.tel{
		font-size:.32rem;
		color: #FFFFFF;
		letter-spacing: 2px;
		line-height: 40px;
		width:70%;
	}
	.tel span{
		color: #fff;
	}
	.nav_h5 ol li.tel a{
		font-size:.32rem;
		color: #1ED760;
		letter-spacing: 2px;
		display: inline-block;
		text-decoration:underline;
	}
	.icon{
		display: inline-block;
		width:.5rem;
		height: .5rem;
		background: url("../img/H5_menu_arrow.png")no-repeat center;
		background-size: cover;
		position: absolute;
		top: .28rem;

	}
	.nav_h5 ol li .colorClick{
		color: #1ED760;
	}
	.nav_h5 ol li .iconClick{
		display: inline-block;
		width:.5rem;
		height: .5rem;
		background: url("../img/H5_menu_arrow_2.png")no-repeat center;
		background-size: cover;
		position: absolute;
		top: .28rem;
	}




	/*表单*/
	.product-form .form-txt {
		margin-bottom: 18px;
	}
	.product-form {
		background: url(../img/H5_main_form_bg.jpg) no-repeat center;
		background-size: cover;
		width:100%;
		padding: 0 .7rem;
		position: static;
		display: block;
		transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-webkit-transition: all 0.4s ease-in-out;
		opacity: 0;
		min-height: 100%;

	}
	.product-form5 .item {
		margin-top: 3%;
	}
	.product-form .ewmShow{
		top: 20.5%;
		left: 0;
		width: 100%;
		margin: .2rem auto 0;
		text-align: center;
	}
	.rightForm .product-form .ewmShow img{
		width: 6.96rem;
		height: 6.84rem;
	}
	.rightForm{
		height: 100%;
		position: fixed;
		top: 1.2rem;
		left: 0;
		width: 0;
		right: 0;
		transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-webkit-transition: all .3s ease-in-out;
		z-index: -1;
		min-height: 100%;
		overflow-y: auto;
		/*background: url(../img/H5_main_form_bg.jpg) no-repeat center;*/
		background-size: cover;
		overflow-x: hidden;
		display: block;
	}
	.formBg{
		height: 100%;
		/*background: url(../img/H5_main_form_bg.jpg) no-repeat center;*/
		background-size: cover;
		min-height: 100%;
	}
	.rightMask{
		display: none;
	}
	.wrapClick{
		right:0;
	}
	.wrapClickRemover{
		right:0;
	}
	.closeNew {
		width:.36rem;
		height:.36rem;
		background: url(../img/H5_X50_form_logo_close.png) no-repeat center;
		background-size: cover;
		top: .5rem;
		line-height: .1rem;

	}
	.product-form h4 {
		margin-top: 17%;
		font-size: .36rem;
	}

	.item .i-l{
		font-size: .28rem;
		width: 1.5rem
	}
	.item .i-r {
		width: 4.1rem;
		box-shadow: inset 0px 0px 1px 0px rgba(0,0,0,0);
	}
	.product-form .item {
		width: 5.8rem;
		font-size: .28rem;
		margin-top: 8px;

	}
	.item .i-r .insure-city-show {
		width: 3.8rem;
	}
	.item .i-r .expire-date-year-show{
		width: 81px !important;
		padding-left: 5px !important;

	}
	.product-form .btn {
		font-size: .36rem;
		line-height: .8rem;
		margin: .44rem auto 0;
		width: 100%;
		height: .85rem;
		border-bottom: #00AE3E solid 4px;

	}
	.item .i-r .expire-date-month {
		margin-left: 5px;
	}

	/*foot样式*/
	.footer {
		width: 100%;
		height: 10.9rem;
		position: relative;
		padding: 1rem .6rem 0 .93rem;
	}
	.footer .inner .item .icon {
		display: none;
	}
	.footer .inner {
		padding: 0;
		width: 100%;
		margin: 0 auto;
		height: 347px;
		position: relative;
	}
	.footer .inner .item {
		width: 100%;
		text-align: center;
		border-right: 0;
		float: left;
		height: 1.96rem;
	}
	.footer .inner .item .title {
		margin: 0 .3rem 0 0;
		padding-bottom: 0;
		display: inline-block;
		height: 100%;
		float: left;
		font-size: .28rem;
		color: #FFFFFF;
	}
	.footer .inner .item .child {
		display: block;
		margin: 0 0 15px;
		width: 4.3rem;
		float: right;
		text-align: left;
		font-size: .24rem;
		color: #DADADA;
	}
	.footer .inner .item .qd {
		width: 2.8rem;
		height: 2.5rem;
		margin: 0 0 0 1.7rem;
		text-align: left;

	}
	.footer .inner .item.item-4 {
		border-right: 0;
		width: 250px;
		margin-top: .8rem;
	}
	.footer-bottom {
		width: 100%;
		height: .6rem;
		font-size: 12px;
		color: #777777;
		text-align: center;
		line-height: .6rem;
		background-color: #000000;
	}
	.foot{
		padding-bottom: .8rem;
		padding-top: .2rem;
		margin-bottom: 1rem;
	}
	.rz {
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
	}
	.rz .link1 {
		display: inline-block;
		text-decoration: none;
		height: 20px;
		line-height: 20px;
		text-align: center;
		width: 100%;
		margin-bottom: .22rem;
	}
	#_pingansec_bottomimagesmall_brand {
		float: left;
		line-height: 20px;
		display: inline-block;
		padding-left: 30px;
		width: 2rem;
		height: 20px;
		margin-right: 0;
		background: url(../img/kex8.png)no-repeat left center;
		font-size:.2rem;
		color: #DADADA;
	}
	.t1 {
		float: left;
		line-height: 20px;
		display: inline-block;
		padding-left: 30px;
		width: 2rem;
		height: 20px;
		background: url(../img/kex6.png)no-repeat left center;
		font-size:.2rem;
		color: #DADADA;
	}
	.rz .link1 img {
		float: left;
		width: .3rem;
		height: .3rem;
		margin-left: 1.98rem;
		margin-top: .1rem;
	}
	.rz .link1 p {
		float: left;
		height: 20px;
		margin: 0px 0px 0px 5px;
		font-size: .2rem;
		color: #DADADA;
		letter-spacing: 0px;
		line-height: 24px;
	}
	.h5_hide{
		display: none;
	}
	.h5_block {
		display: block;
		width: 100%;
		text-align: center;
		line-height: .5rem;
		font-size: .2rem;
		color: #DADADA;
	}
	/*footer结束*/
	/*toast*/
	.util-toast{
		position: fixed;
		width:100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0);
		z-index: 1001;
	}


	.banner {
		width: 100%;
		height: 5.4rem;
		background: url(../img/H5_media_banner.jpg?v=1) no-repeat center;
		background-size: cover;
	}
	.contenter .list {
		width: 100%;
		margin: 0 auto 0;
	}
	.contenter{
		padding: 0 1.15rem 0;
		height: 21rem;
		margin: .66rem auto 0;
	}
	.contenter .list li {
		width: 100%;
		display: inline-block;
		margin-right: 0;
		float: left;
		margin-bottom: 0;
		padding-bottom: 10px;
		background: url(../img/index_1.png) no-repeat right top;
	}
	.contenter .list li.content1{
		border-bottom: 0px #C9C9C9 dashed;
		display: block;
		width: 100%;

	}
	.contenter .list li img {
		width:.89rem;
		height: .7rem;
		margin-bottom: .5rem;

	}

	.contenter .list li.content1 p {
		letter-spacing: 0;
	}
	.contenter .list li p {
		color: #7F7F7F;
		text-align: justify;
		font-size: .28rem;
		line-height: 20px;
	  	letter-spacing: 0;
	}
	.contenter .list li.content2 {
		margin-right: 0;
		border-bottom: 0px #C9C9C9 dashed;
	}
	.contenter .list li.content3 {
		margin-right: 0;
		border-bottom: 0px #C9C9C9 dashed;
	}
	.contenter .list li.content3 {
		margin-right: 0;
		border-bottom: 0px #C9C9C9 dashed;
	}
	.contenter .list li.content2 img {
		width: 1.46rem;
		height: .7rem;
	}
	.contenter .list li.content3 img {
		width: 1.58rem;
		height: .7rem;
	}
	.contenter .list li.content4 img {
		width: 2rem;
		height: .56rem;
	}
	.contenter .list li.content5 img {
		width: 1.02rem;
		height: .7rem;
	}

}
@media only screen and (max-width: 375px){
	.contenter{
		height: 23rem;
	}
}

@media only screen and (max-width: 320px){
	.contenter{
		padding: 0 1.15rem 0;
		height: 26rem;
		margin: .66rem auto 0;
	}

}
