.g-wrap {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

i.icon {
  display: inline-block;
  background: url(../../images/zt/ztall20.png) no-repeat;
  vertical-align: middle;
}

.wraper .newNav {
  margin: 15px auto;
  width: 1200px;
  background-color: #fff;
  padding: 12px 0 10px;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wraper .newNav dl {
  width: 235px;
  height: 113px;
  display: inline-block;
}
.wraper .newNav dl .nwNavTop {
  width: auto;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 8px;
  text-align: center;
}
.wraper .newNav dl .nwNavTop img {
  margin-right: 10px;
  vertical-align: top;
}
.wraper .newNav dl .nwNavTop .nwName {
  font-size: 16px;
  font-weight: 700;
  color: #1d1d1d;
  display: inline-block;
  line-height: 32px;
}
.wraper .newNav dl .nwNavTop .nwName:hover {
  color: #0082ff;
}
.wraper .newNav dl .nwNavBottom {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wraper .newNav dl .nwNavBottom .nwNavItem {
  width: 35%;
  color: #353434;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.wraper .newNav dl .nwNavBottom .nwNavItem a {
  display: inline-block;
  width: 55px;
  overflow: hidden;
}
.wraper .newNav dl .nwNavBottom .nwNavItem:hover a {
  color: #0082ff;
}

.banner {
  position: relative;
  overflow: hidden;
  padding: 18px 0 30px;
}
.banner .jdt {
  width: 645px;
  overflow: hidden;
  height: 324px;
  position: relative;
  float: left;
  box-sizing: border-box;
}
.banner .jdt .jdt-box {
  position: absolute;
  left: 0;
  top: 0;
  transition: left 0.5s ease;
  display: flex;
  align-items: center;
}
.banner .jdt .jdt-box .item {
  float: left;
  width: 645px;
  height: 324px;
  border-radius: 8px;
  overflow: hidden;
}
.banner .jdt .jdt-box .item img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transition: transform 0.5s ease-in-out 0s;
}
.banner .jdt .jdt-box .item img:hover {
  transform: scale(1.2);
}
.banner .circle {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 645px;
}
.banner .circle span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #a3a3a3;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.banner .circle span.show {
  background: #3dadf3;
  width: 55px;
  border-radius: 10px;
}
.banner .rmrj {
  width: 527px;
  height: 324px;
  float: left;
  margin-left: 28px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
}
.banner .rmrj h3 {
  padding-left: 20px;
  color: #008ded;
  font-size: 25px;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #e5e5e5;
}
.banner .rmrj h3 .rmrj_icon {
  width: 30px;
  height: 32px;
  background-position: 0 -63px;
}
.banner .rmrj .rj_con .list_con {
  margin: 0 22px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.banner .rmrj .rj_con .list_con:last-child {
  border: none;
}
.banner .rmrj .rj_con .list_con:hover .rj_logo .bgc {
  filter: blur(20px);
}
.banner .rmrj .rj_con .list_con:hover .rj_logo img {
  transform: scale(1.1);
}
.banner .rmrj .rj_con .list_con:hover h4 {
  color: #618cf0;
}
.banner .rmrj .rj_con .list_con .rj_logo {
  float: left;
  width: 62px;
  height: 62px;
  transition: 0.5s ease-in-out all;
  position: relative;
  margin-left: 10px;
}
.banner .rmrj .rj_con .list_con .rj_logo img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transition: transform 0.5s ease-in-out 0s;
}
.banner .rmrj .rj_con .list_con .rj_logo .bgc {
  width: 100%;
  height: 100%;
  transition: 0.5s ease-in-out all;
  background-size: cover;
}
.banner .rmrj .rj_con .list_con .rj_logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.banner .rmrj .rj_con .list_con h4 {
  float: left;
  font-size: 20px;
  color: #303030;
  margin-top: 8px;
  line-height: 22px;
  margin-left: 20px;
}
.banner .rmrj .rj_con .list_con h4 .cate {
  font-size: 15px;
  color: #969696;
}
.banner .rmrj .rj_con .list_con .dwon {
  float: right;
  color: #48d544;
  font-size: 15px;
  border-radius: 5px;
  text-align: center;
  width: 62px;
  height: 26px;
  line-height: 28px;
  border: 2px solid #48d544;
  margin-top: 12px;
}
.banner .rmrj .rj_con .list_con .dwon:hover {
  color: #fff;
  background: #48d544;
  text-decoration: none;
}

.alist_wrap {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  overflow: hidden;
  margin-top: 32px;
  padding-bottom: 15px;
}
.alist_wrap .tit {
  border-bottom: 1px solid #e5e5e5;
  height: 56px;
  line-height: 56px;
  padding-top: 5px;
}
.alist_wrap .tit h2 {
  float: left;
  color: #008ded;
  font-size: 25px;
}
.alist_wrap .tit h2 .tit_icon {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 22px;
}
.alist_wrap .tit .alist_cate {
  float: right;
  color: #b5b5b5;
  font-size: 20px;
}
.alist_wrap .tit .alist_cate .more {
  color: #008ded;
  font-weight: bold;
  margin: 0 25px 0 30px;
}

.tab_BoxList {
  width: 100%;
  margin: 20px 0;
}
.tab_BoxList .tab_list {
  width: 100%;
  margin: 0;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  border: 1px solid #eee;
}
.tab_BoxList .tab_list li {
  font-size: 16px;
  padding: 0 5px;
  float: left;
  line-height: 50px;
  height: 50px;
  margin: 0 12px;
  position: relative;
  z-index: 8;
}
.tab_BoxList .tab_list li i {
  width: 12px;
  height: 10px;
  display: none;
  position: absolute;
  bottom: -10px;
  left: 30px;
  z-index: 9;
  background: url(../../images/zt/icon.png) no-repeat left center;
  overflow: hidden;
  background-position: -473px -67px;
}
.tab_BoxList .tab_list li.cur {
  border-bottom: 1px solid #008ded;
}
.tab_BoxList .tab_list li.cur i {
  display: block;
}
.tab_BoxList .tab_list li.cur a {
  color: #008ded;
}
.tab_BoxList .tab_list li a {
  color: #666;
  font-weight: bold;
}

.comm_ptbox {
  overflow: hidden;
}
.comm_ptbox .mbhj_list {
  max-height: 880px;
  overflow: hidden;
}
.comm_ptbox .mbhj_list li {
  width: 390px;
  background-color: #fff;
  border: 1px #f3f3f3 solid;
  box-sizing: border-box;
  padding: 10px 14px 20px 14px;
  float: left;
  margin: 0;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: 10px;
}
.comm_ptbox .mbhj_list li:hover {
  box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.2);
}
.comm_ptbox .mbhj_list li a {
  display: block;
}
.comm_ptbox .mbhj_list li h3 {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}
.comm_ptbox .mbhj_list li .imgTxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.comm_ptbox .mbhj_list li .imgTxt a {
  float: left;
  overflow: hidden;
  width: 360px;
  height: 168px;
}
.comm_ptbox .mbhj_list li .imgTxt a:hover img {
  transform: scale(1.1, 1.1);
  transition: transform 0.3s;
}
.comm_ptbox .mbhj_list li .imgTxt img {
  width: 360px;
  height: 168px;
  float: left;
  transition: transform 0.3s;
}
.comm_ptbox .mbhj_list li .imgTxt .txt {
  width: 100%;
  float: left;
  height: 82px;
  margin-top: 12px;
  color: #666;
  line-height: 26px;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.comm_ptbox .mbhj_list li dl {
  width: auto;
  margin-left: -29px;
  overflow: hidden;
}
.comm_ptbox .mbhj_list li dl dd {
  width: 68px;
  height: 68px;
  overflow: hidden;
  padding: 0;
  border-radius: 6px;
  float: left;
  margin-left: 29px;
}
.comm_ptbox .mbhj_list li dl dd img {
  width: 68px;
  height: 68px;
  border-radius: 6px;
}
.comm_ptbox .mbhj_list li dl dd img:hover {
  transform: rotateY(0deg);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.comm_ptbox .mbhj_list li dl dd .hjmore {
  padding-top: 18.5px;
  color: #fff;
  display: block;
  border-radius: 3px;
  background-color: #c5c5c5;
  text-align: center;
  transition: all 0.2s ease;
  width: 68px;
  height: 68px;
}
.comm_ptbox .mbhj_list li dl dd .hjmore:hover {
  background-color: #81a7ff;
}
.comm_ptbox .mbhj_list li dl dd .hjmore i {
  width: 31px;
  height: 31px;
  background: url(../../images/zt/icon.png) no-repeat;
  background-position: -395px -750px;
  display: block;
  margin: 0 auto 8px;
}

.jptj {
  background: #fff;
  border-radius: 5px;
  border: 1px solid #eee;
  clear: both;
  border-bottom: 2px solid #0e8ee9;
  margin-top: 30px;
}
.jptj .tit {
  border-bottom: none;
  height: 56px;
  line-height: 56px;
  padding-top: 5px;
}
.jptj .tit h2 {
  float: left;
  color: #008ded;
  font-size: 25px;
}
.jptj .tit h2 .tit_icon {
  width: 30px;
  height: 32px;
  margin: -6px 6px 0 22px;
  background-position: 0 -30px;
}
.jptj .tit .jptj_cate {
  float: right;
  color: #404040;
  font-size: 20px;
}
.jptj .tit .jptj_cate a {
  color: #404040;
  margin: 0 12px;
}
.jptj .tit .jptj_cate a:hover {
  color: #008ded;
}
.jptj .tit .jptj_cate .more {
  color: #008ded;
  font-weight: bold;
  margin: 0 25px 0 30px;
}

.hotseach {
  display: flex;
  justify-content: space-between;
}
.hotseach .box {
  width: 384px;
  height: 580px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin: 20px 0;
  padding-bottom: 6px;
  overflow: hidden;
}
.hotseach .box .bgc {
  width: 36px;
  position: absolute;
  height: 36px;
  transition: 0.5s ease-in-out all;
  background-size: cover;
}
.hotseach .box h3 {
  font-size: 22px;
  color: #008ded;
  border-bottom: 1px solid #eee;
  line-height: 58px;
  margin-bottom: 8px;
  text-align: center;
}
.hotseach .box dl {
  overflow: hidden;
  padding: 7px 24px 7px 18px;
}
.hotseach .box dl:hover dt .bgc {
  filter: blur(20px);
}
.hotseach .box dl:hover dt img {
  transform: scale(1.1);
}
.hotseach .box dl:hover .verstit {
  color: #618cf0;
}
.hotseach .box dl dt a {
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 36px;
  height: 36px;
}
.hotseach .box dl dt a img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  border-radius: 3px;
}
.hotseach .box dt {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 5px;
}
.hotseach .box dd p {
  float: left;
  width: 150px;
  padding-top: 6px;
}
.hotseach .box dd p .verstit {
  width: 100%;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.hotseach .box dd span {
  float: right;
  min-width: 76px;
  text-align: right;
  margin-top: 10px;
  color: #a5a5a5;
  font-size: 16px;
}
.hotseach .box .softkey a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin: 0;
  width: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hotseach .rmfl .rm-nav {
  width: 50%;
  float: left;
  text-align: center;
  color: #7a7a7a;
  box-sizing: border-box;
  border: none;
  background: #f5f5f5;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 12px;
  border: 1px solid #efefef;
  border-top: 0;
}
.hotseach .rmfl .rm-nav.active {
  box-sizing: border-box;
  background: #fff;
  color: #008ded;
  position: relative;
  border: none;
}
.hotseach .rmfl .rm-nav.active:after {
  content: "";
  position: absolute;
  border-width: 8px;
  border-style: solid;
  border-color: #008ded transparent transparent;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
}
.hotseach .rmfl ul {
  overflow: hidden;
  margin: 0 25px;
  display: none;
  clear: both;
}
.hotseach .rmfl ul.active {
  display: block;
}
.hotseach .rmfl ul li {
  padding: 12px 0;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.hotseach .rmfl ul li em {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #606060;
  background: #d2d2d2;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 15px;
}
.hotseach .rmfl ul li em.one1 {
  background: #ff4e31;
  color: #fff;
}
.hotseach .rmfl ul li em.one2 {
  background: #ff6b4e;
  color: #fff;
}
.hotseach .rmfl ul li em.one3 {
  background: #fe886d;
  color: #fff;
}
.hotseach .rmfl ul li a {
  color: #000;
  font-size: 18px;
  display: inline-block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 15px;
}
.hotseach .rmfl ul li a:hover {
  color: #0a50a1;
}
.hotseach .rmfl ul li span {
  color: #8b8b8b;
  font-size: 13px;
  display: inline-block;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.user,
.back {
  background: url(../../images/zt/mydzc.png) no-repeat;
  cursor: pointer;
  z-index: 10;
}

.user {
  position: fixed;
  right: 30px;
  top: 306px;
  width: 72px;
  height: 214px;
  bottom: 322px;
}
.user a {
  display: block;
  height: 72px;
}
.user a:hover {
  background: url(../../images/zt/mydzchove.png) no-repeat;
}
.user a.soulv {
  cursor: pointer;
}
.user a.qq:hover {
  background-position: 0 -72px;
}
.user a.usefk:hover {
  background-position: 0 -144px;
}
.user .soflvbox {
  position: absolute;
  border: 1px solid #0199dc;
  border-radius: 5px;
  width: 310px;
  padding: 10px 20px;
  height: 130px;
  background: #fff;
  left: -370px;
  top: -40px;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  display: none;
}
.user .soflvbox:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 15px;
  right: -9px;
  top: 66px;
  background: url(../../images/zt/souljt.png) no-repeat;
}
.user .soflvbox span {
  color: #0199dc;
  font-size: 14px;
}
.user .soflvbox p {
  text-align: right;
  cursor: pointer;
}
.user .usefkFc {
  position: absolute;
  border: 1px solid #0199dc;
  border-radius: 5px;
  width: 198px;
  padding: 10px 20px;
  height: 60px;
  background: #fff;
  left: -260px;
  top: 145px;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  display: none;
}
.user .usefkFc:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 15px;
  right: -9px;
  top: 25px;
  background: url(../../images/zt/souljt.png) no-repeat;
}
.user .usefkFc span {
  color: #0199dc;
  font-size: 14px;
}
.user .usefkFc p {
  text-align: right;
  cursor: pointer;
}

.back {
  width: 72px;
  height: 72px;
  background-position: 0 -215px;
  bottom: 250px;
  position: fixed;
  right: 30px;
  top: 520px;
}
.back:hover {
  background: url(../../images/zt/mydzchove.png) no-repeat;
  background-position: 0 -215px;
}
