@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

body, html {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7 !important;
  font-family: "Microsoft Yahei","微软雅黑";
  font-size: 14px;
  color: #555; }

div {
  box-sizing: border-box; }

a:hover {
  text-decoration: none !important; }

a {
  text-decoration: none;
  color: inherit;
  color: #555; }

i {
  color: #555; }

ul, li, dl, ol {
  list-style: none; }

input {
  font-family: "Microsoft Yahei","微软雅黑"; }

img {
  border: none; }

header {
  background: #343434;
  height: 12%;
  width: 100%;
  min-width: 1140px;
  min-height: 120px;
  background-image: url(../image/logo_1.png);
  background-size: 20%;
  background-position: 18% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto; }

.w-70 {
  min-width: 1140px;
  width: 70%;
  margin: auto; }

.myposition {
  height: 48px;
  line-height: 48px;
  margin-top: 15px; }

#tip {
  position: absolute;
  top: 15px;
  right: 15%;
  width: 15%;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  height: 30px;
  min-width: 260px;
  background-color: #c4c4c4;
  color: black;
  font-weight: bold;
  letter-spacing: 5px; }

.top {
  width: 100%; }

.top ul {
  max-width: 1175px;
  margin: 0 auto; }

.top ul li {
  text-align: right; }

.top ul li a {
  color: white;
  margin-top: 30px;
  padding: 0 20px;
  line-height: 90px;
  height: 90px;
  text-decoration: none;
  transition: all 0.5s;
  display: inline-block; }

.top ul li a:hover {
  font-size: 16px;
  font-weight: bold; }

.top ul li a.active {
  font-size: 16px;
  font-weight: bold; }

.white {
  color: white; }

.right_img {
  width: 100%;
  max-width: 420px;
  max-height: 340px; }

footer {
  height: 60px;
  background: #343434;
  display: table; }

.pagecontent {
  position: relative;
  margin-top: 15px; }

@media (min-width: 1440px) {
  .pagecontent {
    min-height: 920px; } }
@media (max-width: 1440px) {
  .pagecontent {
    min-height: 660px; } }
.banner {
  height: 80px;
  background: #343434;
  margin: 60px auto 15px; }

#wenhua {
  width: 160px;
  height: 32px;
  background: #28bef0;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  color: white;
  margin: auto;
  position: relative; }

#wenhua:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-left: 32px solid #28bef0;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 0;
  right: -32px; }

.p-center {
  display: table;
  height: 80px; }

.middle {
  display: table-cell;
  vertical-align: middle; }

#pic {
  width: 100%;
  height: 240px; }

#pic img {
  width: 265px;
  height: 200px;
  border: 0;
  margin: 10px;
  box-shadow: #848484 0px 3px 3px; }

#rightfloat {
  background: #dfdfdf; }

 #hexagon {
   width: 100px;
   height: 55px;
   background: red;
   position: relative; }

#hexagon:before {
  content: "";
   position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid deepskyblue; }

.myposition {
  height: 32px;
  line-height: 32px; }

.mylist {
  list-style-type: circle !important; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  border: 0px solid white;
  border-bottom-width: 1px;
  background-color: #b8b8b8; }

.carousel-indicators .active {
  background-color: #000000; }

.carousel-item img {
  height: 400px;
  width: 400px; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid #d8d8d8;
  border-bottom-width: 1px;
  border-radius: 0; }

.card-header {
  padding: 0 0 0 2em;
  margin-bottom: 0;
  background-color: transparent !important;
  border-bottom: 0;
  font-size: 18px;
  font-weight: bold; }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: 0 0 0 2em;
  background-color: transparent;
  border-top: 0;
  color: #999999; }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.pageActive {
  background-color: gray; }

.fanye {
  height: 40px; }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 0 45%; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 1.25rem;
  margin-left: -1px;
  line-height: 1.25;
  color: white;
  background-color: #343434; }

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.pageActive {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

/*# sourceMappingURL=style.css.map */
