body {
  font-family: "微软雅黑";
}
ol,
ul {
  padding: 0;
}
ol li,
ul li {
  list-style: none;
}
a {
  color: #333;
}
a:hover {
  color: #333;
  text-decoration: none;
}
.transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.uk-slidenav-position {
  position: relative;
}
.tophead {
  background: #EFEFEF;
  padding: 5px 0;
  color: #AD855E;
  font-size: 13px;
}
.tophead .userbox li {
  float: left;
  display: inline;
  margin-left: 20px;
}
.tophead .userbox li a {
  color: #AD855E;
  font-size: 13px;
}
.tophead .wx-code{
  position: relative;
}
.tophead .wx-code:hover .sub-box{
  display: block;
}
.tophead .sub-box{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  margin:25px -20px 0;
  border:1px solid #f5f5f5;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px #ddd;
}
header {
  padding: 20px 0;
  overflow: hidden;
}
header .logo {
  float: left;
  display: inline;
}
header .phone {
  background: url('../images/phone.png') no-repeat;
  float: right;
  display: inline;
  width: 195px;
  height: 45px;
  color:#8F5210;
  padding:24px 0 0 50px;
  font-family: '宋体';
  font-size:24px;
  box-sizing: border-box;
}
.navlist {
  background: #D9B88D;
}
.navlist ul {
  margin: 0 auto;
}
.navlist ul li {
  float: left;
  display: inline;
  line-height: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.navlist ul li:hover {
  background: #F9E1B1;
}
.navlist ul li:hover .subnav-list {
  display: block;
}
.navlist ul li a {
  color: #A97F5B;
  padding: 0 30px;
  display: block;
}
.navlist .subnav-list {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  left: 0;
  display: none;
  background: #F9E1B1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  z-index: 99;
}
.navlist .subnav-list a {
  float: left;
  display: block;
}
.uk-slideshow li{
  text-align: center;
}
.notice-box {
  color: #905412;
  font-size: 16px;
  padding: 5px 0;
  margin: 15px auto 30px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.notice-box a {
  color: #666;
}
.notice-box .more {
  position: absolute;
  right: 0;
  font-size: 14px;
}
.notice-box .more:hover {
  color: #905412;
}
.item-box {
  margin-bottom: 20px;
}
.item-box .item-head {
  position: relative;
  color: #905412;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
.item-box .item-head i {
  margin-right: 5px;
  color: #E7AD58;
}
.item-box .item-head .more {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
}
.item-box .item-head .more:hover {
  color: #905412;
}
.item-box .item-head-o {
  position: relative;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  border-bottom: 1px solid #FF8D30;
}
.item-box .item-head-o .item-head-box {
  background: #FF8D30;
  float: left;
  padding: 5px 10px;
}
.item-box .item-head-o i {
  margin-right: 5px;
  color: #fff;
}
.item-box .item-head-o .more {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #666;
}
.item-box .item-head-o .more:hover {
  color: #905412;
}
.news-box dl {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.news-box dl dd:hover .title {
  color: #ff8e33;
}
.news-box .title {
  color: #61717C;
  display: block;
  font-weight: 600;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.news-box .mes {
  font-size: 12px;
  margin: 10px 0;
}
.news-box .mes label {
  color: #FFA876;
}
.news-box .item-info .more {
  text-align: center;
  padding: 20px 0 30px;
}
.news-box .item-info .more a {
  padding: 5px 20px;
  color: #fff;
  background: #D9B88D;
  border-radius: 1000px;
  border: 3px solid #D9B88D;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.news-box .item-info .more a:hover {
  border: 3px solid #D9B88D;
  color: #D9B88D;
  background: #fff;
}
.app-box .item-info {
  background: #E6EAED;
  padding: 0 10px;
}
.app-box .item-info dl {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.app-box .item-info dl dt {
  width: 100px;
  text-align: center;
}
.app-box .item-info dl dd {
  margin-left: 120px;
}
.app-box .item-info .des {
  font-size: 12px;
  margin: 5px 0;
}
.app-box .item-info .down {
  background: #FF8D30;
  color: #fff;
  font-size: 12px;
  padding: 3px 20px;
  border-radius: 5px;
  display: block;
  float: left;
}
.about-box dl {
  border: 1px solid #ddd;
  margin-top: 10px;
  border-radius: 5px;
  padding: 20px 5px;
}
.about-box dl:hover dd {
  color: #FF943F;
}
.about-box dl dt {
  width: 50px;
  text-align: center;
}
.about-box dl dd {
  margin-left: 60px;
}
.about-box .des {
  font-size: 12px;
}
.read-box .item-info a {
  display: block;
}
.read-box .item-info .read-link {
  border: 8px solid #ECF1F4;
  font-size: 24px;
  text-align: center;
  line-height: 48px;
  margin-top: 15px;
  color: #3C495C;
}
.read-box .item-info .read-link i {
  color: #FB770D;
}
.link {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 60px;
}
.link .type-name {
  font-size: 18px;
}
.link ul {
  margin-left: -11px;
  overflow: hidden;
  margin-bottom: 0;
}
.link ul li {
  float: left;
  display: inline;
  border-left: 1px solid #666;
  padding: 0 10px;
}
.link ul li a {
  color: #666;
}
.link ul li a:hover {
  color: #FFA876;
}
.p-link {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 20px;
}
.p-link .type-name {
  font-size: 18px;
}
.p-link ul {
  overflow: hidden;
  margin-bottom: 0;
  margin: 0 -10px;
}
.p-link ul li {
  float: left;
  display: inline;
  padding: 10px;
}
.p-link ul li a {
  color: #666;
}
.p-link ul li a:hover {
  color: #FFA876;
}
footer {
  text-align: center;
  background: #D9B88D;
  padding-top: 10px;
  margin-top: 30px;
}
footer a {
  color: #fff;
  margin: 0 10px;
}
footer a:hover {
  color: #666;
}
footer p {
  color: #fff;
  font-size: 12px;
}
.local {
  margin: 20px 0;
  color: #333;
}
.local a {
  color: #666;
}
.local .uk-active a {
  color: #A97F5B;
}
.type-navlist .type-name {
  background: #A97F5B;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 48px;
  position: relative;
}
.type-navlist .type-name:before {
  content: '';
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}
.type-navlist .type-name:after {
  content: '';
  border-right: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -2px;
}
.type-navlist ul li {
  border-left: 3px solid #D0D0D0;
  margin-top: 1px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.type-navlist ul li:hover {
  background: #D9B88D;
  border-left: 3px solid #D9B88D;
}
.type-navlist ul li:hover a {
  color: #fff;
}
.type-navlist ul li a {
  margin-left: 20px ;
  display: block;
  line-height: 36px;
}
.type-navlist .active {
  background: #D9B88D;
  border-left: 3px solid #D9B88D;
}
.type-navlist .active:before {
  content: '';
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: -3px;
  top: 50%;
  margin-top: -2px;
}
.type-navlist .active a {
  color: #fff;
}
.box-info {
  padding: 20px;
  border: 1px solid #ddd;
}
.box-info .newslist li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.box-info .newslist li:hover .news-des {
  color: #D9B88D;
}
.box-info .newslist-line li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.box-info .newslist-line li a {
  font-size: 16px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box-info .newslist-line li a i {
  font-size: 12px;
  color: #A97F5B;
}
.box-info .newslist-line li a:hover {
  color: #D9B88D;
}
.box-info .box-name {
  font-size: 24px;
  color: #D9B88D;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 0px 0 20px;
}
.box-info .news-title {
  font-size: 18px;
  color: #35465D;
}
.box-info .news-title span {
  position: absolute;
  right: 0;
}
.box-info .news-des {
  color: #666;
  text-indent: 2em;
  margin: 10px 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box-info .news-time {
  color: #999;
}
.box-info .readmore {
  color: #39A2DA;
  position: absolute;
  right: 0;
}
.box-info .news-info {
  line-height: 24px;
  text-indent: 2em;
  margin-top: 20px;
}
.box-info .goback {
  text-align: center;
  padding: 50px 0 20px;
}
.box-info .goback a {
  padding: 5px 20px;
  color: #D9B88D;
  border: 1px solid #D9B88D;
  border-radius: 1000px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.box-info .goback a:hover {
  color: #A97F5B;
  border: 1px solid #A97F5B;
}
.pagelist .uk-pagination .uk-active span {
  background: #D9B88D;
}
