@charset "UTF-8";
body,
ul,
li,
img,
h1,
h2,
h3,
h4,
h5,
h6,
form,

ol {
  padding: 0;
  margin: 0;
  border: 0;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul {
  list-style: none;
}

body {
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  color: #333333;
  line-height: 20px;
  border-collapse: collapse;
  max-width: 1920px;
  min-width: 1200px;
  height: auto;
  font-family: Microsoft Yahei, STHeiti, SimHei;
  background: #f0efef;
}

a {
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

a.hover {
  text-decoration: underline;
}

#zhengti {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

.title1 {
  font-size: 30px;
  color: #474747;
  padding-bottom: 15px;
  width: 100%;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  clear: both;
  font-family: Microsoft Yahei, STHeiti, SimHei;
  font-weight: normal;
  padding-top: 10px;
}

.title1 span {
  display: block;
  font-size: 20px;
  line-height: 26px;
  color: #474747;
  font-weight: 100;
  text-transform: uppercase;
}

.line {
  width: 100%;
  border-bottom: 1px #666666 dashed;
  margin: 20px 0;
}

.mbox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#top {
  background: #fff;
  position: relative;
  z-index: 33;
}

.nav-menu {
  display: none;
}

#top #header {
  height: 156px;
  background: #fff url(./images/top1.png) bottom center no-repeat;
  background-size: 100% auto;
}

#top #header .tlogo {
  float: left;
  padding-top: 15px;
}

#top #header .tlogo img {
  display: block;
}

.menu_zz {
  display: none;
}

#top #header .tright {
  float: right;
  padding-top: 35px;
  width: 515px;
}

#top #header .tright .tb1 {
  width: 32px;
  height: 32px;
  background: #4694f1;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  float: left;
  border-radius: 10px;
  margin-right: 12px;
}

#top #header .tright .tsearch {
  float: left;
  padding-left: 4px;
  overflow: hidden;
}

#top #header .tright .tsearch .stxt {
  width: 322px;
  height: 32px;
  float: left;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dcdddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 31px;
  padding: 0px 15px;
  font-size: 14px;
  outline: none;
  border-radius: 8px;
}

#top #header .tright .tsearch .stxt::-webkit-input-placeholder {
  color: #ccc;
}

#top #header .tright .tsearch .tsou {
  float: left;
  margin-left: 15px;
  background: #fff;
  border: 1px solid #dcdddd;
  height: 32px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 69px;
  outline: none;
  color: #143252;
  font-size: 16px;
  cursor: pointer;
}

#header .pzsearch {
  width: 417px;
  height: 59px;
  background: #eaeaea;
  float: right;
  border-radius: 6px;
  position: relative;
}

#header .pzsearch .stxt2 {
  width: 220px;
  overflow: hidden;
  float: left;
  height: 59px;
  line-height: 59px;
  font-size: 18px;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  background: none;
}

#header .pzsearch .stxt2::-webkit-input-placeholder {
  color: #ccc;
}

#header .pzsearch .zs {
  float: left;
  width: 100px;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  color: #607380;
  text-align: center;
  background: url(./images/icon_xl.png) right center no-repeat;
  cursor: pointer;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header .pzsearch .zslist {
  position: absolute;
  background: #eaeaea;
  top: 59px;
  left: 235px;
  box-sizing: border-box;
  width: 100px;
  overflow: hidden;
  display: none;
}

#header .pzsearch .zslist li {
  line-height: 24px;
  font-size: 14px;
  font-size: 18px;
  height: 24px;
  color: #607380;
  overflow: hidden;
  padding: 5px 10px;
  cursor: pointer;
}
#header .pzsearch .zslist li:hover {
  color: #eee;
  background: #2195e8;
}

#header .pzsearch .sbtn {
  width: 74px;
  height: 59px;
  background: url(./images/sbtn_bg.png);
  cursor: pointer;
  float: right;
}

.menu {
  height: 60px;
  background: #fff;
  border-bottom: 3px solid #2d9862;
}

.menu ul {
  width: 1200px;
  margin: 0 auto;
}

.menu ul li {
  float: left;
  width: 120px;
  height: 60px;
  background: url(./images/l1.png) right center no-repeat;
}

.menu ul li:last-child {
  background: none;
}

.menu ul li a {
  height: 60px;
  line-height: 60px;
  display: block;
  font-size: 20px;
  color: #22783e;
  text-align: center;
}

.menu ul li a:hover {
  background: #42a06f;
  color: #fff;
}

.sytit {
  overflow: hidden;
}

.sytit img {
  display: block;
  margin: 0 auto;
}

.sypf {
  width: 200px;
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 260px;
  left: 50%;
  margin-left: 630px;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
}

.sypf ul {
  overflow: hidden;
  width: 170px;
  margin: 0 auto;
  padding: 7px 0px;
}

.sypf ul li {
  padding: 8px 0px;
  overflow: hidden;
}

.sypf ul li a {
  overflow: hidden;
  background: #2195e8;
  display: block;
  color: #fff;
  height: 63px;
  line-height: 63px;
  font-size: 18px;
}

.sypf ul li a:hover {
  background: #2abaeb;
}

.sypf ul li a img {
  float: left;
  width: 61px;
  height: 59px;
  overflow: hidden;
  padding: 2px;
}

.sypf ul li a p {
  margin: 0;
  float: left;
  padding-left: 8px;
  width: 95px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#sybox1 {
  position: relative;
  background: #fff;
  width: 1200px;
  height: 320px;
  padding: 27px 0px;
  margin: 0 auto;
  margin-top: 25px;
  -webkit-box-shadow: 0px 0px 10px #c9c9c9;
  box-shadow: 0px 0px 10px #c9c9c9;
}

#sybox1 .box1 {
  width: 550px;
  margin-left: 40px;
  float: left;
}

#sybox1 .box1 .news1 {
  overflow: hidden;
}

#sybox1 .box1 .news1 .xw {
  overflow: hidden;
  display: none;
}

#sybox1 .box1 .news1 .xw .pic {
  float: left;
  width: 189px;
  height: 265px;
  overflow: hidden;
  padding-top: 10px;
}

#sybox1 .box1 .news1 .xw .pic img {
  display: block;
  width: 185px;
}

#sybox1 .box1 .news1 .xw dl {
  overflow: hidden;
  width: 350px;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}

#sybox1 .box1 .news1 .xw dl dd {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc;
}

#sybox1 .box1 .news1 .xw dl dd:hover * {
  color: #2195e8;
}

#sybox1 .box1 .news1 .xw:first-child {
  display: block;
}

#sybox1 .box1 .news1 .xw ul {
  overflow: hidden;
  padding-top: 5px;
}

#sybox1 .box1 .news1 .xw ul li {
  height: 51px;
  line-height: 51px;
  padding: 0px 16px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
#sybox1 .box1 .news1 .xw ul li:hover {
  background: #eafcf3;
}
#sybox1 .box1 .news1 .xw ul li:hover * {
  color: #2d9862;
}

#sybox1 .box1 .news1 .xw ul li p {
  float: left;
  width: 395px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

#sybox1 .box1 .news1 .xw ul li span {
  float: right;
}

#sybox1 .box1 .xt1 {
  overflow: hidden;
  margin-right: -5px;
}

#sybox1 .box1 .xt1 a {
  float: left;
  width: 178px;
  height: 40px;
  border: 1px solid #dddede;
  margin-right: 5px;
  font-size: 17px;
  line-height: 40px;
  text-indent: 90px;
}

#sybox1 .box1 .xt1 a.t1 {
  background: url(./images/xwt1.png) 50px center no-repeat;
}

#sybox1 .box1 .xt1 a.t1.on {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  color: #fff;
  background: url(./images/xwt01.png) 50px center no-repeat #2195e8;
}

#sybox1 .box1 .xt1 a.t2 {
  background: url(./images/xwt2.png) 50px center no-repeat;
}

#sybox1 .box1 .xt1 a.t2.on {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  color: #fff;
  background: url(./images/xwt02.png) 50px center no-repeat #2195e8;
}

#sybox1 .box1 .xt1 a.t3 {
  background: url(./images/xwt3.png) 50px center no-repeat;
}

#sybox1 .box1 .xt1 a.t3.on {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
  color: #fff;
  background: url(./images/xwt03.png) 50px center no-repeat #2195e8;
}

#sybox1 .syqh {
  width: 535px;
  height: 311px;
  overflow: hidden;
  float: left;
  margin-left: 30px;
  position: relative;
}

#sybox1 .syqh ul li {
  position: relative;
  width: 535px;
  height: 311px;
}

#sybox1 .syqh ul li span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 535px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#sybox1 .syqh img {
  display: block;
}

#sybox1 .syqh .btnl1 {
  width: 34px;
  height: 52px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 130px;
  cursor: pointer;
}

#sybox1 .syqh .btnr1 {
  width: 34px;
  height: 52px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 130px;
  cursor: pointer;
}

#sybox2 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}

#sybox2 .box3 {
  float: right;
  width: 300px;
  height: 367px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
}

#sybox2 .box3 .tit {
  width: 245px;
  margin: 0 auto;
  border-bottom: 1px solid #2d9862;
  padding-top: 9px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

#sybox2 .box3 .tit span {
  float: left;
  font-size: 22px;
  border-bottom: 2px solid #2d9862;
  color: #2d9862;
  line-height: 48px;
  min-width: 80px;
}

#sybox2 .box3 .tit .more {
  float: right;
  font-size: 16px;
  color: #2d9862;
  padding-right: 5px;
}

#sybox2 .box3 .pic {
  width: 152px;
  height: 214px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 15px;
}

#sybox2 .box3 .pic img {
  display: block;
}

#sybox2 .box3 ul {
  width: 252px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 10px;
}

#sybox2 .box3 ul li {
  height: 25px;
  line-height: 25px;
  text-align: center;
  overflow: hidden;
  color: #727171;
  font-size: 15px;
  border-bottom: 1px solid #dcdcdc;
}

#sybox2 .box3 ul li a {
  color: #727171;
}

#sybox2 .box3 ul li:last-child {
  border: none;
}

#sybox2 .box3 ul li:hover a {
  color: #2d9862;
}

#sybox2 .box {
  padding: 0 30px;
  width: 584px;
  box-sizing: border-box;
  height: 367px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #c9c9c9;
  box-shadow: 0px 0px 10px #c9c9c9;
}

#sybox2 .box .tit {
  padding-top: 9px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

#sybox2 .box .tit span {
  float: left;
  font-size: 22px;
  color: #2195e8;
  line-height: 48px;
}

#sybox2 .box .tit .more {
  float: right;
  font-size: 16px;
  color: #2195e8;
  padding-right: 5px;
}
#sybox2 .decorate {
  height: 4px;
  background: #e0e0e0 url(./images/sybox2_box_bg.png) center left no-repeat;
}
#sybox2 .box2 {
  float: right;
}
#sybox2 .box2 ul {
  overflow: hidden;
  padding-top: 5px;
}

#sybox2 .box2 ul li {
  height: 44px;
  line-height: 44px;
  overflow: hidden;
  border: 1px solid #dedfdf;
  font-size: 17px;
  margin-top: 11px;
}

#sybox2 .box2 ul li:hover {
  background: url(./images/libj1.jpg) left center repeat-x;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 5px #ccc;
}

#sybox2 .box2 ul li:hover a {
  color: #fff;
  background-image: url(./images/li01.png);
}

#sybox2 .box2 ul li a {
  color: #727171;
  padding-left: 25.34%;
  display: block;
  background-position: 22.26% center;
  background-repeat: no-repeat;
  background-image: url(./images/li1.png);
  text-overflow: ellipsis;
  overflow: hidden;
  width: 350px;
  white-space: nowrap;
}

#sybox2 .box1 {
  float: left;
}

#sybox2 .box1 ul {
  overflow: hidden;
  padding-top: 10px;
}

#sybox2 .box1 ul li {
  height: 51px;
  line-height: 51px;
  padding: 0px 5px;
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}

#sybox2 .box1 ul li:hover {
  background: #eafcf3;
}

#sybox2 .box1 ul li:hover * {
  color: #2d9862;
}

#sybox2 .box1 ul li p {
  float: left;
  width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

#sybox2 .box1 ul li span {
  float: right;
}

.banner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
  background: #fff;
  margin-top: 25px;
}

.banner img {
  display: block;
  padding: 30px 0px;
  width: 1145px;
  margin: 0 auto;
}
#syshow {
  overflow: hidden;
  position: relative;
}
#syshow .sybd1 {
  box-sizing: border-box;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 38px 25px 30px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #c9c9c9;
  box-shadow: 0px 0px 10px #c9c9c9;
}
#syshow .sybd1 ul {
  overflow: hidden;
}
#syshow .sybd1 li {
  float: left;
}
#syshow .sybd1 li a {
  width: 210px;
  display: block;
}
#syshow .sybd1 li a:hover .txt {
  color: #2195e8;
}
#syshow .sybd1 li + li {
  margin-left: 25px;
}
#syshow .sybd1 li img {
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 10px #c9c9c9;
  box-shadow: 0px 0px 10px #c9c9c9;
}
#syshow .sybd1 li .txt {
  text-align: center;
  height: 40px;
  font-size: 16px;
  margin-top: 10px;
  color: #464646;
  line-height: 40px;
}
#sybox3 {
  overflow: hidden;
  position: relative;
  height: 385px;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
  margin-top: 25px;
}

#sybox3 .gdtit {
  width: 1150px;
  margin: 0 auto;
  margin-top: 30px;
}

#sybox3 .gdtit ul {
  width: 1150px;
  text-align: center;
}

#sybox3 .gdtit ul li {
  display: inline-block;
  width: 49px;
  height: 4px;
  background: #dcdddd;
  margin: 0px 7px;
  overflow: hidden;
  cursor: pointer;
  text-indent: -1000px;
}

#sybox3 .gdtit ul li.on {
  background: #2d9862;
}

#sybox3 .sybd1 {
  overflow: hidden;
  width: 1150px;
  margin: 0 auto;
  margin-top: 25px;
}

#sybox3 .sybd1 ul {
  overflow: hidden;
}

#sybox3 .sybd1 ul li {
  width: 218px;
  height: 260px;
  overflow: hidden;
  position: relative;
  float: left;
  padding-top: 25px;
  margin: 0px 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#sybox3 .sybd1 ul li:hover {
  padding-top: 0;
}

#sybox3 .sybd1 ul li > img {
  width: 218px;
  /* height: 260px; */
  display: block;
}

#sybox3 .sybd1 ul li span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 218px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

#sybox4 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
  margin-top: 30px;
  padding: 40px 0px;
}

#sybox4 .yqlink2 {
  overflow: hidden;
  width: 1140px;
  margin: 0 auto;
}

#sybox4 .yqlink2 img {
  display: block;
  float: left;
  margin: 4px;
  height: 35px;
}

#sybox4 .yqlink {
  width: 1140px;
  margin: 0 auto;
  overflow: hidden;
}

#sybox4 .yqlink ul {
  overflow: hidden;
  margin: 0px -5px;
  padding-left: 3px;
}

#sybox4 .yqlink ul li {
  overflow: hidden;
  margin: 0px 5px;
  float: left;
  width: 218px;
  height: 30px;
}

#sybox4 .yqlink ul li select {
  width: 218px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

#footer {
  background: #2d9862;
  position: relative;
  margin-top: 30px;
  padding: 40px 0px;
}

#footer .footer {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}

#footer .footer a {
  color: #fff;
}

#footer .footer .ftel {
  overflow: hidden;
  float: left;
  width: 395px;
  padding-top: 18px;
}

#footer .footer .ftel img {
  display: block;
}

#footer .footer .ftxt {
  overflow: hidden;
  float: left;
  width: 500px;
  padding-top: 10px;
}
#footer .footer .ftxt p{
  line-height: 22px;
  display: flex;
  align-items: center;
  margin: 5px 0;
}

#footer .footer .fp1 {
  float: left;
  padding-top: 18px;
}

#footer .footer .fp2 {
  float: right;
}

#trans-tooltip,
#tip-arrow-bottom,
#tip-arrow-top {
  display: none;
}

.hot {
  overflow: hidden;
  background: #fff;
  margin-bottom: 25px;
}

.hot .hdq {
  height: 34px;
  line-height: 34px;
  color: #2d9862;
  font-size: 14px;
  width: 1200px;
  margin: 0 auto;
}

.hot .hdq a {
  color: #2d9862;
}

.hot .hdq a:hover {
  color: #4694f1;
}

.nynav {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
}

.nynav a {
  float: left;
  font-size: 18px;
  width: 195px;
  height: 44px;
  color: #666666;
  line-height: 44px;
  text-indent: 44px;
}

.nynav a:hover,
.nynav a.selected {
  background: url(./images/nynav1.png) no-repeat;
  color: #fff;
}

.nytit img {
  display: block;
  margin: 0 auto;
}

.newslist {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  font-family: Microsoft Yahei, STHeiti, SimHei;
  padding-top: 20px;
}

.newslist > ul {
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.newslist > ul li {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}

.newslist > ul li p {
  margin: 0;
  float: left;
  width: 810px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newslist > ul li a {
  color: #666666;
}

.newslist > ul li a:hover {
  color: #42a06f;
}

.newslist > ul li span {
  float: right;
}

.tab {
  border-collapse: collapse;
}

.tab td {
  padding: 5px;
}

.nyfan {
  overflow: hidden;
  margin-top: 40px;
  padding-top: 10px;
  font-size: 14px;
  border-top: 1px solid #dcdcdc;
}

.nyfan ul {
  overflow: hidden;
}

.nyfan ul li {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #8a8a8a;
}

.nyfan ul li a {
  color: #8a8a8a;
}

#pzbox {
  width: 1200px;
  margin: 0 auto;
}

#pzbox #pz_main {
  width: 960px;
  background: #fff;
  overflow: hidden;
  float: right;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
  padding-top: 25px;
  padding-bottom: 40px;
}

#pzbox #pz_main .normal {
  width: 900px;
  margin: 0 auto;
  min-width: 251px;
  font-size: 16px;
  line-height: 33px;
  color: #333333;
}

#pzbox #pz_main .normal #mainText {
  width: 900px;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
}

#pzbox #pz_main .normal #mainText ul li {
  line-height: 33px;
  padding: 5px 0px;
  overflow: hidden;
  background: #f3f2f2;
}

#pzbox #pz_main .normal #mainText ul li:nth-child(even) {
  background: #f9f9f9;
}

#pzbox #pz_main .normal #mainText ul li .pztit {
  float: left;
  padding-left: 24px;
  width: 120px;
  padding-right: 26px;
  overflow: hidden;
}

#pzbox #pz_main .normal #mainText ul li .pznr {
  width: 660px;
  float: left;
  overflow: hidden;
  text-align: justify;
}

#pzbox #pz_main .normal #mainText ul li .pznr img {
  display: block;
  margin: 10px 0px;
  width: 422px;
  height: auto;
}

#pzbox #pz_main .normal .nyheader {
  border-bottom: 1px solid #ecf1f7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

#pzbox #pz_main .normal .pz_foot {
  text-align: right;
  line-height: 30px;
  padding-top: 10px;
  font-size: 0px;
}

#pzbox #pz_main .normal .pz_foot span {
  display: inline-block;
  margin: 0px 7px;
  font-size: 16px;
  color: #00a0e9;
  cursor: pointer;
}

#pzbox #pz_main .normal .nyheader h1 {
  margin: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  color: #333;
  text-align: center;
}

#pzbox #pz_main .normal .nyheader .othermessage {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  padding-top: 20px;
}

#pzbox #pz_main .normal .nyheader .othermessage #proclaim font {
  float: left;
  width: 50px;
}

#pzbox #pz_main .normal .nyheader .othermessage .fl {
  float: left;
}

#pzbox #pz_main .normal .nyheader .othermessage .fr {
  float: right;
}

#pzbox #pz_main .normal .nyheader .othermessage #fontSize {
  padding-right: 15px;
}

#pzbox #pz_main .normal .nyheader .othermessage #fontSize a.on {
  color: #42a06f;
}

#pzbox #pz_main .normal .nyheader .othermessage p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#pzbox #pz_main .normal .nyheader .othermessage .pz_set {
  float: right;
  font-size: 15px;
}

#pzbox #pz_main .normal .nyheader .othermessage .pz_set span {
  padding-right: 10px;
  display: inline-block;
  cursor: pointer;
}

#pzbox #pz_main .tit {
  height: 53px;
  line-height: 53px;
  overflow: hidden;
  font-size: 18px;
  color: #333333;
  padding: 0px 30px;
}

#pzbox #pz_main .tit span {
  color: #e60012;
}

#pzbox #pz_main .pzlist {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 251px;
}

#pzbox #pz_main .pzlist ul {
  overflow: hidden;
  margin-right: -25px;
  padding-top: 20px;
}

#pzbox #pz_main .pzlist ul li {
  width: 436px;
  height: 236px;
  overflow: hidden;
  float: left;
  background: #f9f9f9;
  margin-right: 25px;
  margin-bottom: 25px;
}

#pzbox #pz_main .pzlist ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#pzbox #pz_main .pzlist ul li:hover .txt p b {
  color: #e60012;
}

#pzbox #pz_main .pzlist ul li .pic {
  width: 143px;
  height: 188px;
  float: left;
  overflow: hidden;
  margin-left: 20px;
  padding-top: 23px;
}

#pzbox #pz_main .pzlist ul li .pic img {
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#pzbox #pz_main .pzlist ul li .txt {
  width: 235px;
  height: 188px;
  float: left;
  margin-left: 20px;
  padding-top: 20px;
}

#pzbox #pz_main .pzlist ul li .txt p {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #666666;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#pzbox #pz_main .pzlist ul li .txt p b {
  color: #333;
}

#pzbox #sidebar {
  width: 221px;
  float: left;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
}

#pzbox #sidebar .tit {
  padding-top: 25px;
  border-bottom: 1px solid #2d9862;
}

#pzbox #sidebar .tit span {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  border-bottom: 3px solid #2d9862;
  padding-left: 17px;
  color: #2d9862;
}

#pzbox #sidebar .adv_search {
  width: 183px;
  margin: 0 auto;
  padding-top: 40px;
  /* overflow: hidden; */
  padding-bottom: 40px;
}

#pzbox #sidebar .adv_search ul li {
  padding-bottom: 20px;
}

#pzbox #sidebar .adv_search ul li.pz_scbox {
  height: 38px;
  overflow: hidden;
  border: 1px solid #cfcdcd;
  padding: 0;
}

#pzbox #sidebar .adv_search ul li.pz_scbox .pz_txt {
  float: left;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: none;
  width: 119px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 14px;
  outline: none;
}

#pzbox #sidebar .adv_search ul li.pz_scbox .pz_btn {
  width: 62px;
  height: 38px;
  float: left;
  overflow: hidden;
  background: url(./images/pz_submit.jpg) no-repeat;
  border: none;
  cursor: pointer;
  padding: 0;
}

#pzbox #sidebar .adv_search ul li.pz_scbox .pz_btn.is-disabled {
  cursor: not-allowed;
}

#pzbox #sidebar .adv_search ul li select {
  width: 183px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}

#main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 55px;
}

#main .downlist {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
  font-family: Microsoft Yahei, STHeiti, SimHei;
  padding-top: 20px;
}

#main .downlist ul {
  overflow: hidden;
  padding-bottom: 20px;
}

#main .downlist ul li {
  height: 47px;
  line-height: 47px;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  padding-left: 26px;
  background: url(./images/li2.png) 7px center no-repeat;
}

#main .downlist ul li:hover p {
  color: #54c4f1;
}

#main .downlist ul li p {
  margin: 0;
  width: 830px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main .downlist ul li span {
  float: left;
  width: 152px;
  text-align: center;
}

#main .downlist ul li span.downb {
  width: 112px;
}

#main .downlist ul li span.downb img {
  display: block;
  padding-top: 12px;
  padding-left: 67px;
}

#main .downtit {
  height: 60px;
  line-height: 60px;
  background: #4694f1;
  font-size: 19px;
  color: #fff;
}

#main .downtit .dtit {
  float: left;
  width: 894px;
  border-right: 1px solid #fff;
  text-indent: 62px;
}

#main .downtit .drq {
  width: 151px;
  float: left;
  border-right: 1px solid #fff;
  text-align: center;
}

#main .downtit .dxz {
  width: 153px;
  float: left;
  text-align: center;
}

#main.searchlist {
  margin-top: 50px;
  padding-top: 52px;
}

#main.searchlist .searchtit {
  width: 224px;
  height: 50px;
  position: absolute;
  top: -25px;
  left: 490px;
  background: #4694f1;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-radius: 30px;
}

#main.searchlist .soutit {
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 17px;
  color: #434343;
  width: 1120px;
  margin: 0 auto;
}

#main #dituContent img {
  max-width: none;
}

#main .normal {
  width: 1125px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  min-height: 400px;
  padding-top: 20px;
}

#main .normal #mainText {
  overflow: hidden;
}

#main .normal .nyheader {
  border-bottom: 1px solid #ecf1f7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}

#main .normal .nyheader h1 {
  margin: 0;
  font-weight: normal;
  font-size: 28px;
  line-height: 40px;
  color: #333;
  text-align: center;
}

#main .normal .nyheader .bdshare-button-style0-16 a {
  margin: 0px 5px;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_weixin {
  background-image: url(./images/wxShare_xb_20181029.png) !important;
  background-position: 0 !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_weixin:hover {
  background-image: url(./images/wxShare_on_xb_20181029.png) !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_tsina {
  background-image: url(./images/wbShare_xb_20181029.png) !important;
  background-position: 0 !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_tsina:hover {
  background-image: url(./images/wbShare_on_xb_20181029.png) !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_sqq {
  background-image: url(./images/qqShare_xb_20181029.png) !important;
  background-position: 0 !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_sqq:hover {
  background-image: url(./images/qqShare_on_xb_20181029.png) !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_qzone {
  background-image: url(./images/qzoneShare_xb_20181029.png) !important;
  background-position: 0 !important;
}

#main .normal .nyheader .bdshare-button-style0-16 .bds_qzone:hover {
  background-image: url(./images/qzoneShare_on_xb_20181029.png) !important;
}

#main .normal .nyheader .othermessage {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  overflow: hidden;
  padding-top: 20px;
}

#main .normal .nyheader .othermessage #proclaim font {
  float: left;
  width: 50px;
}

#main .normal .nyheader .othermessage .fl {
  float: left;
}

#main .normal .nyheader .othermessage .fr {
  float: right;
}

#main .normal .nyheader .othermessage #fontSize {
  padding-right: 15px;
}

#main .normal .nyheader .othermessage p {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#main .normal p {
  text-indent: 2em;
  margin: 0;
  padding-bottom: 10px;
}

#main .normal p.em0 {
  text-indent: 0;
}

#main .normal .tab td {
  padding: 5px;
}

#main .mdlist {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

#main .mdlist .mdtxt {
  width: 1200px;
  height: 461px;
  overflow: hidden;
  background: url(./images/mdbj1.jpg) no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

#main .mdlist .mdtxt h3 {
  font-size: 26px;
  color: #fed33f;
  line-height: 40px;
  font-weight: normal;
  padding-top: 80px;
}

#main .mdlist .mdtxt h3 span {
  display: block;
  font-size: 16px;
  color: #fff;
}

#main .mdlist .mdtxt img {
  display: block;
  margin: 25px auto;
}

#main .mdlist .mdtxt p {
  margin: 0 auto;
  padding-bottom: 15px;
  width: 1020px;
  text-indent: 0;
}

#main .mdlist ul {
  overflow: hidden;
  padding-top: 42px;
  padding-left: 12px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#main .mdlist ul li {
  width: 350px;
  height: 282px;
  float: left;
  overflow: hidden;
  margin-left: 32px;
  margin-bottom: 30px;
}

#main .mdlist ul li img {
  width: 350px;
  height: 244px;
  display: block;
}

#main .mdlist ul li span {
  display: block;
  padding: 0px 20px;
  height: 38px;
  line-height: 38px;
  background: #fed33f;
  text-align: center;
  font-size: 14px;
  color: #34240b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main .prolist {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
}

#main .prolist ul {
  overflow: hidden;
  margin-right: -32px;
  margin-bottom: 15px;
  min-height: 300px;
}

#main .prolist ul li {
  width: 378px;
  height: 434px;
  overflow: hidden;
  float: left;
  margin-right: 32px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}

#main .prolist ul li:hover .txt {
  bottom: 0px;
  height: 434px;
  background: rgba(25, 156, 117, 0.85);
}

#main .prolist ul li:hover .txt h3 {
  color: #fff;
  padding-top: 80px;
}

#main .prolist ul li:hover .txt h3 span {
  color: #fff;
}

#main .prolist ul li:hover .txt p {
  width: 260px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding-top: 30px;
  display: block;
}

#main .prolist ul li:hover .txt .more {
  width: 118px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  position: absolute;
  left: 122px;
  bottom: 55px;
}

#main .prolist ul li img {
  display: block;
  width: 378px;
  height: 434px;
}

#main .prolist ul li .txt {
  width: 378px;
  position: absolute;
  left: 0;
  bottom: 30px;
}

#main .prolist ul li .txt p {
  display: none;
}

#main .prolist ul li .txt h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}

#main .prolist ul li .txt h3 span {
  display: block;
  font-size: 14px;
  color: #797979;
}

#main .prolist ul li .txt .more {
  display: none;
}

.lxwm {
  background: #f5f5f5;
  overflow: hidden;
  height: 880px;
}

.lxwm .lxleft {
  width: 585px;
  float: left;
  overflow: hidden;
}

.lxwm .lxright {
  width: 520px;
  float: left;
  margin-left: 50px;
  padding-top: 50px;
}

.lxwm .lxright .lxbox {
  padding-top: 25px;
}

.lxwm .lxright .lxbox ul {
  overflow: hidden;
}

.lxwm .lxright .lxbox ul li {
  width: 260px;
  height: 180px;
  overflow: hidden;
  float: left;
  text-align: center;
}

.lxwm .lxright .lxbox ul li .pic {
  width: 260px;
  height: 80px;
  overflow: hidden;
}

.lxwm .lxright .lxbox ul li .pic.lx1 {
  background: url(./images/icon_lx1.png) center center no-repeat;
}

.lxwm .lxright .lxbox ul li .pic.lx2 {
  background: url(./images/icon_lx2.png) center center no-repeat;
}

.lxwm .lxright .lxbox ul li .pic.lx3 {
  background: url(./images/icon_lx3.png) center center no-repeat;
}

.lxwm .lxright .lxbox ul li .pic.lx4 {
  background: url(./images/icon_lx4.png) center center no-repeat;
}

.lxwm .lxright .lxbox ul li h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
}

.lxwm .lxright .lxbox ul li p {
  margin: 0;
}

.lxwm .lxright .lybox {
  overflow: hidden;
}

.lxwm .lxright .lybox h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}

.lxwm .lxright .lybox ul {
  padding-top: 15px;
}

.lxwm .lxright .lybox ul li {
  line-height: 36px;
}

.lxwm .lxright .lybox .input3 {
  width: 518px;
  height: 30px;
  line-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 7px;
  background: #fff;
  outline: none;
  padding: 0px 10px;
}

.lxwm .lxright .lybox .input4 {
  width: 518px;
  height: 130px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 7px;
  background: #fff;
  outline: none;
  padding: 7px 10px;
}

.fenye {
  text-align: center;
  font-size: 16px;
  color: #333;
  padding-top: 10px;
  clear: both;
}

.fenye a {
  padding: 0px 5px;
  color: #333;
}

.fenye a:hover {
  color: #2d9862;
}

.normal p.pl32 {
  padding-left: 32px;
  text-indent: 0;
  text-indent: 2em;
}

.pagep {
  margin-top: 50px;
  text-align: center;
  overflow: hidden;
  height: 24px;
}

.pagep a {
  margin: 0px 20px;
}

.pagep .pey,
.pagep .nty {
  display: none;
}

.pagep .pre {
  display: inline-block;
  width: 82px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #343434;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.pagep .pre:hover {
  color: #2d9862;
  border: 1px solid #2d9862;
}

.pagep .next {
  display: inline-block;
  width: 82px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: #343434;
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.pagep .next:hover {
  color: #2d9862;
  border: 1px solid #2d9862;
}

.ntit1 {
  color: #9fa0a0;
  line-height: 42px;
  border-bottom: 1px solid #9fa0a0;
  margin-bottom: 30px;
  text-align: center;
  margin-top: -20px;
}

#liuyan {
  overflow: hidden;
  width: 780px;
  margin: 0 auto;
  background: url(./images/lybj.png) 35px 72px no-repeat;
  padding-bottom: 40px;
}

#liuyan h1 {
  font-size: 26px;
  line-height: 60px;
  font-weight: normal;
  color: #c0291d;
}

.lytxt {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  padding-bottom: 20px;
}

.txt8 span {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  color: #a9a9a9;
}

.lyright {
  width: 800px;
  float: right;
}

.lypic {
  width: 315px;
  float: left;
}

.txt9 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #956134;
  font-family: SimHei;
}

.txt8 {
  font-family: Microsoft Yahei;
  width: 700px;
  font-size: 20px;
  color: #000;
  margin: 20px auto;
  line-height: 30px;
}

.tabimg td {
  padding: 15px 12px;
  padding-top: 5px;
}

#sybox3 .syhz ul li.hz1.animation {
  animation: bounceIn 0.7s 0.3s both;
  -webkit-animation: bounceIn 0.7s 0.2s both;
}

/* 20191218 */
.menu {
  position: relative;
  z-index: 30;
}

.menu ul li {
  position: relative;
  width: 171px;
}

.menu ul li .subnav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
  background: #42a06f;
  padding-bottom: 15px;
  display: none;
}

.menu ul li .subnav a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 7px;
}

.menu ul li .subnav a:hover {
  text-decoration: underline;
}

.menu ul li:hover .subnav {
  display: block;
}

.menu ul li:hover a {
  color: #fff;
}

.menu ul li:hover {
  background: #42a06f !important;
}
#pzqzs {
  overflow: hidden;
  clear: both;
}
#pzqzs #main {
  padding: 0;
  overflow: hidden;
  clear: both;
}
#pzqzs .preview {
  text-align: center;
  position: relative;
  float: left;
  padding-top: 116px;
  padding-bottom: 133px;
  box-sizing: border-box;
  width: 947px;
}
#pzqzs .preview img {
  vertical-align: middle;
  width: 782px;
  height: auto;
  margin: 0 10px;
  border-radius: 4px;
}
#pzqzs .preview a {
  vertical-align: middle;
  width: 55px;
  height: 626px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
}
#pzqzs .preview a:hover {
  background-color: #e6e6e6;
}
#pzqzs .preview .front {
  background-image: url(./images/m_prev.png);
}
#pzqzs .preview .next {
  background-image: url(./images/m_next.png);
}
#pzqzs .jieshao {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 116px 30px 30px;
  width: 252px;
  box-sizing: border-box;
  background: #f9f9f9;
}
#pzqzs .jieshao .label {
  font-size: 21px;
  color: #8e8e8e;
  margin-bottom: 10px;
}
#pzqzs .jieshao .label2 {
  margin-top: 50px;
}
#pzqzs .jieshao .txt {
  font-size: 16px;
  color: #464646;
  text-align: justify;
  overflow-y: auto;
  height: 560px;
}
#wtjd {
  overflow: hidden;
}
#wtjd #main {
  box-sizing: border-box;
  padding: 8px 45px 78px;
}
#wtjd .page-title {
  width: 224px;
  line-height: 50px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  background: #4694f1;
  margin: 50px auto 23px;
}
#wtjd .search-wrap {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 7px 0;
  box-sizing: border-box;
}
#wtjd .search-wrap .search-input {
  vertical-align: middle;
  display: inline-block;
  height: 44px;
  border-radius: 8px;
  width: 252px;
  padding: 0 16px;
  color: #666;
  font-size: 17px;
  border: 1px solid #efefef;
}
#wtjd .search-wrap .search-input:focus {
  outline: none;
}
#wtjd .search-wrap .search-btn {
  vertical-align: middle;
  display: inline-block;
  background: #4694f1;
  color: #fff;
  font-size: 17px;
  height: 44px;
  width: 74px;
  line-height: 44px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #efefef;
  margin-left: 12px;
}
/* �ֻ���վ��ʽ */
@media (max-width: 640px) {
  body {
    font-size: 100%;
    min-width: 200px;
    line-height: 1em;
    width: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .sypf {
    display: none;
  }
  .mbox {
    width: 100%;
  }
  #top #header {
    height: 60px;
  }
  #top #header .tlogo {
    padding-left: 10px;
    padding-top: 10px;
  }
  #top #header .tlogo img {
    height: 32px;
  }
  #top #header .tright .l-switch {
    position: absolute;
    right: 55px;
    top: 17px;
  }
  #top #header .tright .tb1 {
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 14px;
  }
  #top #header .tright .tsearch {
    display: none;
  }
  #top #header .nav-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    padding-right: 13px;
    padding-top: 18px;
    cursor: pointer;
  }
  #top #header .icon-bar {
    background-color: #74b939;
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 1px;
    margin-top: 5px;
  }
  #top .top {
    height: 78px;
    background-size: auto 100%;
  }
  #header .pzsearch {
    width: 96%;
    top: 50px;
    margin: 0 auto;
    position: absolute;
    left: 2%;
    top: 70px;
  }
  #header .pzsearch .stxt2 {
    padding: 0px 10px;
    width: 50%;
  }
  #header .pzsearch .zs {
    width: 25%;
  }
  #header .pzsearch .sbtn {
    font-size: 16px;
  }
  #header .pzsearch .zslist {
    left: 0%;
    width: 100%;
    border-radius: 6px;
  }
  #header .pzsearch .zslist li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  .menu {
    border: none;
    height: 100%;
    width: 200px;
    z-index: 10000;
    position: absolute;
    top: 0;
    right: -200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu.on {
    right: 0px;
  }
  .menu ul {
    width: 100%;
  }
  .menu ul li {
    width: 100%;
    float: none;
    background: none;
    height: 50px;
  }
  .menu ul li a {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .menu ul li a:hover {
    background: #fff;
    color: #42a06f;
  }
  .menu_zz {
    position: fixed;
    width: 0%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .menu_zz.on {
    width: 100%;
  }
  .banner {
    display: none;
  }
  #sybox4 {
    display: none;
  }
  #sybox3 {
    display: none;
  }
  #sybox2 {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
  }
  #sybox2 .box {
    width: 100%;
    padding: 0 3%;
    float: none;
    height: auto;
    padding-bottom: 20px;
  }
  #sybox2 .box2 {
    margin-top: 15px;
  }

  #sybox2 .box2 ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  #sybox2 .box2 ul li:hover {
    background: none;
  }
  #sybox2 .box2 ul li:hover a {
    color: #333;
    background: url(./images/li1.png) 70px center no-repeat;
  }
  #sybox1 {
    width: 100%;
    height: auto;
    padding: 15px 0px;
    overflow: hidden;
    margin-top: 15px;
  }
  #sybox1 .box1 {
    width: 94%;
    margin: 10px auto;
    float: none;
  }
  #sybox1 .box1 .news1 .xw .pic {
    display: none;
  }
  #sybox1 .box1 .news1 .xw dl {
    width: 100%;
    float: none;
  }
  #sybox1 .box1 .news1 .xw ul li {
    padding: 0px 5px;
    position: relative;
  }
  #sybox1 .box1 .news1 .xw ul li p {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 100px;
  }
  #sybox1 .box1 .news1 .xw ul li span {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 14px;
  }
  #sybox1 .box1 .xt1 {
    margin-right: -1.8%;
  }
  #sybox1 .box1 .xt1 a {
    width: 32%;
    margin-right: 1.3%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    text-indent: 50px;
  }
  #sybox1 .box1 .xt1 a.t1 {
    background: url(./images/xwt1.png) 25px center no-repeat;
  }
  #sybox1 .box1 .xt1 a.t1.on {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    color: #fff;
    background: url(./images/xwt01.png) 25px center no-repeat #2195e8;
  }
  #sybox1 .box1 .xt1 a.t2 {
    background: url(./images/xwt2.png) 25px center no-repeat;
  }
  #sybox1 .box1 .xt1 a.t2.on {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    color: #fff;
    background: url(./images/xwt02.png) 25px center no-repeat #2195e8;
  }
  #sybox1 .box1 .xt1 a.t3 {
    background: url(./images/xwt3.png) 25px center no-repeat;
  }
  #sybox1 .box1 .xt1 a.t3.on {
    border: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    color: #fff;
    background: url(./images/xwt03.png) 25px center no-repeat #2195e8;
  }
  #sybox1 .syqh {
    width: 94%;
    margin: 0 auto;
    height: auto;
    float: none;
  }
  #sybox1 .syqh ul {
    width: 100%;
  }
  #sybox1 .syqh ul li {
    width: 100%;
    height: auto;
  }
  #sybox1 .syqh ul li span {
    height: 36px;
    line-height: 36px;
    width: 100%;
    font-size: 16px;
  }
  #sybox1 .syqh .btnl1 {
    width: 30px;
    height: auto;
    top: 50%;
    margin-top: -30px;
  }
  #sybox1 .syqh .btnr1 {
    width: 30px;
    height: auto;
    top: 50%;
    margin-top: -30px;
  }
  #footer {
    padding: 20px 0px;
    margin-top: 15px;
  }
  #footer .footer {
    width: 94%;
  }
  #footer .footer .ftel {
    width: 80%;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  #footer .footer .ftxt {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .footer .fp2,
  #footer .footer .fp1 {
    display: none;
  }
  .hot {
    margin-bottom: 15px;
  }
  .nynav {
    width: 100%;
    background: #fff;
    height: auto;
  }
  .nynav a {
    width: 25%;
    text-indent: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
  }
  .nynav a.selected {
    background: #74b939;
  }
  .nynav a:hover {
    background: #fff;
    color: #333;
  }
  #main {
    width: 100%;
    padding-bottom: 40px;
  }
  #main.searchlist {
    padding-top: 40px;
  }
  #main.searchlist .searchtit {
    left: 50%;
    width: 160px;
    height: 40px;
    line-height: 40px;
    top: -20px;
    margin-left: -80px;
    font-size: 16px;
  }
  #main.searchlist .soutit {
    width: 94%;
    margin: 0 auto;
    height: auto;
    padding: 7px 0px;
    line-height: 24px;
    font-size: 14px;
  }
  #main.searchlist .newslist {
    padding-top: 5px;
  }
  #main .downlist {
    width: 94%;
    margin: 0 auto;
    padding-top: 10px;
  }
  #main .downlist ul {
    font-size: 14px;
    padding-bottom: 10px;
  }
  #main .downlist ul li {
    padding-left: 18px;
    background-size: 5px auto;
  }
  #main .downlist ul li p {
    width: 75%;
  }
  #main .downlist ul li span {
    display: none;
  }
  #main .downlist ul li span.downb {
    float: right;
    display: block;
    width: 25%;
  }
  #main .downlist ul li span.downb img {
    padding-left: 0;
    margin: 0 auto;
    width: 16px;
  }
  #main .downtit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #main .downtit .dtit {
    width: 75%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .downtit .drq {
    display: none;
  }
  #main .downtit .dxz {
    width: 25%;
  }
  #main .normal {
    width: 94%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
  }
  #main .normal #mainText img {
    max-width: 100%;
    height: auto;
  }
  #main .normal .nyheader h1 {
    font-size: 24px;
    line-height: 30px;
  }
  #main .normal .nyheader .othermessage {
    padding-top: 15px;
  }
  #main .normal .nyheader .othermessage .fr {
    display: none;
  }
  #main .normal .nyheader .othermessage .fl {
    width: 100%;
    float: none;
    text-align: center;
  }
  #main .newslist {
    width: 94%;
    margin: 0 auto;
  }
  #main .newslist ul li {
    position: relative;
  }
  #main .newslist ul li p {
    width: 100%;
    font-size: 14px;
    padding-right: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .newslist ul li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
  }
  .fenye {
    font-size: 14px;
  }
  #pzbox {
    width: 100%;
  }
  #pzbox #pz_main {
    margin-top: 15px;
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  #pzbox #pz_main .normal {
    width: 96%;
  }
  #pzbox #pz_main .normal .pz_foot {
    display: none;
  }
  #pzbox #pz_main .normal #mainText {
    width: 100%;
    padding: 12px 10px;
  }
  #pzbox #pz_main .normal #mainText ul li {
    overflow: hidden;
    padding: 5px 0px;
  }
  #pzbox #pz_main .normal #mainText ul li:nth-child(even) {
    background: #f3f2f2;
  }
  #pzbox #pz_main .normal #mainText ul li .pztit {
    padding: 0px 8px;
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #pzbox #pz_main .normal #mainText ul li .pznr {
    width: 100%;
    padding: 0px 8px;
    background: #f9f9f9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #pzbox #pz_main .normal .nyheader h1 {
    font-size: 24px;
    height: 30px;
    line-height: 30px;
  }
  #pzbox #pz_main .normal .nyheader .othermessage {
    display: none;
  }
  #pzbox #pz_main .tit {
    font-size: 16px;
    padding: 0% 3%;
  }
  #pzbox #pz_main .pzlist {
    width: 96%;
    margin: 0 auto;
  }
  #pzbox #pz_main .pzlist ul {
    padding-top: 5px;
  }
  #pzbox #pz_main .pzlist ul li {
    width: 100%;
    float: none;
    height: auto;
    margin-bottom: 15px;
  }
  #pzbox #pz_main .pzlist ul li:hover .pic img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  #pzbox #pz_main .pzlist ul li:hover .txt p b {
    color: #333;
  }
  #pzbox #pz_main .pzlist ul li .pic {
    padding: 15px 10px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40%;
    height: auto;
  }
  #pzbox #pz_main .pzlist ul li .txt {
    padding: 15px 10px 15px 5px;
    height: auto;
    width: 60%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #pzbox #pz_main .pzlist ul li .txt p {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  #pzbox #sidebar {
    width: 100%;
    float: none;
  }
  #pzbox #sidebar .tit {
    padding-top: 0;
  }
  #pzbox #sidebar .tit span {
    font-size: 18px;
  }
  #pzbox #sidebar .adv_search {
    width: 80%;
    margin: 0 auto;
  }
  #pzbox #sidebar .adv_search ul li.pz_scbox {
    position: relative;
  }
  #pzbox #sidebar .adv_search ul li.pz_scbox .pz_txt {
    width: 100%;
    -webkit-box-sizing: 100%;
    box-sizing: 100%;
    padding-right: 60px;
  }
  #pzbox #sidebar .adv_search ul li.pz_scbox .pz_btn {
    position: absolute;
    float: none;
    top: 0;
    right: 0;
  }
  #pzbox #sidebar .adv_search ul li select {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .menu ul li:hover .subnav {
    display: none;
  }
  #syshow .sybd1 {
    width: 94%;
    box-sizing: border-box;
    padding: 3%;
  }
  #syshow .sybd1 li {
    width: 46%;
    margin: 2% !important;
  }
  #syshow .sybd1 li a {
    width: 100%;
  }
  #pzqzs .preview {
    padding: 3%;
    float: none;
    width: 100%;
  }
  #pzqzs .preview img {
    width: 100% !important;
    height: auto !important;
    margin: 0;
  }
  #pzqzs .jieshao {
    position: relative;
    padding: 3%;
    float: none;
    width: 100%;
  }
  #wtjd .page-title {
    margin: 3% auto;
  }
  #wtjd #main {
    width: 94%;
    padding: 3%;
  }
  #wtjd .search-input {
    width: 65% !important;
  }
  #wtjd .search-btn {
    width: 20%;
    float: right;
  }
}
/*# sourceMappingURL=css.css.map */
.normal .download {
  overflow: hidden;
  padding: 20px 0px;
}

.normal .download ul {
  overflow: hidden;
  padding-top: 10px;
}

.normal .download ul li {
  padding-left: 32px;
  background: url(/images/icon_down.png) left center no-repeat;
  line-height: 36px;
}

.normal .download ul li a {
  color: #19875d;
  font-size: 14px;
}

.normal .download ul li a:hover {
  text-decoration: underline;
}
.enlargeImg_wrapper {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-color: rgba(52, 52, 52, 0.8);
  background-size: 50%;
}
.enlargeImg_wrapper:hover {
  cursor: zoom-out;
}
.enlargeImg_wrapper img {
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -230px;
  margin-top: -400px;
  width: 460px;
  height: 800px;
}
img.enlargeImg:hover {
  cursor: zoom-in;
}
