body{
line-height:1.3em;


}


.slider_bg {
	background-image:url(image/banner3.png);
	background-repeat: no-repeat;
	width:1001px;
        
            }
			
 .slider_bg1 {
	background-image:url(image/banner2.png);
	background-repeat: no-repeat;
	width:221px;
	margin-top: 60px;
	
 }
 .slider_bg2 {
	background-image:url(image/banner4.png);
	background-repeat: no-repeat;
	width: 200px;
	position: absolute;
	height: 400px;
	z-index: 5000;
	
 }
  .slider_bg3 {
	background-image:url(image/banner4.png);
	background-repeat: no-repeat;
	width:770px;
	position: absolute;
	height: auto;
	
 }
 
 
 /*................................heddings..............................*/
 h1{
 margin-left:130px;
	border-bottom:#9F0000 dashed 1px;
	color: #8A0000;
	font-size:18px
	margin-right: 10px;
 
 }
 
h2{
	margin-left:20px;
	border-bottom:#9F0000 dashed 1px;
	color: #8A0000;
	margin-right: 10px;
}

h4{
	margin-left:100px;
	font-size:24px;


   color:#000000
	margin-right:20px;
	color: #000000;
}

h3{
margin-left:20px;
color:#FFFFFF;
margin-right: 10px;

}
h5{
	color:#0066CC;
	font-size:18px;
	
	}
h6{
	color:#0066CC;
	font-size:18px;
	border-bottom:#9F0000 dashed 1px;

}

b{
	color:#A80000;
	font-size:18px;
	font-weight: 500;
}

.p1{
font-size:14px;
font-weight:bold;
color:#CE0000;
margin-left:10px;

}
.p2{
	color:#0066CC;
	font-size:18px;
	border-bottom:#9F0000 dashed 1px;
	margin-left:100px;
	font-size:18px;
	font-weight:bold;

}

ul{
	color:#ffcc66;
	margin-left:-20px;
	line-height: 1.4;
	font-size: 12px;
	margin-top: -5px;



}
.cla{
	color:#286DA1;
	margin-left:-20px;
	line-height: 2.0;
	font-size: 14px;
	margin-top: -5px;
}
span{
color:#ffcc66;
margin-left:20px;

}

.side{
	color:#0066CC;
	margin-left: 20px;
}

p{
font-size:14px;
font-family:"Times New Roman", Times, serif;
margin-left:10px;
margin-right:10px;
}

.line{
background:url(image/line1.png);
background-repeat:repeat-x;

}

.bg{
background-color:#CCCCCC;


}
.bg2{
background-color:#CCCCCC;
font-size:18px;
}

.bg1{
background-color:#E8E8E8;


}
.btn
{
	background-color:#FECB66;
	color:#000000;
	border-radius:5px;
	margin-left:20px;
	width:100px;
	height:30px;
	cursor:pointer;

}
/*image rotate*/
		.rotate img {
    -moz-transition: all 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    -o-transition: all 0.9s ease-in-out;
    -ms-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
}
.rotate img:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
