*{
	font-family: "Microsoft YaHei";
}


body{
	margin: 0;
	min-width: 1300px;
}
h3{font-weight:normal;font-size:24px;}
.banner img{
	width: 100%;
}
.line{
	width: 50px;
	height: 20px;
	border-bottom: 2px solid #808060;
}
.gray{
	color: gray;
  	line-height:35px;
  	font-size:14px;
}
.information{
	display: flex;
	justify-content: center;
	padding: 100px 240px;
}
.information h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
}

.information h2{
	font-size: 45px;
	font-weight: 200;
}

.bigcard{
	box-shadow: 1px 1px 4px gray;
	padding: 30px 50px;
	margin-left: 30px;
	width: 580px;
	/*height: 455px;*/
}
.bigcard img{
	width: 100%;
}
.smallcards{
	display: flex;
	justify-content: center;
	width: 1440px;
    flex-wrap: wrap;
    margin: 0 auto;
}
.smallcard{
	width: 365px;
	height:490px;
	box-shadow: 1px 1px 4px gray;
	padding: 40px;
	margin: 15px;
}
.more{
	text-align: center;
}
.more button{
	border: none;
	background: white;
	padding: 10px;
	margin: 50px;
	box-shadow: 1px 1px 4px gray;
}
.service{
	display: flex;
	justify-content: center;
	padding: 100px;
}

.service>div{
	text-align: center;
	margin: 0 80px;
}

.my-4{    margin-bottom: 1.5rem!important;margin-top: 1.5rem!important;}
.page1{width: 100%;margin: 0 auto;}
.page-num:not(:disabled) {
	cursor: pointer;
}
.justify-content-center{    -ms-flex-pack: center!important;justify-content: center!important;}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #000;
	background-color: #fff;
	border: 1px solid #dee2e6;
	text-align: center;
}

a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.code, .code img {
	height: 100px;
}
.position, .position a {
	color: #999;
}
.content {
	color: #666;
	line-height: 2;
}
.content img, .content iframe {
	max-width: 100% !important;
}
.content li {
	list-style: none;
	/* margin-left: 20px; */
}

.pagination {
  display: flex;
  @include list-unstyled();
  @include border-radius();
}

.page-link {
  position: relative;
  display: block;
  padding: $pagination-padding-y $pagination-padding-x;
  margin-left: -$pagination-border-width;
  line-height: $pagination-line-height;
  color: $pagination-color;
  background-color: $pagination-bg;
  border: $pagination-border-width solid $pagination-border-color;

  &:hover {
    z-index: 2;
    color: $pagination-hover-color;
    text-decoration: none;
    background-color: $pagination-hover-bg;
    border-color: $pagination-hover-border-color;
  }

  &:focus {
    z-index: 2;
    outline: $pagination-focus-outline;
    box-shadow: $pagination-focus-box-shadow;
  }

  // Opinionated: add "hand" cursor to non-disabled .page-link elements
  &:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
}

.page-item {
  &:first-child {
    .page-link {
      margin-left: 0;
      @include border-left-radius($border-radius);
    }
  }
  &:last-child {
    .page-link {
      @include border-right-radius($border-radius);
    }
  }

  &.active .page-link {
    z-index: 1;
    color: $pagination-active-color;
    background-color: $pagination-active-bg;
    border-color: $pagination-active-border-color;
  }

  &.disabled .page-link {
    color: $pagination-disabled-color;
    pointer-events: none;
    // Opinionated: remove the "hand" cursor set previously for .page-link
    cursor: auto;
    background-color: $pagination-disabled-bg;
    border-color: $pagination-disabled-border-color;
  }
}


//
// Sizing
//

.pagination-lg {
  @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $border-radius-lg);
}

.pagination-sm {
  @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $border-radius-sm);
}


@media screen and (max-width: 1500px) {
	.w1440{min-width: 90%!important;width: 80%!important;}
	.smallcards{width: 90%!important;margin:0 auto;}
	.smallcard{width: 300px;}
	.service>div{margin:0 40px;}
	 footer .wrap1260 .flogobox{padding-left: 5%;}
 	 footer .wrap1260 .top{padding-left: 30px!important;}
  	.footlogo{width: 70%!important;}
  	footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
  	 header .outwrap .lt .navbox{margin-right: 9%!important;}
}
@media screen and (max-width: 1400px) {
	 footer .wrap1260 .top{padding-left: 0px!important;}
	 footer .wrap1260 .top .rt .lxbox .lx{margin-left:0px!important;}
	 footer .wrap1260 .flogobox{padding-left: 0%;}

	 .smallcard{width: 250px;}
}