﻿
body{
	margin: 0;
    padding: 0;
   /* background: url("../image1/bg1.jpg"); */
    font-family: Arial;
    font-size: 14px;       
}

#p1body {
	height: 1300px;
	 width: 960px;
	 margin: 0 auto; 
	 border: thin black solid ; 
}
  .download-btn {
    background-color: #007BFF;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
	margin-left:40%;
  }
  .download-btn:hover {
    background-color: #0056b3;
  }
  .tx1{
    font-size:16px;
	line-height:1.5;
	}

#topr1{
	float: left ; width: 100%; height: 20px;color: black;background-color: green;
}

#banner{
	float: left;
	width: 100%; 
	height:100%
	position:relative;	
}

#p1menu{
   float: left ; width: 960px; 	height: 40px; background-color: orange ; border: thin  solid  teal  ; z-index: 50;
}

#p1menu a{
	padding: 10px;
	text-decoration: none;
	float: left ;
	color: black ;
}

#p1menu a:hover {
	
	background-color: black ;
	color: white ;
	border-bottom-style: solid  ;
	border-bottom-color: red ;
}

#p1menu:after {content: "";
           clear: both;
           display: block;
}

#p1display {
	 height: 190px;
	 background-color: white ;
	 position:relative;
	 float:left;
}

#p2display {
	 height: 24px;
	 background-color: white ;
	 position:relative;
	 float:left; ;
}

.dc2 {
	float: left;
	width: 30%;
	padding: 5px;
}



.ul1 li{
	padding: 5px;
	list-style: square ;
}

.dc1{
 float: left;
 width: 23%;
 padding: 5px;
}

.ph1{
	text-align: center;
	padding: 5px;
	 background-color:  teal  ;
	 color: white  ;
}

.p1contact{
	float: left ;
    width: 100%;
  	height: 330px;
}

.con1{
	width: 30%;
	float: left;
	background-color: white ;
	height: 100%;
	border-right: thin  solid silver  ;

}

.con2{
	width: 27%;
	float: left;
	background-color: white ;
	height: 100%;
    border-right: thin solid  silver ;

}

.con3{
	width: 42.5%;
	float: left ;
	background-color: white;
	height: 100%;
	
}

.con2 a{
	display: block;
	 margin-left: 10px;
}

.ho1{
	margin-bottom: 5px;
	margin-top: 5px;
	color: blue ;
	text-decoration: underline; 
}
.formsub input {
	 display: block ;
	 padding: 10px 12px;
	 margin-bottom: 10px;
	 margin-left: 10px;
	 width: 240px;
}


.ch1 {
	 text-align: center ;
	 background-color: green ;
	 width: 94%;
	 padding: 5px;
	 margin-left: 5px;
	 color: white ;
	 
}

iframe {
	margin-left: 10px;
    width: 95%;
}

.ho2 {
	 margin-top: 5px;
	 color:  navy;
	
}

.sticky{
	position: fixed;
	top: 0;
    float: left ;
	width:100%;
}
