* {
  margin: 0 auto;
  padding: 0;
  outline: none;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
  font-size: 14px;
  line-height: 26px;
  color: #333;
  _background-image: url(about:blank);
  _background-attachment: fixed;
}
a {
  color: #333;
  text-decoration: none;
  transition: color 0.7s;
}
a:hover {
  color: #ff7d00;
  transition: color 0.7s;
}
ul {
  list-style: none;
}
img {
  border: none;
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.cf {
  *zoom: 1;
}
.imgDef a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 0.7;
}
input {
  font-family: "Microsoft Yahei", "微软雅黑", "Tahoma", "SimSun";
}
.imgHide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imgHide img {
  width: 100%;
  height: 100%;
}
.enlarge a img {
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
}
.enlarge a:hover img,
.enlarge.a:hover img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  /* IE 9 */
  -moz-transform: scale(1.05);
  /* Firefox */
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -o-transform: scale(1.05);
  /* Opera */
}
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;

  
}
.cf {
  *zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  overflow: hidden;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb65 {
  margin-bottom: 65px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb75 {
  margin-bottom: 75px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb85 {
  margin-bottom: 85px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb95 {
  margin-bottom: 95px;
}
.mb100 {
  margin-bottom: 100px;
}
.mb110 {
  margin-bottom: 110px;
}
img.error {
  display: inline-block;
  transform: scale(1);
  content: '';
  color: transparent;
}
img.error::before {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #326fca url(../images/def.jpg) 50% 50% no-repeat;
  background-size: auto 100%;
}
#pc {
  display: none;
}
.box {
  position: relative;
  width: 1200px;
}
.box .links {
  display: inline-block;
}
.box .links li {
  height: 36px;
  line-height: 36px;

  float: left;
  overflow: hidden;
}
.box .links li:first-child {
  margin-right: 50px;
}
.box .links li:first-child a {
  color: #3f5876;
}
.banner {
  height: 70px;
  padding-top: 30px;
  margin-bottom: 20px;
}
.banner .box {
  height: 100%;
}
.banner .sitelogo {
  width: 232px;
  height: 60px;
  background: url(http://www.jnds.com.cn/images/logo.png) no-repeat;
}
.banner .sitelogo a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .searchBtn {
  position: relative;
  width: 320px;
  height: 30px;
  margin-top:22px;
  margin-left:50px;
}
.banner .searchBtn .searchBtnA {
  display: block;
  width: 30px;
  height: 30px;
}
.banner .searchBtn .searchBtnA .searchIcon {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../images/g1901ss.png);
  background-position: -26px 0;
  margin-top: 2px;
}
.banner .searchBtn .searchPop {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 358px;
  height: 38px;
  border: 1px solid #8fb6ff;
  background-color: #fff;
}
.banner .searchBtn .searchPop .searchText {
  position: absolute;
  top: 0;
  left: 20px;
  width: 300px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  background-color: #FFF;
  border: none;
}
.banner .searchBtn .searchPop .searchGo {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 25px;
  height: 25px;
  border: none;
  background-color: #fff;
  background-image: url(../images/g1901ss.png);
  background-position: 0 0;
  cursor: pointer;
}
.banner .topnav {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 900px;
  height: 36px;
  text-align: right;
}
.banner .topnav .links > li {
  cursor: pointer;
}
.banner .topnav .links > li.morelink i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 18px;
  background: url(../images/g1901xx3.png) 50% 50% no-repeat;
  vertical-align: middle;
  transition: all ease 0.4s;
  margin-left: -3px;
  font-style: initial;
  text-align: center;
  color: #3f5876;
}
.banner .topnav .links > li.morelink i.subrHover {
  transform: rotate(180deg);
  line-height: 23px;
}
.banner .topnav .links > li.morelink.noarrow i {
  background: none;
}
.banner .topnav .links > li.morelink .subSon {
  display: none;
  width: 1180px;
  padding: 10px;
  background-color: #f4f4f4;
  line-height: 36px;
  position: absolute;
  z-index: 10;
  top: 48px;
  right: 0;
  top: 34px;
}
.banner .topnav .links > li.morelink .subSon > li {
  width: auto;
  margin: 0 14px;
  margin-bottom: 0;
}
.banner .topnav .links > li.morelink .subSon li {
  height: 32px;
  line-height: 32px;
  float: left;
  font-size: 14px;
  word-break: keep-all;
}
.banner .topnav .links > li.morelink .subSon li a {
  color: #666;
  transition: color ease 0.4s;
}
.banner .topnav .links > li.morelink .subSon li a:hover {
  color: #2f4db1;
}
/*
 *悬停导航 
 */
.navbar {


  
}
.navbar .mobilenav {
  display: none;
}
.navbar .nav {
  height: 48px;
  background-color: #4478dd;
}
.navbar .nav .links {
  display: block;
  justify-content: space-between;
}
.navbar .nav .links > li {
  width: 100px;
  height: 48px;
  line-height: 48px;

  font-size: 20px;
  text-align: left;
  float: left;
}
.navbar .nav .links > li:first-child {
  margin-right: 0;
}
.navbar .nav .links > li a {
  display: inline-block;
  color: #fff;
  cursor: pointer;
}
.navbar .nav .links > li.morelink {
  width: 110px;
}
.navbar .nav .links > li.morelink i {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/g1901jt2.png) no-repeat;
  vertical-align: middle;
  transition: all ease 0.4s;
}
.navbar .nav .links > li.morelink i.subrHover {
  transform: rotate(180deg);
}
.navbar .nav .links > li.morelink.noarrow i {
  background: none;
}
.navbar .nav .links > li.morelink .subSon {
  display: none;
  width: 1180px;
  padding: 10px;
  background-color: #f4f4f4;
  line-height: 36px;
  position: absolute;
  z-index: 10;
  top: 48px;
  right: 0;
}
.navbar .nav .links > li.morelink .subSon > li {
  width: auto;
  margin: 0 14px;
  margin-bottom: 0;
}
.navbar .nav .links > li.morelink .subSon li {
  height: 32px;
  line-height: 32px;
  float: left;
  font-size: 14px;
  word-break: keep-all;
}
.navbar .nav .links > li.morelink .subSon li a {
  color: #666;
  transition: color ease 0.4s;
}
.navbar .nav .links > li.morelink .subSon li a:hover {
  color: #2f4db1;
}
.navbar .subnav {
  background-color: #ebebeb;
}
.navbar .subnav .links > li a {
  color: #4478dd;
}
.navbar .subnav .links > li.morelink i {
  background: url(../images/g1901jt3.png) no-repeat;
}
.navbar.navfix {
  top: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  z-index: 301;
  min-width: 1200px;
  position: fixed;
  _position: absolute;
  -webkit-transform: translateZ(0);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.wrap1 {
  margin-bottom: 20px;
}
.wrap1.fix {
  margin-top: 130px;
}
.wrap1 .oneHot {
  width: 100%;
  height: auto;
  border: none;
  margin-bottom: 20px;
}
.wrap1 .oneHot .slides {
  margin-left: 60px;
  width: 1080px;
}
.wrap1 .oneHot .slides li {
  text-align: center;
  font-size: 40px;
  height: auto;
  line-height: 56px;
  font-weight: 600;
  *display: block;
}
.wrap1 .oneHot .slides li a {
  *display: block;
  letter-spacing: -0.05em;
}
.wrap1 .oneHot .next {
  display: none;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 30px;
  height: 30px;
  text-indent: -1000px;
  background: url(../images/g1901ttjt.png) no-repeat;
  cursor: pointer;
  overflow: hidden;
}
.wrap1 .oneHot .more {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 28px;
  height: 32px;
  line-height: 16px;
  font-size: 14px;
  padding: 6px 8px;
  background-color: #d1e7ff;
  border-radius: 5px;
}
.wrap1 .oneHot .more a {
  color: #004ea2;
}
.wrap1 .subnews {
  width: 100%;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  font-weight: bold;
  position: relative;
  z-index: 99;
}
.wrap1 .subnews a {
  display: inline-block;
  margin: 0 10px;
}
.wrap1 .subnews .str_move_clone {
  display: none;
}
.wrap1 .bot {
  position: relative;
  border-bottom: 1px solid #528ec0;
  *padding-top: 10px;
}
.wrap1 .bot .rxList {
  margin-bottom: 5px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.1s;
  *display: none;
}
.wrap1 .bot .rxList li {
  position: relative;
  width: 380px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-indent: 15px;
  margin: 0 10px;
  float: left;
  overflow: hidden;
}
.wrap1 .bot .rxList li::after {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.wrap1 .bot .rxList.open {
  max-height: 1000px;
  transition: max-height 0.5s;
  padding-top: 10px;
  border-top: 2px solid #528ec0;
  padding-bottom: 15px;
}
.wrap1 .bot .more {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 22px;
  background: url(../images/g1901xia.gif) no-repeat;
  cursor: pointer;
}
.wrap2 {
  margin-bottom: 20px;
}
.wrap2 .top .twoHot {
  width: 1200px;
  line-height: 42px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.wrap2 .top .leaderNews {
  width: 130px;
}
.wrap2 .top .leaderNews li {
  line-height: 32px;
  font-size: 16px;
  text-indent: 28px;
  background: url(../images/g1901bdj.png) no-repeat;
  background-position-y: 7px;
}
.wrap2 .top .leaderNews li a {
  color: #23558e;
}
.wrap2 .bot {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  *padding-top: 10px;
}
.wrap2 .bot .rxList {
  margin-bottom: 20px;
  max-height: 0;
  overflow: hidden;
  transition: all 1s;
  *display: none;
}
.wrap2 .bot .rxList li {
  position: relative;
  width: 380px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-indent: 15px;
  margin: 0 10px;
  float: left;
  overflow: hidden;
}
.wrap2 .bot .rxList li::after {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.wrap2 .bot .rxList.open {
  max-height: 1000px;
  transition: all 1s;
}
.wrap2 .bot .more {
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -13px;
  width: 26px;
  height: 22px;
  background: url(../images/g1901jt.png) no-repeat;
  cursor: pointer;
}
.wrap3 {
  margin-bottom: 30px;
}
.wrap3 .ywbox {
  width: 1176px;
  border: 12px solid #3c5cb3;
}
.wrap3 .ywbox .ywleft {
  width: 765px;
  float: left;
  overflow: hidden;
}
.wrap3 .ywbox .ywleft .ywjdt {
  width: 755px;
  height: 410px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  margin: 10px 0 10px 10px;
}
.wrap3 .ywbox .ywleft .ywjdt .slides li {
  position: relative;
  *display: block;
}
.wrap3 .ywbox .ywleft .ywjdt .slides li a {
  *display: block;
}
.wrap3 .ywbox .ywleft .ywjdt .slides li img {
  width: 755px;
  height: 410px;
}
.wrap3 .ywbox .ywleft .ywjdt .slides li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 735px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  padding: 21px 10px 0;
  background: url(../images/g1901jdtbg.png) repeat-x;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-direction-nav li a {
  width: 45px;
  height: 45px;
  background-color: #fff;
  text-indent: -1000px;
  overflow: hidden;
  opacity: 1;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-direction-nav li a::before {
  display: none;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-direction-nav li a.flex-prev {
  background: url(../images/g1901jdtleft.png) no-repeat;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-direction-nav li a.flex-next {
  background: url(../images/g1901jdtright.png) no-repeat;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-control-nav {
  text-align: right;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-right: 10px;
  z-index: 10;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-control-nav li {
  margin: 0;
  margin-right: 10px;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-control-nav li a {
  line-height: 100px;
  background-color: #fff;
  overflow: hidden;
}
.wrap3 .ywbox .ywleft .ywjdt .flex-control-nav li a.flex-active {
  background-color: #3c5cb3;
}
.wrap3 .ywbox .ywleft .ywimgs {
  width: 530px;
  float: left;
}
.wrap3 .ywbox .ywleft .ywimgs li {
  position: relative;
  width: 255px;
  height: 145px;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.wrap3 .ywbox .ywleft .ywimgs li img {
  width: 100%;
  height: 100%;
}
.wrap3 .ywbox .ywleft .ywimgs li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 10px 0;
  background: url(../images/g1901imgsbg.png) repeat-x;
}
.wrap3 .ywbox .ywleft .ywimgs li:last-child {
  position: relative;
}
.wrap3 .ywbox .ywleft .ywimgs li:last-child::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 50px;
  background: url(../images/g1901video.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  cursor: pointer;
}
.wrap3 .ywbox .ywleft .ywvideo {
  position: relative;
  width: 225px;
  height: 300px;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  background: url(../images/g1901tmbg.jpg) no-repeat;
  background-size: cover;
}
.wrap3 .ywbox .ywleft .ywvideo img {
  width: 100%;
  height: 100%;
}
.wrap3 .ywbox .ywleft .ywvideo h3 {
  position: absolute;
  left: 50%;
  margin-left: -77.5px;
  bottom: 0;
  width: 155px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
}
.wrap3 .ywbox .ywleft .ywvideo h3 a {
  color: #fff;
}
.wrap3 .ywbox .ywleft .ywvideo iframe,
.wrap3 .ywbox .ywleft .ywvideo video {
  display: block;
  width: 170px;
  height: 220px;
  margin: 0 auto;
  margin-top: 45px;
}
.wrap3 .ywbox .ywleft .ywvideo iframe:focus,
.wrap3 .ywbox .ywleft .ywvideo video:focus {
  outline: none;
}
.wrap3 .ywbox .ywright {
  float: right;
}
.wrap3 .ywbox .ywright .ywrtop {
  width: 400px;
  margin-top: -10px;
  margin-right: -10px;
  padding-left: 21px;
  background-color: #fff;
}
.wrap3 .ywbox .ywright .ywrtop .newslist {
  margin-bottom: 15px;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li {
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  overflow: hidden;
  padding: 0 10px;
  vertical-align: middle;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li i {
  font-style: inherit;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 3px;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li i.blueLine {
  border: 1px solid #3c5cb3;
  color: #3c5cb3;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li i.blueLine a {
  color: #3c5cb3;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li i.redLine {
  border: 1px solid red;
  color: red;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li i.redLine a {
  color: red;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li img {
  width: 100%;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li.on {
  height: 60px;
  line-height: 60px;
  background-color: #3c5cb3;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li.on a {
  color: #fff;
  transition: all 0.1s;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li.on img {
  margin-top: 7px;
  filter: invert(100%);
}
.wrap3 .ywbox .ywright .ywrtop .newslist li.on i {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li.on i.blueLine a {
  color: #fff;
}
.wrap3 .ywbox .ywright .ywrtop .newslist li.on i.redLine a {
  color: #fff;
}
.wrap3 .ywbox .ywright .ywrtop .ztAndTj {
  position: relative;
  width: 360px;
  border-top: 5px solid #d2deef;
  margin-left: 0;
  margin-bottom: 15px;
  padding-top: 14px;
}
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywzt,
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywtj {
  position: relative;
  width: 350px;
  padding: 10px 0;
}
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywzt.ywzt,
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywtj.ywzt {
  border-bottom: 1px solid #083b7a;
  margin-top: -14px;
}
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywzt.ywzt::after,
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywtj.ywzt::after {
  position: absolute;
  content: '';
  top: 18px;
  left: 0;
  width: 56px;
  height: 45px;
  background: url(../images/g1901zt.png) no-repeat;
}
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywzt.ywtj::after,
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywtj.ywtj::after {
  position: absolute;
  content: '';
  top: 18px;
  left: 0;
  width: 56px;
  height: 45px;
  background: url(../images/g1901tj.png) no-repeat;
}
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywzt li,
.wrap3 .ywbox .ywright .ywrtop .ztAndTj .ywtj li {
  width: 280px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  margin-left: 70px;
  overflow: hidden;
}
.wrap3 .ywbox .ywright .ywbot {
  width: 380px;
  height: 85px;
  margin-bottom: 10px;
  margin-left: 21px;
  border-top: 5px solid #d2deef;
  padding-top: 23px;
}
.wrap3 .ywbox .ywright .ywbot img {
  width: 380px;
  height: 85px;
}
.wrap4 {
  margin-bottom: 40px;
}
.wrap4 .zhejiang {
  width: 780px;
  box-sizing: border-box;
}
.wrap4 .zhejiang .title {
  width: 100%;
  height: 49px;
  text-indent: -1000px;
  background: url(../images/g1901zj.png) no-repeat;
  border-bottom: 1px solid #3c5cb3;
  margin-bottom: 30px;
  overflow: hidden;
}
.wrap4 .zhejiang .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap4 .zhejiang .bor {
  padding-left: 15px;
}
.wrap4 .zhejiang .zjtopnew {
  margin-bottom: 20px;
}
.wrap4 .zhejiang .zjtopnew .img {
  width: 255px;
  height: 165px;
}
.wrap4 .zhejiang .zjtopnew .img img {
  width: 100%;
  height: 100%;
}
.wrap4 .zhejiang .zjtopnew .info {
  width: 480px;
}
.wrap4 .zhejiang .zjtopnew .info h3 {
  width: 100%;
  max-height: 60px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
}
.wrap4 .zhejiang .zjtopnew .info p {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.wrap4 .zhejiang .zjbotnew .zjzt {
  width: 255px;
}
.wrap4 .zhejiang .zjbotnew .zjzt li {
  width: 255px;
  height: 85px;
  margin-bottom: 15px;
}
.wrap4 .zhejiang .zjbotnew .zjzt li img {
  width: 100%;
  height: 100%;
}
.wrap4 .zhejiang .zjbotnews {
  width: 480px;
  margin-top: -10px;
}
.wrap4 .zhejiang .zjbotnews li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
}
.wrap4 .chaoping {
  width: 380px;
}
.wrap4 .chaoping .title {
  width: 100%;
  height: 49px;
  text-indent: -1000px;
  background: url(../images/g1901cp.png) no-repeat;
  overflow: hidden;
}
.wrap4 .chaoping .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap4 .chaoping .cpbor {

  border: 1px solid #91c6f2;
  box-sizing: border-box;
}
.wrap4 .chaoping .cptopnew {
  height: 130px;


  box-sizing: border-box;

}
.wrap4 .chaoping .cptopnew h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  margin-bottom: 10px;
}
.wrap4 .chaoping .cptopnew p {
  height: 48px;
  line-height: 24px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
}
.wrap4 .chaoping .cpbotnews li {
  width: 340px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;

  background: url(../images/g1901cp2.png) 0 14px no-repeat;

  overflow: hidden;
}
.wrap5 {
  margin-bottom: 40px;
}
.wrap5 .jujiao {
  width: 780px;
  box-sizing: border-box;
}
.wrap5 .jujiao .title {
  width: 100%;
  height: 49px;
  text-indent: -1000px;
  background: url(../images/g1901jj.png) no-repeat;
  border-bottom: 1px solid #3c5cb3;
  margin-bottom: 30px;
  overflow: hidden;
}
.wrap5 .jujiao .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap5 .jujiao .bor {
  padding-left: 15px;
}
.wrap5 .jujiao .bor .twoimgs li {
  position: relative;
  width: 290px;
  height: 215px;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
.wrap5 .jujiao .bor .twoimgs li img {
  width: 100%;
  height: 100%;
}
.wrap5 .jujiao .bor .twoimgs li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  width: 290px;
  padding: 5px;
  max-height: 48px;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transform: translateY(100%);
  transition: all 0.2s;
}
.wrap5 .jujiao .bor .twoimgs li::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20class%3D%22icon%22%20style%3D%22width%3A%201em%3Bheight%3A%201em%3Bvertical-align%3A%20middle%3Bfill%3A%20currentColor%3Boverflow%3A%20hidden%3B%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M915.2%20131.2H108.8C84.1%20131.2%2064%20151.3%2064%20176v537.6c0%2024.7%2020.1%2044.8%2044.8%2044.8h806.4c24.7%200%2044.8-20.1%2044.8-44.8V176c0-24.7-20.1-44.8-44.8-44.8z%20m-44.8%20537.6H153.6v-448h716.8v448zM814.4%20825.6H209.6c-18.6%200-33.6%2015-33.6%2033.6s15%2033.6%2033.6%2033.6h604.8c18.6%200%2033.6-15%2033.6-33.6s-15-33.6-33.6-33.6z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3Cpath%20d%3D%22M420.2%20596.3c15.3%208.1%2033.8%207%2048.1-2.8l181-118.1%200.1-0.1h-1.3c6.1-4%2011.2-9.3%2014.8-15.7%2012.4-21.8%204.7-49.4-17.1-61.8L465.3%20294c-14.3-8.1-31.8-8.1-46.1%200-12.9%206.8-20.5%2020.7-19%2035.2v221.6c-2.1%2017.7%205.6%2035%2020%2045.5z%22%20fill%3D%22%23ffffff%22%20%2F%3E%3C%2Fsvg%3E') no-repeat;
  background-size: 100% auto;
  left: 5px;
  top: 5px;
}
.wrap5 .jujiao .bor .twoimgs li:hover h3 {
  transform: translateY(0);
}
.wrap5 .jujiao .bor .news {
  width: 460px;
}
.wrap5 .jujiao .bor .news .topnew {
  margin-bottom: 10px;
  margin-top: -8px;
}
.wrap5 .jujiao .bor .news .topnew h3 {
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
}
.wrap5 .jujiao .bor .news .topnew p {
  height: 72px;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
}
.wrap5 .jujiao .bor .news .topnew p a {
  color: #666;
}
.wrap5 .jujiao .bor .news .newslist li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
}
.wrap5 .tuijian {
  width: 380px;
}
.wrap5 .tuijian .title {
  width: 100%;
  height: 49px;
  text-indent: -1000px;
  background: url(../images/g1901tj2.png) no-repeat;
  overflow: hidden;
}
.wrap5 .tuijian .title a {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap5 .tuijian .tjbor {
  padding-top: 20px;
}
.wrap5 .tuijian .tjlanmu {
  position: relative;
  margin-bottom: 10px;
}
.wrap5 .tuijian .tjlanmu .lmtnew {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
.wrap5 .tuijian .tjlanmu .lmtnew .lmtitle {
  position: relative;
  width: 200px;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  font-size: 16px;
  font-weight: bold;
  border-left: 2px solid #3c5cb3;
  background: #f5f5f5 url(../images/g1901jt4.png) 190px 12px no-repeat;
  color: #3C5CB3;
}
.wrap5 .tuijian .tjlanmu .lmtnew .lmtitle a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3C5CB3;
}
.wrap5 .tuijian .tjlanmu .img {
  width: 165px;
  height: 110px;
}
.wrap5 .tuijian .tjlanmu .img img {
  width: 100%;
  height: 100%;
}
.wrap5 .tuijian .tjlanmu .info {
  width: 200px;
  margin-top: 50px;
}
.wrap5 .tuijian .tjlanmu .info h3 {
  max-height: 52px;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
}
.wrap5 .tuijian .tjlanmu .info p {
  display: none;
}
.wrap5 .tuijian .newslist li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  overflow: hidden;
}
.wrap6 {
  margin-bottom: 40px;
}
.wrap6 .imgnewslist {
  width: 1245px;
}
.wrap6 .imgnewslist li {
  width: 380px;
  height: 290px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.wrap6 .imgnewslist li:nth-child(n+10) {
  display: none;
}
.wrap6 .imgnewslist li .img {
  width: 380px;
  height: 210px;
}
.wrap6 .imgnewslist li .img img {
  width: 100%;
  height: 100%;
}
.wrap6 .imgnewslist li h3 {
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0 10px;
  background-color: #f5f5f5;
  text-align: center;
  overflow: hidden;
}
.wrap6 .moreimgnews {
  width: 370px;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.wrap6 .moreimgnews.disabled {
  display: none;
  color: #999;
}
/*
 * 友情链接
 */
.wrap7 .friendLinkBox {
  height: 143px;
  padding-bottom: 15px;
  overflow: hidden;
}
.wrap7 .friendLink {
  height: 39px;
  border-top: 1px solid #cdcdcd;
}
.wrap7 .linkTitle {
  position: relative;
  height: 40px;
  background: url(../images/g1901linkbg.jpg) no-repeat;
  margin: -1px 0;
}
.wrap7 .linkTitleLi {
  float: left;
  width: 70px;
  font-size: 16px;
  line-height: 39px;
  cursor: pointer;
  margin-right: 40px;
}
.wrap7 .linkTitleSpan {
  display: block;
  width: 70px;
  text-align: center;
  color: #666;
}
.wrap7 .linkTitleSpanCur {
  width: 70px;
  color: #333;
}
.wrap7 .linkCons {
  display: none;
  height: 88px;
  padding-top: 5px;
}
.wrap7 .linkLi {
  display: inline;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  margin: 0 15px 0 5px;
}
.wrap7 .linkOn {
  display: block;
}
.wrap7 .linkConsTxtL .linkLi {
  display: block;
  float: left;
  width: 91px;
  margin: 0;
  text-align: left;
}
/*
 * 页脚
 */
.footbar {
  min-width: 1000px;
}
.footbar .mapBar {
  height: 50px;
  line-height: 50px;
  background-color: #f5f5f5;
  margin-bottom: 20px;
}
.footbar .mapBarCont span {
  display: inline-block;
  float: left;
  margin-right: 60px;
  font-size: 14px;
}
.footbar .mapBarCont .copyTextList li {
  float: left;
  margin-right: 15px;
}
.footbar .mapBarCont .copyTextList li a {
  color: #666;
}
.footbar .mapBarCont .copyTextList li a:hover {
  color: #2f4db1;
}
.footbar .mapBarCont .maps {
  width: 110px;
  position: relative;
  float: right;
  margin-right: 5px;
}
.footbar .mapBarCont .maps i {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 27px;
  height: 27px;
  background-position: -185px -170px;
}
.footbar .mapBarCont .maps a {
  color: #666;
  position: absolute;
  right: 10px;
}
.footbar .mapBarCont .maps a:hover {
  color: #2f4db1;
}
.footbar .footTextBar .footTextUl {
  margin-bottom: 20px;
  text-align: center;
}
.footbar .footTextBar .footTextUl li {
  height: 30px;
  line-height: 30px;
}
.footbar .footTextBar .footTextUl li span {
  display: inline-block;
  margin-right: 5px;
}
.footbar .footImgBar {
  width: 825px;
  margin-bottom: 50px;
  height: 60px;
  overflow: hidden;
}
.footbar .footImgBar li {
  width: 138px;
  height: 38px;
  float: left;
  margin: 0 7.5px;
  border: 1px solid #cdcdcd;
  padding: 10px 5px;
}
.footbar .footImgBar li .footIcon1 {
  width: 44px;
  height: 37px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}
.footbar .footImgBar li .footIcon1 img {
  width: 100%;
  height: 100%;
}
.footbar .footImgBar li .footIcon2 {
  width: 45px;
  height: 46px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: -3px;
}
.footbar .footImgBar li .footIcon2 img {
  width: 100%;
  height: 100%;
}
.footbar .footImgBar li .footIcon3 {
  width: 46px;
  height: 50px;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: -5px;
}
.footbar .footImgBar li .footIcon3 img {
  width: 100%;
  height: 100%;
}
.footbar .footImgBar li .imgSpan {
  width: 85px;
  display: inline-block;
  line-height: 22px;
  float: left;
  margin-top: -2px;
}
.footbar .footImgBar li .imgSpan2 {
  width: 85px;
  display: inline-block;
  line-height: 38px;
  float: left;
}
.footbar .footImgBar li .textSpan {
  display: block;
  line-height: 22px;
  text-align: center;
}
.entranceRight {
  position: fixed;
  _position: absolute;
  width: 80px;
  height: 70px;
  right: 20px;
  bottom: 0;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-  this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt (this.currentStyle.marginBottom, 10)||0)));
  z-index: 999;
}
.entranceRight a {
  display: block;
  width: 80px;
  height: 50px;
  margin-bottom: 1px;
  opacity: 0.8;
  border-radius: 5px;
  filter: alpha(opacity=80);
  background: url(../images/g1901bg.png) #eee no-repeat;
}
.entranceRight a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: url(../images/g1901bg.png) #eee no-repeat;
}
<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-03-07 14:53:58" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->