@charset "UTF-8";
/**!
* 青海政务服务  
* date:2020-08-17
* author: huangweiping;
*/
/* 滚动条样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}

::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
  display: block;
}

::-webkit-scrollbar-button:vertical:end:decrement,
::-webkit-scrollbar-button:vertical:start:increment {
  display: none;
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-color: transparent;
  border-style: solid;
}

::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
  background-color: #fff;
  background-clip: padding-box;
}

::-webkit-scrollbar-thumb {
  min-height: 28px;
  padding-top: 100;
  background-color: rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}

::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-track:vertical {
  border-width: 0;
}

::-webkit-scrollbar-track:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.14), inset -1px -1px 0 rgba(0, 0, 0, 0.07);
}

.scrollbar-hover::-webkit-scrollbar,
.scrollbar-hover::-webkit-scrollbar-button,
.scrollbar-hover::-webkit-scrollbar-thumb,
.scrollbar-hover::-webkit-scrollbar-track {
  visibility: hidden;
}

.scrollbar-hover:hover::-webkit-scrollbar,
.scrollbar-hover:hover::-webkit-scrollbar-button,
.scrollbar-hover:hover::-webkit-scrollbar-thumb,
.scrollbar-hover:hover::-webkit-scrollbar-track {
  visibility: visible;
}

/* IE */
body,
div,
html,
li,
ul {
  scrollbar-arrow-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
  scrollbar-shadow-color: rgba(255, 255, 255, 0.3);
  scrollbar-track-color: #f2f2f2;
}

body {
  background: url("../images/top-bg.jpg") no-repeat top center;
}

/* 头部 */
.head-wrap {
  height: 135px;
  border-bottom: 1px solid #72abdf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.head-wrap .logo-wrap {
  width: 572px;
  height: 60px;
  background: url("../images/logo.png") no-repeat center;
  margin-top: 20px;
}

.head-wrap .nav-list {
  margin-top: 16px;
}

.head-wrap .nav-list > li {
  height: 40px;
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  width: 125px;
}

.head-wrap .nav-list > li > a {
  position: relative;
  display: inline-block;
  height: 40px;
}

.head-wrap .nav-list > li > a.active, .head-wrap .nav-list > li > a:hover {
  font-weight: bold;
  font-size: 18px;
}

.head-wrap .nav-list > li > a.active::before, .head-wrap .nav-list > li > a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background-color: #fff;
  left: 5px;
  right: 5px;
}

.head-wrap .login-box {
  float: right;
  margin-top: 40px;
  height: 22px;
  line-height: 22px;
  padding-left: 30px;
  background: url("../images/login-icon.png") no-repeat left center;
}

.head-wrap .login-box > a {
  font-size: 16px;
  color: #fff;
}

.head-wrap .search-box {
  background-color: rgba(255, 255, 255, 0.231);
  width: 243px;
  height: 34px;
  border-radius: 17px;
  margin-top: 28px;
}

.head-wrap .search-box > input {
  height: 34px;
  width: 190px;
  margin-left: 13px;
  border: none;
  background: transparent;
  color: #fff;
  padding-left: 5px;
  outline: none;
}

.head-wrap .search-box .search-btn {
  float: right;
  width: 30px;
  height: 34px;
  background: url("../images/search-icon.png") no-repeat center;
  margin-right: 10px;
}

input::-webkit-input-placeholder {
  color: #fff;
}

input::-moz-input-placeholder {
  color: #fff;
}

input::-ms-input-placeholder {
  color: #fff;
}

.font-logo {
  height: 190px;
  line-height: 190px;
  text-align: center;
}

.font-logo > img {
  vertical-align: middle;
  margin-top: -4px;
}

/* 庭审直播 */
.trial-box {
  position: relative;
  height: 310px;
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 18px 0px rgba(40, 112, 221, 0.14);
          box-shadow: 0px 1px 18px 0px rgba(40, 112, 221, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  padding-top: 38px;
}

.trial-box .js-page {
  position: absolute;
  width: 22px;
  height: 144px;
  top: 95px;
}

.trial-box .js-page.prev-left {
  left: 17px;
  background: url("../images/prev-btn.jpg") no-repeat;
}

.trial-box .js-page.prev-left:hover {
  background: url("../images/prev-btn-ac.jpg") no-repeat;
}

.trial-box .js-page.next-right {
  right: 17px;
  background: url("../images/next-btn.jpg") no-repeat;
}

.trial-box .js-page.next-right:hover {
  background: url("../images/next-btn-ac.jpg") no-repeat;
}

.mod-title {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  color: #2868b1;
  font-weight: bold;
  background: url("../images/mod-title.png") no-repeat center;
}

.swiper-container {
  position: relative;
  height: 144px;
  margin: 28px 56px 0;
}

.swiper-container .video-box {
  display: block;
  height: 144px;
  border-radius: 4px;
  overflow: hidden;
}

.swiper-container .video-box img {
  height: 100%;
  width: 100%;
}

.swiper-container .video-box > span {
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.more-btn {
  display: block;
  width: 108px;
  height: 27px;
  border-width: 1px;
  border-color: #2868b1;
  border-style: solid;
  text-align: center;
  line-height: 25px;
  margin: 19px auto 0;
  color: #2868b1;
  border-radius: 14px;
}

.deal-person {
  margin-top: 35px;
}

.deal-list {
  margin-right: -76px;
}

.deal-list > li {
  float: left;
  margin: 0 75px 30px 0;
  /* box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); */
  width: 102px;
}

.deal-list > li > a {
  position: relative;
  display: block;
  height: 156px;
  text-align: center;
  overflow: hidden;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.deal-list > li:hover .icon-wrap::before {
  -webkit-animation: rotate 2s;
          animation: rotate 2s;
}

.icon-wrap {
  position: relative;
  height: 104px;
  line-height: 104px;
  text-align: center;
}

.icon-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/pie-bg.png") no-repeat;
  z-index: 0;
}

.icon-wrap > img {
  position: relative;
  /* width: 55px;
  height: 55px; */
  vertical-align: middle;
  z-index: 3;
  margin-top: -2px;
}

.deal-name {
  display: block;
  font-size: 16px;
  margin-top: 22px;
}

.deal-ho {
  position: absolute;
  height: 156px;
  width: 198px;
  left: -198px;
  top: 0;
  background-color: #22aaf6;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.deal-ho .deal-name {
  color: #fff;
}

.deal-list > li > a:hover {
  color: #2868b1;
}

.deal-list > li > a:hover .deal-ho {
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ser-list {
  margin-right: -18px;
  margin-bottom: 50px;
}

.ser-list li {
  float: left;
  width: 20%;
  padding-right: 18px;
}

.ser-list li > a {
  display: block;
  height: 94px;
  background: url("../images/ser-bg.png") no-repeat center;
  line-height: 94px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.ser-list li > a:hover {
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
  background: url("../images/ser-bg-ac.png") no-repeat center;
}

.guid-list {
  margin-right: -20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.guid-list li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
  margin-bottom: 19px;
  height: 150px;
}

.guid-list li > a {
  display: block;
  height: 150px;
  background: url("../images/guid-bg.png") no-repeat center;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}

.guid-list li > a .guid-icon {
  display: block;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.guid-list li > a .guid-icon img {
  vertical-align: middle;
}

.guid-list li > a > span {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.guid-list li > a:hover {
  background: url("../images/guid-bg-ac.png") no-repeat center;
  -webkit-box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.12);
  margin-top: -5px;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s;
}
