*,
*::after,
*::before {
  box-sizing: border-box;
  word-wrap: break-word;
}
*[hidefocus],
a,
textarea,
area {
  outline: none;
  resize: none;
}
html,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
input,
li,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  padding: 0;
  margin: 0;
  border: 0;
}
dl,
ol,
ul {
  list-style-type: none;
}
button,
input {
  overflow: visible;
  vertical-align: middle;
  outline: none;
  background-color: transparent;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
button,
input,
pre,
select,
td,
textarea,
th {
  font-size: 12px;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
a {
  color: #333333;
  text-decoration: none;
}
a:active,
a:hover,
a:focus,
:focus {
  outline: none;
}
input {
  -webkit-user-modify: read-write-plaintext-only;
}
a,
button,
input {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
sub,
sup {
  vertical-align: baseline;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
}
em,
i {
  font-style: normal;
}
/*HTML5 reset*/
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
menu,
nav,
section,
fieldset,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -webkit-appearance: textfield;
}
/*IE下a:hover 背景闪烁*/
html {
  overflow: -moz-scrollbars-vertical;
}
/*清除浮动*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
body,
input,
select {
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
  min-width: 1200px;
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a[class]:hover {
  text-decoration: none;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: Din Medium;
  src: url("/assets/pc2018/fonts/din-medium.otf");
}
.number {
  font-family: 'Din Medium';
}
.header {
  position: relative;
  z-index: 110;
  background-color: transparent;
  min-height: 102px;
  transition: all 0.3s;
}
.header:hover {
  background-color: #fff;
}
.header:hover .service-phone {
  color: #333333;
}
.header:hover .service-phone .work-time {
  color: #666666;
}
.header:hover .website-links .links-item {
  color: #333333;
}
.header:hover .website-links .links-item a {
  color: #333333;
}
.header:hover .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header:hover .xq-logo .current-page {
  color: #999999;
}
.header:hover .xq-logo .logo-normal {
  opacity: 0;
}
.header:hover .xq-logo .logo-active {
  opacity: 1;
}
.header:hover .website-menus .menus-item {
  color: #999999;
}
.header:hover .website-menus .menus-item a {
  color: #999999;
}
.header:hover .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header:hover .website-menus .menus-item.active,
.header:hover .website-menus .menus-item.current {
  color: #333333;
}
.header:hover .website-menus .menus-item.active a,
.header:hover .website-menus .menus-item.current a {
  color: #333333;
}
.header.active {
  background-color: #fff;
}
.header.active .topbar {
  background-color: #323436;
}
.header.active .service-phone {
  color: #ffffff;
}
.header.active .service-phone .work-time {
  color: #ffffff;
}
.header.active .website-links .links-item {
  color: #ffffff;
}
.header.active .website-links .links-item a {
  color: #ffffff;
}
.header.active .website-links .links-item + .links-item::before {
  background-color: #666666;
}
.header.active .xq-logo .current-page {
  color: #999999;
}
.header.active .xq-logo .logo-normal {
  opacity: 0;
}
.header.active .xq-logo .logo-active {
  opacity: 1;
}
.header.active .website-menus .menus-item {
  color: #999999;
}
.header.active .website-menus .menus-item a {
  color: #999999;
}
.header.active .website-menus .menus-item::before {
  background-color: #f35b50;
}
.header.active .website-menus .menus-item.active,
.header.active .website-menus .menus-item.current {
  color: #333333;
}
.header.active .website-menus .menus-item.active a,
.header.active .website-menus .menus-item.current a {
  color: #333333;
}
.topbar {
  min-width: 1200px;
  width: 100%;
  height: 40px;
  background-color: transparent;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topbar .flex {
  display: flex;
}
.topbar .space-between {
  display: flex;
  justify-content: space-between;
}
.topbar .center {
  display: flex;
  align-items: center;
}
.topbar .service-phone {
  display: flex;
  font-size: 12px;
  color: #ffffff;
  line-height: 40px;
}
.topbar .service-phone .label {
  margin-right: 12px;
}
.topbar .service-phone .work-time {
  color: #ffffff;
}
.topbar .website-links {
  display: flex;
  line-height: 40px;
  margin-right: -16px;
}
.topbar .website-links .links-item {
  position: relative;
  padding: 0 16px;
  font-size: 12px;
  color: #ffffff;
}
.topbar .website-links .links-item a {
  color: #ffffff;
}
.topbar .website-links .links-item + .links-item::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #666666;
  height: 16px;
  overflow: hidden;
  top: 50%;
  margin-top: -8px;
}
.navgation {
  min-width: 1200px;
  width: 100%;
  position: relative;
  background-color: transparent;
  height: 72px;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.navgation .flex {
  display: flex;
}
.navgation .space-between {
  display: flex;
  justify-content: space-between;
}
.navgation .center {
  display: flex;
  align-items: center;
}
.navgation .wrapper {
  height: 72px;
}
.navgation .sub-menu {
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 0 #eeeeee inset;
  display: none;
}
.navgation .sub-menu .wrapper {
  height: 62px;
}
.navgation .xq-logo {
  display: flex;
  height: 49px;
  align-items: center;
  position: relative;
}
.navgation .xq-logo .logo-normal,
.navgation .xq-logo .logo-active {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
}
.navgation .xq-logo .logo-normal {
  opacity: 1;
}
.navgation .xq-logo img {
  display: block;
  height: 49px;
  width: auto;
}
.navgation .xq-logo .current-page {
  display: flex;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #ffffff;
  padding-left: 24px;
  border-left: 1px solid #e2e2e2;
  margin-left: 19px;
}
.navgation .website-menus {
  display: flex;
  height: 72px;
  line-height: 40px;
  margin-right: -4px;
}
.navgation .website-menus .menus-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #ffffff;
  height: 72px;
  line-height: 72px;
}
.navgation .website-menus .menus-item a {
  display: block;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
}
.navgation .website-menus .menus-item a:hover {
  color: #333333;
}
.navgation .website-menus .menus-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: transparent;
  overflow: hidden;
}
.navgation .website-menus .menus-item.active,
.navgation .website-menus .menus-item.current {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active a,
.navgation .website-menus .menus-item.current a {
  color: #ffffff;
}
.navgation .website-menus .menus-item.active::before,
.navgation .website-menus .menus-item.current::before {
  display: block;
}
.navgation .website-menus .menus-item {
  margin-left: 66px;
}
.page-tab {
  min-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 30px 0 rgba(102, 102, 102, 0.2);
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tab .flex {
  display: flex;
}
.page-tab .space-between {
  display: flex;
  justify-content: space-between;
}
.page-tab .center {
  display: flex;
  align-items: center;
}
.page-tab .tab-wrap {
  display: flex;
}
.page-tab .tab-wrap.right {
  justify-content: flex-end;
}
.page-tab .tab-wrap .tab-item {
  position: relative;
  padding: 0 4px;
  font-size: 16px;
  color: #666666;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.page-tab .tab-wrap .tab-item:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item a {
  color: #666666;
}
.page-tab .tab-wrap .tab-item a:hover {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item::before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: #f35b50;
  overflow: hidden;
}
.page-tab .tab-wrap .tab-item.active,
.page-tab .tab-wrap .tab-item.current {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active a,
.page-tab .tab-wrap .tab-item.current a {
  color: #333333;
}
.page-tab .tab-wrap .tab-item.active::before,
.page-tab .tab-wrap .tab-item.current::before {
  display: block;
}
.page-tab .tab-wrap .tab-item.current {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current a {
  color: #f35b50;
}
.page-tab .tab-wrap .tab-item.current::before {
  display: none;
}
.page-tab .tab-wrap .tab-item + .tab-item {
  margin-left: 74px;
}
.page-tab.infomation-tab .tab-wrap {
  display: flex;
  justify-content: space-between;
}
.page-tab.infomation-tab .tab-item {
  font-size: 14px;
}
.page-tab.infomation-tab .tab-item + .tab-item {
  margin-left: 0;
}
.page-tab.sub-menu-tab {
  box-shadow: none;
}
.page-tab.sub-menu-tab .tab-item {
  font-size: 14px;
}
.page-tab.sub-menu-tab .tab-item + .tab-item {
  margin-left: 40px;
}
.xq-title {
  min-width: 1200px;
  width: 100%;
  height: 136px;
  display: flex;
  align-items: center;
}
.xq-title .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-title .flex {
  display: flex;
}
.xq-title .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-title .center {
  display: flex;
  align-items: center;
}
.xq-title .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.xq-title .flex {
  display: flex;
}
.xq-title .space-between {
  display: flex;
  justify-content: space-between;
}
.xq-title .center {
  display: flex;
  align-items: center;
}
.xq-title .inner {
  text-align: center;
}
.xq-title .title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 8px;
}
.xq-title .sub {
  position: relative;
  font-size: 14px;
  color: #999999;
}
.xq-title .sub .placeholder-icon {
  display: inline-block;
  width: 16px;
}
.xq-title .sub .help {
  position: relative;
  display: inline-block;
}
.xq-title .sub .help .help-msg {
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -13px;
  margin-left: 10px;
  padding: 0 24px;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  border-radius: 5px;
}
.xq-title .sub .help .help-msg:before,
.xq-title .sub .help .help-msg:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border: 0;
  border-right: 8px solid #fff;
  border-top: 5px dashed transparent;
  border-bottom: 5px dashed transparent;
  z-index: 2;
}
.xq-title .sub .help .help-msg:after {
  border-right-color: #e4e4e4;
  z-index: 1;
  left: -8px;
}
.xq-title .sub .help .wrin-icon {
  width: 16px;
  height: 16px;
  color: #f35b50;
  border: 1px solid #f35b50;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 0;
}
.xq-title .sub .help .wrin-icon:after {
  font-size: 12px;
  content: '!';
  position: relative;
  top: -1px;
}
.xq-title .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #999999;
}
.xq-title .more:hover {
  text-decoration: underline;
}
.xq-h2-title {
  padding-left: 20px;
  height: 50px;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  align-items: center;
}
.xq-h2-title h2 {
  position: relative;
  padding: 0;
  padding-left: 20px;
  font-size: 20px;
  color: #333333;
  font-weight: normal;
}
.xq-h2-title h2:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 18px;
  overflow: hidden;
  background-color: #f35b50;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
.footer {
  min-width: 1200px;
  width: 100%;
  background-color: #555758;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.footer .flex {
  display: flex;
}
.footer .space-between {
  display: flex;
  justify-content: space-between;
}
.footer .center {
  display: flex;
  align-items: center;
}
.footer .wrapper {
  padding: 30px 20px 0;
}
.footer .content {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6a6a6a;
  padding-bottom: 50px;
}
.footer .col1,
.footer .col2,
.footer .col3 {
  display: flex;
}
.footer .col1 {
  width: 410px;
  margin-left: -3px;
}
.footer .col1 dl {
  width: 62px;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 60px;
}
.footer .col1 dl a {
  color: #d3d3d3;
  text-decoration: none;
}
.footer .col1 dl a:hover {
  text-decoration: underline;
}
.footer .col1 dl dt {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.footer .col1 dl dd {
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
}
.footer .col2 {
  width: 378px;
  padding-top: 8px;
}
.footer .col2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer .col2 ul li {
  width: 100px;
  height: 138px;
}
.footer .col2 ul li img {
  display: block;
  width: 100px;
  height: 100px;
}
.footer .col2 ul li p {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  margin-left: -20px;
  margin-right: -20px;
}
.footer .col3 {
  flex-direction: column;
  color: #fff;
  padding-left: 100px;
}
.footer .col3 .work-time {
  line-height: 34px;
  height: 34px;
  font-size: 14px;
}
.footer .col3 .work-time span {
  font-size: 20px;
}
.footer .col3 .hot-phone {
  margin-top: 25px;
  font-size: 14px;
}
.footer .col3 .links {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
}
.footer .col3 .links a {
  height: 30px;
  line-height: 30px;
  background-color: #f76719;
  padding: 0 8px;
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer .col3 .links a.online {
  padding-left: 28px;
  background: #f76719 url("../images/online.png") 6px 5px no-repeat;
}
.footer .col3 .links .email-panel {
  position: absolute;
  display: none;
  z-index: 2;
  top: -74px;
  background-color: #fff;
  padding: 8px 12px;
  text-align: left;
  right: -50px;
}
.footer .col3 .links .email-panel h3 {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #323436;
}
.footer .col3 .links .email-panel p {
  color: #ffa44c;
  font-size: 12px;
}
.footer .col3 .links .email-panel .jt {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 9px dashed #fff;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer .links {
  color: #fff;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6a6a6a;
}
.footer .links a {
  color: #fff;
  text-decoration: none;
  text-decoration: underline;
}
.footer .links dl {
  padding-left: 95px;
  position: relative;
  overflow: hidden;
}
.footer .links dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  color: #aeaeae;
  line-height: 24px;
}
.footer .links dl dd {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
  margin: 0 5px;
}
.footer .copyright {
  height: 69px;
  overflow: hidden;
}
.footer .copyright p {
  float: left;
  height: 22px;
  line-height: 22px;
  padding-top: 16px;
  color: #fff;
}
.footer .copyright p span {
  color: #f35b50;
}
.footer .copyright ul {
  float: right;
  overflow: hidden;
}
.footer .copyright ul li {
  float: left;
  margin-left: 30px;
  height: 40px;
}
.footer .copyright ul li a {
  display: block;
}
.footer .copyright ul li img {
  display: block;
}
.button {
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  color: #f35b50;
  padding: 0 18px;
  display: inline-block;
  text-align: center;
}
.button.button-link {
  background-color: transparent;
  color: #f35b50;
}
.button.button-link:hover {
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
  background-color: #f35b50;
  color: #ffffff;
}
.button.button-link-disabled {
  background-color: transparent;
  color: #999999;
}
.button.button-link-disabled:hover {
  text-decoration-line: underline;
}
.button.button-primary {
  color: #fff;
  background-color: #f35b50;
  transition: all 0.2s;
  cursor: pointer;
}
.button.button-primary:hover {
  background-color: #e64a3e;
}
.button.button-block,
.button.button-full {
  padding: 0;
  display: block;
  width: 100%;
}
.button.button-radius {
  border-radius: 50px;
}
.button.button-disabled {
  opacity: .5;
  cursor: default;
}
.button.button-disabled.button-hover:hover {
  color: #fff;
  background-color: #f35b50;
}
.button.button-hover:hover {
  background-color: #e64a3e;
  color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
}
.grid-container {
  width: 100%;
  max-width: 1200px;
  /*-- 使用 cleafix 清除浮动 -- */
  /*-- 列的额外内容样式 --*/
}
.grid-container.normal [class*='col-'] {
  /*-- 设置列的左右间隙 -- */
  padding: 12px;
}
.grid-container .row:before,
.grid-container .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid-container [class*='col-'] {
  float: left;
  min-height: 1px;
  width: 16.66%;
}
.grid-container .col-1 {
  width: 8.33%;
}
.grid-container .col-2 {
  width: 16.66%;
}
.grid-container .col-3 {
  width: 25%;
}
.grid-container .col-4 {
  width: 33.33%;
}
.grid-container .col-5 {
  width: 41.66%;
}
.grid-container .col-6 {
  width: 50%;
}
.grid-container .col-7 {
  width: 58.33%;
}
.grid-container .col-8 {
  width: 66.66%;
}
.grid-container .col-9 {
  width: 75%;
}
.grid-container .col-10 {
  width: 83.33%;
}
.grid-container .col-11 {
  width: 91.66%;
}
.grid-container .col-12 {
  width: 100%;
}
.grid-container [class*='col-'] > p {
  padding: 0;
  margin: 0;
  text-align: center;
  color: white;
}
.real-title {
  position: relative;
  font-size: 20px;
  color: #666666;
  text-align: center;
  padding: 40px 0;
}
.real-title .range-switch {
  position: absolute;
  right: 68px;
  top: 50%;
  margin-top: -14px;
  display: flex;
}
.real-title .range-switch a {
  width: 50px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #999999;
  color: #999999;
  font-size: 16px;
  color: #666666;
  text-align: center;
  margin-left: -1px;
}
.real-title .range-switch a.active {
  position: relative;
  z-index: 2;
  background-color: #f35b50;
  border-color: #f35b50;
  color: #ffffff;
}
.real-title .range-switch a.active:hover {
  color: #ffffff;
}
.real-title .range-switch a:hover {
  position: relative;
  z-index: 3;
  color: #f35b50;
  border-color: #f35b50;
  text-decoration: none !important;
}
.so-far {
  background: url("../images/infomation/bg_anquan.png");
  width: 1160px;
  height: 230px;
  color: #fff;
}
.so-far .so-far-title,
.so-far .so-far-name,
.so-far .so-far-date,
.so-far .so-far-current {
  color: #ffffff;
  text-align: center;
}
.so-far .so-far-title,
.so-far .so-far-name {
  font-size: 20px;
}
.so-far .so-far-date {
  font-size: 16px;
}
.so-far .so-far-title {
  padding-top: 30px;
}
.so-far .so-far-name {
  padding-top: 22px;
}
.so-far .so-far-date {
  padding-top: 16px;
}
.so-far .so-far-current {
  margin-top: 16px;
  height: 50px;
  line-height: 50px;
}
.so-far .year,
.so-far .hour,
.so-far .day,
.so-far .miunte,
.so-far .second {
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 2.407px 3.195px 16px 0px rgba(48, 48, 48, 0.15);
  height: 50px;
  padding: 0 10px;
  color: #ffad2c;
  font-size: 30px;
}
.so-far .unit {
  font-size: 24px;
  padding: 0 8px;
}
.label-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 72px;
  padding-right: 0;
  margin-bottom: -48px;
}
.label-list .label-item {
  margin-bottom: 48px;
}
.label-list .label-item .value {
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  margin-bottom: 14px;
}
.label-list .label-item .label {
  position: relative;
  font-size: 16px;
  color: #999999;
  height: 28px;
  line-height: 28px;
}
.label-list .label-item .label:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 20px;
  left: -37px;
  top: 50%;
  margin-top: -10px;
}
.label-list .label-item.red .label:after {
  background-color: #f35b50;
  box-shadow: 2px 0px 6px 0px rgba(243, 91, 80, 0.15);
}
.label-list .label-item.orange .label:after {
  background-color: #ffad2c;
  box-shadow: 2px 0px 6px 0px rgba(255, 173, 44, 0.15);
}
.label-list .label-item.blue .label:after {
  background-color: #7ec6ea;
  box-shadow: 2px 0px 6px 0px rgba(126, 198, 234, 0.15);
}
.label-list .label-item.green .label:after {
  background-color: #67d3ca;
  box-shadow: 2px 0px 6px 0px rgba(126, 198, 234, 0.15);
}
.label-list .label-col1 {
  width: 320px;
}
.label-list .label-col2 {
  width: 260px;
}
.label-list .label-col3 {
  width: 320px;
}
.label-list .label-col4 {
  width: 280px;
}
.list-block {
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(156, 156, 156, 0.4);
}
.list1 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.list2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 126px;
}
.list2 .label-list {
  margin-bottom: 0;
  padding-left: 50px;
}
.list2 .label-list .label-item {
  margin-bottom: 0;
}
.list3 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}
.list3 .label-list {
  margin-bottom: -20px;
  padding-left: 116px;
}
.list3 .label-list .label-item {
  margin-bottom: 20px;
}
.chart1 {
  width: 100%;
  height: 480px;
}
.person-chart {
  display: flex;
  height: 320px;
}
.person-chart .chart2-1,
.person-chart .chart2-2 {
  width: 50%;
  height: 320px;
}
.person-chart .chart3-1,
.person-chart .chart3-2 {
  width: 50%;
  height: 320px;
}
.month-report {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 26px;
  padding-bottom: 10px;
}
.month-report .report-item {
  position: relative;
  width: 588px;
  height: 222px;
  margin-bottom: 40px;
  box-shadow: 2.624px 3.019px 18px 0px rgba(141, 141, 141, 0.16);
}
.month-report .report-item a,
.month-report .report-item img {
  display: block;
  width: 588px;
  height: 222px;
}
.month-report .report-item:hover {
  cursor: pointer;
}
.month-report .report-item:hover .qr-layer {
  opacity: 1;
}
.month-report .report-item .qr-layer {
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.51);
  border-radius: 8px;
  overflow: hidden;
}
.month-report .report-item .qr-layer .qr-wrap {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 162px;
  height: 162px;
}
.month-report .report-item .qr-layer .qr-wrap img {
  display: block;
  width: 162px;
  height: 162px;
}
.month-report .report-item .qr-layer .qr-tip {
  position: absolute;
  left: 222px;
  bottom: 26px;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.month-report.audit .report-item {
  width: 534px;
  height: 310px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}
.month-report.audit .report-item a,
.month-report.audit .report-item img {
  width: 534px;
  height: 310px;
}
.standard-wrap {
  padding-top: 28px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
}
.standard-table {
  display: flex;
}
.standard-table .table-label {
  width: 80px;
  text-align: center;
  font-size: 18px;
  color: #666666;
}
.standard-table .table-label img {
  position: relative;
  left: 4px;
}
.standard-table table {
  flex: 1;
  border-collapse: collapse;
  width: 100%;
}
.standard-table table th {
  font-weight: normal;
  background-color: #fff2f1;
  font-size: 18px;
  color: #666666;
}
.standard-table table th,
.standard-table table td {
  text-align: center;
  border: 1px solid #e8e8e8;
  padding: 16px 0;
}
.standard-table table td {
  font-size: 16px;
  color: #333333;
}
.standard-table table .table-inner {
  line-height: 28px;
}
.standard-table table .tip {
  color: #969696;
}
.standard-table + .standard-table {
  margin-top: 40px;
}
.statute-wrap {
  padding: 20px;
  padding-bottom: 100px;
  padding-top: 0;
}
.statute-wrap .statute-item {
  padding: 20px 0;
  padding-top: 14px;
  border-bottom: 1px solid #e8e8e8;
}
.statute-wrap .statute-item .statute-name {
  font-size: 18px;
  color: #333333;
  height: 36px;
  line-height: 36px;
  margin-bottom: 12px;
}
.statute-wrap .statute-item .statute-desc {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  word-break: break-all;
  margin-bottom: 12px;
}
.statute-wrap .statute-item .statute-more {
  text-align: right;
}
.statute-wrap .statute-item .statute-more .date {
  font-size: 16px;
  color: #999999;
}
.statute-wrap .statute-item .statute-more .full {
  font-size: 16px;
  color: #4d65a9;
  text-decoration: underline;
  margin-left: 10px;
}
.signature-wrap {
  padding: 20px 0 80px;
}
.signature-wrap .signature-img {
  margin-left: auto;
  margin-right: auto;
  width: 730px;
  height: 955px;
  background-color: #eaeaea;
}
.signature-wrap .signature-img img {
  display: block;
  width: 100%;
  height: auto;
}
.infomation-container {
  min-width: 1200px;
  width: 100%;
  margin-top: 34px;
}
.infomation-container .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.infomation-container .flex {
  display: flex;
}
.infomation-container .space-between {
  display: flex;
  justify-content: space-between;
}
.infomation-container .center {
  display: flex;
  align-items: center;
}
.infomation-container .wrapper {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.infomation-container .flex {
  display: flex;
}
.infomation-container .space-between {
  display: flex;
  justify-content: space-between;
}
.infomation-container .center {
  display: flex;
  align-items: center;
}
.infomation-container .info-content {
  padding: 20px;
  padding-bottom: 60px;
}
.infomation-container .info-panel {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.infomation-container .info-panel .panel-hd {
  border-bottom: 1px solid #e8e8e8;
}
.infomation-container .info-panel .panel-bd.normal {
  padding: 22px 38px;
}
.infomation-container .info-panel + .info-panel {
  margin-top: 30px;
}
.infomation-container .link {
  color: #4d65a9;
}
.infomation-container .beian-icon {
  margin-top: -10px;
  margin-bottom: -10px;
  position: relative;
  top: -3px;
  margin-left: 10px;
  margin-right: 10px;
}
.infomation-container .field {
  display: flex;
  padding: 12px 0;
  line-height: 26px;
}
.infomation-container .field .label {
  font-size: 14px;
  color: #666666;
}
.infomation-container .field .value {
  font-size: 14px;
  color: #333333;
}
.infomation-container .field .strong {
  color: #f66e71;
}
.infomation-container .field.normal .label {
  width: 133px;
}
.infomation-container .field.normal .value {
  flex: 1;
}
.infomation-container .field.lg .label {
  width: 190px;
}
.infomation-container .field.lg .value {
  flex: 1;
}
.infomation-container .info-section-title {
  text-align: center;
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infomation-container .info-section-title .cn {
  font-size: 20px;
  color: #333333;
  height: 22px;
  line-height: 22px;
}
.infomation-container .info-section-title .cn:before,
.infomation-container .info-section-title .cn:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 22px;
  vertical-align: top;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAWCAYAAADwza0nAAAAtklEQVQ4jZXQOw5BUQCE4Y9ILEDPApRCLEGplFiDR8E6PFbDCiS0bECvUulUNzm41zlnykkm/+SvPadjmWnhUc8cNXFCP3e4wg2XRsaojSV6kEPcYYs7pBJH6GJSFCnEJvaY45UzLIQcwjJ29UNImBjxQ0gq8UdICrEQMhMISRmucMWx6k7Z1UohMeIOGyVC/hH/CqkiRoVUDdciQsIUVztYiAgpI24lCPkmDiQK+SaeMZQgJMwbHMgiFe4crE4AAAAASUVORK5CYII=");
}
.infomation-container .info-section-title .cn:before {
  margin-right: 16px;
}
.infomation-container .info-section-title .cn:after {
  margin-left: 16px;
}
.infomation-container .info-section-title .en {
  margin-top: 8px;
  font-size: 14px;
  color: #999999;
}
.infomation-container .qr-list {
  display: flex;
  justify-content: space-between;
  padding: 0 44px;
  padding-right: 166px;
}
.infomation-container .qr-list .qr-block .qr-type {
  position: relative;
  height: 60px;
  line-height: 60px;
  color: #333333;
  font-size: 16px;
}
.infomation-container .qr-list .qr-block .qr-type:after {
  content: '';
  position: absolute;
  left: -44px;
  top: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.infomation-container .qr-list .qr-block .wx:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAZCAMAAABn0dyjAAABX1BMVEUAAAB+2LN0z69zza6I47h20LCP6ruT7b2H4reL5rmE3rV71bKG4LaR7LyQ6ruN6LqJ47iX8b6C3LSR67xtyKx20LB+2LN0zq+J47h81rJsxquX8b6S7LyH4beK5Lhtx6uW8L6C3bWO6LpsxquN57qP6bp1z690zq+J47hsx6uE3rV10K+U7r2O6LqM5rmE3rV71bJ507GS7LyM5rmM5rmC3LSM5rmC3LRxy62X8b5917KK5Lh917KC3LSX8b5917JsxquC3LRuyKx30bCM5rmM5rl917J507GK5LhsxquM5rl/2bNsxquX8b6T7byE3rWI4rdxy62W8L6C3LR/2bOO6LqK5Lhsxqt1z6+X8b6C3LSV772S7Lx1z69uyKx917KT7byE3rV71bKG4LZ507F30bCI4rduyayC3LR/2bN917J1z69zza6K5LiV772O6Lpxy62W8b6Q6ruM5rlsxqsSZQg1AAAAYHRSTlMAck4lFQX67enVk1Y8MR0N+/Tt5t7Xz8/NysW6squdkX57dHJtamhZUElEOigl+vr6+PT08/Du5+fm4+Df3dbV1dPPx8LAwL67u7Gxo6KampaWko+Kh4SEdWFYUkwzMBJRx5MFAAABMUlEQVQoz33OVXMCQRAE4L47DodAcLfgEHd3d/cAgRgxQv5/ZfewEyrfQ/fM1jwsGnJh31StZp3fu+pBFyZfrc16rIJc+FNCcwOp/YJcHGJR+jTstxUojV9D6xYdZvUPkYOZltoME22b6KtnX5QJeVrqPIzC3oc2XZ3qXx0XemRttF7XbQdFB5YPKW00db6pm3EH4ioInqQOU+7WaAkKJ9pHsYhevGkzAAJFkQN9UWLACGReOnqvaS7px+h8MkdyogfYeW07ddLMgiHJwEiXCPCw8NZiEHKdmSY5y3jo4gSg8pSaDCWFQRD8RrnBUFYYAuWoNLAVhRUQd1VHkufYxCXnqsolQCRZNLHvMi4eUkffEpMcZPjQs4idg1J6uXNwj66yF1uLdu9uzPsbw//SIRJ/phi18xV8LmsAAAAASUVORK5CYII=");
}
.infomation-container .qr-list .qr-block .app:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaBAMAAABbZFH9AAAAIVBMVEUAAACRzNJTecYtcKtvktFifdCRzNIpb6iKx9GLyNEwdaugCmlEAAAABnRSTlMAEB/9Oy5bRNWuAAAAOElEQVQY02NIAwNGCEVVnhUKr4pk3syZMzs6OqqAGMhiYGBgKocAIBON1wEGVRAK1RQKeSHUDBcAwbWCtPN5r9AAAAAASUVORK5CYII=");
}
.infomation-container .qr-list .qr-block .wb:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAcCAMAAAA+9+1qAAACSVBMVEUAAAD5hF/4bFH5iWL6kGf3bFH5g1/8wIL9woT2Wkf7qXX8u3/1UUH8u3/1UUH8rXj2Wkf7oHD2VEP3bVL3Y0z8rXj6m239wIL8q3b2Xkn7qHT4dlf1UEH8un/2Xkn3cFT1UEH7pnP3ZE33ZE32VkX9xoX6lmr7qnb2WEb9xob5hmD2XEj3ZE34flv4gF33a1H9xIX3blL7rXf6lmr2YUv1UEH6lmr9wIL3Ykv8uH72XEj4c1X5hmD3aU/5gF35kGf9wIL6mWv2VUT4c1X6mWv8un/7rXf5jmX7p3T2WEb2VkX8uH75i2T8tHv5hmD1U0P9w4T2Ykz6lmr2VkX5kGf9yIf7r3n4e1r7pnP7r3n3cFT9w4T6oHD9yIf2Ykz8uH75hmD4e1r3cFT5i2T4dlf9w4T6m235kGf2Wkf7r3n6oHD3bFH4dlf5i2T4gF32Ykz3bFH8uH72Wkf8tHv4dlf9xob5kGf8tHv3bFH6lmr3bFH8tHv6lmr3bFH6lmr4gF35i2T4dlf8tHv2Ykz6m235hmD7pnP2VkX8vID4e1r2VkX5hmD6oHD3cFT2VkX4e1r6oHD5i2T5kGf3cFT1U0P4gF35kGf8tHv7qnb2VkX3Z072VkX7qnb8wIL7r3n2XEj9yIf2Xkn7pnP5kGf5kGf2Xkn2Ykz8uH75kGf1UEH6oHD6m237pnP6lmr4e1r4gF37qnb4dlf8tHv1U0P7r3n3bFH3Z075hmD3cFT2Ykz2Xkn9xob5kGf5i2T8uH72Wkf2VkX9w4T8vIBeTKZvAAAAqnRSTlMAAQ0EEgkH/jAo7OPQzrOGhWNYRT81Fw8K+fj48Ozr6unl5eHg1tbQz8zHwL+6tZiVlI+OiISAfXxzbGhhYF5dWFBOR0RCQD0mHxL+/fr6+fj39vb19PLy8e/v7Ozr6+rp5+Ti4N/e3NzV1NLRzMzMycfGxcTAvra2sK+srKqppqOioJ+cmpWUkI2LioCAgHx6end3dHNvbmdlV1RTS0hEPDcvLiUkISAZGGYefJEAAAIgSURBVDjLfc9le9pQFAfwf0hhbZECpZS6e7vVV9u6+tq5u7u7u7u7u+FhSKAb0H6y3ZuEDp4H+nuRc3LuueckSGB61brRZWX1HzGJ5FHJsWQklLltrKxqzRixcBYSYjPpvPopxDtEYQZuqpXq2IvJyvHxPNIfMaAOUnMypC9XbjjUrsCPvGCwHRLTZZckTSyccc1zuU4weOFyHYFo9i53RKO03ITBVe73MLrdy8VKRqpzwktmsLEi21nxFkhzkrHkSOxZaf2vKFVKPkNnvQ4UWbOFXWvN8TyEznwXSWbzbtKTtN0Slw5svwk9FstV0nTKJik/39Ta2nS2XHxbbATVb7P1AN1/BMe7kyD5+XwHKSx9/BXUlyFAseUvsW8IBGuUGtlHc2n1ogyimT7iGgswXdXzfb6Nd8SDLh9VrYBgqsPhuMAA8jqHaL9cqlPPINhkt6+gS27ZIx6IG4S8DgKO4y6RIMvhiJzOrRy3F1QfRx2FYDXP3yMhnecb0p9s7ivg+QJQnTw1DYKTHk8DCTM858jztIfYA+qghzJA8NrrLVaQSV5ySVbiJdpAL3mpWoiYA35/MyAv9l9pLvETtfTvDItouv47JN/yA4E2Bik1ASpLS8ayHVk0z/+ECSk7Q6EaA4kdWq1+hMzurQxRh4cRRXZ7SThcef/DsByylDc3SsNU6SsGsUaeqn5HW6DRs4jjl75FoyrMzS1UaVp6ZYjxD5VNGH5gzyg/AAAAAElFTkSuQmCC");
}
.infomation-container .qr-list .qr-content {
  display: flex;
}
.infomation-container .qr-list .qr-content .qr-item .qr-img {
  width: 92px;
  height: 92px;
  margin-bottom: 10px;
}
.infomation-container .qr-list .qr-content .qr-item .qr-name {
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.infomation-container .qr-list .qr-content .qr-item .qr-tip {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-left: -80px;
  margin-right: -80px;
}
.infomation-container .qr-list .qr-content .qr-item + .qr-item {
  margin-left: 106px;
}
.infomation-container .zuzhijiagou {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.infomation-container .personnel-list .personnel-item .personnel-hd {
  display: flex;
  align-items: center;
  line-height: 26px;
  margin-bottom: 14px;
}
.infomation-container .personnel-list .personnel-item .personnel-hd:before {
  content: '';
  vertical-align: middle;
  width: 10px;
  height: 11px;
  line-height: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAMAAABxsOwqAAAAP1BMVEX1QV/4gnb3dHH2Vmb1SGH4fnX3am33YWv4gnb4fnT4cXD3YWv3WWj2UWX2SmL1RWD4eHP3aW34eHL3am72RWBXKBotAAAACXRSTlNUmfDw8PDw8JCC3EASAAAAOklEQVQI10XDCQ6AIBAEwRbwPlhY//9WJWRCJcUkG7vMWDWrbeCQgLsXL7+FU1YuidwSeSSR39wlhg8JGwRo5sfrPAAAAABJRU5ErkJggg==");
}
.infomation-container .personnel-list .personnel-item .personnel-hd .personnel-name {
  font-size: 20px;
  color: #333333;
  margin-right: 12px;
  margin-left: 31px;
}
.infomation-container .personnel-list .personnel-item .personnel-hd .personnel-job {
  font-size: 16px;
  color: #333333;
}
.infomation-container .personnel-list .personnel-item .personnel-bd {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.infomation-container .personnel-list .personnel-item + .personnel-item {
  margin-top: 44px;
}
.infomation-container .personnel-list .more-item {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.infomation-container .personnel-list .more-item .button {
  width: 170px;
}
.infomation-container .infomation-table {
  border-collapse: collapse;
  width: 100%;
}
.infomation-container .infomation-table th,
.infomation-container .infomation-table td {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 16px;
  height: 60px;
  vertical-align: center;
}
.infomation-container .infomation-table .col-name {
  padding-left: 186px;
  width: 600px;
}
.infomation-container .infomation-table .col-weight {
  text-align: center;
  width: 558px;
}
.infomation-container .infomation-table tr {
  width: 100%;
}
.infomation-container .infomation-table tr:nth-of-type(2n -1) td,
.infomation-container .infomation-table tr:nth-of-type(2n -1) th {
  background-color: #f8f8f8;
}
.infomation-container .infomation-table .col-matter {
  padding-left: 36px;
}
.infomation-container .infomation-table .col-has {
  text-align: center;
}
.infomation-container .infomation-table.table-center th,
.infomation-container .infomation-table.table-center td {
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.infomation-container .infomation-table tbody,
.infomation-container .infomation-table tr {
  width: 100%;
}
.infomation-container .yhcg1,
.infomation-container .yhcg2,
.infomation-container .yhcg3,
.infomation-container .yhcg4 {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
.infomation-container .risk-block2,
.infomation-container .risk-block3 {
  background-repeat: no-repeat;
  background-position: center center;
}
.infomation-container .risk-block2 {
  background-color: #fff;
}
.infomation-container .risk-block3 {
  background-color: #f3f4f8;
}
.infomation-container .risk-block1 {
  background-image: -moz-linear-gradient(90deg, rgba(255, 96, 90, 0.1) 0%, rgba(252, 160, 108, 0.1) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(255, 96, 90, 0.1) 0%, rgba(252, 160, 108, 0.1) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(255, 96, 90, 0.1) 0%, rgba(252, 160, 108, 0.1) 100%);
  height: 640px;
}
.infomation-container .risk-block1 .block1-content {
  background-repeat: no-repeat;
  background-position: center center;
}
.infomation-container .yhcg-content {
  position: absolute;
  top: 72px;
  margin-left: -334px;
  left: 50%;
  width: 794px;
}
.infomation-container .yhcg-content .desn dt,
.infomation-container .yhcg-content .desn dd {
  display: block;
}
.infomation-container .yhcg-content .desn dt {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 6px;
}
.infomation-container .yhcg-content .desn dd {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.infomation-container .yhcg-button {
  position: absolute;
  bottom: 52px;
  margin-left: -133px;
  left: 50%;
  width: 266px;
  height: 44px;
}
.infomation-container .yhcg-button .button {
  width: 266px;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
}
.infomation-banner {
  height: 172px;
  background-image: -moz-linear-gradient(133deg, #f66e71 0%, #fca06c 100%);
  background-image: -webkit-linear-gradient(133deg, #f66e71 0%, #fca06c 100%);
  background-image: -ms-linear-gradient(133deg, #f66e71 0%, #fca06c 100%);
}
.infomation-banner .banner-title,
.infomation-banner .banner-sub-title {
  text-align: center;
  color: #ffffff;
}
.infomation-banner .banner-title {
  padding-top: 48px;
  font-size: 26px;
}
.infomation-banner .banner-sub-title {
  padding-top: 8px;
  font-size: 13px;
}
.slides {
  margin-left: 100px;
  margin-right: 100px;
}
.slides {
  display: flex;
  justify-content: space-between;
}
.slides .prev-btn,
.slides .next-btn {
  cursor: pointer;
  width: 48px;
  display: flex;
  align-items: center;
}
.slides .prev-btn:hover .icon,
.slides .next-btn:hover .icon {
  transform: scale(1.2);
}
.slides .prev-btn .icon,
.slides .next-btn .icon {
  transition: all 0.2s;
  background-repeat: no-repeat;
  display: block;
  width: 14px;
  height: 28px;
}
.slides .next-btn {
  justify-content: flex-end;
}
.slides .next-btn .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAMAAABmiH5zAAAAS1BMVEUAAADExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMkiI/RxAAAAGHRSTlMACPii8NvIvbGah1tCJBYP6uPSeGlONy29G3UuAAAAaklEQVQY02WRRxLEQAgDx+Ocdx37/y/10e2CWxcUSCKl/kyqknwJD/jN4gHqVdxBW7xYNFCqvdQwiOcKRvGUyZN4hOoW7/BfrA4an2uhU3vdoI/o4bjKhywjirQFGwz2HU6ILgYbY/8+5QFK0wenuMwPtAAAAABJRU5ErkJggg==");
}
.slides .prev-btn .icon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAcCAMAAABmiH5zAAAAS1BMVEUAAADExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMnExMkiI/RxAAAAGHRSTlMADPjw28i9saSeiFxCJRfq49KWeGlONy0gDNhbAAAAaUlEQVQY02XRRw6AMBBDUQi9d/j3Pym7cSRn96QonnGK7DxDrjeRedngDpU1jFILna720JShEeo1NEG1hOZEmkNfBVNo3eFSRAO9IjpoFXHCIYl22Z9SkI/hQ/oKWtDX93JUnRXrtetTfitRB4dXei96AAAAAElFTkSuQmCC");
}
.slides .content {
  position: relative;
  overflow: hidden;
  width: 740px;
  height: 256px;
  display: flex;
  align-items: center;
}
.slides .inner {
  display: flex;
  flex-wrap: nowrap;
  transition: all 0.4s;
}
.slides .inner .slide {
  width: 740px;
  display: flex;
  justify-content: space-around;
}
.slides .inner .slide > li {
  width: 146px;
  height: 194px;
}
.slides .inner .slide > li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 2px 20px 0px rgba(102, 102, 102, 0.2);
  transition: all 0.2s;
}
.slides .inner .slide > li img:hover {
  transform: scale(1.1);
}
.slides .slide-name {
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #666666;
}
/*# sourceMappingURL=information.css.map */