
html {
  overflow-x: auto;
  overflow-y: scroll;
}
*{font-size: 14px;}
body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, "新宋体", "宋体";
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

body {
  background-color: #FFFFFF;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

address,
caption,
em,
strong,
th,
i {
  font-style: normal;

}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}
a{font-size: 16px;}
a,
a:hover {
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:hover {
  color: #64a940;
}

.icon-sprite {
  background: url("../images/icon-sprite.png") no-repeat;
}

nav {
  padding-top: 14px;
  width: 735px;
}

nav .nav-list {
  width: 850px;
  margin-right: 220px;
}

nav .nav-list li {
  display: inline-block;
  width: 12%;
  line-height: 76px;
  font-weight: bold;
  position: relative;
  text-align: center;
}

nav .nav-list li:last-child::before {
  content: " ";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../image/icon-sprite.png") no-repeat -30px -6px;
  top: 50%;
  margin-top: -7px;
}

nav .nav-list li a {
  color: #333333;
  font-size: 16px;
  height: 100%;
  display: inline-block;
 
}

nav .nav-list li:hover .child-nav {
  display: block;
}

nav .nav-list li .child-nav {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  padding-bottom: 15px;
  position: absolute;
  width: 170px;
  margin-left: -20px;
  z-index: 999;
}

nav .nav-list li .child-nav a {
  font-size: 14px;
  padding: 5px 0;
  line-height: 28px;
  display: block;
  font-weight: normal;
  
  border-top: 1px solid #d7d7d7;
}

nav .nav-list li .child-nav a:hover {
  color: #64a940;
}

nav .nav-list li.active a {
  color: #64a940;
  border-bottom: 3px solid #64a940;
}

nav #xuanze{border: 0 solid #fff;
    display: inline-block;
    width: 12.4%;
    line-height: 76px;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 16px;}

#pad_nav .pad_navbar {
  position: relative;
  padding: 15px;
}

#pad_nav .pad_nav_btn {
  margin-top: 20px;
  height: 34px;
  width: 44px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 34px;
  border-radius: 4px;
  cursor: pointer;
  background-position: -244px 0;
}

#pad_nav .pad_nav_list {
  padding: 25px 0;
  width: 100%;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 42px;
  position: absolute;
  top: 79px;
  left: 0;
  height: 100%;
  font-size: 16px;
  display: none;
  z-index: 999;
}

#pad_nav .pad_nav_list li {
  border-bottom: 1px solid #828282;
}

.banner {
  height: 350px;
  padding-top: 139px;
  color: #FEFEFE;
}

.banner h1 {
  font-size: 32px;
  font-weight: bold;
}

.banner p {
  font-size: 24px;
  margin-top: 13px;
}

.page {
  margin-top: 50px;
  margin-bottom: : 30px;
  font-size: 0;
}

.page li {
  border-left: 1px solid #64a940;
  background-color: #64a940;
  display: inline-block;
  text-align: center;
  font-size: 14px;
   padding: 12px;
    font-weight: bold;
   color: #fff;
}

.page li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.page li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.page li a{
   width: 100%;
  height: 100%;
  color: #fff;
  display: block;
   font-weight: bold;
}



.page li.thisclass {
  background-color: #fff;
  color: #64a940;
  padding: 12px;
}

.footer {
  padding: 69px 15px 40px;
  border-top: 1px solid #ccc;
}

.footer h4 {
  font-weight: normal;
  margin-bottom: 37px;
}

.footer ul li {
  line-height: 32px;
  font-size: 15px;
}

.footer .footer-qrcode p {
  line-height: 30px;
  text-align: center;
  font-size: 16px;
}

.footer .footer-qrcode img {
  margin: 0 auto;
}

.footer .footer-nav {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 50px;
}

.footer .copyright {
  padding: 29px 0 0 66px;
  font-size: 14px;
}

@media (min-width: 1900px) {
  .extend-container{
    width: 1620px;
  }
}

@media (max-width: 768px) {
  .banner {
    text-align: center;
  }
  .banner p {
    display: none;
  }
  .footer {
    padding: 20px 20px 40px 20px;
  }
  .footer .copyright {
    text-align: center;
    padding: 0;
  }
}
