.main {
  width: 100%;
  min-width: 1300px;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  min-width: 1300px;
  margin: 0;
  padding: 0;
}

.top {
  width: 100%;
  min-width: 1300px;
}

.top .topMain {
  background: url(../img/topbg.png) center center;
  background-repeat: no-repeat;
  /*background-size: 100% 2880px;*/
  height: 145px;
}

.top .topMain .topTitle {
  margin: auto;
  width: 1300px;
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.top .topMain .topTitle .topTitleLfet {
  height: 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}

.top .topMain .topTitle .topTitleLfet img {
  height: 85px;
}

.top .topMain .topTitle .topTitleRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top .topMain .topTitle .topTitleRight .searchBar, .top .topMain .topTitle .topTitleRight form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 331px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.top .topMain .topTitle .topTitleRight .searchBar input[type='text'], .top .topMain .topTitle .topTitleRight form input[type='text'] {
  outline: none;
  height: 100%;
  border: none;
  width: 240px;
  color: #999999;
  font-size: 12px;
  padding-left: 20px;
}

.top .topMain .topTitle .topTitleRight .searchBar input[type='submit'], .top .topMain .topTitle .topTitleRight form input[type='submit'] {
  height: 100%;
  width: 90px;
  outline: none;
  border: none;
  background-color: #0f8f0c;
  color: #fff;
}

.top .topMain .topTitle .topTitleRight .langBox {
  color: #fff;
  font-size: 16px;
}

.top .topMain .topTitle .topTitleRight .langBox span {
  padding: 0 20px;
  cursor: pointer;
  font-size: 17px;
  font-weight: bold;
}

.top .topMain .topTitle .topTitleRight .langBox span:first-child {
  border-right: 2px solid #fff;
}

.top .topNav {
  width: 100%;
  height: 60px;
  background: #474747;
}

.top .topNav .nav {
  width: 1300px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  overflow: hidden;
}

.top .topNav .nav li {
  width: 163px;
  height: 60px;
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.top .topNav .nav li:hover {
  background-color: #0f8f0c !important;
}

.top .topNav .nav li a {
  width: inherit;
  height: inherit;
  display: block;
}

.bottom {
  width: 100%;
  background: #474747;
  color: #cccccc;
}

.bottom .bottomMain {
  padding-top: 20px;
  margin: auto;
  width: 1300px;
}

.bottom .bottomMain .linkLeft, .bottom .bottomMain .linkRight {
  width: 50%;
  float: left;
  padding: 20px 0;
}

.bottom .bottomMain .linkLeft dl dt, .bottom .bottomMain .linkRight dl dt {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.bottom .bottomMain .linkLeft dl dd, .bottom .bottomMain .linkRight dl dd {
  cursor: pointer;
  font-size: 14px;
  float: left;
  margin-right: 18px;
}

.bottom .bottomMain .copyright {
  float: left;
  width: 1300px;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.bottom .bottomMain .copyright a{
  color:#0f8f0c !important;
}
.top .nav .selected {
  background: #0f8f0c !important;
}

.top .langBox .active {
  color: #0f8f0c !important;
}
.ztree *{font-size:14px;}
.ztree li{line-height: 28px;}
.ztree li a.curSelectedNode {height:28px;}