
.main {
    height: 810px;
    margin: 0px auto;
    overflow: hidden;
    background-image: url(../../resource/images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}.main .logo{
    max-width: 2464px;
    min-width: 1000px;
    height: 280px;
    display: block;
    margin: 0 auto;
    background-image: url(../../resource/images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -280px;

}

.main .title {
    width: 1008px;
    height: 85px;
    margin: 0 auto;
    margin-top: 265px;
    font-size: 28px;

    font-weight: bold;
    text-align: center;
    line-height: 79px;
    background-image: url(../../resource/images/bg-title.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main .title h1 a{
	font-family: "Microsoft YaHei";
    color: #f05e5e;
}
.main .title h1  a:hover {
    text-decoration: none
}
.main .title_sm{
    width: 1000px;
    display: block;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    font-size: 12px;
    text-align: center;

}
.main .title_sm a{
    color: #f05e5e;
    margin: 0 5px;
    padding-left: 7px;
    font-size: 14px;font-family: "Microsoft YaHei";
}
.main .title_sm a:hover {
    text-decoration: none
}
.lb {
    width: 1000px;
    height: 380px;
    margin: 0 auto;
    position: relative;
}

#Sowing_map {
    height: 262px;
}

/*轮播图*/
img {
    border: 0;
}

#zSlider {
    width: 660px;
    overflow: hidden;
}

#picshow {
    position: relative;
}

#picshow, #picshow_img {
    width: 660px;
    height: 380px;
    overflow: hidden;
    float: left;
}

#picshow_img li {
    width: 660px;
    height: 380px;
    overflow: hidden;
    float: left;
    display: none;
}

#picshow_img img {
    width: 660px;
    height: 380px;
}

#picshow_tx {
    left: 0px;
    width: 660px;
    bottom: 0px;
    position: absolute;
    height: 50px;
    overflow: hidden;
}

#picshow_tx li {
    background: url(../images/picshow_bg.png) repeat;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: none;
    text-align: center;
}

#picshow_tx li a {
    color: #fff;
}

#picshow_tx li a:hover {
    text-decoration: underline;
}

#picshow_tx li p {
    color: #ccc;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

#select_btn {
    width: 660px;
    height: 100px;
    margin-top: 10px;
    float: left;
    z-index: 1;
    margin: 0 auto;
}
#select_btn ul {
    text-align: right;
    overflow: hidden;
    margin-top: -30px;
    zoom: 1;
    position: absolute;
    width: 660px;
}
#select_btn li {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/zdcy-lf-h.png) no-repeat 0px 0px;
margin:0 2px;;cursor:pointer;display: inline-block;
}
#select_btn li a:hover {
    text-decoration: underline;
}
#select_btn li.current {
    background: url(../images/zdcy-lf.png) no-repeat 0px 0px;
}

#select_btn .select_text {
    height: 43px;
    overflow: hidden;
    padding-left: 10px;
}

#select_btn .select_text:hover {
    text-decoration: none;
}

#select_btn .select_date {
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    display: block;
}

/*轮播图结束*/
.lb div.fr {
    width: 342px;
    float: right;
    height: 385px;
    position: absolute;
    top: 0;
    right: 0;
}
.lb div.fr li {
    background: #d65756;
    width: 285px;
    height: 48px;
    padding: 15px 30px 15px 20px;
    position: relative;
    margin-bottom: 1px;
    font: normal 16px/24px "Microsoft YaHei";
    color: #fff;
}

.lb div.fr li {
    background: #d65756;
    width: 295px;
    height: 45px;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 1px;
    font: normal 16px/24px "Microsoft YaHei";
    color: #fff;
    margin-left: 5px;
}
.lb div.fr li:last-child{
    height: 46px;
}


.lb div.fr li a:link, .lb div.fr li a:hover, .lb div.fr li a:visited {
    color: #fff;
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.hvr-bounce-to-right a:hover {
    text-decoration: none;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#e11122;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.5;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
