@charset "utf-8";

@font-face {
  font-family: "SourceHanSerifCN-Regular"; /*字体名称*/
  src: url("../fonts/SourceHanSerifCN-Regular.otf"); /*字体源文件*/
}

: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;
	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);
	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;
}

/* 头部 */
.header {
  width: 100%;
	padding: 0 8.5%;
	background: #fff;
  position: relative;
  z-index: 999999;
  /* -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .09);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, .09);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, .09); */
}
.header .collapse {
  position: relative;
}
.header .navbar {
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 114px;
  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: 114px;
  padding: 25px 0 0 0px;
  font-size: 18px;
  line-height: 0px;
  position: absolute;
  z-index: 2;
}
.header .navbar-brand img {
  height: 64px;
}
.header .navbar-default .navbar-nav > li > a {
  font-size: 18px;
  color: #545050;
}
.header .navbar-default .navbar-nav > li {
  margin: 0px;
}

.header .nav {
  padding-right: 0px;
  padding-bottom: 0px;
}
.header .nav > li {
  margin-left: 2.08vw !important;
  position: relative;
}
.header .nav > li:first-child{ margin-left:0 !important; }
.header .nav > li > a {
  height: 114px;
  line-height: 114px;
  text-align: center;
  padding: 0 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: #c2a678;
	background: none;
}
.header .navbar-default .navbar-nav > .active > a {
  color: #c2a678;
	background: none;
}
.header .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 18px;
  margin-right: 0px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.header .navbar-default .navbar-toggle {
  border-color: #c2a678;
}
.header .navbar-default .navbar-toggle .icon-bar {
  background-color: #c2a678;
}
.header .navbar-default .navbar-toggle:hover,
.header .navbar-default .navbar-toggle:focus {
  background-color: #c2a678;
}
.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: #c2a678;
	background: none;
}

.header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0% !important;
  margin-left: 0px !important;
  z-index: 1000;
  display: none;
  width: 100%;
  min-width: auto;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 14px;
  text-align: center;
  background: rgba(0, 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 5px !important;
  clear: both;
  font-weight: normal;
  height: 53px;
  line-height: 53px !important;
  font-size: 14px;
  color: #fff;
  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 {
  background-color: #c2a678;
}

.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;
  }
}

/* 底部 */
.footer{
	width: 100%;
	background: url(../images/img3.jpg) no-repeat center;
	background-size: cover;
}
.footer_t{
	width: 100%;
	padding: 40px 8.5% 30px;
}
.footer_t_l{
	color: #4e3620;
	width: 24.72%;
}
.footer_t_l .item1{
	font-size: 18px;
	width: 100%;
	line-height: 100%;
}
.footer_t_l .item2{
	font-size: 34px;
	font-weight: bold;
	width: 100%;
	line-height: 100%;
	margin: 16px 0;
}
.footer_t_l .item3{
	font-size: 16px;
	width: 100%;
	line-height: 36px;
	padding-top: 10px;
	border-top: 1px solid rgba(78, 54, 32, 0.1);
}
.footer_t_l .item4{
	width: 100%;
}
.footer_t_l .item4 ul{
	margin-right: -20px;
}
.footer_t_l .item4 ul li{
	padding: 20px 20px 0 0;
}
.footer_t_l .item4 ul li .item{
	width: 100%;
	display: block;
}
.footer_t_l .item4 ul li .item p{
	width: 34px;
	height: 34px;
	border: 1px solid rgba(78, 54, 32, 0.5);
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer_t_l .item4 ul li .item p img{
	width: 19px;
}
.footer_t_r{
	width: 75.28%;
	padding-left: 3.13vw;
}
.footer_t_r ul{
	margin-right: -15px;
}
.footer_t_r ul li{
	width: 12.5%;
	padding-right: 15px;
}
.footer_t_r ul li p{
	font-size: 18px;
	color: #4e3620;
	width: 100%;
	line-height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t_r ul li p a{
	color: #4e3620;
}
.footer_t_r ul li p a:hover{
	color: #691410;
}
.footer_t_r ul li span{
	font-size: 16px;
	color: #4e3620;
	width: 100%;
	line-height: 36px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t_r ul li span a{
	color: #4e3620;
}
.footer_t_r ul li span a:hover{
	color: #691410;
}
.footer_b{
	font-size: 16px;
	color: #4e3620;
	width: 100%;
	line-height: 36px;
	text-align: center;
	padding: 12px 8.5%;
	border-top: 1px solid rgba(78, 54, 32, 0.2);
}
.footer_b a{
	color: #4e3620;
}
.footer_b a:hover{
	color: #691410;
}

/* 地图 */
.map {
	width: 100%;
	overflow: hidden;
}
.map img {
  width: 100%;
  display: block;
}

/* 内页banner */
.qy_banner {
	width: 100%;
	overflow: hidden;
}
.qy_banner img {
  width: 100%;
  display: block;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	margin-top: 80px;
}
.pages a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #ddceb3;
	border: 0px solid #d5d5d5;
	border-radius: 5px;
  padding: 0 5px;
  margin: 0 10px;
  font-size: 24px;
  color: #691410;
  transition: all 0.5s;
}
.pages a:hover,
.pages a.on {
	color: #fff;
	background-color: #691410;
}
.pages a:first-child,
.pages a:last-child {
	font-weight: bold;
  color: #9a907d;
}
.pages a:first-child:hover,
.pages a:last-child:hover {
  color: #691410;
  background-color: #ddceb3;
}

/* 内页公用 */
.qy_main {
	width: 100%;
	padding: 20px 0 110px;
  overflow: hidden;
}

.qy_main1 {
	font-size: 16px;
	color: #3d2714;
	width: 100%;
	line-height: 26px;
}
.qy_main1 img {
	height: 26px;
	margin-right: 20px;
}
.qy_main1 a {
	color: #3d2714;
}
.qy_main1 a:hover {
	color: #691410;
}

.qy_main2 {
	font-size: 0;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.qy_main2 a {
	font-size: 24px;
	font-weight: bold;
	color: #4e3824;
	width: 218px;
	height: 112px;
	line-height: 112px;
	text-align: center;
	margin: 0 22px;
	padding: 0 50px 0 0;
	display: inline-block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.qy_main2 a:hover,.qy_main2 a.on {
	font-weight: normal;
	color: #fff;
	background: url(../images/pic2.png) no-repeat center;
	background-size: cover;
}

.qy_main3 {
	width: 100%;
	margin-top: 60px;
}
.qy_main3 ul {
	width: 100%;
}
.qy_main3 ul li {
	width: 100%;
	margin-top: 30px;
}
.qy_main3 ul li:first-child {
	margin-top: 0;
}
.qy_main3 ul li .item {
	width: 100%;
	padding: 22px;
	background-color: #ddceb3;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.qy_main3 ul li .item .date {
	color: #691410;
	width: 112px;
	height: 112px;
	text-align: center;
	background-color: #c5b699;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.qy_main3 ul li .item .date p {
	font-size: 36px;
	width: 100%;
	line-height: 100%;
	margin: 20px 0;
}
.qy_main3 ul li .item .date span {
	font-size: 14px;
	width: 100%;
	line-height: 100%;
	display: block;
}
.qy_main3 ul li .item .text {
	width: calc(100% - 134px);
}
.qy_main3 ul li .item .text .title {
	font-size: 20px;
	font-weight: bold;
	color: #4e3824;
	width: 100%;
	line-height: 100%;
	margin: 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.qy_main3 ul li .item .text .content {
	font-size: 16px;
	color: #625743;
	width: 100%;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.qy_main3 ul li .item:hover {
	background-color: #691410;
}
.qy_main3 ul li .item:hover .date {
	background-color: #fff;
}
.qy_main3 ul li .item:hover .text .title {
	color: #fff;
}
.qy_main3 ul li .item:hover .text .content {
	color: #fff;
}

.qy_main4 {
	width: 100%;
	margin-top: 60px;
}
.qy_main4_l {
	width: 77.08%;
	padding-right: 40px;
}
.qy_main4_l .item1 {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.qy_main4_l .item1 .nr1 {
	font-size: 30px;
	color: #691410;
	width: 100%;
}
.qy_main4_l .item1 .nr2 {
	font-size: 18px;
	color: #4e3824;
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
}
.qy_main4_l .item1 .nr2 span.style1 {
	margin-left: 58px;
}
.qy_main4_l .item2 {
	font-size: 16px;
	color: #4e3824;
	width: 100%;
	line-height: 36px;
	margin-top: 20px;
}
.qy_main4_l .item3 {
	font-size: 18px;
	color: #3a230e;
	width: 100%;
	line-height: 36px;
	margin-top: 130px;
}
.qy_main4_l .item3 .nr {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main4_l .item3 a {
	color: #3a230e;
}
.qy_main4_l .item3 a:hover {
	color: #691410;
}
.qy_main4_r {
	width: 22.92%;
	padding: 40px 20px 60px;
	background-color: #d2bf9d;
}
.qy_main4_r .item1 {
	font-size: 24px;
	color: #691410;
	width: 100%;
	line-height: 100%;
	padding: 0 10px;
}
.qy_main4_r .item2 {
	width: 100%;
	margin-top: 20px;
}
.qy_main4_r .item2 ul {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.qy_main4_r .item2 ul li {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.qy_main4_r .item2 ul li .item {
	width: 100%;
	padding: 30px 10px 20px 0px;
	display: block;
}
.qy_main4_r .item2 ul li .item .title {
	font-size: 20px;
	color: #4e3824;
	width: 100%;
	padding-left: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}
.qy_main4_r .item2 ul li .item .title:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #9f8457;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.qy_main4_r .item2 ul li .item .content {
	font-size: 16px;
	color: #625743;
	width: 100%;
	line-height: 24px;
	padding-left: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.qy_main4_r .item2 ul li .item:hover .title {
	color: #691410;
}

.qy_main5 {
	font-size: 24px;
	width: 100%;
	line-height: 48px;
	margin-top: 120px;
}
.qy_main5_1 {
	font-size: 30px;
	color: #691410;
	width: 100%;
}
.qy_main5_2 {
	color: #4e3824;
	width: 100%;
}
.qy_main5_3 {
	color: #4e3824;
	width: 100%;
	margin-top: 10px;
}
.qy_main5_3 img {
	margin-left: 40px;
}
.qy_main5_4 {
	color: #4e3824;
	width: 100%;
	margin-top: 40px;
}
.qy_main5_4 img {
	margin-right: 40px;
}

.qy_main6 {
	width: 100%;
	margin-top: 60px;
}
.qy_main6_1 {
	font-size: 24px;
	width: 100%;
	line-height: 48px;
	padding: 42px 70px;
	position: relative;
}
.qy_main6_1:before {
	content: "";
	width: 63px;
	height: 51px;
	background: url(../images/pic4.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.qy_main6_1:after {
	content: "";
	width: 63px;
	height: 51px;
	background: url(../images/pic5.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: 0;
}
.qy_main6_1 .title {
	font-size: 30px;
	color: #691410;
	width: 100%;
}
.qy_main5_3 .content {
	color: #4e3824;
	margin-top: 10px;
}
.qy_main6_2 {
	width: 100%;
	margin-top: 20px;
}

.qy_main7 {
	width: 100%;
	margin-top: 60px;
}
.qy_main7_1 {
	width: 100%;
}
.qy_main7_1 .pic {
	width: 39.75%;
	padding: 0 20px 20px 0;
	position: relative;
}
.qy_main7_1 .pic:before {
	content: "";
	background-color: #691410;
	position: absolute;
	top: 73.86%;
	right: 0;
	bottom: 0;
	left: 12.58%;
	z-index: 1;
}
.qy_main7_1 .pic_nr {
	width: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.qy_main7_1 .pic_nr img {
	width: 100%;
}
.qy_main7_1 .text {
	width: 60.25%;
	padding-left: 50px;
}
.qy_main7_1 .text1 {
	font-size: 44px;
	font-weight: bold;
	color: #625743;
	width: 100%;
}
.qy_main7_1 .text2 {
	font-size: 30px;
	color: #691410;
	width: 100%;
	line-height: 48px;
	margin: 10px 0;
}
.qy_main7_1 .text3 {
	font-size: 24px;
	color: #4e3824;
	width: 100%;
	line-height: 36px;
}
.qy_main7_1 .text3 p {
	width: 100%;
	padding-left: 30px;
	position: relative;
}
.qy_main7_1 .text3 p:before {
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #691410;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 0;
}
.qy_main7_2 {
	font-size: 24px;
	color: #4e3824;
	width: 100%;
	line-height: 48px;
	margin-top: 60px;
}

.qy_main8 {
	width: 100%;
	margin-top: 160px;
}
.qy_main8_1 {
	width: 100%;
}
.qy_main8_1 .pic {
	width: 52.92%;
	position: relative;
	overflow: hidden;
}
.qy_main8_1 .pic img {
	width: 100%;
}
.qy_main8_1 .text {
	width: 47.08%;
	padding-right: 40px;
}
.qy_main8_1 .text .title {
	font-size: 28px;
	color: #691410;
	width: 100%;
	line-height: 48px;
	margin-top: -20px;
}
.qy_main8_1 .text .content {
	font-size: 24px;
	color: #4e3824;
	line-height: 48px;
	margin: 20px -160px 0 0;
	padding: 40px;
	background-color: rgba(232, 216, 187, 0.8);
}
.qy_main8_2 {
	width: 100%;
	margin-top: -40px;
	/* overflow: hidden; */
}
.qy_main8_2 .title {
	font-size: 36px;
	font-weight: bold;
	color: #691410;
	width: 100%;
	line-height: 100%;
	margin-bottom: 20px;
}
.qy_main8_2 .content {
	font-size: 24px;
	color: #4e3824;
	line-height: 48px;
}

.qy_main9 {
	width: 100%;
	margin-top: 60px;
}
.qy_main9_1 {
	width: 100%;
}
.qy_main9_1 ul {
	margin: -60px -29px 0 0;
}
.qy_main9_1 ul li {
	width: 25%;
	padding: 60px 29px 0 0;
}
.qy_main9_1 ul li .item {
	width: 100%;
	text-align: center;
	display: block;
}
.qy_main9_1 ul li .item .pic {
	width: 100%;
	border: 3px solid #c0a97f;
	border-radius: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	position: relative;
}
.qy_main9_1 ul li .item .pic img.zhanwei {
	width: 100%;
	opacity: 0;
}
.qy_main9_1 ul li .item .pic .pic_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.qy_main9_1 ul li .item .title {
	font-size: 20px;
	font-weight: bold;
	color: #4e3824;
	width: 100%;
	line-height: 21px;
	margin: 46px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main9_1 ul li .item .more {
	width: 100%;
}
.qy_main9_1 ul li .item .more span {
	font-size: 16px;
	color: #4e3824;
	max-width: 100%;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #4e3824;
	display: inline-block;
}
.qy_main9_1 ul li .item:hover .pic .pic_nr {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.qy_main9_1 ul li .item:hover .title {
	color: #691410;
}
.qy_main9_1 ul li .item:hover .more span {
	color: #fff;
	background-color: #691410;
	border: 1px solid #691410;
}

.qy_main10 {
	width: 100%;
	margin-top: 60px;
}
.qy_main10_1 {
	width: 100%;
}
.qy_main10_1 ul {
	margin: -36px -27px 0 0;
}
.qy_main10_1 ul li {
	width: 33.33%;
	padding: 36px 27px 0 0;
}
.qy_main10_1 ul li .item {
	width: 100%;
	display: block;
}
.qy_main10_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.qy_main10_1 ul li .item .pic img.zhanwei {
	width: 100%;
	opacity: 0;
}
.qy_main10_1 ul li .item .pic .pic_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.qy_main10_1 ul li .item .title {
	font-size: 22px;
	color: #4e3824;
	width: 100%;
	line-height: 100%;
	margin: 20px 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main10_1 ul li .item .content {
	font-size: 16px;
	color: #625743;
	width: 100%;
	height: 72px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.qy_main10_1 ul li .item:hover .pic {
  -webkit-box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
	-moz-box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
	box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
}
.qy_main10_1 ul li .item:hover .pic .pic_nr {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.qy_main10_1 ul li .item:hover .title {
	color: #691410;
}

.qy_main11 {
	width: 100%;
	margin-top: 60px;
}
.qy_main11_1 {
	width: 100%;
}
.qy_main11_1 ul {
	margin: -52px -27px 0 0;
}
.qy_main11_1 ul li {
	width: 33.33%;
	padding: 52px 27px 0 0;
}
.qy_main11_1 ul li .item {
	width: 100%;
	display: block;
}
.qy_main11_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.qy_main11_1 ul li .item .pic img.zhanwei {
	width: 100%;
	opacity: 0;
}
.qy_main11_1 ul li .item .pic .pic_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.qy_main11_1 ul li .item .pic .icon {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6) url(../images/pic8.png) no-repeat center;
	background-size: 53px 53px !important;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.qy_main11_1 ul li .item .title {
	font-size: 22px;
	color: #4e3824;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 20px 0 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qy_main11_1 ul li .item:hover .pic {
  -webkit-box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
	-moz-box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
	box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
}
.qy_main11_1 ul li .item:hover .pic .pic_nr {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.qy_main11_1 ul li .item:hover .pic .icon {
	background: rgba(0, 0, 0, 0.2) url(../images/pic8h.png) no-repeat center;
	border: 3px solid #691410;
}
.qy_main11_1 ul li .item:hover .title {
	color: #691410;
}

.qy_main12 {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 130px;
}
.qy_main12_1 {
	font-size: 30px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 13px;
	position: relative;
}
.qy_main12_1:before {
	content: "";
	width: 33px;
	height: 3px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.qy_main12_2 {
	font-size: 18px;
	color: #691410;
	width: 100%;
	line-height: 36px;
	text-align: center;
	margin: 20px 0 40px;
}
.qy_main12_3 {
	width: 100%;
	border: 1px solid #4e3824;
}
.qy_main12_3 * {
	width: 100%;
}
.qy_main12_4 {
	width: 100%;
	margin-top: 50px;
}
.qy_main12_4 .text {
	width: 62.84%;
	padding-right: 30px;
}
.qy_main12_4 .title {
	font-size: 24px;
	color: #691410;
	width: 100%;
	line-height: 100%;
	padding-bottom: 23px;
	position: relative;
}
.qy_main12_4 .title:before {
	content: "";
	width: 33px;
	height: 3px;
	background-color: #4e3824;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qy_main12_4 .content {
	font-size: 18px;
	color: #4e3824;
	width: 100%;
	line-height: 36px;
	margin-top: 10px;
}
.qy_main12_4 .ewm {
	width: 37.16%;
}
.qy_main12_4 .ewm_nr {
	margin: -30px -30px 0 0;
}
.qy_main12_4 .ewm_nr .nr {
	width: 50%;
	text-align: center;
	padding: 30px 30px 0 0;
}
.qy_main12_4 .ewm_nr .nr p {
	width: 100%;
	border: 1px solid #4e3824;
}
.qy_main12_4 .ewm_nr .nr p img {
	width: 100%;
}
.qy_main12_4 .ewm_nr .nr span {
	font-size: 18px;
	color: #4e3824;
	width: 100%;
	line-height: 100%;
	margin-top: 10px;
	display: block;
}

.qy_main13 {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 130px;
}
.qy_main13_1 {
	font-size: 24px;
	color: #4e3824;
	width: 100%;
	line-height: 48px;
}
.qy_main13_2 {
	width: 100%;
	margin-top: 60px;
}
.qy_main13_2 a {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	max-width: 100%;
	line-height: 56px;
	padding: 0 40px;
	background-color: #691410;
	border-radius: 56px;
	display: inline-block;
	position: relative;
}
.qy_main13_2 a:before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #4d110e;
	border-radius: 56px;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: -1;
}
.qy_main13_2 a img {
	height: 18px;
	margin-left: 16px;
	position: relative;
	top: -1px;
	transition: all 0.5s ease;
}
.qy_main13_2 a:hover img {
	transform: translateX(10px);
}

/* 引导页 */
.guide{
	width: 100%;
	min-height: 100vh;
}
.guide1{
	width: 100%;
	padding: 3.51vh 11.77% 0;
}
.guide1 img{
	height: 11.02vh;
}
.guide2{
	width: 100%;
	padding: 0 3.125%;
}
.guide2_nr{
	width: 100%;
	height: 75.55vh;
	position: relative;
}
.guide2_nr .bg{
	width: 0%;
	height: 80.27%;
	background: url(../images/img15.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 8.58%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
  -webkit-box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
	-moz-box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
	box-shadow: 4px 4px 8px rgba(22, 20, 20, .17);
}
.guide2_nr .jz_l{
	width: 14.81vh;
	height: 100%;
	background: url(../images/pic10.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 45.66%;
	z-index: 2;
}
.guide2_nr .jz_r{
	width: 14.81vh;
	height: 100%;
	background: url(../images/pic10.png) no-repeat center top;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 45.66%;
	z-index: 2;
}
.guide2_nr .item{
	width: 89.72%;
	height: 80.27%;
	position: absolute;
	top: 8.58%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: none;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.guide2_nr .item .pic{
	width: 24.15%;
	margin: 3.15vh 11.64% 0 0;
}
.guide2_nr .item .pic1{
	width: 100%;
}
.guide2_nr .item .pic1 img{
	width: 100%;
}
.guide2_nr .item .pic2{
	width: 100%;
	text-align: right;
	margin-top: 4px;
}
.guide2_nr .item .pic2 a{
	margin-right: -12.3%;
	display: inline-block;
}
.guide2_nr .item .content{
	font-size: 24px;
	color: #000;
	line-height: 44px;
	letter-spacing: 1px;
	margin: 7.2vh 1.86% 0 0;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

/* banner */
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.swiper1 {
  width: 100%;
	z-index: auto;
}
.swiper1 .swiper-slide img {
  width: 100%;
  display: block;
	/*transition: 1s linear 2s;
	transform: scale(1, 1);*/
}
/*.swiper1 .swiper-slide-active img, .swiper1 .swiper-slide-duplicate-active img {
	transition: 6s linear;
	transform: scale(1.1, 1.1);
}*/
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  position: absolute;
	top: auto;
	left: auto;
	right: 7.3vw;
  width: 2.86vw;
  height: 2.86vw;
	margin-top: 0px;
	background-size: cover !important;
  z-index: 9999999;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	/* display: none; */
}
.swiper1 .swiper-button-prev {
	background: url(../images/pic15.png) no-repeat center;
	bottom: 7.19vw;
}
.swiper1 .swiper-button-next {
	background: url(../images/pic16.png) no-repeat center;
	bottom: 11.61vw;
}
.swiper1 .swiper-button-prev:hover {
  background: url(../images/pic15h.png) no-repeat center;
}
.swiper1 .swiper-button-next:hover {
  background: url(../images/pic16h.png) no-repeat center;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 20px;
	left: 0;
	display: none;
}
.swiper1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background: #be4c0d;
}

/* 首页头部 */
.header2{
	display: none;
}
.header3{
	width: 100%;
	position: absolute;
	top: 42px;
	left: 0;
  z-index: 999999;
}
.header3 .qcontainer{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header3 .logo img{
	height: 64px;
}
.header3 .lanmu img{
	height: 38px;
	cursor: pointer;
}
.header3 .search {
  width: 200px;
  background-color: #C7A571;
	border-radius: 32px;
	display: none;
}
.header3 .search .wbk1 {
  font-size: 14px;
  color: #fff;
  width: 168px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: none;
  border: 0px;
}
.header3 .search .btn1 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
	background: url(../images/pic21.png) no-repeat center;
	background-size: 15px;
  border: 0px;
}
.header3 .search ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
.header3 .search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
.header3 .search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
.header3 .search :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}
.header4{
	width: 100%;
	position: absolute;
	bottom: 11.98vw;
	left: 0;
  z-index: 999999;
}
.header4 .nav2{
	width: 100%;
	padding: 0 5.83%;
}
.header4 .nav2 ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.header4 .nav2 ul li{
	width: 12.5%;
	padding: 0 5px;
	position: relative;
}
.header4 .nav2 ul li:before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 42px;
	left: 0;
}
.header4 .nav2 ul li .item{
	font-size: 18px;
	color: #fff;
	width: 100%;
	text-align: center;
	display: block;
}
.header4 .nav2 ul li .item:before{
	content: "";
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 34px;
	left: 50%;
	transform: translateX(-50%);
}
.header4 .nav2 ul li .item p{
	width: 100%;
	line-height: 100%;
}
.header4 .nav2 ul li .item span{
	width: 100%;
	line-height: 100%;
	margin-top: 54px;
	display: block;
}
.header4 .nav2 ul li .item:hover{
	color: #c2a678;
}
.header4 .nav2 ul li .item:hover:before{
	background-color: #c2a678;
}

/* 首页 */
.main{
	width: 100%;
	overflow: hidden;
}
.main h2{
	text-align: center;
	margin: 0;
}
.main h2 p{
	font-size: 28px;
	color: #000;
	line-height: 100%;
}
.main h2 p em{
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 100%;
	display: inline-block;
	position: relative;
	top: -5px;
}
.main h2 span{
	font-size: 18px;
	color: #999898;
	line-height: 100%;
	margin-top: 16px;
	display: block;
}
.main .more{
	margin-top: 40px;
}
.main .more a{
	font-size: 18px;
	color: #000;
	width: 58px;
	height: 164px;
	margin-top: 40px;
	padding: 20px;
	border: 2px solid #000;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.main .more a:before{
	content: "";
	width: 2px;
	height: 60px;
	background-color: #000;
	opacity: .2;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
}
.main .more a:hover{
	color: #fff;
	background-color: #ffd9a2;
	border: 2px solid #ffd9a2;
}
.main .more a:hover:before{
	background-color: #ffd9a2;
	opacity: .4;
}

.main1{
	width: 100%;
	padding: 80px 0 0;
	background-color: #fff;
}
.main1 h2{
	text-align: left;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
.main1 h2 p em{
	top: 0px;
}
.main1 h2 span{
	margin-top: 0px;
	margin-left: 16px;
}
.main1 .pic{
	width: 55.73%;
	overflow: hidden;
}
.main1 .pic img{
	width: 100%;
}
.main1 .text{
	width: 44.27%;
	padding: 40px 60px 40px 0;
}
.main1 .text .content{
	font-size: 20px;
	color: #4b4848;
	line-height: 30px;
	margin: 40px 24px 0 0;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.main2{
	width: 100%;
	padding: 80px 0 40px;
	background-color: #f3f3f3;
}
.main2_1{
	width: 100%;
	margin-top: 40px;
}
.main2_1 ul {
	margin: -20px -20px 0 0;
}
.main2_1 ul li {
	width: 50%;
	padding: 20px 20px 0 0;
}
.main2_1 ul li .item {
	width: 100%;
	display: block;
	position: relative;
}
.main2_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main2_1 ul li .item .pic img.zhanwei {
	width: 100%;
	opacity: 0;
}
.main2_1 ul li .item .pic .pic_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.main2_1 ul li .item .title {
	font-size: 30px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	padding: 0 50px;
	position: absolute;
	bottom: 26px;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_1 ul li .item:hover .pic .pic_nr {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
/* .main2_1 ul li .item:hover .title {
	color: #691410;
} */

.main3{
	width: 100%;
	padding: 40px 0;
}
.main3 h2{
	text-align: left;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
.main3 h2 p{
	color: #c2a678;
}
.main3 h2 p em{
	top: 0px;
}
.main3 h2 span{
	color: #c2a678;
	margin-top: 0px;
	margin-left: 16px;
}
.main3 .more a{
	color: #ffd9a2;
	border: 2px solid #ffd9a2;
}
.main3 .more a:before{
	background-color: #ffd9a2;
}
.main3 .pic{
	width: 100%;
	margin-top: 40px;
	overflow: hidden;
}
.main3 .text{
	width: 100%;
}
.main3 .text_nr{
	width: 896px;
	max-width: 100%;
}
.main3 .text .content{
	font-size: 20px;
	color: #c2a678;
	line-height: 44px;
	margin: 40px 48px 0 0;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}

.main4{
	width: 100%;
	padding: 80px 0;
}
.main4_1{
	width: 100%;
}
.main4_1 ul {
	width: 100%;
}
.main4_1 ul li {
	width: 100%;
	margin-top: 40px;
	padding-left: 100px;
	position: relative;
}
.main4_1 ul li h2{
	text-align: left;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
	position: absolute;
	top: 0;
	left: 0;
}
.main4_1 ul li h2 p em{
	top: 0px;
}
.main4_1 ul li h2 span{
	margin-top: 0px;
	margin-left: 16px;
}
.main4_1 ul li .item {
	width: 100%;
	padding-left: 54px;
	border-left: 2px solid rgba(0, 0, 0, 0.2);
	display: block;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main4_1 ul li .item .pic {
	width: 26.89%;
	overflow: hidden;
	position: relative;
}
.main4_1 ul li .item .pic img.zhanwei {
	width: 100%;
	opacity: 0;
}
.main4_1 ul li .item .pic .pic_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.main4_1 ul li .text {
	width: 61%;
}
.main4_1 ul li .text .title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main4_1 ul li .text .content {
	font-size: 16px;
	color: #5c5c5c;
	width: 100%;
	line-height: 30px;
	margin: 32px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.main4_1 ul li .text .more2 {
	font-size: 16px;
	color: #5a5757;
	width: 100%;
	line-height: 33px;
	padding-left: 53px;
	background: url(../images/pic18.png) no-repeat left center;
	background-size: 33px !important;
}
.main4_1 ul li .item:hover .pic .pic_nr {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.main4_1 ul li .item:hover .title {
	color: #911a10;
}
.main4_1 ul li .item:hover .more2 {
	color: #911a10;
	background: url(../images/pic18h.png) no-repeat left center;
}

.main5{
	width: 100%;
	padding: 80px 0 40px;
}
.main5 h2 p{
	color: #fff;
}
.main5 h2 p em{
	background-color: #fff;
}
.main5 h2 span{
	color: #fff;
}
.main5 .qy_main9_1{
	margin: 60px 0 80px;
}
.main5 .qy_main9_1 ul li .item .title {
	color: #fff;
}
.main5 .qy_main9_1 ul li .item .more {
	margin-top: 0;
}
.main5 .qy_main9_1 ul li .item .more span {
	color: #fff;
	border: 1px solid #fff;
}
.main5 .qy_main9_1 ul li .item:hover .title {
	color: #ffd9a2;
}
.main5 .qy_main9_1 ul li .item:hover .more span {
	background-color: #ffd9a2;
	border: 1px solid #ffd9a2;
}

.main6{
	width: 100%;
	padding: 0 0 80px;
}
.main6_1{
	width: 100%;
}
.main6_1 ul {
	margin-right: -3px;
}
.main6_1 ul li {
	width: 25%;
	border-right: 3px solid rgba(255, 255, 255, 0.2);
}
.main6_1 ul li .item {
	width: 100%;
}
.main6_1 ul li .item .pic {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.main6_1 ul li .item .pic img.zhanwei {
	width: 100%;
	opacity: 0;
}
.main6_1 ul li .item .pic .pic_nr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover!important;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
	-o-transition:0.5s ease;
	transition:0.5s ease;
}
.main6_1 ul li .text {
	width: 100%;
	padding: 40px 40px 60px;
}
.main6_1 ul li .text .title {
	font-size: 26px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main6_1 ul li .text .content {
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	margin: 12px 0 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main6_1 ul li .text .more2 {
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 33px;
	padding-left: 53px;
	background: url(../images/pic19.png) no-repeat left center;
	background-size: 33px !important;
}
.main6_1 ul li .item:hover .pic .pic_nr {
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.main6_1 ul li .item:hover .title {
	color: #ffd9a2;
}
.main6_1 ul li .item:hover .more2 {
	color: #ffd9a2;
	background: url(../images/pic19h.png) no-repeat left center;
}

.main7 {
	width: 100%;
	overflow: hidden;
}
.main7 img {
  width: 100%;
  display: block;
}

.main8{
	width: 100%;
	padding: 80px 0;
}
.main8 h2 p{
	color: #fff;
}
.main8 h2 p em{
	background-color: #fff;
}
.main8 h2 span{
	color: #fff;
}
.main8 .main3{
	padding-bottom: 0;
}
.main8 .main3 h2{
	text-align: left;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
.main8 .main3 h2 p{
	color: #c2a678;
}
.main8 .main3 h2 p em{
	top: 0px;
}
.main8 .main3 h2 span{
	color: #c2a678;
	margin-top: 0px;
	margin-left: 16px;
}

.qy_search {
	width: 100%;
}
.qy_search_nr {
  width: 200px;
  background-color: #C7A571;
  border-radius: 32px;
}
.qy_search_nr .wbk1 {
  font-size: 14px;
  color: #fff;
  width: 168px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  background: none;
  border: 0px;
}
.qy_search_nr .btn1 {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
	background: url(../images/pic21.png) no-repeat center;
	background-size: 15px;
  border: 0px;
}
.qy_search_nr ::-webkit-input-placeholder { /* WebKit browsers */
	color: #fff;
}
.qy_search_nr :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #fff;
}
.qy_search_nr ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #fff;
}
.qy_search_nr :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #fff;
}