|
|
|
@ -2095,35 +2095,32 @@ position: relative;
|
|
|
|
|
}
|
|
|
|
|
.infotailorword {
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
top: 0;
|
|
|
|
|
display: block;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 490px;
|
|
|
|
|
display: table-cell;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
padding-top: 220px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 33px;
|
|
|
|
|
top: 0;
|
|
|
|
|
width: 560px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
padding-top: 220px;
|
|
|
|
|
}
|
|
|
|
|
.form_content { position: relative;
|
|
|
|
|
width: 1140px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
left: 0;
|
|
|
|
|
right: 0;}
|
|
|
|
|
.form_content_bg {background: #222;
|
|
|
|
|
.form_content_bg {background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
|
|
|
|
|
height: 580px;
|
|
|
|
|
float: left;
|
|
|
|
|
display: block;
|
|
|
|
|
width: 46.2%;
|
|
|
|
|
position: absolute;}
|
|
|
|
|
.formtitle {float: left;
|
|
|
|
|
height: 530px;
|
|
|
|
|
height: 550px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 500px;
|
|
|
|
|
width: 415px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
left: 0;
|
|
|
|
|
padding-top: 50px;
|
|
|
|
|
padding-top: 30px;
|
|
|
|
|
color: #fff;}
|
|
|
|
|
.formtitle ul { padding-left: 15px;}
|
|
|
|
|
.formtitle ul li { list-style: square; line-height: 27px;}
|
|
|
|
@ -2131,11 +2128,11 @@ position: relative;
|
|
|
|
|
font-family: 'Goudy Old Style';
|
|
|
|
|
font-weight: 800;
|
|
|
|
|
margin-right: 5px;}
|
|
|
|
|
.formtitle:before {border-left: solid 105px #222;
|
|
|
|
|
.formtitle:before {border-left: solid 105px rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
|
|
|
|
|
border-bottom: solid 300px transparent;
|
|
|
|
|
border-top: solid 280px transparent;
|
|
|
|
|
margin-left: 497px;
|
|
|
|
|
margin-top: -50px;
|
|
|
|
|
margin-left: 424px;
|
|
|
|
|
margin-top: -30px;
|
|
|
|
|
content: ' ';
|
|
|
|
|
position: absolute;}
|
|
|
|
|
#main_content_pc {float: left; width: 1140px;}
|
|
|
|
|