﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
:root {
	--primary-color: #3e87c4;
}
html {
  background: #ffffff;
  font-size: 14px;
  color: #333;
  font-family: "Arial", "微软雅黑", "Helvetica", "sans-serif";
}

body {
  min-width: 1220px;
}

.g_cw {
  width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.g_cw::before,
.g_cw::after {
  content: "";
  display: block;
  clear: both;
}

.g_mt {
  margin-top: 100px;
}
.g_mt::before,
.g_mt::after {
  content: "";
  display: block;
  clear: both;
}

.g_mb {
  margin-bottom: 100px;
}
.g_mb::before,
.g_mb::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
  body {
    min-width: 0;
  }
  .g_cw {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .g_mt {
    margin-top: 50px;
  }
  .g_mb {
    margin-bottom: 50px;
  }
}

.g_page {
  clear: both;
  text-align: center;
  font-size: 14px;
  color: #888888;
}
.g_page > ul {
  display: inline-block;
}
.g_page > ul > li {
  float: left;
  line-height: 35px;
  margin: 0 5px;
}
.g_page > ul > li a {
  display: block;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
}
.g_page > ul > li a .fa {
  font-size: 17px;
  line-height: 35px;
}
.g_page > ul > li a.dis {
  color: #ccc;
  cursor: not-allowed;
}
.g_page > ul > li a:hover:not(.dis),
.g_page > ul > li a.on {
  background: #388cd2;
  color: #fff;
  border: 1px solid #388cd2;
}

.g_title {
  clear: both;
  margin-bottom: 40px;
}
.g_title .h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.g_title .h2 {
  text-align: center;
}

.g_header {
  clear: both;
}

.g_header .top {
  clear: both;
  height: 90px;
  border-bottom: 1px solid #e9e9e9;
  background-color: var(--primary-color);
}

.g_header .top .logo {
  float: left;
  line-height: 90px;
  font: bold 50px/100px arial;
  color: #333333;
  height: 90px;
}

.g_header .top .logo a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.g_header .top .logo img {
  height: 80px;
  width: auto;
  object-fit: contain;
  display: block;
  object-position: left center;
}

.g_header .top .right {
  float: right;
  line-height: 90px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.g_header .top .right .tel {
  line-height: normal;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.g_header .top .right .pic {
  float: right;
  margin-left: 10px;
  width: 52px;
  height: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.g_header .top .right .pic img {
  vertical-align: middle;
  height: 32px;
}

.g_header .bar {
  display: none;
}

.g_header .nav {
  position: relative;
  z-index: 99;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.02);
}
.g_header .nav .g_cw {
  text-align: center;
  height: 55px;
  overflow: hidden;
}
.g_header .nav .list {
  display: inline-block;
}
.g_header .nav .list > li {
  float: left;
}
.g_header .nav .list > li > a {
  display: block;
  padding: 0 50px;
  font-size: 16px;
  color: #666666;
  position: relative;
}

.g_header .nav .list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0;
}

.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
  
}
.g_header .nav .list > li > a b {
  line-height: 52px;
  display: inline-block;
  transition: ease 0.3s;
}
.g_header .nav .list > li > a.on,
.g_header .nav .list > li > a:hover {
  color: var(--primary-color);
}
.g_header .nav .list > li > a.on::before,
.g_header .nav .list > li > a:hover::before {
  opacity: .2;
}

@media (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
  .g_header {
    height: auto;
  }
  .g_header .top {
    display: none;
  }
  .g_header .bar {
    position: relative;
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    height: 70px;
    background: #fff;
    border-bottom: 1px solid var(--primary-color);
  }
  .g_header .bar .logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 0 10px;
    color: #333333;
    font: bold 30px/70px arial;
  }
  .g_header .bar .logo img {
    height: 40px;
    vertical-align: text-bottom;
    margin-right: 10px;
  }
  .g_header .bar .menu {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    padding: 0 10px;
    line-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
  }
  .g_header .bar .menu svg {
    height: 40px;
	width: 40px;
  }

  .g_header .nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 99;
    left: 0;
    top: -100%;
    bottom: 100%;
    right: 0;
    background: #fff;
    border-top: 0;
    transition: ease 0.4s;
  }
  .g_header .nav .g_cw {
    text-align: left;
    padding: 0 20px;
    height: auto;
    overflow: visible;
  }
  .g_header .nav .list {
    display: block;
  }
  .g_header .nav .list > li {
    float: none;
  }
  .g_header .nav .list > li > a {
    padding: 20px 30px;
    font-size: 16px;
    color: var(--primary-color);
  }
  .g_header .nav .list > li > a.on,
  .g_header .nav .list > li > a:hover {
    color: var(--primary-color);
  }
  .g_header .nav .list > li > a b {
    line-height: 40px;
  }

  .g_header .nav.show {
    visibility: visible;
    opacity: 1;
    top: 70px;
    bottom: 0;
  }
}

.g_footer {
  background: #efefef;
  padding: 50px 0 30px;
}

.g_footer .link {
  float: left;
  padding: 0 0 10px;
  font-size: 15px;
}
.g_footer .link b {
  color: var(--primary-color);
}
.g_footer .link a {
  margin: 0 15px;
  color: #7d7d7d;
}
.g_footer .link a img {
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

.g_footer .share {
  float: right;
}
.g_footer .share a {
  margin-left: 5px;
}
.g_footer .share a img {
  height: 28px;
}

.g_footer .bottom {
  clear: both;
  text-align: center;
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #e4e4e4;
  color: #999999;
}
.g_footer .bottom span {
  margin: 0 5px;
}

@media (max-width: 1024px) {
  .g_footer .link {
    float: none;
  }
  .g_footer .link b {
    display: block;
  }
  .g_footer .link a {
    display: inline-block;
    margin: 0;
    padding: 10px;
    padding-left: 0;
  }
  .g_footer .share {
    float: none;
  }
  .g_footer .share a {
    margin-left: 0;
    margin-right: 5px;
  }
}

.g_site {
  color: #666666;
  line-height: 65px;
}
.g_site img {
  height: 18px;
  vertical-align: text-bottom;
}

.g_body {
  background: #f7fcff;
  overflow: hidden;
}
.g_body .block {
  background: #fff;
  border: 1px solid #f1f1f1;
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 12px;
  overflow: hidden;
}

.g_body .block .left {
  float: left;
  width: 260px;
  padding-right: 30px;
  border-right: 1px solid #cfcfcf;
}
.g_body .block .left .t {
  padding: 0 0 0 10px;
  border-left: 5px solid var(--primary-color);
  line-height: 1em;
  font-size: 28px;
  font-weight: bold;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.g_body .block .left .c > li {
  margin-bottom: 4px;
  border-radius: 8px;
  overflow: hidden;
}
.g_body .block .left .c > li a {
  display: block;
  padding: 18px 20px;
  color: #fff;
  line-height: 1em;
  opacity: 0.8;
}
.g_body .block .left .c > li a.on,
.g_body .block .left .c > li a:hover {
  font-weight: bold;
  opacity: 1;
}
.g_body .block .left .c > li a .fa {
  margin-right: 15px;
}
.g_body .block .left .c > li:nth-child(1) a {
  background: #47aa40;
}
.g_body .block .left .c > li:nth-child(2) a {
  background: var(--primary-color);
}
.g_body .block .left .c > li:nth-child(3) a {
  background: #e7c01f;
}
.g_body .block .left .c > li:nth-child(4) a {
  background: #5d6769;
}

.g_body .block .body {
  position: relative;
  left: -1px;
  padding-left: 30px;
  border-left: 1px solid #cfcfcf;
  overflow: hidden;
}

@media (max-width: 800px) {
  .g_body .block {
    padding: 20px;
  }
  .g_body .block .left {
    float: none;
    width: auto;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 40px;
  }
  .g_body .block .body {
    left: 0;
    padding-left: 0;
    border-left: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .g_body .block {
    padding: 20px 10px;
  }
}



.pagination-container {
	padding: 20px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .pagination {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
  }
  .pagination a, .pagination span {
	min-width: 38px;
	height: 38px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333;
	border-radius: 4px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .pagination .current {
	background-color: var(--primary-color);
	color: white;
	border-color: var(--primary-color);
  }
  .pagination .disabled {
	color: #aaa;
	border-color: #eee;
  }