﻿/*原dialog.css*/
/*遮罩的样式*/
/*弹框样式*/
.dialog {
  display: none;
}

.dialog p {
  font-size: 16px;
  line-height: 2em;
}

.dialogFrame {
  display: none;
  position: fixed;
  z-index: 9000;
  left: 0;
  top: 0;
  background-color: #fff;
  border: 1px solid #000;
  -webkit-radius: 7px;
  -moz-radius: 7px;
  -o-radius: 7px;
  -ms-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0px 0px 7px #858585;
  -moz-box-shadow: 0px 0px 7px #858585;
  -o-box-shadow: 0px 0px 7px #858585;
  -ms-box-shadow: 0px 0px 7px #858585;
  box-shadow: 0px 0px 7px #858585;
}

.dialogFrame tr th {
  text-align: center;
}

.dailogWin {
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #3473a6;
}

.dialogTitle {
  padding: 15px;
  /* height: 45px; */
  /* line-height: 45px; */
  font-size: 16px;
  background-color: #3473a6;
  /* color: #dae3ec; */
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.dialogTitle span {
  display: block;
  /*float: left;*/
  /*margin-left: 15px;*/
  color: #fff;
}

#MyDialog {
  padding: 15px 15px 0px 15px;
  /*border: 1px solid #e5e5e5;*/
}

#MyDialog h1 {
  font-size: 15px;
  line-height: 2em;
}

.closeDialog {
  cursor: pointer;
  position: absolute;
  right: 11px;
  top: 8px;
  font-size: 19px;
  /* width: 28px; */
  /* height: 28px; */
  color: #ccc;
}

.closeDialog:hover {
  color: #000;
}

.dialogContent {
  /*padding: 10px;*/
  overflow: auto;
}

#btnSaveInDialog {
  position: absolute;
  right: 14px;
  bottom: 12px;
}

/*弹框样式结束*/
/*遮罩层*/
.shadow-ajax,
.shadow {
  position: fixed;
  z-index: 8990;
  left: 0;
  top: 0;
  background-color: #686868;
  filter: alpha(opacity=40);
  -moz-opacity: 0.44;
  opacity: 0.4;
  display: none;
  color: #1B2133;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 100%;
}

.common-dataloading {
  position: fixed;
  z-index: 8991;
  left: 50%;
  top: 50%;
  background-color: #fff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  display: none;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  width: 300px;
  margin-left: -150px;
  height: 100px;
  margin-top: -50px;
  border: 1px solid #ccc;
  padding-top: 35px;
}

.loadingImg {
  background: url(../img/loading.gif) 0 0 no-repeat;
  width: 136px;
  height: 10px;
  display: inline-block;
}

/*遮罩层结束*/
/* 按钮的样式*/
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 5px;
  cursor: pointer;
}

.btn {
  display: inline-block;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  -webkit-radius: 5px;
  -moz-radius: 5px;
  -o-radius: 5px;
  -ms-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  /* margin-top:3px;*/
}

.btn:hover {
  color: #fff;
  text-decoration: none;
}

.btn.btn_add {
  background-color: #75a125;
  -webkit-box-shadow: 0px -8px 2px -5px #4c5a29 inset;
  -moz-box-shadow: 0px -8px 2px -5px #4c5a29 inset;
  -o-box-shadow: 0px -8px 2px -5px #4c5a29 inset;
  -ms-box-shadow: 0px -8px 2px -5px #4c5a29 inset;
  box-shadow: 0px -8px 2px -5px #4c5a29 inset;
}

.btn.btn_add:hover {
  background-color: #6d9921;
}

.btn.btn_modify {
  background-color: #3497db;
  -webkit-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  -moz-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  -o-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  -ms-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  box-shadow: 0px -8px 2px -5px #2e6b98 inset;
}

.btn.btn_modify:hover {
  background-color: #3292d5;
}

.btn.btn_save {
  background-color: #3497db;
  -webkit-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  -moz-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  -o-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  -ms-box-shadow: 0px -8px 2px -5px #2e6b98 inset;
  box-shadow: 0px -8px 2px -5px #2e6b98 inset;
}

.titleLine .btn.btn_save {
  float: right;
  margin-right: 10px;
}

.btn.btn_save:hover {
  background-color: #3292d5;
}

.btn.btn_delete {
  background-color: #f98e1c;
  -webkit-box-shadow: 0px -8px 2px -5px #b77b3d inset;
  -moz-box-shadow: 0px -8px 2px -5px #b77b3d inset;
  -o-box-shadow: 0px -8px 2px -5px #b77b3d inset;
  -ms-box-shadow: 0px -8px 2px -5px #b77b3d inset;
  box-shadow: 0px -8px 2px -5px #b77b3d inset;
}

.btn.btn_delete:hover {
  background-color: #f08818;
}

/*原index.css*/
/*轮播部分*/
.slide {
  display: inline-block;
  width: 500px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.box_img {
  width: 500px;
  height: 300px;
  overflow: hidden;
}

.box_img ul li {
  position: absolute;
  display: none;
}

.box_img ul li a>img {
  display: block;
  width: 500px;
  height: 300px;
}

.box_tab {
  display: block;
  width: 500px;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  margin-top: -35px;
  z-index: 999;
  text-align: right;
  background: rgba(0, 0, 0, .6);
  position: relative;
  font-size: 0;
}

.box_tab a {
  line-height: 35px;
  margin-right: 5px;
  overflow: hidden;
}

.box_tab a>i {
  width: 12px;
  height: 4px;
  background: #fff;
  position: relative;
  z-index: 99;
}

.box_tab a>i:hover {
  background: #cc3333;
}

.box_tab a>span {
  display: none;
  position: absolute;
  left: 0;
  bottom: 1px;
  margin: 0 auto;
  line-height: 35px;
  font-size: 16px;
  color: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_tab a.active {}

.box_tab a.active>span {
  display: block;
}

.box_tab a.active>i {
  background: #cc3333;
}

/*轮播部分结束 */

.yw-box {
  margin-left: 20px;
  width: 640px;
  height: 300px;
  border: 1px solid #d9d9d9;
  position: relative;
}

.tab-title {
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
}

.tab-title>div {
  display: inline-block;
  line-height: 50px;
  width: 160px;
  /* margin-right: 26px; */
  height: 50px;
}

.tab-title>div img {
  vertical-align: middle;
  margin: 0 7px 0 22px;
  margin-top: -4px display: inline-block;
  width: 19px;
}

.tab-title>div a {
  color: #3A3A3A;
}

.tab-title>div.active {
  border-bottom: 2px solid #0168b7;
}

.tab-title>div.active a {
  color: #0168b7;
}

.tab-title>div.active .yw-img1 {
  display: none;
}

.tab-title>div img.yw-img2 {
  display: none;
}

.tab-more {
  position: absolute;
  height: 50px;
  line-height: 50px;
  right: 20px;
  top: 0;
  font-size: 14px;
  color: #3A3A3A;
}

.pub-table-box {
  display: none;
  margin-top: 15px;
}

.pub-table-box.active {
  display: block;
}

.pub-table-box li {
  font-size: 14px;
  padding-left: 53px;
  padding-right: 20px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  height: 35px;
  color: #3A3A3A;
}

.pub-table-box li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  color: #1a1a1a;
}

.pub-table-box li span {
  float: right;
  font-size: 14px;
}

.pub-table-box li i {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 25px;
  background: #0168b7;
  margin-top: -2px;
}

.wsbsdt {
  width: 1160px;
  height: 99px;
  margin: 0 auto;
  overflow: hidden;
}

.dt-box {
  margin-left: 0;
  margin-top: 20px;
  width: 640px;
  height: 302px;
}

.dt-box .tab-title>div img {
  width: 24px;
}

.pub-table-box-c {
  margin-top: 21px;
}

.pub-table-box-c li {
  font-size: 14px;
  padding-left: 53px;
  padding-right: 20px;
  line-height: 35px;
  overflow: hidden;
  position: relative;
  height: 35px;
  color: #3A3A3A;
}

.pub-table-box-c li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
  color: #1a1a1a;
}

.pub-table-box-c li span {
  float: right;
  font-size: 14px;
}

.pub-table-box-c li i {
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 25px;
  background: #0168b7;
  margin-top: -2px;
}

.gk-box {
  width: 500px;
  height: 302px;
  border: 1px solid #d9d9d9;
  position: relative;
  margin-top: 20px;
}

.gk-title {
  height: 50px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
}

.gk-title div {
  display: inline-block;
  line-height: 50px;
  width: 160px;
  height: 50px;
  border-bottom: 2px solid #0168b7;
  color: #0168b7;
}

.gk-title div a {
  color: #0168b7;
}

.ico {
  width: 24px;
  margin: 0 7px 0 22px;
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
}

.gk-list {
  margin-top: 24px;
  padding: 0 33px;
}

.gk-list li {
  float: left;
  width: 201px;
  height: 58px;
  margin-bottom: 14px;
  background: url(gk_bg1.png);
}

.gk-list li:nth-child(2n) {
  float: right;
}

.gk-list li:nth-child(2) {
  background: url(gk_bg2.png);
}

.gk-list li:nth-child(3) {
  background: url(gk_bg3.png);
}

.gk-list li:nth-child(4) {
  background: url(gk_bg4.png);
}

.gk-list li:last-child {
  height: 58px;
  text-align: center;
  background: url(gk_bg5.png) no-repeat;
  background-size: 100% 100%;
}

.gk-list li a {
  width: 100%;
  height: 100%;
}

.gk-list li a span {
  width: 128px;
  float: right;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #0168b7;
  text-align: center;
}

.gk-list li:last-child a span {
  width: 357px;
}

/*整合首页页面内样式*/
.five_banner_new {
  height: 80px;
  position: relative;
  margin: 20px auto 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1160px;
  padding-left: 65px;
}

.five_banner_new {
  padding-left: 58px;
}

.fivebanner div {
  margin-right: 15px;
}

.fivebanner div img {
  width: 338px;
  height: 80px;
  margin-right: 0;
}

.main {
  padding-bottom: 0 !important;
}

/* 经过客户沟通临时修改*/

/*首页*/
.index_xg {
  padding-top: 15px;
}

.index_xg .box_tab {
  width: 100%;
}

.index_xg .yw-box {
  /*width: 570px;*/
  width: 510px;
  margin-left: 10px;
  height: 360px;
}

.index_xg .slide {
  width: 640px;
  /*width: 580px;*/
  height: 360px;
}

.index_xg .box_img {
  width: 640px;
  /*width: 580px;*/
  height: 360px;
}

.index_xg .box_img ul li a>img {
  width: 640px;
  /*width: 580px;*/
  height: 360px;
}

.index_xg .pub-table-box {
  margin-top: 10px;
}

/*第二屏*/
.containers.main.ove {
  padding-top: 15px;
}

.containers.main.ove .left.yw-box.dt-box {
  height: 283px;
  margin-top: 15px;
}

.containers.main.ove .pub-table-box.pub-table-box-c {
  margin-top: 10px;
}

.containers.main.ove .right.gk-box {
  margin-top: 15px;
  width: 510px;
  height: 283px;
}

.containers.main.ove .right.gk-box .gk-list {
  margin-top: 15px;
}

/*底部*/
.index_bottom_xg {
  padding-top: 15px;
}

.index_bottom_xg .five_banner_new.clear.ove.clear-fix {
  margin-top: 15px;
  margin-bottom: 15px;
}

.tab-title>div img {
  margin: -4px 7px 0 22px;
}

/*下拉框 s*/
.select-box>div {
  display: inline-block;
  position: relative;
  width: 372px;
  height: 40px;
  margin-left: 22px;
}

.select-box>div:first-child {
  margin-left: 0;
}

.select-top {
  width: 372px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 14px;
  color: #1a1a1a;
  text-align: center;
  line-height: 38px;
  cursor: default;
}

.select-top span {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  top: 16px;
  right: 15px;
}

.select-box ul {
  position: absolute;
  top: 39px;
  width: 372px;
  font-size: 14px;
  background-color: #fff;
  z-index: 99;
  border: 1px solid #ccc;
  cursor: default;
  display: none;
  text-align: center;
}

.select-box ul li {
  line-height: 25px;
}

.select-box ul li a {
  width: 100%;
  color: #1a1a1a;
}

.select-box ul li:hover {
  background-color: #0168b7;
  color: #fff;
}

.select-box ul li a:hover {
  color: #fff;
}

/*下拉框 e*/

/*修改*/
.gk-list li a span {
  background: #EDF4F7;
}

.gk-list li:nth-child(1) {
  background: url(gk_bg1_xg_i.png);
}

.gk-list li:nth-child(1):hover {
  background: url(zn.png);
}

.gk-list li:nth-child(2) {
  background: url(gk_bg2_xg_i.png);
}

.gk-list li:nth-child(2):hover {
  background: url(nb.png);
}

.gk-list li:nth-child(3) {
  background: url(gk_bg3_xg_i.png);
}

.gk-list li:nth-child(3):hover {
  background: url(zd.png);
}

.gk-list li:nth-child(4) {
  background: url(gk_bg4_xg_i.png);
}

.gk-list li:nth-child(4):hover {
  background: url(gk.png);
}

.gk-list li:nth-child(6) {
  background: url(gk_bg5_xg_i.png) no-repeat;
}

.gk-list li:nth-child(6):hover {
  background: url(nr.png) no-repeat;
}

.gk-list li:nth-child(6) a span {
  background: #EDF4F7;
}
.gk-list li:nth-child(5) {
  background: url(gk_bg6_xg_i.png) no-repeat;
}
.gk-list li:nth-child(5):hover {
  background: url(jc.png) no-repeat;
}
.gk-list li a span {
  font-size: 13px;
  color: #0168b7;
  font-weight: 600;
  letter-spacing: 1px;
}

.index_bottom_xg .left.hd-title {
  width: 78px;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
}

.index_bottom_xg .left.hd-title img {
  margin-top: 17px;
  margin-bottom: 8px;
}

.index_bottom_xg .left.hd-list {
  width: 1080px;
}

.index_bottom_xg .left.hd-list img {
  width: 60px;
  height: 70px;
  margin: 16px auto 10px;
}

.index_bottom_xg .left.hd-list li p {
  font-size: 14px;
  line-height: 16px;
}

.index_xg .tab-title>div a {
  color: #797777;
  letter-spacing: 2px;
  font-size: 20px;
}

.tab-title>div.active a {
  color: #006eab;
  font-weight: bold;
}

.tab-title>div.active {
  border-bottom: 2px solid #006eab;
}

.tab-title>div a {
  color: #797777;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
}

.gk-title div a {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
}

.pub-table-box li a:hover {
  color: #004f7b;
}

.pub-table-box-c li a:hover {
  color: #004f7b;
}

/* 首页悬浮效果修改 by few*/
.wsbsdt img {
  transition: all 0.6s;
  -ms-transition: all 0.8s;
}

.wsbsdt img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.index_bottom_xg .left.hd-list a img {
  transition: all 0.6s;
  -ms-transition: all 0.8s;
  display: block
}

.index_bottom_xg .left.hd-list a img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.fivebanner div a {
  overflow: hidden;
}

.fivebanner div img {
  transition: all 0.6s;
  -ms-transition: all 0.8s;
}

.fivebanner div img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.gk-list li a span {
  transition: 0.3s;
}

.gk-list li a span:hover {
  padding-right: 10px;
}

.box_img ul li {
  width: 100%;
  height: 100%;
}

.box_img ul li:hover .lunbodiv {
  display: block
}

.lunbodiv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .2);
}

.slide:hover .box_tab {
  background: rgba(0, 110, 171, .8);
}

/* 首页飘窗右 */
.pc_box {
  position: absolute;
  top: 0;
  left: -96px;
}

.closeBox {
  text-align: right;
  font-size: 12px;
  cursor: pointer;
  color: #000000;
  line-height: 12px;
}

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

.b1 {
  left: 200px;
}

.b2 {
  right: 140px;
}

/*原mobile.css*/
@media screen and (max-width: 1200px) {
  body {
    width: 100%;
    min-width: 100%;
  }

  .top {
    padding: 0.2rem;
  }

  .gg-top {
    display: none;
  }

  .pc_box {
    display: none;
  }

  .img-logo {
    display: block;
    margin: 0 auto;
    margin-top: 0.2rem;
  }

  .search-box {
    margin-top: 0rem;
    width: 3.4rem;
    margin: 0 auto;
    float: none;
  }

  .nav-list li {
    width: 33.22%;
  }

  .containers {
    width: 96%;
    margin: 0 auto;
  }

  .search-btn {
    top: 14px;
  }

  .index_xg .slide {
    width: 100%;
  }

  .index_xg .box_img ul li a>img {
    width: 100%;
    max-width: 100%;
  }

  .index_xg .box_img {
    width: 100%;
  }

  .box_img ul li a {
    display: block;
  }

  .index_xg .yw-box {
    width: 100%;
  }

  .wsbsdt {
    width: 100%;
    height: 1.3rem;
  }

  .wsbsdt a {
    display: block;

  }

  .left.yw-box.dt-box {
    width: 100%;
  }

  .containers.main.ove .right.gk-box {
    width: 100%;
  }

  .right .gk-list li {
    width: 49%;
    background-size: 100% 100%;
  }

  .right .gk-list li:nth-child(5) {
    width: 100%;
  }

  .gk-list li a {
    display: block;
  }

  .gk-list li a span {
    width: 60%;

  }

  .gk-list li:last-child a span {
    width: 78%;
  }

  .index_bottom_xg .left.hd-list {
    width: 90%;
  }

  .hd-box {
    height: 1.6rem;
  }

  .hd-title {
    padding: 45px 10px;
  }

  .five_banner_new {
    width: 90%;
    height: 160px;
  }

  .fiveleft,
  .fiveright {
    top: 60px;
  }

  .fivebanner {
    height: 260px;
  }

  .select-box {
    height: 80px;
    font-size: 0;
  }

  .select-top {
    width: 100%;
  }

  .select-box>div {

    width: 30%;

  }

  .select-box>div:first-child {
    margin-left: 22px;
  }

  .bottom {
    position: unset;
    font-size: 0.8rem;
    height: 2.6rem;
  }

  .bottom-box {
    height: 2.6rem;
  }

  .bottom p {
    height: 0.4rem;
    line-height: 0.8rem;
  }

  .b1 {
    position: absolute;
    left: 0.2rem !important;
    top: 1.7rem;
    width: 0.6rem;
    height: 0.7rem;
  }

  .b2 {
    position: absolute;
    right: 0.3rem !important;
    top: 1.8rem;
    width: 1rem;
    height: 0.6rem;
  }

  .b2 img {
    width: 0.6rem;
    height: 0.3rem;
  }

  .b_gh {
    margin: 0.3rem;
    margin-right: 0.1rem;
    width: 0.24rem;
    height: 0.24rem;
  }

  .tempWrap {
    width: 92% !important;
  }
}

/*移动端首页样式表-2020-9-20*/
/* @media screen and (max-width: 768px) {
    body .top .search-box {
        top: -28px;
    }
    body .top .search-btn {
        top: 10px;
        width: 50px;
        height: 30px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    body .top_xg.containers {
        padding: 0px 0 0;
    }
} */