body{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.topclass{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #B0D2F1;
	
}

.topclass1{
	position: relative;
	width: 100px;
	height: 50px;
	float: right;
	text-align: right;
	top: 10px;
	right: 10px;
}

.topclass2{
	position: relative;
	width: 200px;
	height: 50px;
	float: left;
	text-align: left;
	top: 10px;
	left: 20px;
}

.sbclass{
	position:relative;
	left: 30px;
	top: 90px;
	
}

.divclass {
	height : 150px;
	width : 700px;
	background-color : #FFFFFF;
	padding : 10px;
	position : static;
	top : 10px;
	left : 20px;
	border-style : solid;
	border-width : 1px;
	border-color : #D0D5D9;
}

.div_zt{
	width: 80px;
	height: 30px;
	position : relative;
	top : -130px;
	left : 480px;
	border-style : solid;
	border-width : 1px;
	border-color : #D0D5D9;
	text-align: center;
	color: #C5C6DB;	
	visibility:inherit;
}

.div_zt2{
	width: 80px;
	height: 30px;
	position : relative;
	top : -130px;
	left : 480px;
	border-style : solid;
	border-width : 1px;
	border-color : #D0D5D9;
	text-align: center;
	color: #6069FF;
	visibility:inherit;
}

.divclass2 {
	position : static;
	top : 10px;
	left : 20px;
	height : 15px;
	width : 700px;
	background-color : #D8D8D8;
	padding : 10px;
	
	border-style : solid;
	border-width : 1px;
	border-color : #D0D5D9;
}

.divclass2_a1{
	position:relative;
	right: -500px;
	top: -10px;
}

.divclass2_a2{
	position:relative;
	right: -550px;
	top: -10px;
}

.div_img{
	position:relative;
	left: 10px;
	top: 10px;
}

.div_img2{
	position:relative;
	left: 190px;
	top: -110px;
}

.div_img3{
	position:relative;
	left: 200px;
	top: -178px;
}

.div_img4{
	position:relative;
	left: 270px;
	top: -178px;
}

.xian{
	position: relative;
	top: -30px;
	left: 140px;
	float:left;
	margin-top: 30px;
	width: 3px;
	height: 120px; 
	background: #010101;
}

.divtext{
	position:relative;
	left: 190px;
	top: -100px;
	color: #000000;
	font-size: 45px;
	line-height: 25px;
	width: 200px;
}

.div_botton{
	position:fixed;
	width: 100%;
	bottom: 0px;
	left: 0px;
	font-size: 18px;
	background-color: #F0F0F0;
	
}


/*--elemt style strat here--*/
.elelment h2 {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    margin-top:2em;
    font-weight: 700;
}
.element-main {
	position: relative;
	top: 100px;
    width:27%;
    background: #C4D7FF;
    margin:4em auto 0em;
    border-radius: 5px;
    padding:3em 2em;
}
.element-main h1 {
    text-align: center;
    font-size: 2.3em;
    color:#0086E5;
    font-weight: 700;
}
.element-main p {
    font-size: 1em;
    color: #696969;
    line-height: 1.5em;
    margin: 1.5em 0em;
    text-align:center;
}
.element-main input[type="text"] {
    font-size: 1em;
    color: #A29E9E;
    padding: 1em 0.5em;
    display: block;
    width: 95%;
    outline: none;
    margin-bottom: 1em;
    text-align:center;
    border: 1px solid #B9B9B9;
}
.element-main input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background:#6FA5CC;
    width: 50%;
    padding: 0.8em 0em;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border-bottom: 3px solid #045B99;
    display: block;
    margin: 1.5em auto 0;
}
.element-main input[type="submit"]:hover{
    background:#1D1C1C;
    border-bottom: 3px solid #2F2F2F;  
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

.element-main select {
	font-size: 1em;
    color: #A29E9E;
    padding: 1em 0.5em;
    display: block;
    width: auto;
    outline: none;
    margin-bottom: 1em;
    text-align:center;
    border: 1px solid #B9B9B9;
}

