﻿* {
margin: 0;
padding: 0;
}

ul {
list-style: none;
}

.special-web-top{
 width: 476px;
 height: 95px;
 margin-bottom: 10px;
}

.sowingMap>li,
.sowingMap a {
width: 100%;
height: 450px;
}

.bg-img {
width: 100%;
height: 100%;
}

.sowingMap {
width: 100%;
height: 450px;
}

.sowingMap img {
width: 100%;
height: 100%;
}

.out {
width: 100%;
height: 450px;
margin: 0 auto;
position: relative;
}

.out .sowingMap>li {
position: absolute;
top: 0;
left: 0;
}

.out .num {
position: absolute;
bottom: 20px;
left: 0;
font-size: 0;

text-align: center;
width: 100%;

}

.out .num>li {
width: 20px;
height: 20px;
background: #666;
color: #fff;
text-align: center;
line-height: 20px;
border-radius: 50%;
display: inline-block;
font-size: 16px;
margin: 0 3px;
cursor: pointer;
}

.out .num>li.active {
background: #a00;
}

.out .btn {
position: absolute;
top: 50%;
margin-top: -30px;
width: 30px;
height: 60px;
line-height: 60px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
font-size: 40px;
display: none;
cursor: pointer;
}

.out:hover .btn {
display: block;
}

.out .left {
left: 0;
}

.out .right {
right: 0;
}



.sowingMap2 {
width: 100%;
height: 95px;
}

.sowingMap2 li {
width: 471px;
height: 95px;
}

.sowingMap2 img {
width: 100%;
height: 100%;
}

.out2 {
width: 100%;
height: 95px;
margin: 0 auto;
position: relative;
}

.out2 .sowingMap2 li {
position: absolute;
top: 0;
left: 0;
}

.out2 .num2 {
position: absolute;
bottom: 1px;
left: 160px;
font-size: 0;

text-align: center;
width: 100%;

}

.out2 .num2 li {
width: 20px;
height: 20px;
background: #666;
color: #fff;
text-align: center;
line-height: 20px;
border-radius: 50%;
display: inline-block;
font-size: 16px;
margin: 0 3px;
cursor: pointer;
}

.out2 .num2 li.active {
background: #a00;
}

.out2 .btn {
position: absolute;
top: 50%;
margin-top: -30px;
width: 30px;
height: 60px;
line-height: 60px;
background: rgba(0, 0, 0, 0.5);
color: #fff;
text-align: center;
font-size: 40px;
display: none;
cursor: pointer;
}

.out2:hover .btn {
display: block;
}

.out2 .left {
left: 0;
}

.out2 .right {
right: 0;
}
