﻿@charset "utf-8";

/*清除默认样式————————————*/

* {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑' sans-serif;
}

input,
textarea,
select,
option {
    outline: none;
    background: none;
    border: 1px solid #ddd;
    padding-left: 10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*去掉input历史纪录自动填充的颜色*/

input:-webkit-autofill {
    /*-webkit-text-fill-color: #fff !important;*/
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -moz-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

img {
    vertical-align: top;
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: "";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}
html,body,form{
    width:100%;
    height:100%;
}

.zy-Slide {
    font-size: 12px;
    width: 100%;
    height:74%;  
}
.zy-Slide>img{
    width:100%;
 /*  height:100%;*/

  
}

.top {
    height: 508px;
    width: auto;
}

body {
    font-size: 14px;
    font-family: "宋体";
    color: #ffffff;
    background-color:#33a3fb;
    /*-moz-background-size: 100% 100%;
    background-size: 100% 100%;*/
}

.logo{
    /*width: 100%;*/
    width:530px;
   height:400px;
    position:absolute;
    top:4%;
    left:2%;
    right:0;
    bottom:0;
    z-index:9;
}
.logo img{
    width:100%;
}
#top {
    width: 761px;
    height: 508px;
    margin: 0 auto;
}

.login {
    background: url(../image/login.png) no-repeat center top;
    height: 123px;
   margin-top: 24px;
}

#login {
    width: 857px;
    height: auto;
    margin: 0 auto;
    padding-top: 60px;
}

.input {
    width: 200px;
    height: 26px;
    line-height: 26px;
    border: #DDDDDD solid 1px;
    background: #fff;
    text-indent: 5px;
    font-size: 16px;
}

.input_btn {
    background: url(../image/btn_06.jpg) no-repeat left top;
    width: 100px;
    height: 30px;
    border: 0px;
    cursor: pointer;
	//margin-top:6px;
}

.clearfix {
    clear: both;
}

.column {
    float: left;
    margin: 0 20px;
}

.column a {
    color: #fff;
}

.column1,
.column2,
.column3,
.column4 {
    position: relative;
}

.img1 {
    position: absolute;
    top: -120px;
    left: -16px;
    display: none;
}

.img2 {
    position: absolute;
    top: -120px;
    left: -20px;
    display: none;
}

.img3 {
    position: absolute;
    top: -120px;
    left: -40px;
    display: none;
}

.img4 {
    position: absolute;
    top: -120px;
    left: -40px;
    display: none;
}

.column1:hover .img1 {
    display: block;
}

.column2:hover .img2 {
    display: block;
}

.column3:hover .img3 {
    display: block;
}

.column4:hover .img4 {
    display: block;
}

.bottom {
    width: 300px;
    margin: 25px auto;
}