@charset "utf-8";

/*----------------------------------------------------
                 Procyon - CSS File
------------------------------------------------------*/
ul,li,p{
	padding:0px;
	margin:0px;
	list-style: none;
}
@font-face {

    /* font-properties */

    /*font-family: zt;*/

    /*src:url('/pc/css/zt.TTC'),  */

    /*url('/pc/css/zt.TTC'),*/

    /*url('/pc/css/zt.TTC'); */
}
a{
	text-decoration: none;
}
body {
	font-size: 14px;
	min-width: 1300px;
	padding: 0px;
	margin: 0;
	background: #fff;
	font-family: "Microsoft Yahei", "΢ź";
}
::-webkit-scrollbar{
	width:6px;
	height: 5px;
	background:#ddd;/* 整个滚条背景 */
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius:4px;
	border-radius:2px;
	background: linear-gradient(270deg, rgba(181, 139, 53, 1) 0%, rgba(214, 181, 99, 1) 100%);
}
::-webkit-scrollbar-button {
	background-color:#ddd;/* 两边端按钮颜? */
	display: none;
}
/*banner*/
.banner {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 15px;
}
img{
	vertical-align: middle;
}
.banner .swiper-pagination-bullet{
	width:15px;
	height:15px;
	background:#fff;
	border-radius:50%;
}

.top_nav{
	/*box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);*/
	z-index: 999999999;
	position: relative;
}


.body .swiper-slide{
	height: auto;
}


.top-hy>div{
	display: flex;
	justify-content: flex-end;
	height: 28px;
	align-items: center;
	color: rgba(196, 196, 196, 1);
	width:1200px;
	margin: auto;
}
.top-hy>div>a{
	line-height: 28px;
	color: #000;
	font-size: 18px;
	margin-left: 6px;
}
.top-hy>div>a:nth-child(1),.top-hy>div>a:nth-child(2){
	margin-right: 6px;
}
.top-hy>div>a:nth-child(1){
	background: url("/pc/images/top1.png")no-repeat;
	background-position: left center;
	padding-left: 26px;
}
.top-hy>div>a:nth-child(4){
	background: url("/pc/images/top1.png")no-repeat;
	background-position: left center;
	padding-left: 26px;
}
.top_nav{
	background: #fff;
}
.top_nav>div{
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-log{
	margin-right: 130px;
}
.top-log img{
	/*width: 141px;*/
	height: 82px;
}
.topnav-box{
	display: flex;
	margin-top: 16px;
}
.topnav-box>.title{
	margin-left: 25px;
	width: 89px;
	position: relative;
}
.topnav-box>.title:hover{
	/*animation: l2r 0.4s ease-out 0s;*/
}
@keyframes l2r{
	0%{transform:rotate(0);}
	25%{transform:rotate(-10deg);}
	50%{transform:rotate(0deg);}
	75%{transform:rotate(6deg);}
	100%{transform:rotate(0deg);}
}
.topnav-box>.title:hover>.dsfgsadg{
    display: block;
	width: 150%;
	margin-left: -25%;
}
.topnav-box>.title>.dsfgsadg{
    position: absolute;
    left: 0;
    top: 27px;
    width: 100%;
    background: #fff;
    display: none;
	padding-top: 10px;
}
.topnav-box>.title>.dsfgsadg>a{
    display: block;
    text-align: center;
line-height: 28px;
color: #000;
    font-size: 18px;
	border-bottom: 1px solid #000;
	font-family: zt;
}
.topnav-box>.title>.dsfgsadg>a:hover{
	color: rgba(156, 124, 63, 1);
}
.topnav-box>.title>a{
	display: block;
	color:#000;
	font-size: 18px;
	text-align: center;
	font-family: zt;
}
.topnav-box>.title>a.active,.topnav-box>.title>a:hover{
	color: rgba(156, 124, 63, 1);
	position: relative;
}
.topnav-box>.title>a.active::after,.topnav-box>.title>a:hover::after{
	content: "";
	height: 1px;
	background: rgba(155.99999999999997, 123.99999999999997, 62.999999999999986, 1);
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
}
.top-phone{
	display: flex;
	justify-content: flex-end;
}
.top-phone>a:nth-child(1){
	background: url("/pc/images/phone.png")no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	padding-left: 38px;
	line-height: 25px;
	color: rgba(112, 112, 112, 1);
	font-size: 16px;
}
.top-phone>a:nth-child(2){
	background: url("/pc/images/kf.png")no-repeat;
	background-position: left center;
	background-size: 25px 25px;
	padding-left: 38px;
	line-height: 25px;
	color: rgba(112, 112, 112, 1);
	font-size: 16px;
	margin-left: 39px;
}
.top-ss{
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-top: 4px;
}
#search-keyword{
	border: none;
	border-bottom: 1px solid rgba(166, 166, 166, 1);
	width: 290px;
	height: 29px;
}
#submit-se{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("/pc/images/ss.png")no-repeat;
	background-position: left center;
	background-size: 23px 23px;
	width: 23px;
	height: 23px;
	border: none;
}

.index-jtjs{
	background: url("/pc/images/gdbg.jpg")no-repeat;
	background-position: center bottom;
	padding-bottom: 82px;
}
.index-jtjs>div{

}

.jtjs-box{
	width: 1200px;
	margin: auto;
}
.jj-title{
	width: 603px;
	border-bottom: 1px solid #aaa;
	padding: 15px 0;
	color: #000;
	font-size: 30px;
	padding-top: 91px;
}
.js-box{
	display: flex;
	justify-content: space-between;
}
.js-box-left{
	max-width: 603px;
}
.js-box-left>div:nth-child(2){
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
}
.js-box-left>div:nth-child(3)>a{
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #89641E;
	font-size: 20px;
	border: 2px solid #89641E;
	margin-top: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.js-box-left>div:nth-child(3)>a>span{
	background: url("/pc/images/more.png")no-repeat;
	width: 15px;
	height: 19px;
	margin-left: 13px;
}
.js-box-right{
	width: 580px;
	margin-top: 89px;
}
.js-box-right>div:nth-child(1){
	display: flex;
	align-items: center;
	font-size: 30px;
	color: rgba(51, 51, 51, 1);
}
.js-box-right>div:nth-child(1)>a{
	color: rgba(51, 51, 51, 1);
	font-size: 30px;
	margin: 0 15px;
}
.js-box-right>div:nth-child(1)>a:hover{
	color: rgba(156, 119, 47, 1);
}
.js-box-right>div:nth-child(1)>a:nth-child(1){
	margin-left: 0;
}
.js-box-right>div:nth-child(2){
	margin-top: 25px;
}
.js-box-right>div:nth-child(2)>img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	margin-top: 29px;
}

.mySwiper{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	margin-top: 88px;
}
.mySwiper .swiper-slide>div:nth-child(1){
	width: 213px;
	height: 329px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.mySwiper .swiper-slide>div:nth-child(1)>div{
	position: absolute;
	top: 67px;
	left: 27px;
}
.mySwiper .swiper-slide>div:nth-child(1)>div>div:nth-child(1){
	color: rgba(199, 152, 64, 1);
	font-size: 20px;
	line-height: 24px;
}
.mySwiper .swiper-slide>div:nth-child(1)>div>div:nth-child(1)::after{
	width: 13px;
	height: 1px;
	background: rgba(255, 255, 255, 1);
	content: "";
	position: absolute;
	top: 32px;
	left: 0px;
}
.mySwiper .swiper-slide>div:nth-child(1)>div>div:nth-child(2){
	color: rgba(255, 255, 255, 1);
	font-size: 14px;
	margin-top: 17px;
}


.mySwiper .swiper-slide>div:nth-child(1)>img{
	width: 240px;
	height: 370px;
	object-fit: cover;
}
.mySwiper .swiper-slide>div:nth-child(2){
	color: #000;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
	height: 80px;
	transition: all 0.1s;
}
.mySwiper .swiper-slide:hover>div:nth-child(2){
	font-size: 30px;
	font-weight: 700;
}
.sadasffgdf{
	position: relative;
	width: 1200px;
	margin: auto;
}
.swiper-button-nexts{
	position: absolute;
	right: -80px;
	top: 78px;
	width: 52px;
	height: 174px;
	background: url("/pc/images/rrj.png")no-repeat center;
}
.swiper-button-prevs{
	position: absolute;
	left: -80px;
	top: 78px;
	width: 52px;
	height: 174px;
	background: url("/pc/images/llj.png")no-repeat center;
}

.index-cy>div{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	/*padding-bottom: 97px;*/
	padding-top: 60px;
}
.cy-left{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 581px;
	border: 4px solid #89641E;
	height: 444px;
	position: relative;
}
/*.cy-left::after{*/
/*	content: "";*/
/*	height: 1px;*/
/*	width: 560px;*/
/*	background: #89641E;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*}*/
/*.cy-left::before{*/
/*	content: "";*/
/*	width: 1px;*/
/*	height: 429px;*/
/*	background: #89641E;*/
/*	position: absolute;*/
/*	left: 0;*/
/*	right: 0;*/
/*	top: 0;*/
/*	bottom: 0;*/
/*	margin: auto;*/
/*}*/
.cy-left>a{
	position: relative;
	width: 50%;
	height: 225px;
	text-align: center;
	overflow: hidden;
}
.cy-left>a:nth-child(1){
	width: 100%;
}

.cy-left>a:nth-child(1)>img{
	width: 562px;
	height: 209px;
}
.cy-left>a>div{
	width: 242px;
	height: 36px;
	background: rgba(255, 255, 255, .5);
	left: 0;
	right: 0;
	bottom: 42px;
	margin: auto;
	position: absolute;
	text-align: center;
	line-height: 36px;
	color: rgba(0, 0, 0, .7);
	font-size: 20px;
}
.cy-left>a>img{
	width: 273px;
	height: 210px;
	object-fit: cover;
	margin-top: 5px;
	transition: all 0.6s;
}
.cy-left>a>img:hover{
	transform: scale(1.4);
}
.right-right{
	width: 586px;
}
.right-right>div:nth-child(1){
	color: rgba(51, 51, 51, 1);
	font-size: 30px;
	line-height: 30px;
	border-bottom: 1px solid #89641E;
	padding-bottom: 19px;
}
.right-right>div:nth-child(2){

}
.right-right>div:nth-child(3){
	width: 212px;
	border-bottom: 1px solid #89641E;
	color: #000;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 7px;
}
.right-right>div:nth-child(4){
	margin-top: 28px;


	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 40px;
}
.right-right>div:nth-child(5)>a{
	width: 128px;
	background: rgba(157, 121, 53, 0);
	border: 1px solid #89641E;
	line-height: 43px;
	text-align: center;
	color: #89641E;
	font-size: 16px;
	margin-top: 46px;
	display: flex;
	justify-content: center;
	border-radius: 2px;
	align-items: center;
}
.right-right>div:nth-child(5)>a>span{
	width: 15px;
	height: 19px;
	background: url("/pc/images/more.png")no-repeat;
	margin-left: 8px;
}
.icc-wws{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 21px;
}
.icc-wws>div:nth-child(1){
	text-align: right;
	margin-right: 8px;
}
.icc-wws>div:nth-child(1)>div:nth-child(1){
	font-size: 17px;
	font-weight: 400;
	color: #000000;
	line-height: 17px;
}
.icc-wws>div:nth-child(1)>div:nth-child(2){
	font-size: 26px;
	font-weight: 400;
	color: #000000;
	line-height: 26px;
	margin: 7px 0;
}
.icc-wws>div:nth-child(1)>div:nth-child(3){
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	line-height: 13px;
}
.icc-wws>div:nth-child(2){
	width: 128px;
	height: 57px;
	background: linear-gradient(-87deg, #89641E, #E1C694);
	border-radius: 3px 0px 0px 3px;
}
.icc-wws>div:nth-child(2)>div{
	margin-right: 16px;
	text-align: right;
}
.icc-wws>div:nth-child(2)>div:nth-child(1){
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 9px;
}
.icc-wws>div:nth-child(2)>div:nth-child(2){
	color: rgba(255, 255, 255, 1);
	font-size: 12px;
	margin-top: 9px;
	line-height: 12px;
}

/*ùԤ*/
.index-jdyd{
	padding-bottom: 90px;
	/*background: linear-gradient(180deg, rgba(255, 249, 247, 1) 0%, rgba(255, 251, 247, 1) 100%);*/
}
.index-jdyd>div{
	width: 1200px;
	margin: auto;
}
.jdyd-tit{
	color: rgba(51, 51, 51, 1);
	font-size: 30px;
	line-height: 30px;
	border-bottom: 1px solid #89641E;
	padding-bottom: 14px;
	width: 665px;
	padding-top: 88px;
}
.yd-box-list{
	display: flex;
	justify-content: space-between;
}
.yd-left{
	width: 592px;
}
.yd-left>div:nth-child(1){
	color: rgba(157, 121, 53, 1);
}
.yd-left>div:nth-child(2){
	color: #000;
	font-size: 16px;
	line-height: 40px;
	margin-top: 20px;
}
.yd-left>div:nth-child(3){
	display: flex;
	margin-top: 48px;
}
.yd-left>div:nth-child(3)>a{
	width: 128px;
	height: 45px;
	border: 1px solid #89641E;
	border-radius: 2px;
	background: rgba(157, 121, 53, 0);
	line-height: 45px;
	text-align: center;
	color: #89641E;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yd-left>div:nth-child(3)>a>span{
	width: 15px;
	height: 19px;
	background: url("/pc/images/more.png")no-repeat;
	margin-left: 8px;
}
.yd-left>div:nth-child(3)>a:nth-child(2){
	margin-left: 18px;
	color: #fff;
	background: rgba(157, 121, 53, 1);
}
.yd-left>div:nth-child(3)>a:nth-child(2)>span{
	background: url("/pc/images/more2.png")no-repeat;
}
.yd-left>div:nth-child(4){
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding-top: 11px;
	border-top: 1px solid #89641E;
	margin-top: 72px;
	text-indent: 5px;
}
.yd-left>div:nth-child(5){
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 530px;
	padding-top: 10px;

}
.yd-left>div:nth-child(5)>div{
	width: 80px;
	margin-top: 27px;
	text-align: center;
	margin-right: 25px;
}
.yd-left>div:nth-child(5)>div>div:nth-child(1){
	width: 56px;
	height: 57px;
	margin: auto;
	line-height: 57px;
	text-align: center;
}
.yd-left>div:nth-child(5)>div>div:nth-child(1)>img{
	width: 56px;
	max-height: 57px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.yd-left>div:nth-child(5)>div:hover>div:nth-child(1)>img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.yd-left>div:nth-child(5)>div:hover>div:nth-child(2){
	color: #9C7D41;
}
.yd-left>div:nth-child(5)>div>div:nth-child(2){
	height: 21px;
	color: rgba(112, 112, 112, 1);
	font-size: 14px;
	margin-top: 6px;
	text-align: center;
}

.yd-tightswd{
	width: 589px;
	margin-top: 30px;
	position: relative;
}
.gallery-top{
	position: relative;
}
.swiper-button-nextss{
	width: 31px;
	height: 60px;
	position: absolute;
	top: 417px;
	right: -50px;
	background: url("/pc/images/rr.png")no-repeat center;
	z-index: 99;
}
.swiper-button-prevss{
	width: 31px;
	height: 60px;
	position: absolute;
	top: 417px;
	left: -50px;
	background: url("/pc/images/ll.png")no-repeat center;
	z-index: 99;
}
.gallery-top .swiper-slide{
	width: 100%;
	height: 345px;
	border-radius: 30px;
	overflow: hidden;
}
.gallery-top .swiper-slide>img{
	width: 100%;
	height: 345px;
	object-fit: cover;
	transition: all 0.6s;
}
.gallery-top .swiper-slide>img:hover{
	transform: scale(1.4);
}
.gallery-thumbs{
	margin-top: 9px;
}
.gallery-thumbs .swiper-slide{
	height: 179px;
	border-radius: 10px;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active>img{
	border-radius: 10px;
}

.jtwh-box{
	background: url("/pc/images/jjwhbg.jpg")center;
	position: relative;
}
.jtwh-box>div{
	height: 540px;
	margin: auto;
	width: 1200px;
}
.xidasdas{
	position: absolute;
	width: 45%;
	color: rgba(255, 255, 255, 1);
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 9px;
	top: 80px;
	right: 0;
	border-bottom: 1px solid rgba(212, 232, 255, 1);
}

.yd-tightswdss{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gallery-tops{
	width: 937px;
	height: 289px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	margin-top: 182px;
}
.gallery-tops .swiper-slide{
	display: flex;
	justify-content: space-between;
}
.jjwh-left{
	margin-left: 59px;
}
.jjwh-left>div:nth-child(1){
	width: 348px;
	height: 169px;
	border: 3px solid #FFFFFF;
	margin-top: 47px;
}
.jjwh-left>div:nth-child(2)>img{
	width: 348px;
	height: 169px;
	object-fit: cover;
	margin-top: -149px;
	margin-left: 19px;
}
.jjwh-right{
	width: 428px;
	margin-top: 67px;
	margin-right: 52px;
}
.jjwh-right>div:nth-child(1){
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
height: 150px;overflow: hidden;
}
.jjwh-right>div:nth-child(2){
	margin-top: -7px;
	display: flex;
	justify-content: flex-end;
}
.jjwh-right>div:nth-child(2)>a{
	line-height: 36px;
	width: 94px;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.jjwh-right>div:nth-child(2)>a>span{
	width: 15px;
	height: 19px;
	background: url("/pc/images/more2.png")no-repeat;
	margin-left: 8px;
}
.gallery-thumbss{
	width: 216px;
	margin-top: 185px;
	height: 217px;
}
.gallery-thumbss .swiper-slide{
	width: 216px;
	height: 52px;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
}
.gallery-thumbss .swiper-slide>div{
	width: 180px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, 1);
	line-height: 50px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	font-size: 18px;
}
.gallery-thumbss .swiper-slide.swiper-slide-thumb-active>div{
	background: url("/pc/images/jt.png")no-repeat center;
	width: 216px;
	border: none;
	color: rgba(0, 0, 0, 1);
}

.index-hzjm{
	max-width: 1200px;
	margin: auto;
	padding-bottom: 115px;
}
.hzjm-tyt{
	width: 706px;
	color: #010101;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 33px;
	padding-top: 92px;
	border-bottom: 1px solid rgba(196, 196, 196, 1);
}
.hzjm-box{
	display: flex;
	justify-content: space-between;
}
.hzjm-left{
	width: 461px;
	height: 296px;
	margin-top: 42px;
	overflow: hidden;
}
.hzjm-left>img{
	width: 461px;
	height: 296px;
	object-fit: cover;
	transition: all 0.6s;
}
.hzjm-left>img:hover{
	transform: scale(1.4);
}
.hzjm-right{
	width: 660px;
}
.hzjm-right>div:nth-child(1){
	height: 30px;
	color: #89641E;
	font-size: 30px;
	line-height: 30px;
	padding-top: 42px;
}
.hzjm-right>div:nth-child(2){
	color: #000;
	font-size: 16px;
	line-height: 16px;
	margin-top: 7px;
}
.hzjm-right>div:nth-child(3)>a{
	width: 128px;
	line-height: 45px;
	border: 1px solid #89641E;
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	color: #89641E;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 34px;
}
.hzjm-right>div:nth-child(3)>a>span{
	width: 15px;
	height: 19px;
	margin-left: 8px;
	background: url("/pc/images/more.png")no-repeat;
}
.hzjm-right>div:nth-child(4){
	display: flex;
	justify-content: space-between;
	margin-top: 45px;
}
.hzjm-right>div:nth-child(4)>div{
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}
.hzjm-right>div:nth-child(4)>div>div{

}

/**/
.index-news{
	/*background: linear-gradient(180deg, rgba(255, 250, 245, 1) 0%, rgba(252, 250, 247, 1) 100%);*/

}
.index-news>div{
	width: 1200px;
	margin: auto;
	position: relative;
	padding-bottom: 99px;
}
.xinwen-tit{
	width: 765px;
	height: 53px;
	color: rgba(51, 51, 51, 1);
	font-size: 36px;
	line-height: 53px;
	padding-bottom: 9px;
	position: absolute;
	top: 80px;
	right: 0;
	border-bottom: 1px solid rgba(105, 105, 105, 1);
}
.news-box-index{
	display: flex;
	justify-content: space-between;
}
.index-new-right{
	width: 765px;
	margin-top: 215px;
}
.index-new-right>a{
	display: flex;
	justify-content: space-between;
	width: 765px;
	padding: 23px 0;
	color: rgba(153, 153, 153, 1);
}
.index-new-right>a:hover{
	background: linear-gradient(270deg, rgba(181, 139, 53, 1) 0%, rgba(214, 181, 99, 1) 100%);
	color: #fff;
}
.index-new-right>a:hover>div:nth-child(2)>div:nth-child(1){
	color: #fff;
}
.index-new-right>a>div:nth-child(1){
	text-align: right;
	width: 209px;
}
.index-new-right>a>div:nth-child(1)>div:nth-child(1){
	height: 63px;

	font-size: 48px;
	line-height: 63px;
	position: relative;
	text-indent: 42px;
}

.index-new-right>a>div:nth-child(1)>div:nth-child(1)::after{
	content: " ";
	position: absolute;
	width: 5px;
	height: 30px;
	background: rgba(196, 196, 196, 1);
	right: -22px;
	top: 7px;

}

.index-new-right>a>div:nth-child(1)>div:nth-child(2){
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	text-indent: 125px;
}
.index-new-right>a>div:nth-child(2){
	width: 396px;
	margin-right: 122px;
}
.index-new-right>a>div:nth-child(2)>div:nth-child(1){
	height: 44px;
	color: rgba(0, 0, 0, 1);
	font-size: 30px;
	line-height: 44px;
	overflow: hidden;
}
.index-new-right>a>div:nth-child(2)>div:nth-child(2){
	height: 54px;
	font-size: 18px;
	line-height: 27px;
	overflow: hidden;
	margin-top: 33px;
}


.nnnwewe{
	display: flex;
	justify-content: space-between;
	/*width: 600px;*/
	padding: 23px 0;
	color: rgba(153, 153, 153, 1);
}
.nnnwewe:hover{
	background: linear-gradient(270deg, rgba(181, 139, 53, 1) 0%, rgba(214, 181, 99, 1) 100%);
	color: #fff;
}
.nnnwewe:hover>div:nth-child(2)>div:nth-child(1){
	color: #fff;
}
.nnnwewe>div:nth-child(1){
	text-align: right;
	width: 145px;
}
.nnnwewe>div:nth-child(1)>div:nth-child(1){
	height: 63px;

	font-size: 48px;
	line-height: 63px;
	position: relative;
}
.nnnwewe>div:nth-child(1)>div:nth-child(1)::after{
	content: " ";
	position: absolute;
	width: 5px;
	height: 30px;
	background: rgba(196, 196, 196, 1);
	right: -20px;
	top: 7px;

}
.nnnwewe>div:nth-child(1)>div:nth-child(2){
	height: 26px;
	font-size: 20px;
	line-height: 26px;
	text-indent: 83px;
}
.nnnwewe>div:nth-child(2){
	width: 396px;
	margin-right: 10px;
}
.nnnwewe>div:nth-child(2)>div:nth-child(1){
	height: 44px;
	color: rgba(0, 0, 0, 1);
	font-size: 30px;
	line-height: 44px;
	overflow: hidden;
}
.nnnwewe>div:nth-child(2)>div:nth-child(2){
	height: 54px;
	font-size: 18px;
	line-height: 27px;
	overflow: hidden;
	margin-top: 33px;
}

.news-1>div:nth-child(1)>img{
	width: 600px;
	height: 350px;
	object-fit: cover;
	margin-top: 33px;
}

.index-new-left{
	width: 583px;
}
.news-img-box{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.nwefdshfsad{
	width: 497px;
	height: 267px;
}
.nwefdshfsad>img{
	width: 100%;
	height: 267px;
	object-fit: cover;
}
.cuizi{
	width: 85px;
	overflow: hidden;
	height: 267px;
}
.cuizi .swiper-slide{
	width: 85px;
	height: 89px;
}
.cuizi .swiper-slide>img{
	width: 85px;
	height: 89px;
	object-fit: cover;
}
.news-i-nav{
	display: flex;
	justify-content: space-between;
}
.news-i-nav>a{
	width: 275px;
	height: 36px;
	color: rgba(51, 51, 51, 1);
	font-size: 24px;
	line-height: 36px;
	border-bottom: 1px solid rgba(51, 51, 51, 1);
	position: relative;
}
.news-i-nav>a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 97px;
	height: 3px;
	background: rgba(51, 51, 51, 1);
}
.news-i-nav>a:hover{
	color: rgba(189, 149, 65, 1);
	border-bottom: 1px solid rgba(189, 149, 65, 1)
}
.news-i-nav>a:hover::after{
	background: rgba(188.99999999999997, 148.99999999999994, 64.99999999999997, 1);
}


.foot{

}
.foot>div{
	/*height: 400px;*/
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.foot-left{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 718px;
	position: relative;
}
.foot-left::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 229px;
	background: #AAAAAA;
	left: 645px;
	top: 0px;
}
.foot-left>a{
	margin-right: 61px;
	width: 59px;
	height: 59px;
	background: #f6f6f6;
	border-radius: 15px;
	margin-bottom: 27px;
	text-align: center;
}
.foot-left>a>div:nth-child(1){
	line-height: 40px;
}
.foot-left>a>div:nth-child(1)>img{
	max-height: 28px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.foot-left>a:hover>div:nth-child(1)>img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
.foot-left>a>div:nth-child(2){
	font-size: 12px;
	color: #999;
}
.foot-left>a:hover>div:nth-child(2){
	color: #9C7D41;
}
.foot-right>div:nth-child(1){
	display: flex;
}
.foot-right>div:nth-child(1)>a{
	margin-right: 34px;
}
.foot-right>div:nth-child(2){
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	line-height: 30px;
	/*margin-top: 34px;*/
}
.foot-right>div:nth-child(2)>div{
	/*margin-top: 5px;*/
}

.foot-right>div:nth-child(3){
	display: flex;
	/*margin-top: 34px;*/
}
.foot-right>div:nth-child(3)>div{
	margin-right: 76px;
	text-align: center;
}
.foot-right>div:nth-child(3)>div>div{
	height: 18px;
	color: rgba(153, 153, 153, 1);
	font-size: 12px;
}
.foot-right>div:nth-child(3)>div>img{
	width: 56px;
	height: 56px;
}

.bq{
	line-height: 60px;
	background: #000000;
}
.bq>div{
	width: 1200px;
	margin: auto;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.bq>div a{
	color: #FFFFFF;
}




.wqeqwerqw{
	position: relative;
}
.wqeqwerqw:hover>.dsfdsf{
	display: block;
}
.wqeqwerqw>.dsfdsf{
	position: absolute;
	left: -90px;
	top: 0;
	display: none;
}
.wqeqwerqw>.dsfdsf>img{
	width: 80px;
	height: 80px;
}





.right-right>div:nth-child(5)>a:hover,
.yd-left>div:nth-child(3)>a:hover,
.hzjm-right>div:nth-child(3)>a:hover,
.js-box-left>div:nth-child(3)>a:hover
{
	color: #fff;
	background: rgba(157, 121, 53, 1);
}


.right-right>div:nth-child(5)>a:hover>span,
.yd-left>div:nth-child(3)>a:hover>span,
.hzjm-right>div:nth-child(3)>a:hover>span,
.js-box-left>div:nth-child(3)>a:hover>span
{
	background: url("/pc/images/more2.png")no-repeat;
}


.layui-layer{
	border-radius: 20px !important;
}
.hezuodsfdsaf{
	width: 1007px;
	height: 517px;
	border-radius: 20px;
	background: url("/pc/images/form.jpg")no-repeat center;
	display: none;
	overflow: hidden;
}
.hezuodsfdsaf>div:nth-child(1){
	font-size: 43px;
	font-weight: 400;
	color: #000000;
	line-height: 43px;
	padding-top: 56px;
	text-align: center;
}
.hezuodsfdsaf>div:nth-child(2){
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 14px;
	margin-top: 18px;
	text-align: center;
}
.lx_ly_ds{
	width: 907px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 44px;
}
.lx_ly_ds>div{
	width: 440px;
	font-size: 27px;
	font-weight: 400;
	color: #000000;
	display: flex;
	align-items: center;
}
.lx_ly_ds>div>input{
	width: 363px;
	height: 37px;
	background: #FFFFFF;
	border: 1px solid #000000;
	opacity: 0.8;
	border-radius: 10px;
	font-size: 20px;
	margin-left: 10px;
	text-indent: 20px;
}

.dfsagdfgfjfghj{
	width: 500px;
	height: 500px;
	line-height: 500px;
	text-align: center;
	display: none;
}
.dfsagdfgfjfghj>img{
	width: 400px;
	height: 400px;
	object-fit: cover;
}


















































<!--ʱ1752256517.2088-->