html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
  margin: 0;
  padding: 0;
}
a,
li {
    list-style-type: none;
    text-decoration: none;
    color: #000;
}
.logo_wrap {
  width: 100%;
  background-color: rgb(99, 6, 95);
}
.logo_box {
  width: 1300px;
  height: 175px;
  margin: 0 auto;
  font-size: 0;
}
.logo_box >img{
  width: 50%;
  height: 175px;
  margin: 0 auto;
}

.h-nav {
  width: 100%;
  height: 54px;
  background: rgb(115, 17, 111);
}
.nav {
  width: 1300px;
  line-height: 54px;
  margin: 0 auto;
}
.h_nav{
background-color:rgb(115, 17, 111);
}
.nav > li {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  width: 102px;
  cursor: pointer;
  position: relative;
  text-align: center;
  background: rgb(115, 17, 111);
}
.nav > li:hover {
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  color: rgb(99, 6, 95);
}
.nav > li > ul > li:last-child {
  border-radius: 0 0 3px 3px;
}
.nav > li > ul {
  position: absolute;
  width: 102px;
  z-index: 999;
}
.nav > li > ul > li {
  display: none;
  background: rgb(115, 17, 111);
}
.nav > li > ul > li >a{
 text-direction:none;
}
.nav > li:hover > ul > li {
  display: block;
  color: #fff;
}
.nav > li> a{
  color: #fff;
}
.nav > li:hover > a{
  color:  rgb(115, 17, 111);
}
.nav > li:hover > ul > li > a{
  
  color: white;
}
.nav > li > ul > li:hover {
  background: rgb(129, 11, 123);
}
.sowingMap_wrap {
  width: 100%;
  height: 450px;
  position: relative;
}
.sowingMap_box {
  width: 100%;
  height: 450px;
}
.sowingMap_box > li {
  position: absolute;
  width: 100%;
  height: 450px;
}
.sowingMap_box > li > img {
  width: 100%;
  height: 100%;
}
.sowingMap_num {
  position: absolute;
  bottom: 5%;
  text-align: center;
  width: 100%;
}
.sowingMap_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;
}
.sowingMap_num li.active {
  background-color: #a00;
}






.banner a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .dotBox{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px;
    z-index: 9;
    max-width: 300px;
    display: flex;
    align-items: center;
}
.banner .page{
    position: static;
}
.banner .page span{
    width: auto;
    height: auto;
    font-size: 20px;
    line-height: 48px;
    color: #ffffff;
    opacity: 1;
    position: relative;
    margin: 0 16px;
    border-radius: 0;
    background: transparent;
    vertical-align: middle;
    transition: .5s;
}
.banner .page span:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
    width: 22px;
    height: 2px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.banner .page span.active{
    font-size: 30px;
    color: #fff;
    padding-right: 46px;
}
.banner .page span.active:after{
    opacity: 1;
    visibility: visible;
}
.banner .dotBox .next{
    margin-left: 24px;
    position: static;
    transform: none;
    width: 42px;
    height: 48px;
    background: url("../img/b-next.png") no-repeat 50%;
    background-size: 100%;
}
.banner .dotBox .next svg{
    display: block;
    width: 42px;
    height: 48px;
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: indexsvg 6.5s linear 0s infinite;
    transition: .5s;
}