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


body{
	margin: 0;
	min-width: 1300px;
}

.banner img{
	width: 100%;
}
.line{
	width: 50px;
	height: 50px;
	border-bottom: 2px solid #b88d79;
}
.gray{
	color: gray;
  	font-size:12px;
}
.inform{
	background: url("../picture/bg.jpg");
	width: 1300px;
	margin:100px auto;
}
.information{
	display: flex;
	justify-content: center;
	/*padding: 100px 300px;*/
	padding-bottom: 50px;
	margin-bottom: 100px;
}
.information h1{
	font-weight: 900;
	font-size: 60px;
	font-style: italic;
  	text-shadow: 8px 10px 11px #e0e0e0;
}

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

.bigcard{
	margin-right: 100px;
	width: 590px;
}
.bigcard img{
	width: 1070px;
    float: right;
}
.smallcards{
	display: flex;
	/*justify-content: center;*/
	flex-wrap: wrap;
	width: 1440px;
	margin: auto;
}

.smallcard{
	box-shadow: 1px 1px 4px gray;
	margin: 15px;
  	overflow: hidden;
}

.smallcard img{width: 100%;height: 100%;transition: all .5s;}
.smallcard img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

.page{
	text-align: center;
}
.page button,input{
	border: none;
	background: white;
	padding: 10px;
	margin: 10px 5px;
	border: 1px solid 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);
}


/*原木*/
.index_ym{width: 100%;margin-top: 125px;}
.index_ym_l{width: 87.29%;height:810px;float:right;background: url(../images/index_ym1.png)no-repeat center; position: relative;background-size:100%;margin-right:12.71%;}
.index_ym_tit{width: 100%;font-size: 82px;position: absolute;left: 50%;margin-left: 304px;top: 150px;text-shadow: 8px 10px 11px #e0e0e0;}
.index_ym_desc{position: absolute;left: 50%;margin-left: 400px;top: 310px;}
.index_ym_desc .tit1{font-size:24px;font-weight: bold; }
.index_ym_desc .desc{font-size:12px;color:#808080;margin-top: 48px;line-height: 32px; }
.index_ym_desc .more{margin-top: 58px;}

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