﻿@charset "UTF-8";

/* yui3 reset.css */
@font-face {
  font-family: 'SourceHanSerifCN';
  src: url("./fonts/SourceHanSerifCN-Heavy.otf");
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1278px;
  margin: 0 auto;
}

.main {
  min-width: 1278px;
}

/* 顶部公共样式 */
.header-date-bg {
  background-color: #fff;
}

.header-date {
  font-size: 0;
  padding-left: 40px;
  color: #333;
}

.header-date>span {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.header-date .week {
  margin: 0 8px;
}

.header-banner {
  height: 218px;
  background: url("../css/images/header/banner_bg.jpg") center center no-repeat;
}

.header-banner .container {
  display: flex;
  justify-content: space-between;
}

.header-slogan {
  width: 607px;
  height: 75px;
  margin: 63px 0 0 17px;
  background: url("../css/images/header/slogan.png") center center no-repeat;
}

.header-search {
  height: 40px;
  line-height: 40px;
  margin: 80px 1px 0 0;
  display: flex;
}

.header-search-chosen {
  width: 120px;
  height: 40px;
  margin-right: 5px;
}

.header-search-chosen .chosen-container {
  vertical-align: top;
}

.header-search-chosen .chosen-container-single .chosen-single {
  border-radius: 1px;
  padding: 0 0 0 11px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #81c2ff;
  color: #333;
  font-size: 16px;
}

.header-search-chosen .chosen-container-single .chosen-single span {
  margin-right: 23px;
}

.header-search-chosen .chosen-container-single .chosen-single div {
  width: 23px;
  height: 38px;
}

.header-search-chosen .chosen-container-single .chosen-single div b {
  background: url("../css/images/header/header_chosen_down.png") center center no-repeat;
}

.header-search-chosen .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../css/images/header/header_chosen_up.png") center center no-repeat;
}

.header-search-input {
  font-size: 0;
  background-color: #fff;
}

.header-search-input .header-input {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 253px;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #333;
}

.header-search-input .header-input::-webkit-input-placeholder {
  color: #2480cd;
}

.header-search-input .header-input::-moz-placeholder {
  color: #2480cd;
}

.header-search-input .header-input:-moz-placeholder {
  color: #2480cd;
}

.header-search-input .header-input:-ms-input-placeholder {
  color: #2480cd;
}

.header-search-input .header-input-btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  width: 57px;
  height: 40px;
  border-radius: 3px;
  background: url("../css/images/header/header_search_btn.png") center center no-repeat #007ae0;
}

.header-scroll {
  width: 50px;
  height: 61px;
  line-height: 61px;
  color: #003492;
  width: 435px;
  font-size: 0;
}

.header-scroll span {
  display: inline-block;
  vertical-align: top;
  margin: 0 18px;
  font-size: 28px;
  font-family: "SourceHanSerifCN";
  text-shadow: #fff 1px 0 0, #fff -1px 0 0, #fff 0 1px 0, #fff 0 -1px 0;
}

.header-scroll .str_move {
  cursor: default;
}

.header-nav {
  height: 60px;
  line-height: 60px;
  background-color: #007de6;
}

.header-nav .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.header-nav-btn {
  width: 146px;
  color: #fffefe;
  font-size: 22px;
  text-align: center;
}

.header-nav-btn.active,
.header-nav-btn:hover {
  font-weight: 800;
  background-image: linear-gradient(to bottom, #1e99ff, #6bbeff);
}

/* 底部公共样式 */
.footer {
  height: 240px;
  background-color: #43454c;
}

.footer .container {
  padding: 20px 40px 0;
}

.footer-chosen-box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.footer-chosen-box .chosen-container-single .chosen-single {
  padding: 0 0 0 8px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #6f7580;
  background-color: #6f7580;
  background-clip: padding-box;
  color: #fff;
}

.footer-chosen-box .chosen-container-single .chosen-single span {
  text-align: center;
}

.footer-chosen-box .chosen-container-single .chosen-single div {
  width: 26px;
}

.footer-chosen-box .chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../css/images/bottom/bottom_chosen_down.png") no-repeat 3px center;
}

.footer-chosen-box .chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../css/images/bottom/bottom_chosen_up.png") no-repeat 3px center;
}

.footer-chosen-box .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  box-shadow: none;
}

.footer-content {
  display: flex;
}

.footer-words {
  padding-left: 2px;
  width: 700px;
  padding-top: 27px;
  font-size: 0;
}

.footer-words-link {
  margin-bottom: 12px;
}

.footer-words-link>a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 12px;
  color: #fff;
  line-height: 16px;
  height: 16px;
  border-right: 1px solid #fff;
}

.footer-words-link>a:nth-child(1) {
  padding-left: 0;
}

.footer-words-link>a:last-child {
  border: none;
}

.footer-words-info {
  font-size: 0;
}

.footer-words-detail {
  color: #a3a6b2;
  font-weight: 200;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
}

.num-count {
  color: #ecf0ff;
  padding-top:7px;
}

.police-badge {
  padding-left: 33px;
  background: url("../css/images/bottom/police_badge.png") left center no-repeat;
}

.width307 {
  width: 307px;
}

.width300 {
  width: 300px;
}

.width488 {
  width: 488px;
}

.width210 {
  width: 210px;
}

.footer-icon {
  width: calc(100% - 700px);
  font-size: 0;
}

.footer-icon>a {
  display: inline-block;
  vertical-align: top;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-icon .cqc-icon {
  width: 68px;
  height: 80px;
  background-image: url("../css/images/bottom/cqc_icon.png");
  margin: 48px 0 0 70px;
}

.footer-icon .resources-icon {
  width: 66px;
  height: 66px;
  background-image: url("../css/images/bottom/resources_icon.png");
  margin: 48px 0 0 34px;
}

.footer-icon .institutions-icon {
  width: 55px;
  height: 70px;
  background-image: url("../css/images/bottom/institutions_icon.png");
  margin: 48px 0 0 34px;
}

.footer-icon .find-error {
  width: 100px;
  height: 49px;
  background-image: url("../css/images/bottom/find_error.png");
  margin: 57px 0 0 37px;
}

/* 右侧悬浮 */
.fixed {
  position: fixed;
  width: 88px;
  /* top: 5%; */
  top: -12%;
  box-shadow: 0px 0px 5px 0px rgba(66, 138, 235, 0.3);
  z-index: 999;
  transform: scale(0.8);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.8);
  right: 30px;
}

.fixed-box {
  position: relative;
  height: 96px;
  border-bottom: 1px solid #d0e3f3;
}

.fixed-box:last-child {
  border: none;
}

.fixed-click {
  display: block;
  height: 100%;
  background-color: #fff;
}

.fixed-click:hover {
  background-color: #007de6;
}

.fixed-click:hover .fixed-words {
  color: #fff;
}

.fixed-box:first-child .fixed-click {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.fixed-box:last-child .fixed-click {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.fixed-pic {
  width: 39px;
  height: 39px;
  margin: 11px 0 0 25px;
}

.fixed-words {
  position: relative;
  height: 45px;
  text-align: center;
  font-size: 16px;
  color: #666;
}

.fixed-name {
  line-height: 20px;
}

.fixed-name-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.objection-box {
  height: 111px;
}

.objection-box .fixed-words {
  height: 60px;
}

.fixed-box:hover .code-box {
  display: block;
}

.code-box {
  position: absolute;
  display: none;
  width: 180px;
  height: 180px;
  background-color: #fff;
  border: 10px solid #fff;
  top: -40px;
  left: -180px;
}

.code-pic {
  width: 100%;
  height: 100%;
}

/* 分页样式 */
.pager {
  margin-top: 0;
}

.m-pagination-page>li>a {
  border-radius: 2px;
}

.m-pagination-page>li.active>a {
  border-color: #007de6;
  background-color: #007de6;
}

.m-pagination-page>li>a {
  border: 1px solid #eaedef;
  color: #888;
}

.m-pagination-jump {
  width: 100px;
}

.bottom-code-box {
  width: 200px;
  height: 210px;
  margin: 20px auto 0 auto;
  background-color: rgb(227, 239, 249);
  overflow: hidden;
}

.bottom-code-pic {
  display: block;
  width: 160px;
  height: 160px;
  margin: 10px auto;
}

.bottom-code-words {
  line-height: 30px;
  text-align: center;
  color: rgb(22, 95, 164);
}

.align-left {
  text-align: left !important;
}