* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-family: 'Microsoft YaHei', Arial;
  font-size: 14px;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.over {
  overflow: hidden;
}
.disnone {
  display: none;
}
.top {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #eaeaea;
  float: left;
}
.top .toplan {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 80px;
  float: left;
}
.top .toplan .logo {
  margin: 20px 0 0 20px;
  width: 280px;
  height: 80px;
  float: left;
}
.top .toplan .logo img {
  width: 100%;
}
.top .toplan .nav {
  width: 40px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: white;
  float: right;
  background: #904604;
  border-radius: 6px;
  margin: 20px 20px 0 0;
}
.top .toplan .nav i {
  font-size: 25px;
}
.top .banner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
}
.top .banner .flexslider {
  width: 100%;
  height: auto;
  margin-left: 0;
}
.top .banner .slides {
  position: relative;
  z-index: 1;
}
.top .banner .slides li {
  width: 100%;
  height: 180px;
  background-size: 100% 100% !important;
}
.content {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  float: left;
}
.content .mkbox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 0 10px;
  display: flex;
  float: left;
}
.content .mkbox .mobox {
  flex: 1;
  text-align: center;
}
.content .mkbox .mobox img {
  width: 100%;
  height: auto;
  margin: auto;
}
.content .index1 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  margin: 0px 0;
  float: left;
}
.content .index1 .title {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #904604;
  margin: 15px auto;
  border-radius: 5px;
}
.content .index1 .abox {
  width: 100%;
  height: auto;
}
.content .index1 .abox .cimg {
  width: 100%;
  height: auto;
  float: left;
}
.content .index1 .abox .cimg img {
  width: 100%;
  height: 240px;
}
.content .index1 .abox .cimg iframe {
  width: 100%;
  height: auto;
}
.content .index1 .abox .ctext {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 15px;
}
.content .index1 .abox .ctext .content {
  width: 100%;
  height: auto;
  line-height: 18px;
  float: left;
  overflow: hidden;
  font-size: 14px !important;
  color: #666666;
  margin-bottom: 0;
}
.content .index1 .abox .ctext .content p {
  font-size: 14px !important;
}
.content .index1 .abox .ctext .content a {
  font-size: 14px !important;
  font-weight: bold;
  color: #666666;
}
.content .index1 .abox .ctext .content span {
  font-size: 14px !important;
}
.content .index1 .abox .ctext .numbox {
  width: 100%;
  height: 110px;
  float: left;
}
.content .index1 .abox .ctext .numbox .nbox {
  width: 25%;
  height: 100%;
  float: left;
  text-align: center;
  overflow: hidden;
}
.content .index1 .abox .ctext .numbox .nbox .tnum {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #904604;
  font-size: 50px;
  font-family: FangSong;
  font-weight: bold;
}
.content .index1 .abox .ctext .numbox .nbox .tnum span {
  font-size: 50px;
  font-family: FangSong;
}
.content .index1 .abox .ctext .numbox .nbox .tname {
  width: 100%;
  height: 30px;
  color: #333333;
  font-size: 16px;
}
.content .index2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
.content .index2 .title {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #904604;
  margin: 15px auto;
  border-radius: 5px;
}
.content .index2 .title img {
  width: 100%;
  height: auto;
}
.content .index2 .conbox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
}
.content .index2 .conbox .ctit {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10px;
}
.content .index2 .conbox .ctit .cli {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 70px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background: #26221f;
  margin: 2px 5px;
  padding: 0 5px;
  overflow: hidden;
}
.content .index2 .conbox .ctit .on {
  background: #ff9700;
  color: #333333;
}
.content .index2 .conbox .lbox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.content .index2 .conbox .lbox .li {
  width: calc(50% - 10px);
  height: auto;
  margin: 5px;
}
.content .index2 .conbox .lbox .li .pic {
  width: 100%;
  height: 120px;
}
.content .index2 .conbox .lbox .li .pic img {
  width: 100%;
  height: 120px;
}
.content .index2 .conbox .lbox .li .title {
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 5px 0;
  border: 0;
  overflow: hidden;
  font-size: 12px;
}
.content .index2 .conbox .lbox .li .title a {
  color: #333333;
}
.content .index3 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
}
.content .index3 .title {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
}
.content .index3 .title img {
  height: 50px;
}
.content .index3 .ctype {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 10px;
}
.content .index3 .ctype .cli {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-width: 70px;
  height: 20px;
  line-height: 20px;
  border-radius: 5px;
  background: #26221f;
  margin: 2px 5px;
  padding: 0 5px;
  overflow: hidden;
}
.content .index3 .ctype .on {
  background: #ff9700;
  color: #333333;
}
.content .index3 .ctype .cli {
  background: #904604;
}
.content .index3 .ctype .on {
  background: #ff9700;
}
.content .index3 .cbox {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
}
.content .index3 .cbox .honorbox {
  text-align: center;
  overflow: hidden;
  flex: 0 0 calc(33.3333% - 10px);
  margin: 3px 5px;
}
.content .index3 .cbox .honorbox .img {
  width: 100%;
  height: auto;
}
.content .index3 .cbox .honorbox .img img {
  width: 100%;
  height: 80px;
}
.content .index3 .cbox .honorbox .name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #333333;
  display: none;
}
.content .index3 .more {
  width: 150px;
  height: 30px;
  line-height: 30px;
  border: 1px solid gainsboro;
  margin: 10px auto;
  text-align: center;
}
.content .index3 .more a {
  color: #904604;
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: bold;
}
.content .index4 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #dedede;
  float: left;
}
.content .index4 .title {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #904604;
  margin: 15px auto;
  border-radius: 5px;
}
.content .index4 .title img {
  width: 100%;
  height: auto;
}
.content .index4 .imgbox {
  width: 100%;
  height: auto;
  float: left;
}
.content .index4 .imgbox img {
  width: 100%;
  height: auto;
}
.content .index4 .conbox {
  width: 100%;
  height: auto;
  float: left;
}
.content .index4 .conbox .cbox {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 0 20px;
  background: white;
}
.content .index4 .conbox .cbox .nli {
  width: 100%;
  height: 100px;
  padding: 20px 0;
  color: #333333;
  border-bottom: 1px solid #dfdfdf;
}
.content .index4 .conbox .cbox .nli .ind {
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-right: 2px solid #dbdbdb;
  margin-top: 2px;
  float: left;
  margin-right: 8px;
  text-align: center;
  color: #904604;
  font-size: 40px;
}
.content .index4 .conbox .cbox .nli .cont {
  width: calc(100% - 60px);
  height: 60px;
  float: left;
}
.content .index4 .conbox .cbox .nli .cont .titlan {
  width: 100%;
  height: 20px;
  line-height: 20px;
  float: left;
}
.content .index4 .conbox .cbox .nli .cont .titlan .tit {
  width: calc(100% - 90px);
  height: 20px;
  float: left;
}
.content .index4 .conbox .cbox .nli .cont .titlan .date {
  width: 90px;
  height: 20px;
  float: left;
  text-align: right;
  color: #bebebe;
}
.content .index4 .conbox .cbox .nli .cont .d {
  width: 100%;
  height: 32px;
  margin: 5px 0;
  line-height: 16px;
  color: #9c9c9c;
}
.content .index4 .conbox .cbox a:last-child .nli {
  border: 0;
}
.content .index5 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
}
.content .index5 .cbox {
  width: 100%;
  height: auto;
  line-height: 20px;
  background: #904605;
  padding: 10px 5px;
  text-align: center;
  color: white;
}
.content .index5 .cbox a {
  color: white;
}
.nycenter {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  padding: 0 10px;
  margin-bottom: 50px;
  float: left;
}
.nycenter .nytype {
  margin: 10px auto;
  width: 100%;
  height: auto;
  border: 1px solid #333333;
  border-radius: 10px;
  overflow: hidden;
}
.nycenter .nytype .ntit {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  background: #a93232;
  color: white;
  font-weight: bold;
}
.nycenter .nytype .ntit a {
  color: white;
}
.nycenter .nytype .ntit i {
  display: none;
}
.nycenter .nytype .ntype {
  width: 100%;
  height: auto;
  line-height: 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.nycenter .nytype .ntype .bli {
  min-width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: white;
  color: #333333;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border-right: 1px solid #ababab;
  border-bottom: 1px solid #b5b3b3;
}
.nycenter .nytype .ntype .bli a {
  color: #333333;
  float: left;
  width: 100%;
}
.nycenter .nytype .ntype .bli:hover {
  background: #eeeeee;
}
.nycenter .nytype .ntype .bli1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: white;
  color: #333333;
  flex: 1;
  border-right: 1px solid #fdfdfd;
}
.nycenter .nytype .ntype .bli1 a {
  color: #333333;
  float: left;
  width: 100%;
}
.nycenter .nytype .ntype .bli1:hover {
  background: #eeeeee;
}
.nycenter .nycontent {
  margin: 10px 0;
  width: 100%;
  height: auto;
}
.nycenter .nycontent img {
  max-width: 100%;
}
.nycenter .nycontent .contopline {
  width: 100%;
  height: auto;
  line-height: 30px;
  border-bottom: 1px solid;
  float: left;
}
.nycenter .nycontent .contopline .pnav {
  width: 100%;
  float: right;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}
.nycenter .nycontent .contopline .pnav i {
  font-weight: normal;
}
.nycenter .nycontent .conbody {
  width: 100%;
  min-height: 480px;
  padding: 10px 5px;
  float: left;
}
.nycenter .nycontent .conbody img {
  max-width: 100%;
}
.nycenter .nycontent .conbody .newsline {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #eeeeee;
}
.nycenter .nycontent .conbody .newsline .ni {
  width: 28px;
  height: 30px;
  float: left;
  text-align: center;
}
.nycenter .nycontent .conbody .newsline .nname {
  width: calc(100% - 140px - 28px);
  height: 30px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nycenter .nycontent .conbody .newsline .ndate {
  width: 140px;
  height: 30px;
  float: left;
}
.nycenter .nycontent .conbody .listbox {
  width: calc(100% + 40px);
  margin-left: -20px;
  height: auto;
  float: left;
}
.nycenter .nycontent .conbody .listbox .li {
  width: 50%;
  height: auto;
  padding: 0px 10px;
  margin: 10px 0;
  float: left;
  text-align: center;
}
.nycenter .nycontent .conbody .listbox .li .img {
  width: 100%;
  height: 120px;
  margin: auto;
}
.nycenter .nycontent .conbody .listbox .li .img img {
  width: 100%;
  height: 120px;
}
.nycenter .nycontent .conbody .listbox .li .name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: auto;
  font-size: 16px;
}
.nycenter .nycontent .conbody .video {
  width: 100%;
  height: auto;
  float: left;
  margin: 10px 0;
  padding: 0 5px;
}
.nycenter .nycontent .conbody .video .proli {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.nycenter .nycontent .conbody .video .proli .img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}
.nycenter .nycontent .conbody .video .proli .name {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
}
.nycenter .nycontent .conbody .pageDiv .newsline {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #eeeeee;
}
.nycenter .nycontent .conbody .pageDiv .newsline .ni {
  width: 28px;
  float: left;
  text-align: center;
}
.nycenter .nycontent .conbody .pageDiv .newsline .nname {
  width: calc(100% - 140px - 28px);
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nycenter .nycontent .conbody .pageDiv .newsline .ndate {
  width: 140px;
  float: left;
}
.nycenter .nycontent .conbody .page {
  padding-left: 20px;
}
.nycenter .nycontent .conbody .pdelail {
  width: 100%;
  height: auto;
}
.nycenter .nycontent .conbody .pdelail .tit {
  width: 100%;
  text-align: center;
  background: #eeeeee;
  padding: 5px;
  border-radius: 5px;
}
.nycenter .nycontent .conbody .pdelail .img {
  width: 100%;
  height: 320px;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px dashed #dfdfdf;
}
.nycenter .nycontent .conbody .pdelail .img img {
  height: 280px;
  outline: 1px solid #dfdfdf;
  outline-offset: 5px;
}
.nycenter .nycontent .conbody .pdelail .con {
  width: 100%;
  height: auto;
  padding: 10px 0;
}
.nycenter .nycontent .conbody iframe {
  width: 100%;
}
.nycenter .nycontent .online {
  padding: 10px 5px;
}
.nycenter .nycontent .online #yzcode {
  width: 120px;
  float: left;
  margin-right: 10px;
}
.nycenter .nycontent .online #vimg {
  width: 90px;
  height: 36px;
  float: left;
}
.footer {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background: black;
  bottom: 0;
  display: flex;
}
.footer a {
  color: #e4e4e4;
}
.footer .fbox {
  flex: 1;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
}
.footer .fbox .icon {
  width: 30px;
  height: 30px;
  float: left;
  padding: 5px;
}
.footer .fbox .icon img {
  width: 100%;
}
.footer .fbox .name {
  width: calc(100% - 30px);
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  float: left;
  color: white;
}
.honor {
  width: 100%;
  height: auto;
  float: left;
}
.honor .bli {
  width: 100%;
  outline: 1px dashed #dfdfdf;
  outline-offset: -5px;
  text-align: center;
}
.honor .bli a {
  width: 100%;
  float: left;
}
.honor .bli .bli {
  float: left;
  height: 30px;
  line-height: 30px;
}
.honor .bli:nth-child(1) .bli {
  width: 33.33%;
}
.honor .bli:nth-child(2) .bli {
  width: 25%;
}
/*右侧导航*/

.navbox {
  width: 150px;
  position: fixed;
  z-index: 100;
  height: 100%;
  top: 0;
  right: 0;
  background: #2b404c;
  padding: 20px;
  transform: translateX(150px);
  transition: 0.2s;
}
.navbox .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid white;
  color: white;
  margin-bottom: 20px;
}
.navbox .nli {
  width: 100%;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid white;
  margin-bottom: 5px;
}
.navbox .nli a {
  color: white;
}
