.pt-all{
	display: flex;
	flex-flow: wrap;
}
.pt-list{
	width: 411px;
	height: 668px;
	border: solid 1px #e8e7e7;
	margin-right: 41px;
	margin-bottom: 60px;
	background: #fff;
}
.pt-list:nth-child(3n+0){
	margin-right: 0;
}
.pt-list-con{
	background: #fff;
}
@font-face {
	/*font-family:"SourceHanSansCN-Normal";
	src: url(../font/fzzykgb10_downyi.com.ttf);*/
}
.pt-list-con>h1{
	font-family: SourceHanSansCN-Normal;
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
	text-align: center;
	padding: 28px 0px 24px 0;
}
.pt-list-con>p{
	width: 308px;
	height: 176px;
	font-family: SourceHanSansCN-Normal;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 1px;
	color: #999999;
	margin: 0 auto;
	padding-bottom: 72px;
}
.pt-list-con>a{
	width: 140px;
	height: 49px;
	background-color: #0b69d4;
	border-radius: 25px;
	display: block;
	margin: 0 auto;
	font-family: SourceHanSansCN-Light;
	font-size: 22px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	text-align: center;
	line-height: 49px;
}
.pt-list-con>a:hover{
	background-color: #000000;
}
p.pt-p{
	font-family: SourceHanSansCN-Heavy;
	font-size: 40px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #f94710;
}
.pt-show-list{
	background: #fff;
	box-shadow: 0px 12px 36px 0px 
		rgba(211, 215, 221, 0.4);
	margin-bottom: 40px;
}
.pt-show-list-top{
	padding: 16px 0 11px 21px;
	border-bottom: solid 2px #e5e5e5;
}
.pt-show-list-top>h1{
	background: url(../IMAGES/n1-9.png) no-repeat;
	line-height: 44px;
	padding-left: 21px;
	font-size: 25px;
	font-family: SourceHanSansCN-Medium;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.pt-show-list-con{
	padding: 40px 30px;
	position: relative;
}
@font-face {
	/*font-family:"SourceHanSansCN-Normal";
	src: url(../font/fzzykgb10_downyi.com.ttf);*/
}
.pt-show-list-con>p{
	font-family: SimHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #666666;
}
.pt-show-list-con>h1{
	font-family: SimHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ef5117;
}
.pt-show-list-con-ew{
	position: absolute;
	top: 80px;
	right: 50px;
}
.pt-show-list-con-ew>h1{
	font-family: SimHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 1px;
	color: #ff3d10;
	text-align: center;
}
.help-list{
	background-color: #ffffff;
	box-shadow: 0px 12px 36px 0px 
		rgba(211, 215, 221, 0.4);
	margin-bottom: 57px;
}
.help-list-title{
	padding: 21px 0 21px 19px;
	border-bottom: 1px solid #e5e5e5;
}
@font-face {
	/*font-family:"SourceHanSansCN-Normal";
	src: url(../font/fzzykgb10_downyi.com.ttf);*/
}
.help-list-title>h1{
	font-family: SourceHanSansCN-Bold;
	font-size: 28px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #090000;
}
.help-list-title>h1>img{
	margin-right: 15px;
}
.help-list-con{
	padding: 30px;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.help-list-con-left,.help-list-con-right{
	width: 623px;
}
.help-list-con-left-list{
	position: relative;
	margin-bottom: 30px;
}
.help-list-con-left-list>h1{
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 2px;
	color: #1c1a1d;
	padding-bottom: 16px;
}
.help-list-con-left-list-i>input{
	line-height: 46px;
	width: 611px;
	background: #f8f8f8;
	border: solid 1px #eeeeee;
	padding-left: 12px;
	border-radius: 4px;
}
.help-list-con-left-list-i{
	position: relative;
}
.help-list-con-left-list-i:after{
	content:"";
	display: block;
	background: url(../IMAGES/n1-13.png);
	width: 12px;
	height: 10px;
	position: absolute;
	bottom: 20px;
	right: 18px;
}
.help{
	padding-top: 45px;
}
.help-list-con-left-list>ul{
	height: 90px;
	overflow-y: scroll;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 999;
}
.help-list-con-left-list>ul>li{
	padding-left: 12px;
	line-height: 30px;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}
.radio-input{
	display: flex;
}
.radio-input>a{
	width: 204px;
	line-height: 44px;
	display: block;
	margin-right: 2px;
	text-align: center;
	background-color: #f8f8f8;
	border-radius: 4px;
	border: solid 1px #eeeeee;
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a6a6a6;
}
.radio-input>a:last-child{
	margin-right: 0;
}
.radio-input>a:hover{
	background-color: #f92c11;
	color: #ffffff;
}
.radio-input>a.this{
	background-color: #f92c11;
	color: #ffffff;
}
.help-cca{
	display: flex;
}
.help-cc{
	width: 190px;
	height: 44px;
	background-color: #f8f8f8;
	border-radius: 4px;
	border: solid 1px #eeeeee;
	padding: 0 7px;
	margin-right: 2px;
}
.help-cc:last-child{
	margin-right: 0;
}
.help-cc>input{
	width: 131px;
	line-height: 46px;
}
.help-cc>label{
	font-family: SourceHanSansCN-Regular;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #a6a6a6;
}
.help-btn{
	width: 100%;
	padding-top: 50px;
}
.help-btn>a{
	width: 206px;
	height: 46px;
	background-color: #f92c11;
	border-radius: 23px;
	border: solid 1px #eeeeee;
	font-family: SourceHanSansCN-Regular;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.help-list-title>h1>span{
	font-family: SourceHanSansCN-Normal;
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #666666;
}
.help-list-con>dl{
	display: flex;
}
.help-list-con>dl>dt{
	width: 105px;
	font-size: 13px;
	color: #333333;
	text-align: center;
	line-height: 41px;
}
.help-list-con>dl>dd{
	width: 105px;
	font-size: 13px;
	color: #333333;
	text-align: center;
	line-height: 41px;
}
.help-list-con>dl>dd>a{
	font-family: MicrosoftYaHei;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #ff300e;
}
.help-ts{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.12);
	display: none;
	justify-content: center;
	align-items: center;
}
.help-ts>p{
	min-width: 341px;
	height: 60px;
	background-color: rgba(0,0,0,.6);
	text-align: center;
	line-height: 60px;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	z-index: 9999;
	padding: 0 15px;
}
.lans{
	height: 1727px;
}
.banner-ul>form>li{
	position: relative;
}
.banner-ul>form>li>img{
	position: absolute;
	top: 7px;
	right: 9px;
}
/*.banner-ul>form>li:after{
	content: "";
	display: block;
	width: 10px;
	height: 7px;
	background: url(../IMAGES/n1-17.png);
	position: absolute;
	top: 7px;
	right: 9px;
}*/
a.cx{
	height: 34px;
    line-height: 31px;
    border: 2px solid #f92c11;
    width: 135px;
    border-radius: 17px;
    display: block;
    text-align: center;
    margin: 15px auto 10px;
    color: #f92c11;
    font-size: 18px;
}
a.cx:hover{
	border-color: #000000;
    color: #fff;
    background: #000;
}
