@charset "utf-8";

:hover{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	-ms-transition:0.5s ease;
}
.picfd:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/* 图片自适应 */
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
	border: none;
}

.qcontainer {
  margin-right: auto;
  margin-left: auto;
}

.padding1{
	padding-top: 120px;
}

/* 头部 */
.header {
	width: 100%;
	/* padding-bottom: 16px;
	background: url(../images/pic3.png) repeat-x center bottom; */
	background-color: #fff;
  position: fixed;
  z-index: 999999;
  /*-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	  -moz-box-shadow:0 0 10px rgba(0, 0, 0, .1);
	  box-shadow:0 0 10px rgba(0, 0, 0, .1);*/
}
.header .collapse {
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 120px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius: 0px;
}
.header .navbar-default {
  background: none;
  /*background:rgba(255, 255, 255, 0.9);*/
}
.header .navbar-brand {
  float: left;
  height: 120px;
  padding: 25px 0 0 80px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 70px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #3f3f3f;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .navbar .language {
	font-size: 20px;
	color: #3f3f3f;
	line-height: 20px;
	margin: 50px 65px 0 20px;
}
.header .navbar .language a {
	color: #3f3f3f;
}
.header .navbar .language a:hover {
	color: #dab887;
}
.header .navbar .search {
  margin: 40px 65px 0 60px;
  position: relative;
  z-index: 3;
}
.header .navbar .search1 {
  cursor: pointer;
}
.header .navbar .search1 img {
	height: 40px;
}
.header .navbar .search2 {
  width: 200px;
  background-color: #dab887;
  border-radius: 40px;
  position: absolute;
  top: 100%;
  right: 0px;
  display: none;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.header .navbar .search2 .wbk1 {
  font-size: 16px;
  color: #fff;
  width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: none;
  border: 0px;
}
.header .navbar .search2 .btn1 {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
	background: url(../images/pic4.png) no-repeat center;
	background-size: cover;
  border: 0px;
}
.header .navbar .search2 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
.header .navbar .search2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
.header .navbar .search2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
.header .navbar .search2 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}

.header .nav {
	margin-top: 40px;
  padding-right: 0px;
	padding-bottom: 0px;
}
.header .nav > li {
  margin: 0 20px !important;
  position: relative;
}
/*.header .nav > li:first-child{ margin-left:0px !important; }*/
.header .nav > li > a {
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0px;
  display: block;
}
/*.nav > li > a:hover{ color:#f39900 !important; }*/
@media (min-width: 768px) {
  .header .navbar-nav > li {
    /*float: none;*/
    margin-top: 10px;
  }
  .header .navbar-nav > li > a {
    /*padding-top: 0px;
	  padding-bottom: 0px;*/
  }
}
.header .navbar-default .navbar-nav > .active > a,
.header .navbar-default .navbar-nav > .active > a:hover,
.header .navbar-default .navbar-nav > .active > a:focus {
	color: #dab887;
	text-decoration: underline;
	background: none;
}
.header .navbar-default .navbar-nav > li:hover > a {
  color: #dab887;
	text-decoration: underline;
	background: none;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #dab887;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #dab887;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #dab887;
}
.header .navbar-default .navbar-toggle:hover .icon-bar,
.header .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #fff;
}
.header .navbar-default .navbar-nav > .open > a,
.header .navbar-default .navbar-nav > .open > a:hover,
.header .navbar-default .navbar-nav > .open > a:focus {
  color: #dab887;
	text-decoration: underline;
	background: none;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
	left: 50% !important;
	transform: translateX(-50%) !important;
  z-index: 1000;
  display: none;
  width: auto;
  min-width: auto;
  padding: 16px 0;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  border: 0px solid #a7a6a7;
  border: 0px solid rgba(167, 166, 167, 1);
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.header .dropdown-menu > li > a {
  display: block;
  text-align: center;
  padding: 0 20px !important;
  clear: both;
  font-weight: normal;
  height: 30px;
  line-height: 30px !important;
  font-size: 16px;
  color: #d8d8d8 !important;
  border-bottom: 0px solid #ededed;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .dropdown-menu > li > a:hover,
.header .dropdown-menu > li > a:focus {
	color: #dab887 !important;
	background: none;
}

.header .open > .dropdown-menu {
  display: block;
}

@media (min-width: 1200px) {
  .header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
  }
  .header .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* banner */
.pc-banner {
  display: block;
}
.phone-banner {
  display: none;
}
/* .phone-banner .swiper-slide{
  height: auto !important;
} */
.swiper-index {
  height: auto !important;
}
.swiper-index .swiper-slide {
  height: auto !important;
}
.swiper-index .swiper-slide .item{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.swiper-index .swiper-slide .item .title{
	width: 576px;
	max-width: 100%;
	padding: 26px 33px 86px;
	background: #831121 url(../images/pic5.png) no-repeat right bottom;
	background-size: auto 87%;
	position: absolute;
	bottom: 0px;
}
.swiper-index .swiper-slide .item .title_nr{
	font-size: 28px;
	color: #fff;
	width: 100%;
	height: 84px;
	line-height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.swiper-index .video {
  display: block;
}
.swiper-index .pic {
  display: none;
}
.banner-img {
	width: 100%;
  height: auto !important;
}
.banner-img.img1 {
  display: block;
}
.banner-img.img2 {
  display: none;
}
.swiper-index .swiper-pagination{
	font-size: 0;
	bottom: 40px;
	left: 0;
	width: auto;
}
.swiper-index .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 2px !important;
  background: #fff;
  border: 0px;
  border-radius: 14px;
  opacity: 1;
}
.swiper-index .swiper-pagination-bullet-active {
  width: 46px;
}
.swiper-index .swiper-button-next, .swiper-index .swiper-button-prev{
	position: absolute;
	top: auto;
	bottom: 30px;
	width: 34px;
	height: 34px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 34px 34px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}
.swiper-index .swiper-button-prev{
	background-image: url(../images/pic6.png);
	right: auto;
}
.swiper-index .swiper-button-next{
	background-image: url(../images/pic7.png);
	right: auto;
}
#dy-banner {
  margin: 0 auto;
}
.swiper-slide img {
  display: block;
  margin: 0 auto;
}

.video1 {
  z-index: 2;
  object-fit: cover;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;

  height: 900px;
}
.bannervideo-info {
  opacity: 0;
  z-index: 3;
  width: 500px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: 50%;
  bottom: 140px;
  margin-left: -250px;
}
.bannervideo-info-show {
  opacity: 1 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bannervideo-view-show {
  opacity: 1 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.bannervideo-data {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
  z-index: 3;
  color: #fff;
  position: absolute;
  left: 10px;
  width: 1170px;
  left: 50%;
  margin-left: -585px;
  bottom: 10px;
  text-align: left;
}
.bannervideo-view {
  opacity: 0;
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 60px;
  margin-left: -88px;
  font-size: 16px;
  font-weight: 500;
  line-height: 48px;
  width: 168px;
  height: 48px;
  border-radius: 48px;
  border: solid 1px #fff;
  outline: 0;
  background: 0;
  color: #fff;
  display: inline-block;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  cursor: pointer;
  text-align: center;
}
.bannervideo-view:hover {
  color: #fff !important;
  background: #000 !important;
  border: solid 1px #000 !important;
}
.bannervideo-view:focus {
  color: #fff !important;
  background: #000 !important;
  border: solid 1px #000 !important;
}

.player {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 136px;
  right: 100px;
  z-index: 9999;
  padding: 10px;
  border-radius: 22px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-indent: -999rem;
}
.unsound {
  background: #000 url(../images/unsound.png) no-repeat center;
  background-size: 22px;
}
.sound {
  display: none;
  background: #000 url(../images/yessound.png) no-repeat center;
  background-size: 22px;
}

/* 首页 */
.main{
	width: 100%;
	padding-bottom: 60px;
	overflow: hidden;
}
.main h2{
	font-size: 30px;
	font-weight: bold;
	color: #242020;
	width: 100%;
	height: 70px;
	line-height: 100%;
	text-align: center;
	margin: 50px 0 0;
	padding-top: 30px;
	background: url(../images/pic8.png) no-repeat center;
}
.main h3{
	width: 100%;
	margin: 0px;
	height: 50px;
	border-bottom: 1px solid rgba(197, 163, 118, .2);
}
.main h3 span.style1{
	font-size:30px;
	font-weight: bold;
  color:#242020;
	height: 50px;
	line-height: 100%;
	border-bottom: 3px solid #c5a376;
}
.main h3 a{
	font-size:14px;
	color:rgba(12, 11, 11, .43);
	line-height: 100%;
	margin: 12px 10px 0 0;
}
.main h3 a:hover{
	color: #c5a376;
}
.main .more{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.main .more a{
	font-size: 14px;
	color: #9a7340;
	width: 140px;
	max-width: 100%;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border: 1px solid rgba(154, 115, 64, .4);
	border-radius: 45px;
	display: inline-block;
}
.main .more a:hover{
	color: #fff;
	background-color: #9a7340;
	border: 1px solid #9a7340;
}

.main1{
	width: 100%;
	margin-top: 38px;
}
.main1_l{
	width: 48%;
	padding: 0 26px 30px 0;
	background: url(../images/img3.jpg) no-repeat left 26px top 30px;
}
.swiper1 {
  width: 100%;
}
.swiper1 .item {
	width: 100%;
	position: relative;
}
.swiper1 .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper1 .item .pic img {
  width: 100%;
}
.swiper1 .item .title {
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	padding: 0 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 22px;
	left: 0px;
}
.swiper1 .swiper-pagination{
	font-size: 0;
	bottom: 22px;
	left: auto;
	right: 22px;
	width: auto;
	display: none;
}
.swiper1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 2px !important;
  background: #fff;
  border: 0px;
  border-radius: 14px;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  width: 40px;
}
.swiper1 .swiper-button-next, .swiper1 .swiper-button-prev{
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	margin-top: -17px;
	z-index: 10;
	cursor: pointer;
	background-size: 34px 34px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
}
.swiper1 .swiper-button-prev{
	background-image: url(../images/pic6.png);
	left: 0px;
}
.swiper1 .swiper-button-next{
	background-image: url(../images/pic7.png);
	right: 0px;
}
.main1_r{
	width: 52%;
	padding-left: 50px;
}
.main1_r .tab{
  font-size:0px;
	width:100%;
	text-align:left;
	height: 50px;
	border-bottom: 1px solid rgba(197, 163, 118, .2);
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.main1_r .tab1{
	font-size:28px;
	font-weight: bold;
	color:#fff;
	margin-left: 50px;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.main1_r .tab1:first-child{
	margin-left: 0px;
}
.main1_r .tab1 a{
  color:#fff;
	height: 50px;
	line-height: 100%;
  display:block;
  overflow:hidden;
}
.main1_r .tab1:hover a{
	color: #dab887;
	border-bottom: 3px solid #c5a376;
}
.main1_r .tab1.on a{
	color: #dab887;
	border-bottom: 3px solid #c5a376;
}
.main1_r .tab_nr {
  width:100%;
}
.main1_r .tab_nr1{
  width:100%;
  display: none;
}
.main1_r .tab_nr1 ul{
	width: 100%;
	margin: 12px 0 -12px;
	overflow: hidden;
}
.main1_r .tab_nr1 ul li{
  font-size: 14px;
  color: rgba(255, 255, 255, .6);
	width: 100%;
	line-height: 40px;
	text-align: right;
  padding-left: 15px;
  background: url(../images/pic9.png) no-repeat left center;
}
.main1_r .tab_nr1 ul li a{
	font-size: 16px;
  color: #fff;
	width: 80%;
	text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main1_r .tab_nr1 ul li:hover{
  color: #dab887;
}
.main1_r .tab_nr1 ul li:hover a{
  color: #dab887;
}
.qlist1 ul{
	width: 100%;
	margin: -12px 0;
	overflow: hidden;
}
.qlist1 ul li{
  font-size: 14px;
  color: rgba(114, 113, 113, .6);
	width: 100%;
	line-height: 39px;
	text-align: right;
  padding-left: 15px;
  background: url(../images/pic9.png) no-repeat left center;
}
.qlist1 ul li a{
	font-size: 16px;
  color: #7b7b7b;
	width: 80%;
	text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qlist1 ul li:hover{
  color: #dab887;
}
.qlist1 ul li:hover a{
  color: #dab887;
}

.main2{
	margin: 70px -20px 0 0;
}
.main2 .main2_nr{
	width: 50%;
	padding-right: 20px;
}
.main2 .main2_nr ul{
	width: 100%;
}
.main2 .main2_nr ul li{
	width: 100%;
	margin-top: 30px;
}
.main2 .main2_nr ul li:first-child{
	margin-top: 20px;
}
.main2 .main2_nr .item{
	width: 100%;
}
.main2 .main2_nr .item .date{
	font-family: "Arial";
	font-size: 16px;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #c5a376;
	border-radius: 5px;
}
.main2 .main2_nr .item .date p{
	width: 100%;
	line-height: 25px;
}
.main2 .main2_nr .item .date span{
	width: 100%;
	line-height: 24px;
	border-top: 1px solid #fff;
	display: block;
}
.main2 .main2_nr .item .text{
	margin-left: 80px;
	padding-right: 50px;
}
.main2 .main2_nr .item .text .title{
	font-size: 20px;
	color: #8b6534;
	width: 100%;
	line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main2 .main2_nr .item .text .content{
	font-size: 16px;
	color: #6f6f6f;
	width: 100%;
	line-height: 100%;
	margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main2 .main2_nr .item:hover .text .title{
	text-decoration: underline;
}

.main3{
	width: 100%;
	margin-top: 26px;
}
.main3 ul{
	margin: -14px -37px 0;
	display: flex;
	flex-wrap: wrap;
}
.main3 ul li{
	width: 33.33%;
	padding: 14px 37px 0;
	flex-grow: 1;
}
.main3 ul li .item{
	font-size: 18px;
	font-weight: bold;
	color: #8b6534;
	width: 100%;
	height: 75px;
	text-align: center;
	padding: 5px 10px;
  background: url(../images/pic10.png) no-repeat right center;
	border: 1px solid #c5a376;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	-ms-transition:0.3s ease;
}
.main3 ul li .item:hover{
	font-size: 19px;
  background: url(../images/pic10h.png) no-repeat right center;
}

.main4{
	width: 100%;
	margin-top: 26px;
}
.swiper2 {
	width: 100%;
	padding-bottom: 50px;
}
.swiper2 ul {
	width: 100%;
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
}
.swiper2 ul li {
	width: 25%;
	padding: 20px 10px 0;
}
.swiper2 ul li .item {
	width: 100%;
}
.swiper2 ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.swiper2 ul li .item .pic img {
  width: 100%;
}
.swiper2 .swiper-pagination{
	font-size: 0;
	bottom: 0px;
	left: auto;
	right: 0px;
	width: 100%;
}
.swiper2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 15px !important;
  background: #b3b3b3;
  border: 0px;
  border-radius: 10px;
  opacity: 1;
}
.swiper2 .swiper-pagination-bullet-active {
  background: #c5a376;
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev{
	position: absolute;
	top: auto;
	bottom: 30px;
	width: 34px;
	height: 34px;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 34px 34px;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	display: none;
}
.swiper2 .swiper-button-prev{
	background-image: url(../images/pic6.png);
	right: auto;
}
.swiper2 .swiper-button-next{
	background-image: url(../images/pic7.png);
	right: auto;
}

/* 底部 */
.footer{
	width: 100%;
	padding: 30px 0;
	background-color: #c5a376;
	border-top: 1px solid rgba(255, 255, 255, .09);
}
.footer_nr{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}
.footer_nr1{
	display: flex;
	align-items: center;
	/* flex-wrap: wrap; */
}
.footer_nr1 .pic{
	flex-shrink: 0;
}
.footer_nr1 .pic img{
	height: 70px;
}
.footer_nr1 .text{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
	margin-left: 20px;
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, .2);
}
.footer_nr1 .text_nr{
	margin: -4px 0;
}
.footer_nr1 .text span.style1{
	margin: 0 10px;
}
.footer_nr1 .text a{
	color: #fff;
}
.footer_nr1 .text a:hover{
	color: #8b6534;
}
.footer_nr2{
	flex-shrink: 0;
}
.footer_nr2 img{
	width: 100px;
}

/* 内页BANNER */
.qy_banner {
  width: 100%;
  overflow: hidden;
}
.qy_banner img {
  display: block;
  width: 100%;
  height: auto;
}
.qy_banner a {
  display: block;
  width: 100%;
}

/* 内页公用 */
.qy_main{
	width: 100%;
	padding: 60px 0;
	overflow: hidden;
}
.qy_main h2{
	/* font-family: "思源黑体 CN Light"; */
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-bottom: 25px;
	position: relative;
}
.qy_main h2:before{
	content: "";
	width: 47px;
	height: 5px;
	background: url(../images/pic30.png) no-repeat center;
	background-size: cover;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}
.qy_main h2 p{
	font-size: 42px;
	color: #242020;
	width: 100%;
	line-height: 100%;
}
.qy_main h2 p img{
	height: 14px;
	margin: 0 20px;
	position: relative;
	top: -3px;
}
.qy_main h2 span{
	font-size: 18px;
	color: rgba(36, 32, 32, .6);
	width: 100%;
	line-height: 100%;
	margin-bottom: 10px;
	text-transform: uppercase;
	display: block;
}

.qy_main1{
	width: 100%;
	margin-top: 50px;
}
.qy_main1_l{
	width: 26.67%;
}
.qy_main1_l ul{
	width: 100%;
	border: 1px solid rgba(136, 92, 34, .2);
}
.qy_main1_l ul li{
	width: 100%;
}
.qy_main1_l ul li a{
	font-size: 18px;
	font-weight: bold;
	color: #a2773e;
	width: 100%;
	height: 64px;
	padding: 0 20px 0 42px;
	border: 1px solid rgba(136, 92, 34, .2);
	background-image: url(../images/pic16.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	border-bottom: 0px;
	display: block;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.qy_main1_l ul li a:hover, .qy_main1_l ul li a.on{
	color: #fff;
	background-color: #a2773e;
	background-image: url(../images/pic16h.png);
}
.qy_main1_r{
	width: 73.33%;
	padding-left: 45px;
}
.qy_main1_r1{
	width: 100%;
	height: 64px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.qy_main1_r1 span.style1{
	font-size:18px;
	font-weight: bold;
  color:#a2773e;
	height: 64px;
	line-height: 64px;
	border-bottom: 3px solid #a2773e;
}
.qy_main1_r1 span.style1 img{
	height: 22px;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

/* 专项基金 */
.zxjj_main{
	width: 100%;
}
.zxjj_main ul{
	width: 100%;
	margin: 14px 0 -14px;
	overflow: hidden;
}
.zxjj_main ul li{
  font-size: 16px;
  color: #808080;
	width: 100%;
	line-height: 45px;
	text-align: right;
  padding-left: 23px;
  background: url(../images/pic18.png) no-repeat left center;
}
.zxjj_main ul li a{
  color: #2c2a2a;
	width: 80%;
	text-align: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zxjj_main ul li:hover{
  color: #a2773e;
}
.zxjj_main ul li:hover a{
  color: #a2773e;
}

/* 专项基金 */
.zxjjxq_main{
	width: 100%;
	padding: 24px 24px 30px;
	border: 1px solid #d9d9d9;
}
.zxjjxq_main1{
	font-size: 28px;
	font-weight: bold;
	color: #525252;
	width: 630px;
	max-width: 100%;
	line-height: 45px;
	text-align: center;
}
.zxjjxq_main2{
	font-size: 14px;
	color: #121111;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
}
.zxjjxq_main2 span.style1{
	margin-left: 28px;
}
.zxjjxq_main2 a{
	color: #121111;
}
.zxjjxq_main2 a:hover{
	color: #92682d;
}
.zxjjxq_main3{
	font-size: 14px;
	color: #4d4d4d;
	width: 100%;
	line-height: 32px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.zxjjxq_main4{
	width: 100%;
	margin-top: 40px;
	padding-top: 28px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.zxjjxq_main4 .item{
	font-size: 14px;
	color: #454544;
	max-width: 48%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zxjjxq_main4 .item a{
	color: #454544;
}
.zxjjxq_main4 .item:hover{
	color: #92682d;
}
.zxjjxq_main4 .item:hover a{
	color: #92682d;
}

/* 关于我们 */
.gywm_main{
	font-size: 18px;
	color: #2e2c2c;
	width: 100%;
	line-height: 30px;
	margin-top: 40px;
}
.gywm_main span.style1{
	font-size: 26px;
	color: #92682d;
}

/* 北京银梦 */
.bjym_main{
	width: 100%;
	margin-top: 50px;
}
.bjym_main ul{
	width: 100%;
}
.bjym_main ul li{
	width: 100%;
}
.bjym_main ul li .item{
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid rgba(152, 151, 150, .2);
}
.bjym_main ul li .item *{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.bjym_main ul li .item .title{
	font-size: 20px;
	color: #8b6534;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bjym_main ul li .item .content{
	font-size: 15px;
	color: #4c4c4c;
	width: 100%;
	height: 52px;
	line-height: 26px;
	margin: 14px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bjym_main ul li .item .date{
	font-size: 15px;
	color: #8b6534;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bjym_main ul li:hover{
	background-color: #a2773e;
}
.bjym_main ul li:hover .item .title{
	color: #fff;
}
.bjym_main ul li:hover .item .content{
	color: #fff;
}
.bjym_main ul li:hover .item .date{
	color: #fff;
}

/* 合作伙伴 */
.hzhb_main{
	width: 100%;
}
.hzhb_main .title{
	font-size: 24px;
	color: #0e0d0d;
	width: 100%;
	line-height: 100%;
	margin-top: 50px;
}
.hzhb_main .content{
	width: 100%;
	margin-top: 0px;
}
.hzhb_main .content ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.hzhb_main .content ul li {
	width: 25%;
	padding: 20px 10px 0;
}
.hzhb_main .content ul li .item {
	width: 100%;
}
.hzhb_main .content ul li .item .pic {
	width: 100%;
	overflow: hidden;
}
.hzhb_main .content ul li .item .pic img {
  width: 100%;
}

/*page*/
.pages {
  margin-top: 60px;
  font-size: 0;
  text-align: center;
}
.pages a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background-color: #e2e2e1;
  border: 1px solid #e2e2e1;
  padding: 0 5px;
  margin: 0 2px;
  font-size: 16px;
  color: #666;
  border-radius: 3px;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	font-size: 14px;
  width: 70px;
}
.pages a:hover,
.pages a.current {
  background: #dab887;
  border: 1px solid #dab887;
  color: #fff;
}

/* 信息披露 */
.xxpl_main{
	width: 100%;
	margin-top: 50px;
}
.xxpl_main ul{
	width: 100%;
	border-top: 1px solid rgba(152, 151, 150, .2);
}
.xxpl_main ul li{
	width: 100%;
}
.xxpl_main ul li .item{
	width: 100%;
	padding: 60px 230px 60px 112px;
	border-bottom: 1px solid rgba(152, 151, 150, .2);
	position: relative;
}
.xxpl_main ul li .item *{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.xxpl_main ul li .item .date{
	position: absolute;
	top: 58px;
	left: 0px;
}
.xxpl_main ul li .item .date p{
	font-size: 30px;
	color: #242323;
	line-height: 100%;
}
.xxpl_main ul li .item .date span{
	font-size: 16px;
	color: #242323;
	line-height: 100%;
	margin-top: 16px;
	display: block;
}
.xxpl_main ul li .item .text{
	width: 100%;
	padding-left: 86px;
  background: url(../images/pic15.png) no-repeat left top 12px;
}
.xxpl_main ul li .item .text .title{
	font-size: 24px;
	color: #242323;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xxpl_main ul li .item .text .content{
	font-size: 16px;
	color: rgba(76, 76, 76, .8);
	width: 100%;
	line-height: 100%;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xxpl_main ul li .item .more{
	font-size: 18px;
	color: #8b6534;
	line-height: 100%;
	position: absolute;
	top: 82px;
	right: 0px;
	opacity: 0;
}
.xxpl_main ul li .item .more img{
	width: 58px;
	margin: 0 10px;
}
.xxpl_main ul li .item:hover .date p{
	color: #8b6534;
}
.xxpl_main ul li .item:hover .date span{
	color: #8b6534;
}
.xxpl_main ul li .item:hover .text .title{
	color: #8b6534;
}
.xxpl_main ul li .item:hover .text .content{
	color: #4c4c4c;
}
.xxpl_main ul li .item:hover .more{
	opacity: 1;
}

/* 联系我们 */
.lxwm_main{
	width: 100%;
}
.lxwm_main1{
	width: 100%;
	padding-top: 101px;
	margin-bottom: 60px;
	position: relative;
}
.lxwm_main1 .pic{
	width: 100%;
	padding: 15px;
	background-color: #fff;
  -webkit-box-shadow:0 0 14px rgba(159, 159, 159, .07);
	-moz-box-shadow:0 0 14px rgba(159, 159, 159, .07);
	box-shadow:0 0 14px rgba(159, 159, 159, .07);
}
.lxwm_main1 .pic *{
	width: 100%;
}
.lxwm_main1 .text{
	padding: 44px 0;
	background: #a91126 url(../images/pic19.png) no-repeat right bottom;
	background-size: auto 91.5%;
	position: absolute;
	top: 0px;
	right: 60px;
	left: 60px;
}
.lxwm_main1 .text_nr{
	width: 50%;
	padding: 0 44px;
	border-left: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.lxwm_main1 .text_nr:first-child{
	border-left: 0px;
}
.lxwm_main1 .text_nr1{
	padding-right: 20px;
}
.lxwm_main1 .text_nr1 .item1{
	font-size: 30px;
	color: #fff;
	line-height: 100%;
}
.lxwm_main1 .text_nr1 .item2{
	font-size: 16px;
	color: rgba(255, 255, 255, .34);
	line-height: 100%;
	text-transform: uppercase;
	padding: 8px 0;
}
.lxwm_main1 .text_nr1 .item3{
	font-size: 14px;
	color: #fff;
	line-height: 28px;
}
.lxwm_main1 .text_nr2{
	flex-shrink: 0;
}
.lxwm_main1 .text_nr2 img{
	width: 114px;
}
.lxwm_main2{
	width: 862px;
	max-width: 100%;
	margin-top: 40px;
	padding: 0 20px 20px;
  background: url(../images/pic21.png) no-repeat left bottom;
}
.lxwm_main2_nr{
	width: 100%;
	padding: 81px 20px;
	background: url(../images/img7.jpg) no-repeat center;
	background-size: cover;
}
.lxwm_main2_nr ul{
	width: 584px;
	max-width: 100%;
}
.lxwm_main2_nr ul li{
	width: 100%;
	margin-top: 20px;
}
.lxwm_main2_nr ul li:first-child{
	margin-top: 0px;
}
.lxwm_main2_nr ul li p{
	font-size: 16px;
	color: #fff;
	width: 88px;
	line-height: 42px;
}
.lxwm_main2_nr ul li span{
	font-size: 0px;
	margin-left: 88px;
	display: block;
}
.lxwm_main2_nr ul li span .wbk1{
	font-size: 14px;
	color: #b2b2b2;
	width: 72.4%;
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	background-color: #fff;
	border: 0px;
	border-radius: 4px;
}
.lxwm_main2_nr ul li span .wbk2{
	font-size: 14px;
	color: #b2b2b2;
	width: 100%;
	height: 160px;
	line-height: 26px;
	padding: 8px 15px;
	background-color: #fff;
	border: 0px;
	border-radius: 4px;
	resize: none;
}
.lxwm_main2_nr ul li span .btn1{
	font-size: 16px;
	color: #fff;
	width: 136px;
	max-width: 100%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #d80623;
	border: 0px;
	border-radius: 4px;
}
.lxwm_main2_nr ul li ::-webkit-input-placeholder { /* WebKit browsers */
	color: #b2b2b2;
}
.lxwm_main2_nr ul li :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #b2b2b2;
}
.lxwm_main2_nr ul li ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #b2b2b2;
}
.lxwm_main2_nr ul li :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #b2b2b2;
}