@charset "utf-8";
#head .top, #head .top > .qrcode > div > .box > p, * {
  -webkit-box-sizing: border-box
}
#title .pgwMenu ul, *, li, ul {
  list-style: none
}
*, body, html, li, ul {
  padding: 0;
  margin: 0
}
*, body, form, html, li, ul {
  margin: 0
}
#clear, #menu > .nav > ul > li > dl > dd:after, .clear, .clearfix:after {
  clear: both
}
#menu > .nav > ul > li > dl > dd, .clearfix {
  zoom: 1
}
#head, #menu {
  position: fixed
}
body, html {
  font-size: 1.4rem;
  text-decoration: none;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%
}
html {
  font-size: 62.5%
}
body {
  position: relative;
  overflow-x: hidden;
  -webkit-transition-property: all;
  transition-property: all
}
a {
  color: #666;
  text-decoration: none;
  outline: 0
}
a:active, a:hover {
  color: rgba(0, 118, 60, 1)
}
* {
  outline: 0;
  box-sizing: border-box
}
table {
  border-collapse: collapse
}
li, ul {
  border: 0
}
img {
  border: 0;
  -moz-text-align-last: center;
  text-align-last: center;
  vertical-align: middle;
  outline: 0;
  max-width: 100%;
  width: auto;
  height: auto
}
center {
  text-align: left;
  color: #999;
  height: 50px
}
#clear, .clear {
  float: none !important;
  background: 0 0;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important
}
#head .menu > .nav, #head .menu > .nav > ul, #menu > .nav, #menu > .search, .wrap {
  margin: 0 auto
}
#noData, .noData {
  color: #ccc;
  font-size: 14px;
  text-align: left;
  padding: 50px 0
}
.fl, .fl-left {
  float: left
}
.fl-right, .fr {
  float: right
}
.clearfix:after, .clearfix:before {
  content: "";
  display: table
}
.hide, .mob {
  display: none
}
.mob {
  text-align: center
}
.wrap {
  width: 86%;
  max-width: 1400px
}
::-webkit-scrollbar {
  width: 8px;
  height: 1px
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  background: #666
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
  border-radius: 10px;
  background: #ededed
}
#head {
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 160px;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  -webkit-transition: all .35s;
  transition: all .35s
}
#head .top {
  background: rgba(0, 118, 60, 1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 118, 60, 1)), to(rgba(48, 74, 125, 1)));
  background: linear-gradient(to right, rgba(0, 118, 60, 1), rgba(48, 74, 125, 1));
  box-sizing: border-box;
  padding: 8px 8% 8px 7%;
  text-align: right;
  height: 50px;
  line-height: 50px
}
#head .top > .complaint {
  display: inline-block;
  color: #fff;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  padding: 0 20px
}
#head .top > .complaint:after {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, .2);
  content: ''
}
#head .top > .complaint > i {
  font-size: 2.4rem;
  float: left
}
#head .top > .complaint > span {
  display: block;
  float: left;
  padding-left: 6px;
  line-height: 2.4rem;
  font-size: 1.4rem
}
#head .top > .qrcode {
  position: relative;
  display: inline-block;
  vertical-align: center;
  height: 24px;
  line-height: 24px;
  margin: 0 10px 0 20px
}
#head .top > .qrcode > a {
  position: relative;
  top: -2px;
  display: block
}
#head .top > .qrcode > a > i {
  font-size: 2.6rem;
  color: rgba(255, 255, 255, 1)
}
#head .top > .qrcode > div {
  display: none;
  position: absolute;
  z-index: 90;
  left: 6px;
  width: 140px;
  padding: 20px 0 10px;
  background: rgba(255, 255, 255, 1);
  border-radius: 0 8px 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}
#head .top > .qrcode > div:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -6px;
  width: 0;
  height: 0;
  border-bottom: 6px solid rgba(255, 255, 255, 1);
  border-right: 6px solid transparent;
  content: '';
  -webkit-transition: all .35s;
  transition: all .35s
}
#head .top > .qrcode > div > .txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #999
}
#head .top > .qrcode > div > .txt > h3 {
  color: #23262E
}
#head .top > .qrcode > div > .box {
  text-align: center;
  padding-top: 5px
}
#head .top > .qrcode > div > .box > p {
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 1.2rem
}
#head .top > .qrcode > div > .box > p > img {
  display: block;
  margin: 0 auto 3px
}
#head .top > .search {
  display: inline-block;
  background: rgba(255, 255, 255, 1);
  border-radius: 30px;
  overflow: hidden
}
#head .top > .search button, #head .top > .search input {
  display: block;
  line-height: 24px;
  border: 0;
  background: 0 0
}
#head .top > .search input {
  float: left;
  width: 75%;
  font-size: 1.2rem;
  color: rgba(0, 118, 60, 1);
  height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px
}
#head .top > .search input::-webkit-input-placeholder {
  color: #999
}
#head .top > .search input::-moz-placeholder {
  color: #999
}
#head .top > .search input:-ms-input-placeholder {
  color: #999
}
#head .top > .search input::-ms-input-placeholder {
  color: #999
}
#head .top > .search input::placeholder {
  color: #999
}
#head .top > .search button {
  float: right;
  width: 25%;
  height: 24px;
  cursor: pointer;
  text-align: center
}
#head .top > .search button > i {
  color: rgba(0, 118, 60, 1);
  font-size: 2rem
}
#head .wrap {
  position: relative;
  height: 110px
}
#head .logo {
  width: 30%;
  text-align: left;
  line-height: 110px
}
#head .logo > a {
  display: inline-block
}
#head .logo > a > img {
  height: 70px;
  width: auto
}
#head .menu {
  width: 68%;
  -webkit-transition: all .6s;
  transition: all .6s
}
#head .menu > .toggle {
  display: none
}
#head .menu > .nav {
  display: block;
  text-align: right
}
#head .menu > .nav > ul > li {
  position: relative;
  display: inline-block;
  width: 11.11%;
  text-align: center
}
#head .menu > .nav > ul > li:first-child {
  width: 5%
}
#head .menu > .nav > ul > li > a {
  display: block;
  font-size: 1.8rem;
  color: #333;
  line-height: 110px;
  -webkit-transition: all .35s;
  transition: all .35s
}
#head .menu > .nav > ul > li > a > i {
  font-size: 2rem
}
#head .menu > .nav > ul > li > dl {
  display: none;
  position: absolute;
  z-index: 900;
  left: 0;
  width: 100%;
  padding: 10px 0
}
#head .menu > .nav > ul > li > dl > dd {
  position: relative;
  padding: 15px 0;
  background: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  border-radius: 3px;
  overflow: hidden
}
#head .menu > .nav > ul > li > dl > dd:after {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 118, 60, 1);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s
}
#head .menu > .nav > ul > li > dl > dd > a {
  position: relative;
  display: block;
  padding: 10px;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  -webkit-transition: all .35s;
  transition: all .35s
}
#head .menu > .nav > ul > li > dl > dd > a:after {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: 2px;
  height: 1px;
  opacity: 0;
  background: rgba(0, 118, 60, 1);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: '';
  -webkit-transition: all .35s;
  transition: all .35s
}
#head .menu > .nav > ul > li > dl > dd > a:hover:after {
  width: 50%;
  opacity: 1
}
#head .menu > .nav > ul > li > dl > dd > a:hover {
  color: rgba(0, 118, 60, 1)
}
#head .menu > .nav > ul > li.active > a, #head .menu > .nav > ul > li > a:hover {
  color: rgba(0, 118, 60, 1);
  font-weight: 700
}
#head .menu > .toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  margin: -16px 0 0 -16px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
#head .menu > .toggle > span {
  position: relative;
  margin-top: 14px
}
#head .menu > .toggle > span, #head .menu > .toggle > span:after, #head .menu > .toggle > span:before {
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform
}
#head .menu > .toggle > span:after, #head .menu > .toggle > span:before {
  position: absolute;
  content: ""
}
#head .menu > .toggle > span:before {
  top: -10px
}
#head .menu > .toggle > span:after {
  top: 10px
}
#head .menu > .toggle.active {
  z-index: 1001
}
#head .menu > .toggle.active span {
  background-color: transparent
}
#head .menu > .toggle.active span:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg)
}
#head .menu > .toggle.active span:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg)
}
#menu {
  display: none;
  z-index: 980;
  left: 0;
  top: 110px;
  width: 100%;
  padding: 30px 0 50px;
  background: #ddd
}
#banner, #menu > .nav > ul > li > a, #path, #path .nav, #path .nav > .tit, #path .wrap {
  position: relative
}
#menu > .search {
  width: 86%;
  background: rgba(0, 118, 60, .8);
  border-radius: 50px
}
#menu > .search > form {
  display: block
}
#menu > .search > form input {
  display: block;
  float: left;
  width: 80%;
  font-size: 1.4rem;
  color: #fff;
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  background: 0 0;
  border: 0
}
#menu > .search > form input::-webkit-input-placeholder {
  color: #ccc
}
#menu > .search > form input::-moz-placeholder {
  color: #ccc
}
#menu > .search > form input:-ms-input-placeholder {
  color: #ccc
}
#menu > .search > form input::-ms-input-placeholder {
  color: #ccc
}
#menu > .search > form input::placeholder {
  color: #ccc
}
#menu > .search > form button {
  display: block;
  float: right;
  width: 20%;
  height: 50px;
  line-height: 50px;
  border: 0;
  cursor: pointer;
  color: #fff;
  background: 0 0;
  text-align: center
}
#menu > .nav {
  width: 86%;
  padding: 20px 10px
}
#menu > .nav > ul > li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0 6px
}
#menu > .nav > ul > li > a {
  display: block;
  padding: 12px 0;
  font-size: 1.6rem;
  color: #333;
  -webkit-transition: all .35s;
  transition: all .35s
}
#menu > .nav > ul > li > a::after {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 50%;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-family: iconfont;
  font-size: 2rem;
  color: rgba(0, 118, 60, 1);
  content: '\e623';
  -webkit-transition: all .35s;
  transition: all .35s
}
#menu > .nav > ul > li.active > a {
  color: rgba(0, 118, 60, 1)
}
#menu > .nav > ul > li.active > a::after {
  content: '\e624'
}
#menu > .nav > ul > li > dl {
  display: none;
  padding: 8px 0
}
#menu > .nav > ul > li > dl > dd:after, #menu > .nav > ul > li > dl > dd:before {
  content: "";
  display: table
}
#menu > .nav > ul > li > dl a {
  display: block;
  width: 48%;
  float: left;
  text-align: center;
  padding: 6px 0;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, .5);
  border-radius: 30px;
  color: #666;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -webkit-transition: all .35s;
  transition: all .35s
}
#banner > .inner > .box, #path, #path .nav > .box > ul, #title, #title .search, #title .search > form {
  margin: 0 auto
}
#menu > .nav > ul > li > dl a:nth-child(even) {
  float: right
}
#menu > .nav > ul > li > dl a:hover {
  background: rgba(48, 74, 125, 1);
  color: #fff
}
#banner {
  z-index: 10;
  background: #fff;
  height: auto;
  margin-top: 50px;
  overflow: hidden;
  -webkit-transition: all .35s;
  transition: all .35s
}
#banner > .inner {
  display: none;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  text-align: center;
  width: 50%;
  -webkit-transform: translate(-50%, -10%);
  transform: translate(-50%, -10%)
}
#banner > .inner > .box > .tit {
  font-size: 3rem;
  color: #fff
}
#banner > .inner > .box > .sub {
  font-size: 2.4rem;
  color: rgba(255, 255, 255, .2);
  padding: 6px 0
}
#path .route > a, #path .route > span {
  display: inline-block;
  font-size: 1.6rem
}
#path {
  z-index: 100;
  border-bottom: 1px solid #ddd
}
#path .route {
  width: 70%;
  text-align: left;
  line-height: 79px;
  overflow: hidden
}
#path .route > a {
  color: #666;
  -webkit-transition: all .35s;
  transition: all .35s
}
#path .route > span {
  color: #999;
  margin: 0 6px
}
#path .nav > .box > ul > li > a:hover, #path .route > a.active, #title .search > form input {
  color: rgba(0, 118, 60, 1)
}
#path .nav {
  z-index: 100;
  width: 280px
}
#path .nav > .tit {
  z-index: 80;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 118, 60, .8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 74, 125, .8)), to(rgba(0, 118, 60, .8)));
  background: linear-gradient(to right, rgba(48, 74, 125, .8), rgba(0, 118, 60, .8))
}
#path .nav > .tit::after {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: rgba(0, 118, 60, .8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 74, 125, .8)), to(rgba(0, 118, 60, .8)));
  background: linear-gradient(to right, rgba(48, 74, 125, .8), rgba(0, 118, 60, .8));
  content: ''
}
#path .nav > .box {
  position: absolute;
  z-index: 10;
  right: 280px;
  top: 0;
  width: 700px;
  padding: 0 20px;
  height: 100%;
  line-height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #eee
}
#path .nav > .box > ul {
  display: block
}
#path .nav > .box > ul > li {
  display: block;
  float: left;
  text-align: center
}
#path .nav > .box > ul > li > a {
  display: block;
  font-size: 1.6rem;
  -webkit-transition: all .35s;
  transition: all .35s
}
#path .nav > .box > ul.l7 > li {
  width: 14.28%
}
#path .nav > .box > ul.l8 > li {
  width: 12.5%
}
#path .back {
  position: relative;
  z-index: 100;
  width: 280px
}
#path .back > a {
  position: relative;
  z-index: 80;
  display: block;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
  overflow: hidden;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background: rgba(0, 118, 60, .8);
  background: -webkit-gradient(linear, left top, right top, from(rgba(48, 74, 125, .8)), to(rgba(0, 118, 60, .8)));
  background: linear-gradient(to right, rgba(48, 74, 125, .8), rgba(0, 118, 60, .8))
}
#title {
  position: relative;
  padding: 30px 0 50px
}
#title .title {
  width: 20%;
  line-height: 45px;
  text-align: left
}
#title .title > h3 {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 2.6rem;
  color: rgba(51, 73, 120, 1)
}
#title .search {
  display: none;
  width: 100%;
  padding-top: 70px
}
#title .search > form {
  display: block;
  width: 60%;
  border: 2px solid rgba(0, 118, 60, 1);
  height: 50px;
  border-radius: 50px;
  overflow: hidden
}
#title .search > form button, #title .search > form input {
  display: block;
  line-height: 50px;
  border: 0;
  background: 0 0;
  height: 50px
}
#title .search > form input {
  float: left;
  width: 75%;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px
}
#title .search > form input::-webkit-input-placeholder {
  color: rgba(0, 118, 60, .4)
}
#title .search > form input::-moz-placeholder {
  color: rgba(0, 118, 60, .4)
}
#title .search > form input:-ms-input-placeholder {
  color: rgba(0, 118, 60, .4)
}
#title .search > form input::-ms-input-placeholder {
  color: rgba(0, 118, 60, .4)
}
#title .search > form input::placeholder {
  color: rgba(0, 118, 60, .4)
}
#title .search > form button {
  float: right;
  width: 25%;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  color: rgba(0, 118, 60, 1);
  text-align: center
}
#title .search > form button > i {
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  margin-right: 10px
}
#title .search > form button > span {
  display: inline-block;
  font-weight: 700;
  vertical-align: top
}
#title .nav {
  width: 80%;
  text-align: right
}
#title .nav ul > li {
  display: inline-block;
  margin-left: 10px
}
#title .nav ul > li > a {
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  font-size: 1.6rem;
  height: 45px;
  line-height: 45px;
  padding: 0 25px;
  -webkit-transition: all .35s;
  transition: all .35s
}
#title .nav ul > li > a.active {
  color: #fff !important;
  background: rgba(0, 118, 60, 1);
  border-color: rgba(0, 118, 60, 1)
}
#title .nav ul > li > a:hover {
  color: rgba(0, 118, 60, 1);
  border-color: rgba(0, 118, 60, .4)
}
#title .pgwMenu {
  position: relative;
  padding: 0;
  margin: 0;
  text-align: right
}
#title .pgwMenu ul {
  white-space: nowrap
}
#title .pgwMenu .pm-links {
  display: inline-block;
  vertical-align: top
}
#title .pgwMenu .pm-dropDown {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  vertical-align: top
}
#title .pgwMenu .pm-dropDown > a {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 1.6rem;
  border-radius: 5px;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  text-decoration: none
}
#title .pgwMenu .pm-dropDown > a.active, #title .pgwMenu .pm-links.mob > li > a:hover {
  color: rgba(0, 118, 60, 1)
}
#title .pgwMenu .pm-dropDown > a > i {
  float: left;
  margin-right: 5px;
  font-size: 2.4rem
}
#title .pgwMenu .pm-links.mob {
  position: absolute;
  z-index: 80;
  left: 0;
  top: 50px;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden
}
#title .pgwMenu .pm-links.mob > li {
  display: block !important;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee
}
#title .pgwMenu .pm-links.mob > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 0;
  border-radius: 0
}
#title .pgwMenu .pm-links.mob > li > a:after {
  display: none
}
#title .pgwMenu .pm-viewMore {
  display: none;
  position: relative;
  vertical-align: top
}
#title .pgwMenu .pm-viewMore > a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  margin-left: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: rgba(48, 74, 125, 1);
  text-decoration: none
}
#title .pgwMenu .pm-viewMore > a > i {
  font-size: 2.4rem
}
#title .pgwMenu .pm-viewMore > a.active, #title .pgwMenu .pm-viewMore > a:hover {
  background: rgba(48, 74, 125, 1);
  color: #fff
}
#title .pgwMenu .pm-viewMore > ul {
  position: absolute;
  z-index: 3;
  right: 0;
  margin-top: 10px;
  border-radius: 5px;
  background: rgba(48, 74, 125, 1);
  overflow: hidden
}
#title .pgwMenu .pm-viewMore > ul > li {
  display: block !important;
  padding: 0;
  margin: 0
}
#navigation, #navigation > .container, #navigation > .container .nav, #navigation > .container .nav > ul, .page, .page .page-number {
  margin: 0 auto
}
#title .pgwMenu .pm-viewMore > ul > li:after {
  display: none !important
}
#title .pgwMenu .pm-viewMore > ul > li > a {
  display: block;
  color: #fff;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  -webkit-transition: all .35s;
  transition: all .35s
}
#title .pgwMenu .pm-viewMore > ul > li > a:hover {
  color: rgba(255, 255, 255, .8);
  background: rgba(0, 118, 60, 1)
}
#title .pgwMenu .pm-viewMore > ul > li:last-child > a {
  border-bottom: 0
}
#navigation {
  padding: 80px 0;
  background: url(../images/navigation_bg.jpg) 50% 50% no-repeat;
  background-size: cover
}
#navigation > .title {
  position: relative;
  z-index: 20;
  text-align: center
}
#navigation > .title > h3 {
  font-size: 4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 1)
}
#navigation > .container {
  position: relative;
  z-index: 20;
  width: 80%;
  max-width: 1000px;
  padding-top: 50px
}
#navigation > .container .nav > ul > li {
  display: block;
  float: left;
  width: 25%;
  text-align: center
}
#navigation > .container .nav > ul > li > a {
  display: inline-block;
  padding: 50px 0;
  -webkit-transition: all .35s;
  transition: all .35s
}
#navigation > .container .nav > ul > li > a > .icon {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  padding: 40px;
  border-radius: 100%;
  background: rgba(48, 74, 125, 1);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 60, 1)), to(rgba(48, 74, 125, 1)));
  background: linear-gradient(to bottom, rgba(0, 118, 60, 1), rgba(48, 74, 125, 1));
  -webkit-transition: all .6s;
  transition: all .6s
}
#navigation > .container .nav > ul > li > a > .icon > i {
  font-size: 6rem
}
#navigation > .container .nav > ul > li > a > .tit {
  padding-top: 30px;
  font-size: 2.4rem;
  color: #fff;
  -webkit-transition: all .35s;
  transition: all .35s
}
#navigation > .container .nav > ul > li > a:hover > .icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 60, 1)), to(rgba(0, 118, 60, 1)));
  background: linear-gradient(to bottom, rgba(0, 118, 60, 1), rgba(0, 118, 60, 1))
}
#navigation > .container .nav > ul > li > a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px)
}
#navigation > .container .nav > ul > li.active > a > .icon {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 60, 1)), to(rgba(0, 118, 60, 1)));
  background: linear-gradient(to bottom, rgba(0, 118, 60, 1), rgba(0, 118, 60, 1))
}
.page .page-number {
  padding-top: 40px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.page .page-number > ul {
  display: block;
  padding: 0 20px
}
.page .page-number > ul > li {
  float: left
}
.page .page-number > ul a {
  display: inline-block;
  border: 1px solid #ddd;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  font-size: 1.6rem;
  color: #666;
  margin: 2px 4px;
  -webkit-transition: all .35s;
  transition: all .35s
}
.page .page-number > ul a:first-child, .page .page-number > ul a:last-child {
  color: #999
}
.page .page-number > ul a:hover {
  color: rgba(51, 73, 120, 1)
}
.page .page-number > ul .active a {
  background: rgba(51, 73, 120, 1);
  border: 1px solid rgba(51, 73, 120, 1);
  color: #fff !important
}
.page .page-number > ul a > span {
  display: none
}
.page .page-number > i {
  display: block;
  font-size: 1.6rem;
  color: #999;
  font-style: normal
}
.page .page-number > form {
  display: block;
  width: 100px;
  margin-left: 20px
}
.page .page-number > form input[type=text] {
  position: relative;
  outline: 0;
  border: 1px solid #eee;
  border-right: 0;
  float: left;
  height: 40px;
  line-height: 40px;
  width: 60%;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden
}
.page .page-number > form input::-webkit-input-placeholder {
  color: #ccc
}
.page .page-number > form button {
  float: right;
  width: 40px;
  height: 40px;
  border: none;
  outline: 0;
  font-size: 1.2rem;
  color: #fff;
  background: #999;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all .35s;
  transition: all .35s
}
.page .page-number > form button:hover {
  background: #666
}
#foot {
  margin: 0 auto;
  background: #ddd
}
#foot > .container {
  padding: 90px 0;
  margin: 0 auto
}
#foot > .container .content {
  width: 70%;
  text-align: left
}
#foot > .container .content a img{
  width: 270px;

  text-align: left
}
#foot > .container .content > .qualification {
  text-align: left
}
#foot > .container .content > .qualification a {
  margin-right: 10px
}
#foot > .container .content > .qualification a:last-child {
  margin-right: 0
}
#foot > .container .content > .qualification img {
  display: inline-block;
  width: 60px;
  height: auto;
  vertical-align: center
}
#foot > .container .content > .copy {
  text-align: left;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 1);
  padding: 20px 0 10px
}
#foot > .container .content > .copy > p {
  padding: 3px 0
}
#foot > .container .content > .tel {
  text-align: left;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 20px
}
#foot > .container .content > .tel > p {
  display: inline-block;
  margin-right: 20px
}
#foot > .container .content > .url {
  text-align: left;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 1);
  padding: 10px 0
}
#foot > .container .content > .url > a {
  display: inline-block;
  color: rgba(0, 0, 0, 1);
  -webkit-transition: all .35s;
  transition: all .35s
}
#foot > .container .content > .url > a:hover {
  text-decoration: underline
}
#foot > .container .content > .url > span {
  display: inline-block;
  padding: 0 16px;
  color: rgba(0, 0, 0, .3)
}
#foot > .container .content > .tech > a {
  display: inline-block;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, .3)
}
#foot > .container .qrcode {
  width: 250px;
  text-align: right;
  padding-top: 5px
}
#foot > .container .qrcode > .box {
  text-align: center;
  padding-top: 5px
}
#foot > .container .qrcode > .box > .tit {
  font-size: 1.6rem;
  padding: 5px;
  color: rgba(255, 255, 255, 1);
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 167, 96, 1)), to(rgba(0, 118, 60, 1)));
  background: linear-gradient(to right, rgba(29, 167, 96, 1), rgba(0, 118, 60, 1));
  border-radius: 8px
}
#foot > .container .qrcode > .box > .con {
  padding-top: 10px
}
#foot > .container .qrcode > .box > .con > p {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 1)
}
#foot > .container .qrcode > .box > .con > p:nth-child(even) {
  float: right
}
#foot > .container .qrcode > .box > .con > p > img {
  display: block;
  width: 110px;
  height: auto;
  margin: 0 auto 10px
}
@media only screen and (max-width:1280px) {
  #head .menu > .nav > ul > li > a {
    font-size: 1.6rem
  }
  #head .menu > .nav > ul > li > dl > dd > a {
    padding: 10px;
    font-size: 1.3rem
  }
}
@media only screen and (max-width:1200px) {
  #head {
    height: 110px;
    background: rgba(255, 255, 255, 1)
  }
  #head .top {
    display: none
  }
  #head .wrap {
    width: 100%
  }
  #head .logo {
    width: 50%;
    padding-left: 7%
  }
  #head .menu {
    position: absolute;
    z-index: 90;
    top: 0;
    right: 0;
    width: 110px;
    height: 100%;
    background: rgba(0, 118, 60, 1);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 118, 60, 1)), to(rgba(48, 74, 125, 1)));
    background: linear-gradient(to bottom, rgba(0, 118, 60, 1), rgba(48, 74, 125, 1))
  }
  #head .menu > .toggle {
    display: block
  }
  #head .menu > .nav {
    display: none
  }
  #path .nav {
    width: 240px
  }
}
@media only screen and (max-width:1080px) {
  #head {
    height: 90px
  }
  #head .logo {
    line-height: 90px
  }
  #head .logo > a > img {
    height: 60px
  }
  #head .wrap {
    height: 90px
  }
  #head .menu {
    width: 90px
  }
  #menu {
    top: 90px
  }
  #banner {
    margin-top: 90px
  }
  #path .route > a, #path .route > span {
    font-size: 1.4rem
  }
  #path .nav {
    width: 30%
  }
  #path .nav > .tit {
    font-size: 2rem
  }
  #navigation > .container {
    padding-top: 0
  }
  #navigation > .container .nav > ul > li > a > .icon {
    padding: 30px
  }
  #navigation > .container .nav > ul > li > a > .icon > i {
    font-size: 5.6rem
  }
  #foot > .container .content, #foot > .container .qrcode {
    width: 100%;
    float: none
  }
  #foot > .container .qrcode > .box > p {
    width: auto;
    margin-left: 0;
    margin-right: 20px
  }
}
@media only screen and (max-width:860px) {
  #head {
    height: 70px
  }
  #head .logo {
    width: 70%;
    line-height: 70px
  }
  #head .logo > a > img {
    height: 50px
  }
  #head .wrap {
    height: 70px
  }
  #head .menu {
    width: 70px
  }
  #menu {
    top: 70px
  }
  #banner {
    margin-top: 70px
  }
  #navigation {
    padding: 30px 0
  }
  #navigation > .title > h3 {
    font-size: 3.6rem
  }
  #navigation > .container .nav > ul > li > a > .icon > i {
    font-size: 5rem
  }
}
@media only screen and (max-width:780px) {
  #title .title {
    width: 50%
  }
  #title .nav {
    width: 40%
  }
  .page .page-number > ul > li {
    display: none
  }
  .page .page-number > ul a {
    width: auto;
    border-radius: 5px;
    padding: 0 20px
  }
  .page .page-number > ul a > span {
    display: inline-block;
    font-size: 1.4rem
  }
  .page .page-number > ul > li.next, .page .page-number > ul > li.prev {
    display: block
  }
  #foot > .container .content > .copy, #foot > .container .content > .tel, #foot > .container .content > .url {
    font-size: 1.4rem
  }
  #foot > .container .content > .tech > a {
    font-size: 1.2rem
  }
}
@media only screen and (max-width:640px) {
  #path .route {
    width: 100%;
    float: none;
    padding: 10px 0;
    line-height: normal
  }
  #path .nav {
    display: none
  }
  #path .back {
    width: 20%;
    font-size: 1.4rem
  }
  #navigation > .title > h3 {
    font-size: 3rem
  }
  #navigation > .container .nav > ul > li > a > .icon > i {
    font-size: 4rem
  }
  #navigation > .container .nav > ul > li > a > .tit {
    font-size: 2rem
  }
  #foot > .container {
    padding: 40px 0
  }
  #foot > .container .content > .url > a {
    display: block
  }
  #foot > .container .content > .url > span {
    display: none;
    padding: 0 6px
  }
}
@media only screen and (max-width:520px) {
  #head {
    height: 60px
  }
  #head .logo {
    line-height: 60px
  }
  #head .logo > a > img {
    height: 40px
  }
  #head .wrap {
    height: 60px
  }
  #head .menu {
    width: 60px
  }
  #menu {
    top: 60px
  }
  #banner {
    margin-top: 60px
  }
  #path .route > a, #path .route > span {
    font-size: 1.2rem
  }
  #path .nav > .tit {
    font-size: 1.6rem
  }
  #navigation > .title > h3 {
    font-size: 2rem
  }
  #navigation > .container .nav > ul > li > a {
    padding: 20px 0
  }
  #navigation > .container .nav > ul > li > a > .icon {
    padding: 20px
  }
  #navigation > .container .nav > ul > li > a > .icon > i {
    font-size: 2.4rem
  }
  #navigation > .container .nav > ul > li > a > .tit {
    padding-top: 10px;
    font-size: 1.6rem
  }
  #title .title > h3 {
    font-size: 2rem
  }
}