﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	height:100%;
	width:100%;
    background-color:#f44144;
	
	background-repeat: no-repeat;
	font-family:"微软雅黑"

}
.content{
	width:100%;
    background-repeat:no-repeat;
	background:url(../images/top.jpg) no-repeat;
	height:725px;
	background-position:center
	}

.top{height:629px;}


.active { 
margin:0 auto;

border:0; 
-moz-border-radius: 50px; 
-webkit-border-radius: 50px; 
border-radius: 50px; 
position:relative; 
padding:30px; 
background:#da0b12; 
z-index:2; 
width:880px;
behavior:url(iecss3.htc);
} 
.active-bottom{margin-bottom:30px;}
.active .title {color:white; font-size:32px;font-weight:bold;line-height:60px; }
.active .info {color:white; font-size:25px;line-height:40px;}
.active .info .imgs{ background: url(../images/activeform.png) no-repeat; width:898px;height:352px; }

.active .imgBR{ background:url(../images/rmb.png);width:110px;height:106px;background-position:0 0;position:absolute;z-index:555;right:-20px;bottom:-20px}

.active .imgBL{ background:url(../images/rmb.png);width:110px;height:106px;background-position:0 0;position:absolute;z-index:555;left:-20px;bottom:-20px}
.active .imgsmall{ background:url(../images/rmb.png);width:45px;height:46px;background-position:-110px 0;position:absolute;z-index:555;top:450px;right:60px}

.active .service{color:#fddf00; font-size:25px;padding-left:150px;line-height:50px;}
.rights{color:#c30104;font-size:25px; margin:0 auto;width:900px;text-align:center;line-height:50px;} 