body,html {
	max-width: 720px
}

a,body {
	color: #333
}

*{ margin:0; padding:0;}

html {
	margin: 0 auto
}

article,aside,dialog,figure,footer,header,menu,nav,section {
	display: block
}

blockquote,body,button,code,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,section,select,td,textarea,th,ul {
	margin: 0;
	padding: 0
	    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

fieldset,img {
	border: 0
}

body {
	font: 14px/1.4 "Microsoft Yahei",Arial,Helvetica,sans-serif;
	background-color: #e54e23;
	margin: 0 auto;
}

.public_bp_content,.public_ep_content {
	max-width: 300px;
	box-sizing: border-box
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

dd,dl,dt,ol,ul {
	list-style-type: none
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none
}

.public_agreement a,.public_footer_words:hover {
	text-decoration: underline
}

a,input,select {
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-border-radius: 0
}

img,input {
	border: none
}

em,i {
	font-style: normal
}

:focus {
	outline: 0
}

select {
	background: 0 0
}

@media(min-device-width:375px)and(max-device-width:667px)and(-webkit-min-device-pixel-ratio:2) {
	body {
		font-size: 14.5px
	}
}

@media(min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
	body {
		font-size: 15.5px
	}
}


.clear {
	clear: both
}

.clear:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	overflow: hidden;
	content: "."
}


.public_form_wrap {
	width: 90%;
	margin:0 auto;
	padding: 20px 0;
}

.public_form_wrap ul {
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #F9F5EF;
}

.public_form_wrap li {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	margin-bottom: 30px;
}

.public_form_wrap .auto .sel,.public_form_wrap .auto input {
	width: 100%;
	border: 0;
	background-image: url("../imgnew/icon_right.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	font-size: 14px;
}

.public_form_wrap li.new_li_last,.public_form_wrap li.new_li_last .txtarea {
	height: 80px
}

.public_form_wrap li:nth-last-of-type(1) {
	border-bottom: 0
}

.public_form_wrap .left {
	width: 20%;
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	text-align: center;
	float: left;
}

.public_form_wrap .auto {
	width: 80%;
	display: inline-block;
	overflow: hidden;
	float: left;
	font-size: 18px;
}

.public_form_wrap .auto input {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 5px 30px 5px 0;
	box-sizing: border-box;
	font-size: 18px;
}

.public_form_wrap .auto .sel {
	padding: 5px 0
}

.public_form_wrap .sex span {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	width: 70px;
	font-size:18px;
}

.public_form_wrap .sex i {
	margin-top: 10px;
	float: left;
	width: 30px;
	height: 30px;
	background-color: #fff;
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%
}

.public_form_wrap .sex span.cur i {
	background: url("../imgnew/icon_suo_dagou.png") center center no-repeat #333;
	background-size: 16px auto
}

.public_form_wrap .sex font {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	padding-left: 10px;
	color: #333
}

.public_form_wrap .sex span.cur font {
	color: #333
}

.public_form_wrap .auto .icon_right {
	display: block;
	width: 20px;
	height: 20px;
	background-size: 100% 100%;
	background-image: url("../imgnew/icon_right.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 10px;
	right: 0
}

.public_form_wrap .auto input.bg_no {
	background-image: none
}


.public_agreement {
	padding: 8px 0 40px 0;
	position: relative;
	text-align: center;
	font-size: 23px;
	color: #fece67;
}

.public_agreement input {
	-webkit-appearance: checkbox;
	vertical-align: middle;
	position: relative;
	margin-top: -2px;
	margin-right: 6px
}

.public_agreement a {
	color: #ffcd36;
	text-decoration: none;
}

.protocol_pop_box {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none
}

.ppb_content {
	width: 80%;
	height: 80%;
	padding: 40px 0;
	border: 1px solid #ccc;
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
	top: 10%;
	left: 10%
}

.ppb_text {
	height: 100%;
	overflow-y: scroll;
	box-sizing: border-box;
	padding: 10px;
	margin: 0 10px;
	border: 1px solid #ccc
}

.ppb_text p {
	margin-top: 8px
}

.ppb_close,.ppb_title {
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	line-height: 40px;
	text-align: center
}

.ppb_title {
	top: 0;
	font-size: 16px
}

.ppb_close {
	bottom: 0
}

.ppb_close b {
	display: block;
	width: 50px;
	height: 24px;
	margin: 8px auto 0;
	border: 1px solid #ccc;
	line-height: 24px;
	border-radius: 5px
}





.public_footer_servers{
	background-color:#e54e23;
	padding-top:20px;
}
.public_footer_help{
	overflow:hidden;
	font-size:20px;
	text-align:center;
	line-height:40px;
}
.public_footer_help .words{
	display:inline-block;
	color:#fefbe8;
}
.kefu{
	display:inline-block;
	color:#fefbe8;
	text-decoration:underline;
	position:relative;
	padding-left:30px;
}
.footal{
	width: 50%;
	margin:0 auto;
	display:block;
	padding-bottom:60px;
}
.kexin{
	width: 100%;
	margin:0 auto;
	display:block;
}
.public_banner,.public_banner img {
	width: 100%;
	height: auto
}

.public_banner img {
	display: block
}


.public_banner_con8{ width:90%; margin:0 auto;}
.public_banner_con8 img{
	width: 9.5%;
	float:left;
	margin:2% 1.45%;
}
.public_banner_con8 .ptop{ padding-top:5%;}
.public_banner_con38{ width:82%; margin:0 auto;}
.public_banner_con38 img{
	width: 45%;
	float:left;
	margin:2% 2%;
}

.public_banner_con42{ width:92%; margin:0 auto;}
.public_banner_con42 img{
	width: 42%;
	float:left;
	margin:4%;
}
.public_banner_con57 img{
	width: 57%;
	height: auto;
	margin:0 auto;
	padding:20px 0;
}
.public_banner_con59 img{
	width: 59%;
	height: auto;
	margin:0 auto;
	padding:20px 0;
}
.public_banner_con65 img{
	width: 65%;
	height: auto;
	margin:0 auto;
	padding:20px 0;
}
.public_banner_con76{
	padding-bottom:10%;
}
.public_banner_con76 img{
	width: 76%;
	height: auto;
	margin:0 auto;
}
.public_banner_con78{
	padding-bottom:10%;
}
.public_banner_con78 img{
	width: 78%;
	height: auto;
	margin:0 auto;
}
.public_banner_con85 img{
	width: 85%;
	height: auto;
	margin:0 auto;
	padding:30px 0;
}
.public_banner_con87 img{
	width: 87%;
	height: auto;
	margin:0 auto;
}
.public_banner_con90 img{
	max-width: 90%;
	height: auto;
	margin:0 auto;
}

.to-btn{
-moz-animation: myfirst 3s infinite;
-webkit-animation: myfirst 3s infinite;
-o-animation: myfirst 3s infinite;
animation: myfirst 3s infinite;
}
@keyframes myfirst{
0% { transform: scale(.8); }
50% { transform: scale(1); }
100% { transform: scale(.8); }
}
.up-down{
animation: updown 3s infinite linear;
}
@keyframes updown{
0% { transform:translateY(0)}
50% {transform:translateY(20px)}
100% {transform:translateY(0) }
}
.up-down1{
animation: updown1 6s infinite linear;
}
@keyframes updown1{
0% { transform:translateY(0)}
50% {transform:translateY(20px)}
100% {transform:translateY(0) }
}
.slow{
-moz-animation: man 6s infinite;
-webkit-animation: man 6s infinite;
-o-animation: man 6s infinite;
animation: man 6s infinite;
}
@keyframes man{
0% { transform: scale(1); }
50% { transform: scale(.8); }
100% { transform: scale(1); }
}

.public_banner_con8{}
.public_banner_con8 ul li{
	float:left;
	padding:0 1%;
}
