/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 12px;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
form,
input {
	margin: 0px;
	padding: 0px;
}

ul,
li,
input {
	list-style: none;
	outline: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

.l {
	float: left;
}

.r {
	float: left;
}

.c {
	clear: both;
}

body {

	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px;
}

.side {
	width: 360px;
	no-repeat left bottom;
	overflow: hidden;
	position: fixed;
	left: 42%;
	top: 50%;
	margin-top: -260px;
}

.side li {
	width: 176px;
	float: left;
	border-radius: 25px;
	height: 52px;
	text-align: center;
	cursor: pointer;
}

.side li:hover a {
	color: #ee7800;
}

.side .bkdli {
	border: #FFFFFF solid 2px;
}

.side li a {
	display: block;
	width: 180px;
	margin-top: 1px;
	height: 40px;
	line-height: 50px;
	font-size: 28px;
	color: #fff;
}

.side li .hsa {}


.container {
	    width: 800px;
	    margin: 0 auto;
	    height: 450px;

}

.content {
	height: 450px;
	width: 800px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}

.content .column {
	width: 800px;
	height: 390px;
	padding-top: 67px;

	position: absolute;
	left: 0;
	top: 0;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -webkit-transform 0.6s;
	-ms-transition: -webkit-transform 0.6s;
	-o-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
}

.content .column02 {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -webkit-transform 0.6s;
	-ms-transition: -webkit-transform 0.6s;
	-o-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	opacity: 0;
}


.content .column01 {
	width: 800px;
	height: 450px;
	background-color:#e1ddd9;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 20px;
	overflow: hidden;
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
	-ms-transform: rotateY(90deg);
	-o-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -webkit-transform 0.6s;
	-ms-transition: -webkit-transform 0.6s;
	-o-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	opacity: 0;
}

.content .column03 {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -webkit-transform 0.6s;
	-ms-transition: -webkit-transform 0.6s;
	-o-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	opacity: 1;
}


.content .column .neme {
    height: 35px;
    margin-bottom: 36px;
}

.content .column .neme .wirting {
    width: 166px;
    text-align: left;
    padding-left: 42px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #0877d3;
}

.content .column .neme .bdx {
	width: 390px;
	height: 50px;
}

.content .column .neme .bdx input {
    width: 498px;
    height: 39px;
    background-color: #FFFFFF;
    border: 1px #000 solid;
    outline: none;
    line-height: 39px;
    /* border-radius: 25px; */
    padding-left: 18px;
    font-size: 18px;
    color: #999999;
    margin-top: 4px;
}

.content .column .neme .btx {
	height: 35px;
	line-height: 50px;
	padding-left: 15px;
	color: red;
	font-size: 20px;
}

.content .column p.sp {
	text-indent: 170px;
	color: #747474;
	line-height: 24px;
	_line-height: 20px;
}

.content .column .neme .dx {
	padding-top: 8px;
}

.content .column .neme .xl {
	height: 35px;
}

.content .column .neme #zy {
    width: 517px;
    height: 39px;
    background-color: #FFFFFF;
    border: 1px #000 solid;
    outline: none;
    line-height: 39px;
    /* border-radius: 25px; */
    padding-left: 18px;
    font-size: 18px;
    color: #999999;
    margin-top: 4px;
}

.footer p {
	text-align: center;
	line-height: 50px;
	color: #666;
}

.content .column h3 {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
}

.content .column p.sp2,
.content .column p.sp3 {
	width: 700px;
	margin: 0 auto;
	text-indent: 2em;
	line-height: 24px;
}

.content .column p.sp2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.content .column p.sp3 {
	font-size: 14px;
}

.pay_ifrm {
	width: 850px;
	height: 675px;
	margin: 0 auto;
	text-align: left;
	margin-left: -100px;
}


.wenzi {
	width: 730px;
	height: auto;
	text-align: center;
	color: rgb(241, 123, 36);
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 30px;
	float: left;
	margin-top: 10px;
}

.zxzxbox {
	position: absolute;
	bottom: 65px;
	right: 30px;
}


.column .form-name {
	width: 120px !important;
	text-align: left;
	padding-left: 42px;
	height: 35px;
	line-height: 50px;
	font-size: 24px !important;
	color: #FFFFFF !important;
	display: none;
}

.zfzxbox {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 206px;
    width: 194px;
    height: 43px;
    background-color: #eb0808;
    color: #fff;
    line-height: 43px;
    font-size: 21px;
    text-align: center;
}
.zfzxbox:hover {
	background-image: url(../images/zxbm_btn05.jpg);
}
.main{ background-color:#cdd3d1;}

.content p{ 
 

   
    margin-left: 51px;

    margin-top: -62px;
}}
.content p a{ color:#000;}
.main_form{ height:500px; clear:both;}
.main_form_left{ float:left;width:218px;  height:440px; padding-top:60px; overflow:hidden; }
.main_form_left li {
    height: 42px;
    margin-left: 20px;
    margin-bottom: 27px;
}
.main_form_left li a{ color:#fff; margin-left:60px; line-height:40px; font-size:20px;}
.main_form_zx1{ background:url(../images/zx_ico.png) no-repeat; background-position:0px 0px;}
.main_form_zx2{ background:url(../images/zx_ico.png) no-repeat; background-position:0px -40px;}
.main_form_zx3{ background:url(../images/zx_ico.png) no-repeat; background-position:0px -140px;}
.main_form_zx4{ background:url(../images/zx_ico.png) no-repeat; background-position:0px -186px;}
.main_form_right{ float:right; width:874px; height:500px; background-color:#ff8c00;}
.main_form_right_form{ width:430px; height:498px; float:left; margin-top:40px; margin-left:50px;}
.main_form_right_form li{ line-height:50px; font-size:20px; display:block;}
.main_form_right_form li input{ height:37px; float:left;width:200px; }
.main_form_right_form li select{ display:inline-block; width:200px; height:37px; float:left;}
.main_form_right_form li span{ display:inline-block; width:120px;float:left;}
.main_form_right_pic{ width:366px; height:500px; float:right; overflow:hidden;}
.main_form_right_form_button {
    width: 258px;
        height: 50px;
        line-height: 33px;
        float: right;
        margin-left: 54px;
        margin-top: -1px;
        color: #fff;
        background-color: #ff0000;
        border: none;
        border-radius: 30px;
        font-size: 28px;
        font-weight: 900;
}