@charset "utf-8";

:hover{
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s 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);
}

/* body{
	padding-top: 120px;
} */
html, body{
	min-width: 1360px;
	overflow-x: auto !important;
}

.qcontainer{
  width:1300px;
  margin-right:auto;
  margin-left:auto;
}
.qcontainer2{
  width:1200px;
  margin-right:auto;
  margin-left:auto;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

/* 头部 */
.qheader{
	width: 100%;
	height: 120px;
	padding: 0 100px;
	background-color: #fff;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.qheader .logo{
	margin-top: 22px;
}
.qheader .nav{
	width: auto !important;
}
.qheader .nav ul li{
	margin-left: 54px;
	position: relative;
}
.qheader .nav ul li:first-child{
	margin-left: 0px;
}
.qheader .nav ul li>a{
	font-size: 18px;
	color: #494646;
	height: 120px;
	line-height: 120px;
	display: block;
	box-sizing: border-box;
  transition: 0.5s ease;
}
.qheader .nav ul li:hover>a, .qheader .nav ul li.on>a{
	color: #94815c;
	border-bottom: 2px solid #927f5a;
}
.qheader .nav ul li .xl{
	width: 820px;
	padding: 40px 50px;
	background-color: #fff;
	border-top: 1px solid #c1c1c1;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.qheader .nav ul li:nth-of-type(n+6) .xl{
	left: auto;
	right: 0;
	transform: translateX(0%);
}
.qheader .nav ul li .xl_nr{
	width: 100%;
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
}
.qheader .nav ul li .xl .item{
	width: 33.33%;
	line-height: 54px;
	padding: 20px;
	display: block;
	box-sizing: border-box;
}
.qheader .nav ul li .xl .item p{
	width: 54px;
	height: 54px;
}
.qheader .nav ul li .xl .item p img{
	width: 100%;
	height: 100%;
}
.qheader .nav ul li .xl .item span{
	font-size: 18px;
	color: #494646;
	width: calc(100% - 74px);
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qheader .nav ul li .xl .item:hover span{
	color: #94815c;
}

/* qbanner */
.qbanner{
  width: 100%;
  margin-top: 120px;
}
.qswiper1{
  width: 100%;
}
.qswiper1 .item{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.qswiper1 .item .pic{
  width: 100%;
}
.qswiper1 .item .pic img{
  width: 100%;
}
.qswiper1 .item .num{
	font-size: 16px;
	color: #fff;
  height: 48px;
	line-height: 48px;
	display: inline-block;
	position: absolute;
	right: 456px;
	bottom: 30px;
}
.qswiper1 .item .num span{
	font-size: 18px;
}
.qswiper1 .swiper-button-next, .qswiper1 .swiper-button-prev{
  position: absolute;
	top: auto;
	bottom: 30px;
  width: 48px;
  height: 48px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qswiper1 .swiper-button-prev{
  background: url(../images/qpic4.png) no-repeat center;
  right: 378px;
  left: auto;
}
.qswiper1 .swiper-button-next{
  background: url(../images/qpic5.png) no-repeat center;
  right: 310px;
  left: auto;
}
.qswiper1 .swiper-button-prev:hover{
  background: url(../images/qpic4h.png) no-repeat center;
}
.qswiper1 .swiper-button-next:hover{
  background: url(../images/qpic5h.png) no-repeat center;
}
.qswiper1 .swiper-button-next:after, .qswiper1 .swiper-button-prev:after{
  content: "";
}
.qswiper1 .swiper-pagination{
  font-size: 0px;
  width: 100%;
  bottom: 30px;
  left: 0;
}
.qswiper1 .swiper-pagination-bullet{
  width: 15px;
  height: 5px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}
.qswiper1 .swiper-pagination-bullet-active{
  background: #967e55;
}

/* 首页 */
.qmain{
	width: 100%;
	overflow: hidden;
}
.qmain h2{
	font-size: 48px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin: 0;
}

.qmain1{
	width: 100%;
	padding: 100px 0 176px;
	background-color: #fff;
}
.qmain1_1{
	width: 100%;
	margin-top: 50px;
}
.qswiper2{
	width: 100%;
}
.qswiper2 .item{
	width: 248px;
	height: 486px;
	padding-top: 50px;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.qswiper2 .item *{
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.qswiper2 .item_nr{
	width: 208px;
	height: 438px;
	text-align: center;
	padding: 48px 20px 0px;
	background: url(../images/qimg1.jpg) no-repeat center;
	background-size: 100% 100% !important;
	position: relative;
}
.qswiper2 .item .pic{
	width: 68px;
	height: 68px;
	padding: 11px;
  background: url(../images/qpic6.png) no-repeat center;
}
.qswiper2 .item .pic img{
  width: 100%;
  height: 100%;
}
.qswiper2 .item .pic img.img1{
	display: inline-block;
}
.qswiper2 .item .pic img.img2{
	display: none;
}
.qswiper2 .item .title{
	font-size: 34px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin-top: 48px;
	padding-bottom: 22px;
	position: relative;
}
.qswiper2 .item .title:before{
	content: "";
	width: 64px;
	height: 3px;
	background-color: #967e55;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.qswiper2 .item .content{
	font-size: 16px;
	color: #808080;
	width: 100%;
	height: 104px;
	line-height: 26px;
	margin: 25px 0 37px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.qswiper2 .item .more{
	width: 100%;
}
.qswiper2 .item .more span{
	font-size: 16px;
	color: #626262;
	line-height: 28px;
	padding-right: 48px;
  background: url(../images/qpic12.png) no-repeat right center;
	display: inline-block;
}
.qswiper2 .item:hover{
	height: 536px;
	padding-top: 0px;
}
.qswiper2 .item:hover .item_nr{
	background: url(../images/qimg1h.jpg) no-repeat center;
}
.qswiper2 .item:hover .pic{
  background: url(../images/qpic6h.png) no-repeat center;
}
.qswiper2 .item:hover .pic img.img1{
	display: none;
}
.qswiper2 .item:hover .pic img.img2{
	display: inline-block;
}
.qswiper2 .item:hover .title{
	color: #fff;
}
.qswiper2 .item:hover .content{
	color: #fff;
}
.qswiper2 .item:hover .more span{
	color: #fff;
  background: url(../images/qpic12h.png) no-repeat right center;
}
.qswiper2 .swiper-button-next, .qswiper2 .swiper-button-prev{
  position: absolute;
	top: auto;
	bottom: 30px;
  width: 48px;
  height: 48px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
	display: none;
}
.qswiper2 .swiper-button-prev{
  background: url(../images/qpic4.png) no-repeat center;
  right: 378px;
  left: auto;
}
.qswiper2 .swiper-button-next{
  background: url(../images/qpic5.png) no-repeat center;
  right: 310px;
  left: auto;
}
.qswiper2 .swiper-button-prev:hover{
  background: url(../images/qpic4h.png) no-repeat center;
}
.qswiper2 .swiper-button-next:hover{
  background: url(../images/qpic5h.png) no-repeat center;
}
.qswiper2 .swiper-button-next:after, .qswiper2 .swiper-button-prev:after{
  content: "";
}
.qswiper2 .swiper-pagination{
  font-size: 0px;
  width: 100%;
  bottom: 30px;
	left: 0;
	display: none;
}
.qswiper2 .swiper-pagination-bullet{
  width: 15px;
  height: 5px;
  margin: 0 5px !important;
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  opacity: 1;
}
.qswiper2 .swiper-pagination-bullet-active{
  background: #967e55;
}

.qmain2{
	width: 100%;
}
.qmain2 ul{
	width: 100%;
}
.qmain2 ul li{
	width: 25%;
}
.qmain2 ul li .item{
	width: 100%;
	display: block;
}
.qmain2 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.qmain2 ul li .item .pic img{
	width: 100%;
}

.qmain3{
	width: 100%;
	padding: 100px 0 80px;
  background: #fff url(../images/qimg5.jpg) no-repeat center bottom;
}
.qmain3 .content{
	font-size: 16px;
	color: #494949;
	width: 834px;
	max-width: 100%;
	line-height: 30px;
	letter-spacing: 1.2px;
	margin: 42px 0 54px;
}
.qmain3 .more{
	width: 100%;
}
.qmain3 .more a{
	font-size: 16px;
	color: #fff;
	width: 144px;
	height: 46px;
	line-height: 46px;
	padding-left: 26px;
	border: 2px solid rgba(150, 126, 85, .74);
	border-radius: 50px;
	display: inline-block;
	position: relative;
}
.qmain3 .more a span{
	width: 100%;
  background: url(../images/qpic13.png) no-repeat right 24px center;
	display: inline-block;
	position: relative;
	z-index: 2;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.qmain3 .more a:before{
	content: "";
	width: 122px;
	height: 50px;
	background-color: #967e55;
	border-radius: 50px;
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 1;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.qmain3 .more a:hover span{
	background: url(../images/qpic13h.png) no-repeat right 24px center;
}
.qmain3 .more a:hover:before{
	width: 174px;
}

.qmain4{
	width: 100%;
	height: 202px;
	padding: 213px 0 0px;
	background: url(../images/qimg6.jpg) no-repeat center;
	background-attachment: fixed;
}
.qmain4_1{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.qmain4_1 .item{
	text-align: center;
}
.qmain4_1 .item1{
	font-size: 16px;
	color: #fff;
	line-height: 18px;
}
.qmain4_1 .item1 img{
	height: 18px;
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -1px;
}
.qmain4_1 .item2{
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
	margin-top: 26px;
}
.qmain4_1 .item2 span{
	font-family: Arial;
	font-size: 60px;
	margin-right: 0px;
	display: inline-block;
	position: relative;
}
.qmain4_1 .item2 span bdo.style1{
	visibility: hidden;
}
.qmain4_1 .item2 span bdo.style2{
	position: absolute;
	top: 0px;
	left: 0px;
}

.qmain5{
	width: 100%;
	padding: 100px 0 120px;
	background: url(../images/qimg7.jpg) no-repeat center;
	background-attachment: fixed;
	position: relative;
}
.qmain5:before{
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/qpic17.png) no-repeat center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.qmain5 .qcontainer{
	position: relative;
	z-index: 2;
}
.qmain5 h2{
	color: #fff;
}
.qmain5_1{
	width: 100%;
	margin-top: 150px;
}
.qmain5_1 a{
	width:215px;
	height:145px;
	margin-left:1px;
	margin-top:1px;
	float:left;
	position: relative;
	background:#fff;
	overflow: hidden;
	-webkit-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}
.qmain5_1 a img{
	width:100%;
	height:100%;
	position: absolute;
	top:0px;
	left:0px;
}
.qmain5_1 a img.img2{
  display:none;
}
.qmain5_1 a:hover img{
	-webkit-animation:doudong1 1s ease-in-out;
	-o-animation:doudong1 1s ease-in-out;
	animation:doudong1 1s ease-in-out;
}
@keyframes doudong1{
	0%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
	50%{

			-webkit-transform:rotateY(90deg);
			-ms-transform:rotateY(90deg);
			-o-transform:rotateY(90deg);
			transform:rotateY(90deg);
	}
	100%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
}
@-webkit-keyframes doudong1{
	0%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
	50%{

			-webkit-transform:rotateY(90deg);
			-ms-transform:rotateY(90deg);
			-o-transform:rotateY(90deg);
			transform:rotateY(90deg);
	}
	100%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
}
@-moz-keyframes doudong1{
	0%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
	50%{

			-webkit-transform:rotateY(90deg);
			-ms-transform:rotateY(90deg);
			-o-transform:rotateY(90deg);
			transform:rotateY(90deg);
	}
	100%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
}
@-o-keyframes doudong1{
	0%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
	50%{

			-webkit-transform:rotateY(90deg);
			-ms-transform:rotateY(90deg);
			-o-transform:rotateY(90deg);
			transform:rotateY(90deg);
	}
	100%{
			-webkit-transform:rotateY(0deg);
			-ms-transform:rotateY(0deg);
			-o-transform:rotateY(0deg);
			transform:rotateY(0deg);
	}
}

.qmain6{
	width: 100%;
}
.qmain6_l{
	width: 600px;
	height: 810px;
	padding: 100px 50px 0 0;
}
.qswiper3{
	width: 100%;
	height: 650px;
	margin-top: 50px;
}
.qswiper3 .item{
  width: 557px;
  overflow: hidden;
}
.qswiper3 .item .pic{
	width: 100%;
	overflow: hidden;
}
.qswiper3 .item .pic img{
  width: 100%;
}
.qswiper3 .item .date{
	font-size: 24px;
	color: #bebebe;
	width: 100%;
	line-height: 100%;
	margin: 30px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qswiper3 .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qswiper3 .item .content{
	font-size: 18px;
	color: #6b6a6a;
	width: 100%;
	height: 136px;
	line-height: 34px;
	margin: 22px 0 94px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.qswiper3 .item .more{
	width: 100%;
}
.qswiper3 .item .more span{
	font-size: 18px;
	color: #967e55;
	width: 183px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: 2px solid #967e55;
	border-radius: 53px;
	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;
}
.qswiper3 .item:hover .title{
	color: #967e55;
}
.qswiper3 .item:hover .more span{
	color: #fff;
	background-color: #967e55;
}
.qswiper3 .swiper-button-next, .qswiper3 .swiper-button-prev{
  position: absolute;
	top: auto;
	bottom: 0px;
  width: 19px;
  height: 27px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qswiper3 .swiper-button-prev{
  background: url(../images/qpic18.png) no-repeat center;
  left: 20px;
  right: auto;
}
.qswiper3 .swiper-button-next{
  background: url(../images/qpic19.png) no-repeat center;
  left: 74px;
  right: auto;
}
.qswiper3 .swiper-button-prev:hover{
  background: url(../images/qpic18h.png) no-repeat center;
}
.qswiper3 .swiper-button-next:hover{
  background: url(../images/qpic19h.png) no-repeat center;
}
.qswiper3 .swiper-button-next:after, .qswiper3 .swiper-button-prev:after{
  content: "";
}
.qswiper3 .swiper-pagination{
  font-size: 20px;
  color: #967e55;
  width: auto;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: 0px;
	bottom: 0px;
	left: auto;
}
.qswiper3 .swiper-pagination span.swiper-pagination-current{
	font-size: 24px;
}
.qmain6_r{
	width: 600px;
	height: 810px;
	padding: 100px 0px 0 50px;
	position: relative;
}
.qmain6_r:before{
	content: "";
	width: 500%;
	height: 100%;
	background-color: #f0f2f3;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.qmain6_r h2{
	font-size: 24px;
	font-weight: normal;
	color: #967e55;
	margin-top: 24px;
}
.qswiper4{
  width: 100%;
	height: 650px;
	margin-top: 50px;
}
.qswiper4 .item{
	padding-right: 40px;
}
.qswiper4 a{
	margin-top: 60px;
	display: block;
}
.qswiper4 a:first-child{
	margin-top: 0px;
}
.qswiper4 .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qswiper4 .item .content{
	font-size: 18px;
	color: #838383;
	width: 100%;
	height: 136px;
	line-height: 34px;
	margin-top: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.qswiper4 .item:hover .title{
	color: #967e55;
}
.qswiper4 .swiper-button-next, .qswiper4 .swiper-button-prev{
  position: absolute;
	top: auto;
	bottom: 30px;
  width: 48px;
  height: 48px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
	justify-content: center;
	display: none;
}
.qswiper4 .swiper-button-prev{
  background: url(../images/qpic4.png) no-repeat center;
  right: 378px;
  left: auto;
}
.qswiper4 .swiper-button-next{
  background: url(../images/qpic5.png) no-repeat center;
  right: 310px;
  left: auto;
}
.qswiper4 .swiper-button-prev:hover{
  background: url(../images/qpic4h.png) no-repeat center;
}
.qswiper4 .swiper-button-next:hover{
  background: url(../images/qpic5h.png) no-repeat center;
}
.qswiper4 .swiper-button-next:after, .qswiper4 .swiper-button-prev:after{
  content: "";
}
.qswiper4 .swiper-pagination{
  font-size: 0px;
  width: auto;
  bottom: 0px;
	right: 0px;
	left: auto;
}
.qswiper4 .swiper-pagination-bullet{
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px !important;
  display: inline-block;
  border-radius: 16px;
  background: #c0c2c2;
  opacity: 1;
}
.qswiper4 .swiper-pagination-bullet-active{
  background: #967e55;
}

.qmain7{
	padding: 125px 0px;
	background: url(../images/qimg11.jpg) no-repeat center;
	background-size: cover;
}
.qmain7_nr{
	width: 89.95%;
	min-width: 1330px;
	margin-right: auto;
	margin-left: auto;
	padding: 80px 0px 112px;
	background-color: #fff;
}
.qmain7_l{
	width: 530px;
}
.qmain7_l .pic{
	width: 100%;
}
.qmain7_l .content{
	font-size: 16px;
	color: #6e6e6e;
	width: 100%;
	line-height: 30px;
	margin: 30px 0 46px;
}
.qmain7_l .tel{
	font-size: 30px;
	font-weight: bold;
	color: #967e55;
	width: 100%;
	line-height: 50px;
}
.qmain7_l .tel img{
	height: 50px;
	margin-right: 12px;
}
.qmain7_r{
	width: 650px;
}
.qmain7_r .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.qmain7_r .form{
	width: 100%;
	margin-top: 50px;
}
.qmain7_r .form1{
	margin: -25px -30px 0 0;
}
.qmain7_r .form1 .qcheckbox1{
	margin: 25px 30px 0 0;
}
.qcheckbox1 {
	font-size: 18px;
	color: #5e5e5e;
	line-height: 18px;
	display: inline-block;
	cursor: pointer;
}
.qcheckbox1 span {
	width: 18px;
	height: 18px;
	background: url(../images/qpic21.png) no-repeat center center;
	display: inline-block;
	margin-right: 10px;
}
.qcheckbox1.on span {
  background: url(../images/qpic21h.png) no-repeat center center;
}
.qmain7_r .form2{
	margin: 10px -30px 0 0;
}
.qmain7_r .form2 .item{
	font-size: 18px;
	color: #000;
	width: 252px;
	margin: 30px 30px 0 0;
}
.qmain7_r .form2 .item1{
	width: 100%;
	line-height: 100%;
}
.qmain7_r .form2 .item2{
	width: 100%;
	margin-top: 10px;
}
.qmain7_r .form2 .item2 .wbk1{
	width: 230px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background-color: #f8f8f8;
	border: 1px solid #ececec;
	border-radius: 5px;
}
.qmain7_r .form3{
	width: 100%;
	margin-top: 30px;
}
.qmain7_r .form3 .btn1{
	font-size: 20px;
	color: #fff;
	width: 116px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #967e55;
	border: 0;
	border-radius: 5px;
}

/* 底部 */
.qfooter{
	width: 100%;
	overflow: hidden;
}
.qfooter_t{
	padding: 50px 100px;
	background-color: #080d13;
}
.qfooter_t1{
	max-width: 1200px;
}
.qfooter_t1 ul{
	margin: -30px -106px 0 0;
}
.qfooter_t1 ul li{
	margin: 30px 106px 0 0;
}
.qfooter_t1 ul li p{
	width: 100%;
	margin-bottom: 10px;
}
.qfooter_t1 ul li p a{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 100%;
	display: block;
}
.qfooter_t1 ul li p a:hover{
	color: #967e55;
}
.qfooter_t1 ul li span{
	width: 100%;
	display: block;
}
.qfooter_t1 ul li span a:hover{
	color: #967e55;
}
.qfooter_t1 ul li span a{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 36px;
	display: block;
}
.qfooter_t2{
	max-width: 500px;
}
.qfooter_t2 .item1{
	font-size: 18px;
	color: #fff;
	width: 100%;
	margin: 17px 0 5px;
}
.qfooter_t2 .item2{
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}
.qfooter_t2 .item3{
	font-size: 18px;
	color: #fff;
	width: 100%;
	margin: 52px 0 10px;
}
.qfooter_t2 .item4{
	font-size: 20px;
	color: #fff;
	width: 100%;
}
.qfooter_t2 .item5{
	font-size: 0;
	text-align: right;
	margin: 20px -20px 0 0;
}
.qfooter_t2 .item5 .nr{
	width: 62px;
	margin: 20px 20px 0 0;
	display: inline-block;
	position: relative;
}
.qfooter_t2 .item5 .nr p{
	width: 62px;
	height: 62px;
	cursor: pointer;
}
.qfooter_t2 .item5 .nr p img{
	width: 100%;
	height: 100%;
	margin-top: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.qfooter_t2 .item5 .nr p img.img1{
	opacity: 1;
}
.qfooter_t2 .item5 .nr p img.img2{
	opacity: 0;
}
.qfooter_t2 .item5 .nr span{
	width: 124px;
	height: 124px;
	position: absolute;
	bottom: 72px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	z-index: -1;
  -webkit-transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;
  transition:all 0.5s ease;
}
.qfooter_t2 .item5 .nr span img{
	width: 100%;
}
.qfooter_t2 .item5 .nr:hover p img.img1{
	opacity: 0;
}
.qfooter_t2 .item5 .nr:hover p img.img2{
	opacity: 1;
}
.qfooter_t2 .item5 .nr:hover span{
	opacity: 1;
	z-index: 1;
}
.qfooter_b{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding: 20px 100px;
	background-color: #12171b;
}
.qfooter_b a{
	color: #fff;
}
.qfooter_b a:hover{
	color: #967e55;
}

/* 内页banner */
.qy_qbanner{
  width: 100%;
}
.qy_qbanner img{
  width: 100%;
}

/* 内页公用 */
.qy_qmain{
	width: 100%;
	overflow: hidden;
}
.qy_qmain h2{
	font-size: 48px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
}
.qy_qmain h3{
	font-size: 36px;
	color: #000;
	width: 100%;
	line-height: 100%;
	text-align: center;
	margin: 0;
}

.qy_qmain1{
	width: 100%;
}
.qy_qmain1_1{
	font-size: 20px;
	color: #4d4d4d;
	width: 100%;
	line-height: 32px;
	padding: 44px 0 14px 28px;
	background: url(../images/qpic36.png) no-repeat left 51px;
	border-bottom: 1px solid #e5e5e5;
}

.qy_qmain2{
	width: 100%;
	padding: 100px 0 120px;
}
.qy_qmain2_1{
	width: 100%;
	margin-top: 50px;
}
.qy_qmain2_1 ul{
	margin: -29px -29px 0 0;
}
.qy_qmain2_1 ul li{
	width: 414px;
	margin: 29px 29px 0 0;
}
.qy_qmain2_1 ul li .item{
	width: 100%;
	box-shadow: 0.484px 1.941px 16px 0px rgba(3, 0, 0, 0.21);
	display: block;
	position: relative;
}
.qy_qmain2_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.qy_qmain2_1 ul li .item .pic img{
	width: 414px;
	height: 440px;
}
.qy_qmain2_1 ul li .item .title{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	width: 384px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	padding: 0 15px;
	background-color: rgba(0, 0, 0, .5);
  transition:0.5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	left: 0;
}
.qy_qmain2_1 ul li .item:hover .title{
	background-color: #927f5a;
}

.qy_qmain3{
	width: 100%;
	padding: 100px 0;
}
.qy_qmain3_1{
	width: 100%;
	margin-top: 90px;
}
.qy_qmain3_1 ul{
	margin: -30px -68px 0 0;
}
.qy_qmain3_1 ul li{
	width: 274px;
	margin: 30px 68px 0 0;
}
.qy_qmain3_1 ul li .item{
	width: 100%;
	text-align: center;
	display: block;
}
.qy_qmain3_1 ul li .item .pic{
	width: 100%;
}
.qy_qmain3_1 ul li .item .pic img{
	width: 74px;
	height: 74px;
}
.qy_qmain3_1 ul li .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 32px;
	margin: 20px 0 13px;
  transition:0.5s ease;
}
.qy_qmain3_1 ul li .item .content{
	font-size: 16px;
	color: #666;
	width: 100%;
	line-height: 30px;
  transition:0.5s ease;
}
.qy_qmain3_1 ul li .item:hover .title{
	color: #927f5a;
}

.qy_qmain4{
	width: 100%;
	padding: 100px 0 140px;
	background: url(../images/qimg31.jpg) no-repeat center bottom;
	background-size: cover;
}
.qy_qmain4_1{
	width: 100%;
	margin-top: 80px;
}
.qy_qmain4_1 img { animation: qimg_dh1 4s infinite linear; -moz-animation: qimg_dh1 4s infinite linear; /* Firefox */ -webkit-animation: qimg_dh1 4s infinite linear; /* Safari and Chrome */ -o-animation: qimg_dh1 4s infinite linear; /* Opera */ }

@keyframes qimg_dh1 {
  0% { transform: translateX(-15px); }
  50% { transform:  translateX(15px); }
  100% { transform:  translateX(-15px); }
}

.qy_qmain5{
	width: 100%;
	padding: 100px 0 110px;
	background: url(../images/qimg32.jpg) no-repeat center bottom;
	background-size: cover;
}
.qy_qmain5_1{
	width: 100%;
	margin-top: 50px;
}
.qy_qmain5_1 ul{
	margin: -15px -29px 0 0;
}
.qy_qmain5_1 ul li{
	width: 414px;
	margin: 15px 29px 0 0;
}
.qy_qmain5_1 ul li .item{
	width: 354px;
	height: 244px;
	padding: 30px 30px 16px;
	background-color: rgba(185, 185, 185, .1);
	text-align: center;
	display: block;
}
.qy_qmain5_1 ul li .item .pic{
	width: 100%;
}
.qy_qmain5_1 ul li .item .pic img{
	width: 115px;
	height: 115px;
}
.qy_qmain5_1 ul li .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 32px;
	margin: 26px 0 24px;
  transition:0.5s ease;
}
.qy_qmain5_1 ul li .item .content{
	font-size: 18px;
	color: #100f0f;
	width: 100%;
	line-height: 26px;
  transition:0.5s ease;
}
.qy_qmain5_1 ul li .item:hover .title{
	color: #927f5a;
}

.qy_qmain6{
	width: 100%;
}
.qy_qmain6 ul{
	width: 100%;
}
.qy_qmain6 ul li{
	width: 100%;
}
.qy_qmain6 ul li .item{
	width: 100%;
	height: 765px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qy_qmain6 ul li .item .pic{
	/* flex-shrink: 0; */
}
.qy_qmain6 ul li .item .text{
	width: 530px;
	padding: 0 30px;
	position: relative;
	z-index: 2;
}
.qy_qmain6 ul li .item .text .title{
	font-size: 48px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.qy_qmain6 ul li .item .text .content{
	font-size: 18px;
	color: #5d5d5d;
	width: 100%;
	line-height: 36px;
	margin-top: 34px;
}
.qy_qmain6 ul li:nth-child(2n){
	background-color: #eef2fb;
}
.qy_qmain6 ul li:nth-child(2n) .item .pic{
	order: 2;
}
.qy_qmain6 ul li:nth-child(2n) .item .text{
	order: 1;
}

.qy_qmain7{
	width: 100%;
	padding: 80px 0 160px;
	background-color: #fff;
}
.qy_qmain7_1{
	width: 100%;
	text-align: center;
}
.qy_qmain7_1 p{
	font-size: 56px;
	font-weight: bold;
	color: #006aff;
	width: 100%;
	line-height: 100%;
}
.qy_qmain7_1 span{
	font-size: 24px;
	color: #434141;
	width: 100%;
	line-height: 48px;
	margin-top: 28px;
	display: block;
}
.qy_qmain7_2{
	width: 100%;
	margin-top: 110px;
}
.qy_qmain7_2 ul{
	margin: -30px -90px 0 0;
}
.qy_qmain7_2 ul li{
	width: 232px;
	margin: 30px 90px 0 0;
}
.qy_qmain7_2 ul li .item{
	width: 100%;
	text-align: center;
	display: block;
}
.qy_qmain7_2 ul li .item .pic{
	width: 100%;
}
.qy_qmain7_2 ul li .item .pic img{
	height: 57px;
}
.qy_qmain7_2 ul li .item .title{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 32px;
	margin: 30px 0 23px;
  transition:0.5s ease;
}
.qy_qmain7_2 ul li .item .content{
	font-size: 16px;
	color: #868686;
	width: 100%;
	line-height: 30px;
  transition:0.5s ease;
}
.qy_qmain7_2 ul li .item:hover .title{
	color: #006aff;
}

.qy_qmain8{
	width: 100%;
	padding: 144px 0;
	background-color: #f0f5fc;
	border-top: 3px solid #006aff;
	position: relative;
}
.qy_qmain8 .zsw{
	width: 71px;
	position: absolute;
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
}
.qy_qmain8 .zsw img{
	width: 100%;
}
.qy_qmain8 .ljzx{
	font-size: 20px;
	color: #fff;
	width: 220px;
	height: 47px;
	line-height: 47px;
	background-color: #006aff;
	border-radius: 47px;
	text-align: center;
	position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
  transition:0.5s ease;
}
.qy_qmain8 .ljzx:hover{
	font-size: 22px;
}
.qy_qmain8_1{
	font-size: 40px;
	font-weight: bold;
	color: #343755;
	width: 100%;
	line-height: 100%;
}
.qy_qmain8_2{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qy_qmain8_2 .text{
	width: 756px;
}
.qy_qmain8_2 .text1{
	font-size: 26px;
	color: #5b5b5b;
	width: 100%;
	line-height: 48px;
	margin: 26px 0 6px;
}
.qy_qmain8_2 .text1 span.style1{
	color: #006aff;
}
.qy_qmain8_2 .text2{
	font-size: 18px;
	color: #606060;
	width: 100%;
	line-height: 36px;
}
.qy_qmain8_2 .tel1{
	font-size: 22px;
	color: #000;
	width: 100%;
	line-height: 100%;
}
.qy_qmain8_2 .tel1 img{ animation: qimg_dh1 4s infinite linear; -moz-animation: qimg_dh1 4s infinite linear; /* Firefox */ -webkit-animation: qimg_dh1 4s infinite linear; /* Safari and Chrome */ -o-animation: qimg_dh1 4s infinite linear; /* Opera */ 
	margin-left: 18px;
	position: relative;
	top: -3px;
}
.qy_qmain8_2 .tel2{
	font-size: 42px;
	color: #006aff;
	width: 100%;
	line-height: 100%;
	margin-top: 8px;
}

.qy_qmain9{
	width: 100%;
	padding: 123px 0 460px;
	background: #fcfcfc url(../images/qpic61.png) no-repeat center bottom;
}
.qy_qmain9_1{
	width: 70.32%;
	overflow: hidden;
}
.qy_qmain9_1 img{
	width: 100%;
}
.qy_qmain9_2{
	width: 100%;
	padding: 100px 0;
}
.qy_qmain9_2 .title{
	font-size: 56px;
	font-weight: bold;
	color: #474545;
	width: 100%;
	line-height: 100%;
	text-align: center;
}
.qy_qmain9_2 .content{
	width: 100%;
	margin-top: 50px;
}
.qy_qmain9_2 .content ul{
	margin: -40px -40px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.qy_qmain9_2 .content ul li{
	width: 580px;
	margin: 40px 40px 0 0;
}
.qy_qmain9_2 .content ul li .item{
	width: 100%;
	height: 100%;
	padding: 36px 16px 30px 46px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 1.5px 2.598px 7px 0px rgba(33, 24, 21, 0.35);
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
}
.qy_qmain9_2 .content ul li .item .pic{
	width: 98px;
}
.qy_qmain9_2 .content ul li .item .pic img{
	height: 100%;
}
.qy_qmain9_2 .content ul li .item .text{
	width: 377px;
}
.qy_qmain9_2 .content ul li .item .text1{
	font-size: 24px;
	color: #000;
	width: 100%;
	line-height: 100%;
  transition:0.5s ease;
}
.qy_qmain9_2 .content ul li .item .text2{
	font-size: 16px;
	color: #868686;
	width: 100%;
	line-height: 30px;
	margin-top: 12px;
  transition:0.5s ease;
}
.qy_qmain9_2 .content ul li .item:hover .text1{
	color: #006aff;
}

@media (max-width : 1720px) {

.qheader .nav ul li{
	margin-left: 34px;
}
.qheader .nav ul li .xl{
	width: 780px;
	padding: 20px 30px;
}

}

@media (max-width : 1500px) {
	
/* .qmain4_1 .item2 span bdo.style1{
	visibility: visible;
} */
.qheader{
	padding: 0 20px;
}
.qfooter_t{
	padding: 50px 20px;
}
.qfooter_b{
	padding: 20px 20px;
}
.qfooter_t1 ul{
	margin: -30px -66px 0 0;
}
.qfooter_t1 ul li{
	margin: 30px 66px 0 0;
}

}

@media (max-width : 1400px) {

.qheader .nav ul li{
	margin-left: 20px;
}

}