body {
	font-family: MicrosoftYaHei;
	min-width: 1200px;
	position: relative;
}

/* nav开始 */
.nav {
	width: 100%;
	height: 56px;
	background-color: #0771d3;
	position: fixed;
	top: 0;
	z-index: 10;
	
}

.nav ul {
	width: 1200px;
	height: 56px;
	margin: auto;
}

.nav ul li {
	padding: 0 20px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	letter-spacing: 1.6px;
	color: #ffffff;
	font-weight: bold;
}

.nav ul li:hover {
	background-color: #0061bb;
}

/* nav结束 */

/* banner开始 */
.banner {
	width: 100%;
	height: 559px;
	background: url(../img/banner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	margin-top: 56px;
}

.banner-box .text1 {
	font-size: 30px;
	letter-spacing: 1px;
	color: #3f3f3f;
	text-align: center;
	margin: 72px 0 170px;
}

.banner-box .text2 {
	margin-bottom: 79px;
}

.banner-box .text2 span {
	font-size: 28px;
	letter-spacing: 1px;
	color: #ff7132;
}

.banner-box .text2 span:first-child {
	margin-left: 232px;
	margin-right: 121px;
}

.banner-box .text2 span:nth-child(2) {
	margin-right: 119px;
}

.banner-box .text3 {
	width: 1062px;
	margin-top: 40px;
}

.banner-box .text3 button {
	width: 332px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background-color: #ff7132;
	border-radius: 32px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
}

.banner-box .text3 button:hover {
	background-color: #ff4f32;
}

.banner ul{
	width: 1053px;
	height: 123px;
	margin: auto;
	background: url(../img/1-dikuang.png) no-repeat;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 12px 70px 12px 220px;
}

.banner ul li{
	font-size: 30px;
	letter-spacing: 1px;
	color: #0064c0;
	width: 220px;
}

.banner ul li::before{
	content: "";
	display: inline-block;
	width: 13px;
	height: 12px;
	background: url(../img/1-icon.png) no-repeat;
	vertical-align: middle;
	margin-right: 9px;
}


/* banner结束 */

/* 公共title */
.title {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #323232;
	text-align: center;
}

.title span {
	color: #0771d3;
}

.title_a{
	font-size: 26px;
	letter-spacing: 1px;
	color: #323232;
}

/* con01开始 */
.con01 {
	padding: 64px 0 69px;
}

.con01>.title::after,
.con03>.title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 23px;
	margin-bottom: 38px;
}

.con01-box {
	width: 1200px;

}

.con01-left {
	width: 480px;
	flex-wrap: wrap;
}

.con01-left span {
	display: block;
	width: 144px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	font-size: 20px;
	letter-spacing: 1px;
	color: #323232;
	margin-bottom: 21px;
}

.con01-left span.active{
	border: 1px solid #ff4f32;
	color: #ff4f32;
}

.con01-left span:hover {
	border: 1px solid #ff4f32;
	color: #ff4f32;
	cursor: pointer;
}

.con01-left .sp {
	margin-bottom: 0;
}

.con01-right {
	width: 696px;
	height: 207px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
	padding: 8px;
	box-sizing: border-box;
}

.con01-bg {
	background: url(../img/bm.jpg) no-repeat center;
	background-size: cover;
	width: 680px;
	height: 192px;
}

.con01-bg .text1 {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #323232;
	margin: 35px 0 20px;
}

.con01-bg .text2 {
	font-size: 24px;
	letter-spacing: 1px;
	color: #0771d3;
	margin-bottom: 21px;
}

.con01-bg button {
	width: 303px;
	height: 51px;
	background-color: #ff7132;
	border-radius: 26px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ffffff;
}

.con01-bg button:hover {
	background-color: #ff4f32;
}


/* con02开始 */
.con02 {
	width: 100%;
	height: 573px;
	background: url(../img/bd.jpg) no-repeat center;
	background-size: cover;
}

.con02 .title {
	padding-top: 49px;
	padding-bottom: 27px;
	font-size: 46px;
	letter-spacing: 2px;
	color: #ffffff;
}

.con02 .subtitle {
	font-size: 26px;
	letter-spacing: 1px;
	color: #ffffff;
}

.con02 .box {
	width: 1200px;
	height: 330px;
	background-color: #ffffff;
	margin-top: 35px;
}

.con02 .box .inner {
	width: 1165px;
	height: 294px;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
}

.boxl {
	width: 816px;
}

#myform .row {
	padding: 26px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-left: 21px;
	padding-left: 14px;
}

#myform .row:last-child {
	border-bottom: none;
}

#myform .tit {
	font-size: 22px;
	letter-spacing: 1px;
	color: #323232;
}

.radio {
	width: 514px;
}

.radio .on {
	color: #0771d3;
}

.radio label {
	font-size: 18px;
	letter-spacing: 1px;
	color: #323232;
}

.mr34 {
	margin-right: 34px;
}

.mr26 {
	margin-right: 26px;
}

.mr10 {
	margin-right: 10px;
}

.boxr {
	width: 349px;
	height: 294px;
	background-color: #ffefe8;
	border: solid 1px #ffe2d5;
}

#idname1 {
	margin-top: 37px;
}

#idname1,
#idmobilephone1 {
	width: 292px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	background-color: #ffffff;
	box-shadow: inset 0px 2px 7px 0px rgba(255, 113, 50, 0.16);
	border-radius: 5px;
	border: solid 1px #ffe0d2;
	font-size: 18px;
	letter-spacing: 1px;
	color: #908f8f;
	margin-bottom: 22px;
}

.submit1 {
	width: 292px;
	height: 59px;
	line-height: 59px;
	text-align: center;
	background-color: #ff7132;
	border-radius: 5px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #ffffff;
}

/* con03 */
.con03 {
	padding: 65px 0 53px;
}

.con03-box {
	width: 1200px;
}

.con03-box .bg1 {
	background: url(../img/zc1.png) no-repeat center;
	background-size: cover;
}

.con03-box .bg2 {
	background: url(../img/zc2.png) no-repeat center;
	background-size: cover;
}

.con03-box .bg3 {
	background: url(../img/zc3.png) no-repeat center;
	background-size: cover;
}

.con03-box .bg4 {
	background: url(../img/zc4.png) no-repeat center;
	background-size: cover;
}

.con03-item {
	width: 280px;
	height: 343px;
}

.con03-item .text1 {
	font-size: 40px;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 13px 0 36px;
	text-align: center;
}

.con03-item .text2 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}

.con03-item .color1 {
	color: #ed5745;
}

.con03-item .color2 {
	color: #26a5ec;
}

.con03-item .color3 {
	color: #26a5ec;
}

.con03-item .color4 {
	color: #12b296;
}

.con03-item .text2::after {
	display: block;
	content: '';
	width: 244px;
	height: 1px;
	background-color: #d2d2d2;
	margin: 13px 0 32px;
}

.con03-item ul {
	list-style-type: disc;
	font-size: 20px;
	letter-spacing: 1px;
	color: #323232;
	line-height: 40px;
}

.con03-item ul li::marker {
	color: #bfbfbf;
}

.con03-item button {
	width: 251px;
	height: 52px;
	background-color: #ffffff;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top: 22px;
}

.con03-item .bt-color1 {
	border: solid 1px #ed5745;
	color: #ed5745;
}

.con03-item .bt-color2 {
	border: solid 1px #26a5ec;
	color: #26a5ec;
}

.con03-item .bt-color3 {
	border: solid 1px #f79021;
	color: #f79021;
}

.con03-item .bt-color4 {
	border: solid 1px #12b296;
	color: #12b296;
}

.con03-item .bt-color1:hover {
	background-color: #ed5745;
	color: #FFFFFF;
}

.con03-item .bt-color2:hover {
	background-color: #26a5ec;
	color: #FFFFFF;
}

.con03-item .bt-color3:hover {
	background-color: #f79021;
	color: #FFFFFF;
}

.con03-item .bt-color4:hover {
	background-color: #12b296;
	color: #FFFFFF;
}

.con03-btn {
	width: 401px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background-color: #ff4f32;
	border-radius: 32px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 36px;
}

/* con04开始 */
.con04 {
	width: 100%;
	background-color: #f4f4f4;
	padding: 68px 0 50px;
}

.con04>.title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 23px;
	margin-bottom: 22px;
}

.con04 .sub-title {
	font-size: 26px;
	letter-spacing: 1px;
	color: #323232;
	margin-bottom: 54px;
}

.con04-box {
	width: 1200px;
}

.con04-item .top {
	width: 188px;
	height: 179px;
	margin-bottom: 23px;
}

.con04-item .top .text1 {
	font-size: 27px;
	letter-spacing: 1px;
	color: #323232;
	margin: 33px 0 30px;
	line-height: 38px;
	text-align: center;
}

.con04-item .top span {
	font-size: 22px;
	letter-spacing: 1px;
	color: #ffffff;
}

.con04-item .bg1 {
	background: url(../img/fs2.png) no-repeat center;
	background-size: cover;

}

.con04-item .bg1:hover {
	background: url(../img/fs1.png) no-repeat center;
	background-size: cover;
	cursor: pointer;

}

.con04-item .button-bg {
	background: url(../img/fs1_a.png) no-repeat center;
	background-size: cover;
	width: 77px;
	height: 12px;
}

/* con05开始 */
.con05 {
	padding: 58px 0 50px;
}

.con05>.title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 23px;
	margin-bottom: 30px;
}

.con05-box {
	width: 1200px;
	margin-bottom: 30px;
}

.con05-box .bg {
	background: url(../img/fs.png) no-repeat center;
	background-size: cover;
	width: 340px;
	height: 416px;
}

.con05-item {
	width: 194px;
	height: 383px;
	background-color: #ffffff;
	border: solid 1px #0771d3;
	position: relative;
}

.con05-item .tit {
	font-size: 30px;
	letter-spacing: 1px;
	color: #0771d3;
	margin-top: 28px;
	font-weight: bold;
	text-align: center;
}


.con05-item .tit::after {
	display: block;
	content: '';
	width: 157px;
	height: 1px;
	background-color: #cbe7f7;
	margin: 13px 0 22px;

}

.con05-item .detail {
	width: 149px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #323232;
}

.con05-item .pbox{
	/* margin-top: 24px; */
}

.con05-item .pbox .pla{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	color: #323232;
	width: 120px;
    margin-left: 36px;
	margin-bottom: 10px;
}
.con05-box .con05-item:nth-child(4) .pbox .pla{
	width: 150px;
}
.con05-item .pbox .pla::before{
	content: '';
	display: block;
	width: 18px;
	height: 15px;
	background: url(../img/icon_che.png) no-repeat;
	position: absolute;
	top: 4px;
    left: -26px;
}
.con05-item .plb{
	font-size: 16px;
	color: #323232;
	text-align: center;
	position: absolute;
	bottom: 70px;
}

.con05-item button {
	padding: 0 15px;
	height: 29px;
	background-color: #ff4f32;
	border-radius: 5px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
	position: absolute;
	bottom: 20px;
}

.con05-item .mt50 {
	margin-top: 50px;
}

.con05-item .mt18 {
	margin-top: 18px;
}

.con05-item .mt48 {
	margin-top: 48px;
}

.con05-item .mt109 {
	margin-top: 109px;
}

/* con05结束 */

/* con06开始 */
.con06 {
	background: url(../img/yx.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 984px;

}

.con06 .title {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	margin-top: 52px;
}

.con06 .title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.4;
	margin: 23px 0 22px;
}

.con06 .sub-title {
	font-size: 26px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-bottom: 38px;
}

.con06-box {
	width: 1200px;
	flex-wrap: wrap;
}

.con06-item {
	width: 376px;
	height: 283px;
	background-color: #ffffff;
	margin-bottom: 40px;
}

.con06-item .content {
	width: 336px;
	height: 181px;
	margin: 16px 0 18px;
}

.con06-item .content span {
	text-align: center;
	margin-top: 146px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	display: block;
}

.con06-item .bg1 {
	background: url(../img/yx1.png) no-repeat center;
	background-size: cover;
}

.con06-item .bg2 {
	background: url(../img/yx2.png) no-repeat center;
	background-size: cover;
}

.con06-item .bg3 {
	background: url(../img/yx3.png) no-repeat center;
	background-size: cover;
}

.con06-item .bg4 {
	background: url(../img/yx4.png) no-repeat center;
	background-size: cover;
}

.con06-item .bg5 {
	background: url(../img/yx5.png) no-repeat center;
	background-size: cover;
}

.con06-item .bg6 {
	background: url(../img/yx6.png) no-repeat center;
	background-size: cover;
}

.con06-item button {
	width: 295px;
	height: 49px;
	background-color: #ffece9;
	border-radius: 25px;
	border: solid 1px #ff4f32;
	font-size: 22px;
	letter-spacing: 1px;
	color: #ff4f32;
}

.con06-item button:hover {
	background-color: #ff4f32;
	color: #FFFFFF;
}

.con06-btn {
	width: 423px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background-color: #ff4f32;
	border-radius: 32px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 5px;
}

/* con07 */
.con07 {
	padding: 67px 0 63px;
}

.con07>.title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 23px;
	margin-bottom: 20px;
}
.con07>.title_a{
	margin-bottom: 20px;
}

.ul-box {
	position: relative;
}

.blue {
	width: 1200px;
	height: 76px;
	background-color: #529ce0;
	position: absolute;
	border-radius: 30px 30px 0 0;
}

.con07 ul {
	width: 1200px;
	height: auto;
	position: inherit;
}

.con07 ul li {
	width: 197px;
	text-align: center;
}

.con07 ul li .pt {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	height: 76px;
	background-color: #0771d3;
	padding-top: 21px;
	box-sizing: border-box;
	margin-bottom: 3px;
}


.con07 ul li .pt0 {
	border-radius: 30px 0 0 0;
}

.con07 ul li .pt1 {
	border-radius: 0 30px 0 0;
}

.con07 ul li .pt::after {
	content: '';
	display: block;
	background: url(../img/icon.png) no-repeat center;
	background-size: cover;
	width: 18px;
	height: 9px;
	margin-left: 89px;
	margin-top: 8px;
}

.con07 ul li:nth-child(odd) .pa {
	background-color: #eeeeee;
	color: #525252;
	margin-bottom: 3px;
}

.con07 ul li:nth-child(even) .pa {
	background-color: #dcdcdc;
	color: #323232;
	margin-bottom: 3px;
}

.con07 ul li .pa {
	width: 197px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	letter-spacing: 1px;
	cursor: pointer;

}

.con07 ul li .pa:hover {
	color: #ff4f32;
	transform: scale(1.1);
}

.con07 ul li:nth-child(odd) .pb {
	width: 197px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #ffece9;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ff4f32;
}

.con07 ul li:nth-child(even) .pb {
	width: 197px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #ffdcd7;
	font-size: 20px;
	letter-spacing: 1px;
	color: #ff4f32;
}

.con07-btn {
	width: 423px;
	height: 64px;
	background-color: #ff4f32;
	border-radius: 32px;
	font-size: 24px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 38px;
}

/* con07结束 */
/*advertisement开始 */
.advertisement {
	background: url(../img/xc.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 236px;
}

.advertisement .title {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
	margin: 48px 0 39px;
}

.advertisement .title span {
	color: #fcff00;
}

.ad-form {
	width: 1200px;
}

.ad-form input {
	width: 324px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	font-size: 22px;
	letter-spacing: 1px;
	color: #a8a8a8;
	padding-left: 39px;
	border: none;
	outline: none;
}

.ad-form button {
	width: 324px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fcff00;
	border-radius: 30px;
	font-size: 22px;
	letter-spacing: 1px;
	color: #ff4f32;
}

/* con08开始 */
.con08 {
	padding: 70px 0 64px;
}

.con08>.title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 23px;
	margin-bottom: 20px;
}
.con08>.title_a{
	margin-bottom: 20px;
}

.con08-box1 {
	width: 1200px;
}

.con08-box2 {
	width: 920px;
	margin-top: 38px;
}

.con08-item {
	width: 290px;
	height: 209px;
	background-color: #ffffff;
	border: solid 1px #d2d2d2;
}

.con08-item .text-bg {
	background: url(../img/zk.jpg) no-repeat center;
	background-size: cover;
	width: 290px;
	height: 63px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
}

.con08-item .text1 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #323232;
	margin: 24px 0 15px;
	line-height: 34px;
	text-align: center;
}

.con08-item .text2 {
	width: 290px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	background-color: #f7f7f7;
	border: solid 1px #d2d2d2;
	border-bottom: none;
	letter-spacing: 1px;
	color: #ff4f32;
	font-size: 20px;
	cursor: pointer;
}

/* con09开始 */
.con09 {
	background: url(../img/sx.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	height: 745px;
	overflow: hidden;
}

.con09 .title {
	font-size: 46px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #323232;
	margin-top: 67px;
}

.con09 .title span {
	color: #2482d8;
}

.con09-box {
	width: 1200px;
	height: auto;
	position: relative;
}

.con09-box .mt1 {
	position: absolute;
	top: 378px;
}

.con09-box .mt2 {
	position: absolute;
	top: 163px;
	left: 118px;
}

.con09-box .mt3 {
	position: absolute;
	top: 59px;
	left: 351px;
}

.con09-box .mt4 {
	position: absolute;
	top: 59px;
	left: 599px;
}

.con09-box .mt5 {
	position: absolute;
	top: 163px;
	left: 820px;
}

.con09-box .mt6 {
	position: absolute;
	top: 378px;
	left: 940px;
}

.con09-item {
	background: url(../img/sx.png) no-repeat center;
	background-size: cover;
	width: 191px;
	height: 191px;
}

.con09-item .text1 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 22px;
}

.con09-item .text2 {
	width: 146px;
	font-size: 16px;
	color: #323232;
	line-height: 25px;
	margin-bottom: 10px;
	text-align: center;
}

.con09-item .text3 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ff4f32;
}

.con09-btn{
	display: block;
	width: 423px;
    height: 64px;
    background-color: #ff4f32;
    border-radius: 32px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
	margin: 40px auto 0;
}

.con10-btn{
	display: block;
	width: 423px;
    height: 64px;
    background-color: #ff4f32;
    border-radius: 32px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
	margin: 30px auto 0;
}

/* con10 */
.con10 {
	padding: 69px 0 55px;
}

.con10>.title::after {
	display: block;
	content: '';
	width: 1200px;
	height: 1px;
	background-color: #d2d2d2;
	margin-top: 23px;
	margin-bottom: 44px;
}
.con10-box{
	width: 1200px;
	height: auto;
	flex-wrap: wrap;
	padding: 0 11px;
	box-sizing: border-box;
}
.con10-item {
	width: 573px;
	height: 110px;
	border: 1px dashed #2482d8;
	padding: 22px 0 23px 23px;
	box-sizing: border-box;
	margin-bottom: 36px;
}

.con10-item .tit {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2482d8;
}

.con10-item .tit::before {
	display: inline-block;
	content: '';
	background: url(../img/icon3.png) no-repeat center;
	background-size: cover;
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.con10-item .detail {
	margin-top: 19px;
	font-size: 20px;
	letter-spacing: 1px;
	color: #323232;
}
.con10-item:hover{
	border: 1px dashed #ff4f32;
	cursor: pointer;
}
.con10-item:hover .tit{
	color: #ff4f32;
}
.con10-item:hover .tit::before{
	display: inline-block;
	content: '';
	background: url(../img/icon2.png) no-repeat center;
	background-size: cover;
	width: 24px;
	height: 24px;
	margin-right: 12px;
	background-color: #fffdfc;
}
/* footer */
.footer{
    width: 100%;
    height: 80px;
    background-color: #000;
}
.footer p{ 
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
.formzxj{
	padding-top: 37px;
}
.formzxj form{
	width: 1000px;
	margin: 32px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.formzxj form .inpbox{
	display: flex;
	align-items: center;
}
.formzxj form .inpbox span{
	font-size: 20px;
	letter-spacing: 1px;
	color: #323232;
	margin-right: 24px;
}
.formzxj form .inpbox input{
	width: 333px;
	height: 50px;
	background-color: #fefdfd;
	border-radius: 10px;
	border: solid 1px #afafb1;
	font-size: 20px;
	letter-spacing: 1px;
	color: #323232;
	text-indent: 10px;
}
.submit3 {
    width: 292px;
    height: 59px;
    line-height: 59px;
    text-align: center;
    background-color: #ff7132;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #ffffff;
	display: block;
	margin: 30px auto;
}