@charset "utf-8";
/* CSS Document */
/*
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;

*/
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.container{
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.logo{
	width: 266px;
}
.logo img{
	width: 100%;
}
.menubut,
.menuclose{
	display: none;
}
.menu{
	width: 71.5%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.menu li{
	display:block;
	height:120px;
	position: relative;
}
.menu li a{
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display:block;
	margin: 0 20px;
	z-index: 2;
	height: 40px;
	line-height: 40px;
	padding: 40px 0 0 0;
	position: relative;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li>a::after{
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background-color: #dfcca1;
	bottom: -1px;
	border-radius: 1.5px;
	left: 50%;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu>li.this>a::after,
.menu>li:hover>a::after{
	width: 100%;
	left: 0;
}
.menu li:hover a{
	color: #1e3b33;
}
.menu>li.this>a,
.menu>li:hover>a{
	font-weight: bold;
}
.menu li ul{
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	padding: 90px 0 10px 0;
	background: rgba(255,255,255,.9);
	z-index: 1;
}
.menu li ul li{
	line-height: 40px;
	text-align: center;
	height: auto;
}
.menu li ul li a{
	font-size: 16px;
	margin: 0 5px;
	padding: 0;
	line-height: 40px;
}

.header{
	background: url('/images/bg_nav.png') center repeat-x;
	height: 120px;
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 9;
	/* overflow-x: hidden; */
}

.banner{
	margin: 0 auto;
}
.banner .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 20px;
	background: #fff;
	cursor: pointer;
}
.banner .swiper-active-switch {
	background: #0e523f;
}
.banner .pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 60px;
	text-align: center;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner1 .text{
	position: absolute;
	width: 90%;
	padding: 0 5%;
	left: 0;
	top: 50%;
	margin-top: -55px;
	text-align: center;
}
.banner1 .text .text1{
	font-size: 72px;
	line-height: 72px;
	color: #165b04;
	font-weight: bold;
	text-shadow:
		-3px -3px 0 #fff,  
		3px -3px 0 #fff,
		-3px 3px 0 #fff,
		3px 3px 0 #fff,
		7px 10px 6px #3c3c3c;
	opacity: 0;
	transform: translateY(300px);
	transition: all 1.5s;
}
.banner1 .text .text2{
	color: #165b04;
	font-size: 24px;
	line-height: 24px;
	margin: 15px 0 0 0;
	font-family: "Arial";
	letter-spacing: 3.8px;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(300px);
	transition-duration: 1.5s;
	transition-delay: 0.3s;
}
.banner1.swiper-slide-active .text .text1,
.banner1.swiper-slide-active .text .text2{
	transform: translateY(0);
	opacity: 1;
}

.banner2 .text{
	position: absolute;
	width: 90%;
	padding: 0 5%;
	left: 0;
	top: 50%;
	margin-top: -105px;
	text-align: center;
}
.banner2 .text .text1{
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	font-weight: bold;
	max-width: 1240px;
	opacity: 0;
	text-shadow:
		-3px -3px 0 #165b04,  
		3px -3px 0 #165b04,
		-3px 3px 0 #165b04,
		3px 3px 0 #165b04,
		7px 10px 6px #3c3c3c;
	transform: translateY(300px);
	transition: all 1.5s;
}
.banner2 .text .text1 span{
	display: block;
}
.banner2 .text .text2{
	color: #fff;
	max-width: 1240px;
	font-size: 18px;
	line-height: 34px;
	margin-top: 40px;
	text-align: left;
	position: relative;
	font-family: "Arial";
	opacity: 0;
	text-transform: uppercase;
	transform: translateX(300px);
	transition-duration: 1.5s;
	transition-delay: 0.3s;
}
.banner2 .text .text2::before{
	content: '';
	display: block;
	width: 114px;
	height: 5px;
	margin: 0 0 25px 0;
	background-color: #fff;
	border-radius: 2.5px;
}
.banner2.swiper-slide-active .text .text1,
.banner2.swiper-slide-active .text .text2{
	transform: translateY(0);
	transform: translateX(0);
	opacity: 1;
}


.banner3 .pic1{
	position: absolute;
	left: 0;
	top: 0;
	width: 55.57%;
	transform: translateX(-300px);
	transition-duration: 1.5s;
	opacity: 0;
}
.banner3 .pic2{
	position: absolute;
	left: 13%;
	top: 24%;
	width: 43.64%;
	transform: translateX(-300px);
	transition-duration: 1.5s;
	transition-delay: 0.5s;
	opacity: 0;
}
.banner3.swiper-slide-active .pic1,
.banner3.swiper-slide-active .pic2{
	transform: translateX(0);
	opacity: 1;
}

.banner4 .pic1{
	position: absolute;
	left: 0;
	top: 0;
	width: 85.83%;
}
.banner4 .pic2{
	position: absolute;
	left: 16%;
	top: 28%;
	width: 24.68%;
	transform: translateX(300px);
	transition-duration: 1.5s;
	opacity: 0;
}
.banner4.swiper-slide-active .pic2{
	transform: translateX(0);
	opacity: 1;
}




.slideinfo{
	background: #f0f0f0;
	line-height: 50px;
}
.slideinfo .iconfont{
	font-size: 30px;
	color: #dfcca1;
	width: 8%;
	text-align: left;
}
.infoslide{
	font-size: 18px;
	color: #252525;
	width: 92%;
	height: 50px !important;
}
.infoslide li{
	height: 50px !important;
}
.infoslide li span{
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.stitle{
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 17px 0 0 0;
}
.stitle h2{
	font-size: 36px;
	line-height: 36px;
	display: table;
	margin: 0 auto;
	position: relative;
}
.stitle h2:after{
	content: '';
	width: 61px;
	height: 78px;
	display: block;
	background: url("/images/bg_stitle.png") bottom right no-repeat;
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -33px;
}
.stitle p{
	font-size: 24px;
	line-height: 24px;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}

.aboutbg{
	background: url("/images/bg_about.jpg") center top no-repeat;
	background-size: cover;
}
.about{
	align-items: stretch;
}
.aboutpic{
	width: 44.6%;
	position: relative;
}
.aboutpic .playbtn{
	font-size: 64px;
	position: absolute;
	opacity: .9;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -32px;
	margin-left: -32px;
	cursor: pointer;
}
.aboutext{
	width: 53.5%;
}
.aboutext .abouttitle{
	font-size: 30px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	color: #252525;
	border-bottom: 1px solid #1e3b33;
}
.aboutext .text{
	font-size: 16px;
	line-height: 30px;
}
.aboutext a{
	justify-content: flex-end;
	color: #1e3b33;
	font-size: 14px;
	margin: 10px 0 0 0;
}
.aboutext a .iconfont{
	font-size: 24px;
}

.aboutlinks li{
	display: block;
	width: 21.5%;
	text-align: center;
}
.aboutlinks li a{
	display: block;
	padding: 20px 0 30px 0;
	border: 1px solid #d3d5d4;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aboutlinks li .iconfont{
	font-size: 76px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aboutlinks li p{
	font-size: 18px;
	margin: 5px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aboutlinks li:hover a{
	background: #1e3b33;
	border-color: #1e3b33;
}
.aboutlinks li:hover p{
	color: #fff;
}
.aboutlinks li:hover .iconfont{
	color: #dfcca1;
}

.videoarea{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
	display: none;
	background: rgba(0,0,0,.5);
}
.videoarea video{
	width: 100%;
	height: 100%;
}
.videoarea .videoclose{
	font-size: 22px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	background: rgba(255,255,255,.2);
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	z-index: 999999;
	cursor: pointer;
}

.xbanner{
	background: url("/images/xbanner.jpg") center no-repeat;
	background-size: cover;
	height: 200px;
}
.xbanner .container{
	height: 200px;
}
.xbanner .text strong{
	color: #dfcca1;
	font-size: 30px;
}
.xbanner .text p{
	color: #fff;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.xbanner .rxtext .rxdh{
	text-align: right;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
}
.xbanner .rxtext .rxbtn{
	display: block;
	width: 138px;
	line-height: 38px;
	border-radius: 10px;
	background: #dfcca1;
	font-size: 18px;
	color: #1e3b33;
	float: right;
	text-align: center;
	font-weight: bold;
	margin: 0 0 10px 0;
}


.pro li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.333% 1.333% 0;
	position: relative;
}
.pro li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.pro li:hover img{
	transform: scale(1.1);
}
.pro li .pic{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.pro li.more .text{
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 9%;
	box-sizing: border-box;
	top: 0;
	left: 0;
	color: #fff;
}
.pro li.more .text strong{
	font-size: 48px;
}
.pro li.more .text p{
	font-size: 18px;
	line-height: 30px;
	position: absolute;
	left: 9%;
	bottom: 9%;
}
.pro li.more .text .iconfont{
	font-size: 48px;
	position: absolute;
	right: 9%;
	bottom: 9%;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.pro li.more:hover .text .iconfont{
	right: 4%;
}


.aqpsbg{
	background: url("/images/bg_aqps.jpg") center no-repeat;
	background-size: cover;
	padding: 90px 0 210px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.aqpsbg:after{
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url("/images/cir_aqps.png") center bottom no-repeat;
	background-size: cover;
	z-index: -1;
}
.aqpslist li{
	display: block;
	position: relative;
}
.aqpslist li .icon{
	padding: 4px;
	border: 1px solid #dfcca1;
	width: 146px;
	border-radius: 50%;
	margin: 0 auto;
}
.aqpslist li .iconfont{
	width: 146px;
	line-height: 146px;
	background: #dfcca1;
	border-radius: 50%;
	text-align: center;
	font-size: 84px;
	color: #fff;
}
.aqpslist li p{
	text-align: center;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 50%;
	width: 312px;
	margin-left: -156px;
	margin-top: 10px;
}
.aqpslist li:nth-child(1),
.aqpslist li:nth-child(4){
	margin: 300px 0 0 0;
}
.aqpslist li:nth-child(2),
.aqpslist li:nth-child(3){
	margin: 0 auto auto auto;
}

.newscate{
	justify-content: flex-start;
	border-bottom: 2px solid #dbdbdb;
}
.newscate li{
	line-height: 46px;
	margin: 0 70px 0 0;
	display: block;
	position: relative;
}
.newscate li::after{
	width: 0;
	height: 5px;
	background: #1e3b33;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	border-radius: 2.5px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newscate li.this::after,
.newscate li:hover::after{
	width: 100%;
}
.newscate li:nth-child(4){
	margin: 0;
}
.newscate li a{
	font-size: 18px;
	color: #818181;
}
.newscate li .iconfont{
	font-size: 24px;
	margin: 0 5px 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newscate li .icon-dangjian{
	background: url("/images/dangjian.png");
	width: 25px;
	height: 25px;
	background-size: cover;
}
.newscate li.this .icon-dangjian,
.newscate li:hover .icon-dangjian{
	background: url("/images/dangjian_1.png");
	background-size: cover;
}
.newscate li.this a,
.newscate li.this .iconfont,
.newscate li:hover a,
.newscate li:hover .iconfont{
	color: #1e3b33;
}
.newscate .more{
	margin: auto 0 auto auto;
}


.picnews{
	width: 49.23%;
}
.picnews .text{
	color: #525252;
	padding: 0 0 20px 0;
	border-bottom: 2px dotted #cccccc;
}
.picnews .text strong{
	display: block;
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 20px 0 0 0;
}
.picnews .text strong .iconfont{
	font-size: 26px;
	color: #1e3b33;
	font-weight: normal;
	margin: 0 5px 0 0;
}
.picnews .text p{
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.newslist{
	width: 46.15%;
}
.newslist li{
	display: block;
	background: #f0f0f0;
	margin: 0 0 40px 0;
}
.newslist li:last-child{
	margin: 0;
}
.newslist li a{
	justify-content: flex-start;
}
.newslist li .date{
	background: #d0cece;
	width: 15%;
	text-align: center;
	padding: 5px 0 10px 0;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.newslist li:hover .date{
	background: #1e3b33;
}
.newslist li .date span{
	display: block;
	font-size: 30px;
}
.newslist li .date p{
	font-size: 14px;
}
.newslist li .text{
	margin: 0 0 0 20px;
	width: 80%;
}
.newslist li .text span{
	display: block;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newslist li .text p{
	font-size: 14px;
	margin: 10px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.footer{
	background: #2a2a2a;
}
.fcontact{
	align-items: flex-end;
}
.fcontact .flogo{
	width: 266px;
	margin: 0 0 20px 0;
}
.fcontact .text{
	color: #fff;
	line-height: 46px;
	font-size: 17px;
}
.fcontact .text p .iconfont{
	font-size: 22px;
	margin: 0 10px 0 0;
}

.fewm{
	font-size: 12px;
	text-align: center;
	color: #fff;
	margin: 0 0 5px 40px;
	line-height: 30px;
}
.fewm .ewm{
	margin: 0 10px;
}

.fmenu{
	width: 35.7%;
}
.fmenu ul{
	flex-wrap: wrap;
}
.fmenu ul li{
	display: block;
	margin: 35px 0 0 0;
}
.fmenu ul li a{
	color: #fff;
	font-size: 18px;
}

.fmenutitle{
	font-size: 24px;
	color: #fff;
	margin: 0 0 25px 0;
	position: relative;
}
.fmenutitle::after{
	width: 70px;
	height: 5px;
	background: #1e3b33;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -15px;
	border-radius: 2.5px;
}


.cr{
	line-height: 40px;
	background: #252525;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.cr a{
	font-size: 14px;
	color: #fff;
}


.bannerbg,
.nbanner,
.listbanner{
	height: 400px;
}


.nabouttitle{
	text-align: center;
	font-size: 30px;
	color: #203d35;
	font-weight: bold;
}
.nabout .text{
	font-size: 18px;
	line-height: 36px;
	color: #525252;
	text-indent: 2em;
}

.naboutslide .swiper-slide{
	position: relative;
	transition: 0.2s;
}
.naboutslide .swiper-slide:hover{
	transform: scale(1.1);
}
.naboutslidebg{
	display: table;
	margin: 0 auto;
}
.naboutslidetext{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.naboutslidetext>div{
	width: 100%;
}
.naboutslidetext .title{
	font-size: 24px;
	font-weight: bold;
	color: #dfcca1;
	margin: 0 0 10px 0;
}
.naboutslidetext .text{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}


.nculturelist{
	background: url("/images/bg_culture.jpg") center no-repeat;
	background-size: cover;
}
.nculturelist ul{
	width: 25%;
	flex-wrap: wrap;
}
.nculturelist ul li{
	display: block;
	position: relative;
}
.nculturelist ul li .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.nculturelist ul li .text>div{
	width: 100%;
	text-align: center;
}
.nculturelist ul:nth-child(2n) li:nth-child(1){
	order: 2;
}
.nculturelist ul:nth-child(2n) li:nth-child(2){
	order: 1;
}
.nculturelist ul li .text .iconfont{
	color: #dfcca1;
	font-size: 80px;
}
.nculturelist ul li .text strong{
	color: #dfcca1;
	font-size: 20px;
	display: block;
	margin: 10px 0 10px 0;
}
.nculturelist ul li .text p{
	color: #fff;
	font-size: 18px;
}

.nenvlist li{
	display: block;
	float: left;
	width: 33%;
	margin: 0 .5% .5% 0;
}
.nenvlist li:nth-child(3n){
	margin: 0 0 .5% 0;
}


.fbtbg{
	background: #f4f4f4;
}
.fbt p{
	font-size: 24px;
	color: #203d35;
	text-align: center;
	margin: 20px 0 0 0;
}
.ndevslide .container{
	max-width: 1360px;
	position: relative;
}
.ndevslide .swiper-slide{
	padding: 0 30px;
	box-sizing: border-box;
}
.ndevslide .swiper-slide .icon-jiantou1{
	font-size: 34px;
	color: #d1d3d2;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ndevslide .swiper-slide .year{
	font-size: 30px;
	color: #d1d3d2;
	margin: 20px 0 0 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ndevslide .swiper-slide .text{
	font-size: 18px;
	line-height: 32px;
	color: #525252;
	margin: 50px 0 0 0;
}
.ndevslide .swiper-slide .text img{
	max-width: 100%;
	display: block;
	margin: 10px 0;
}
.ndevslide .swiper-slide:hover .icon-jiantou1,
.ndevslide .swiper-slide:hover .year{
	color: #0e523f;
}

.btn_dev{
	font-size: 60px;
	color: #d1d3d2;
	background: #fff;
	position: absolute;
	top: 14px;
	z-index: 9;
	cursor: pointer;
	border-radius: 50%;
}
.btn_dev_left{
	left: -54px;
	transform: rotate(180deg);
}
.btn_dev_right{
	right: -54px;
}


.ndevslide{
	position: relative;
	z-index: 1;
}
.ndevslide::before{
	z-index: -1;
	content: '';
	display: block;
	width: 100%;
	height: 0;
	top: 44px;
	position: absolute;
	left: 0;
	border-top: 4px dotted #d1d3d2;
}


.nnewscate{
	background: #dbdde0;
	border: none;
}
.nnews li{
	display: block;
	padding: 30px 0;
	border-bottom: 2px dotted #c9c9c9;
}
.nnews li .pic{
	width: 31.7%;
}
.nnews li:hover img{
	transform: scale(1.1);
}
.nnews li .text{
	width: 65%;
	position: relative;
}
.nnews li .text span{
	font-size: 24px;
	color: #a8a8a8;
	display: block;
	padding: 0 100px 0 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text .more{
	font-size: 18px;
	color: #a8a8a8;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnews li .text .more .iconfont{
	font-size: 26px;
}
.nnews li .text p{
	font-size: 16px;
	line-height: 30px;
	color: #a8a8a8;
	margin: 30px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.nnews li:hover .text span{
	color: #525252;
}
.nnews li:hover .text .more,
.nnews li:hover .text p{
	color: #1e3b33;
}


.ncontact{
	border-top: 2px solid #dfcca1;
	padding: 40px 0 0 0;
	align-items: flex-start;
}
.ncontact li{
	display: block;
	text-align: center;
	max-width: 13%;
}
.ncontact li img{
	display: block;
	max-width: 100%;
}
.ncontact li .iconfont{
	width: 90px;
	line-height: 90px;
	font-size: 54px;
	border: 2px solid #3b544d;
	border-radius: 50%;
	color: #3b544d;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncontact li span{
	display: block;
	font-size: 26px;
	color: #b7b7b7;
	margin: 30px 0 10px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncontact li p{
	font-size: 20px;
	word-break: keep-all;
	color: #b7b7b7;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.ncontact li:nth-child(2n){
	margin: 39px auto auto auto;
}
.ncontact li:last-child p{
	font-size: 16px;
	word-break: break-all;
}
.ncontact li:hover .iconfont{
	background: #3b544d;
	color: #dfcca1;
}
.ncontact li:hover span,
.ncontact li:hover p{
	color: #dfcca1;
}

.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.prolist li{
	display: block;
	float: left;
	width: 33%;
	margin: 0 .5% .5% 0;
}
.prolist li:nth-child(3n){
	margin: 0 0 .5% 0;
}


.nhonor{
	background: url("/images/bg_honor.jpg") center no-repeat;
	background-size: cover;
}

.honorlist1{
	max-width: 1320px;
}
.honorlist1 li{
	width: 17.5%;
	display: block;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.honorlist1 li:nth-child(5n){
	margin: 0;
}
.honorlist1 li a{
	display: block;
	padding: 8%;
	background: url("/images/k_honor_1.png") center no-repeat;
	background-size: cover;
}

.honorlist2 li{
	width: 20.5%;
	margin: 0 6% 2.5% 0;
	display: block;
	float: left;
}
.honorlist2 li:nth-child(4n){
	margin: 0;
}
.honorlist2 li a{
	display: block;
	padding: 6%;
	background: url("/images/k_honor_2.png") center no-repeat;
	background-size: cover;
}

.nproject{
	background: #203d35;
}
.nproject li{
	padding: 0 5px;
	box-sizing: border-box;
}
.nproject li .pic{
	border: 1px solid #d7c59c;
}
.nproject li p{
	color: #d7c59c;
	font-size: 14px;
	text-align: center;
	padding: 0 5%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0 0 0;
}


.nproject .container{
	position: relative;
}
.btn_project{
	font-size: 60px;
	color: #d1d3d2;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 9;
	cursor: pointer;
	border-radius: 50%;
}
.btn_project_left{
	left: -70px;
	transform: rotate(180deg);
}
.btn_project_right{
	right: -70px;
}



.nfrry{
	background: url("/images/bg_honor1.jpg") center no-repeat;
	background-size: cover;
}

.frrylist1{
	align-items: flex-start;
}
.frpic1{
	width: 47%;
	flex-wrap: wrap;
	order: 1;
}
.frpic1>.pic:first-child{
	width: 100%;
	margin: 0 0 46px 0;
}
.frpic1 a{
	display: block;
	padding: 3%;
	width: 43.5%;
	box-sizing: border-box;
	background: url("/images/k_honor_2.png") center no-repeat;
	background-size: cover;
}
.frtext{
	order: 2;
}
.frtext .fr{
	font-size: 26px;
	color: #232323;
	font-weight: bold;
	margin: 0 0 5px 0;
	line-height: 26px;
}
.frtext .fr::after{
	width: 28px;
	height: 3px;
	border-radius: 1.5px;
	background: #203d35;
	content: '';
	display: block;
	margin: 6px 0 0 0;
}
.frtext .text{
	font-size: 18px;
	line-height: 48px;
	color: #203d35;
}

.frpic2{
	width: 15%;
	flex-wrap: wrap;
	order: 3;
}
.frpic2 a{
	display: block;
	width: 100%;
	padding: 6%;
	box-sizing: border-box;
	background: url("/images/k_honor_1.png") center no-repeat;
	background-size: cover;
}
.frpic2 a:first-child{
	margin: 0 0 48px 0;
}

.zxth{
	padding: 18px;
	background: #203d35;
	border-radius: 20px;
	align-items: center;
}
.zxth .pic{
	width: 50%;
}
.zxthform{
	width: 50%;
}
.zxthform form{
	max-width: 400px;
	margin: 0 auto;
}
.zxthform h2{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin: 20px 0 30px 0;
}
.zxthform .type{
	margin: 30px 0 10px 0;
}
.zxthform .type label{
	width: 48%;
	line-height: 44px;
	text-align: center;
	border: 1px solid #dfcca1;
	cursor: pointer;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #dfcca1;
	justify-content: center;
}
.zxthform .type label i{
	display: block;
	width: 0;
	margin: 0;
	font-size: 30px;
	transform: scale(0);
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.zxthform .type input{
	display: none;
}
.zxthform .type input:checked+label{
	/* background: #dfcca1;
	color: #203d35; */
}
.zxthform .type input:checked+label i{
	transform: scale(1);
	width: 30px;
	margin: 0 0 0 6px;
}


.zxthform li.cardid{
	margin: 0 0 10px 0;
}
.zxthform li.cardid,
.zxthform li.cardpwd{
	background: #fff;
	border-radius: 10px;
	line-height: 44px;
}
.zxthform li.cardid span,
.zxthform li.cardpwd span{
	width: 80px;
	text-align: center;
	color: #203d35;
	font-size: 16px;
	padding: 0 0 0 10px;
}
.zxthform li.cardid input,
.zxthform li.cardpwd input{
	width: 100%;
	border: none;
	padding: 0 20px 0 0;
	height: 44px;
	border-radius: 10px;
	color: #203d35;
	font-size: 18px;
}
.zxthform .subbtn{
	display: block;
	width: 100%;
	height: 44px;
	border: none;
	border-radius: 12px;
	background: #dfcca1;
	font-size: 20px;
	color: #203d35;
	font-weight: bold;
	margin: 10px auto 0 auto;
	cursor: pointer;
}


.zxlb li{
	display: block;
}
.zxlb li .lbtitle{
	line-height: 66px;
	background: #f4f4f4;
	color: #8d8d8d;
	font-size: 24px;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.zxlb li .lbtitle .iconfont{
	font-size: 54px;
	margin: 0 10px 0 0;
}
.zxlb li:hover .lbtitle{
	color: #dfcca1;
	background: #203d35;
}
.zxlb li p{
	color: #203d35;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin: 5px 0 0 0;
}



.aqps li{
	display: block;
	position: relative;
	z-index: 1;
	width: 23%;
}
.aqps li .icon{
	width: 140px;
	height: 140px;
	padding: 3px;
	border: 1px solid #dfcca1;
	border-radius: 50%;
	margin: 0 auto;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aqps li .iconfont{
	width: 140px;
	height: 140px;
	line-height: 140px;
	text-align: center;
	border-radius: 50%;
	font-size: 84px;
	color: #fff;
	background: #dfcca1;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aqps li .aqpstext{
	padding: 80px 10% 30px 10%;
	background: url("/images/bg_aqps_1.png") center top no-repeat;
	background-size: cover;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aqps li .aqpstext strong{
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 0 0 20px 0;
}
.aqps li .aqpstext .text{
	font-size: 14px;
	line-height: 18px;
}
.aqps li:hover .icon{
	border-color: #203d35;
}
.aqps li:hover .iconfont{
	background: #203d35;
}
.aqps li:hover .aqpstext{
	background: url("/images/bg_aqps_2.png") center top no-repeat;
	background-size: cover;
}

.pscjgm{
	background: #203d35;
	align-items: stretch;
}
.cjslide{
	width: 50%;
	margin: 0;
}
.pagination-cj{
	text-align: right;
	padding: 0 45px;
	box-sizing: border-box;
	bottom: 25px;
}
.pagination-cj .swiper-pagination-bullet{
	opacity: 1;
	margin: 0 8px;
}
.pagination-cj .swiper-pagination-bullet-active{
	background: #203d35;
}
.cjgmtext{
	width: 50%;
	color: #fff;
	padding: 0 5%;
	box-sizing: border-box;
	background: url("/images/bg_pscjgm.png") right -90px bottom -30px no-repeat;
	background-size: 60%;
}
.aqpstitle h2{
	font-size: 48px;
	letter-spacing: 2px;
	color: #203d35;
}
.aqpstitle p{
	font-size: 18px;
	text-transform: uppercase;
	color: #203d35;
}
.cjgmtext .aqpstitle h2,
.cjgmtext .aqpstitle p{
	color: #fff;
}
.cjgmtext ul li{
	justify-content: flex-start;
	font-size: 18px;
	align-items: flex-end;
	margin: 56px 0 0 0;
}
.cjgmtext ul li .iconfont{
	font-size: 46px;
	width: 56px;
	text-align: center;
	margin: 0 10px 0 0;
}
.cjgmtext ul li strong{
	color: #dfcca1;
	font-size: 36px;
	display: block;
	line-height: 34px;
	margin: 0 0 0 5px;
}



.fjqslide{
	width: 100%;
	margin: 0;
}
.fjqslide .aqpstitle{
	padding: 0 0 5px 0;
	border-bottom: 23px solid #203d35;
}

.fjqtext{
	width: 40%;
	border-bottom: 2px dotted #203d35;
	padding: 0 0 66px 0;
	box-sizing: border-box;
	position: relative;
}
.fjqtext .fjqnext{
	position: absolute;
	right: 0;
	bottom: 8px;
	cursor: pointer;
}
.fjqtext .fjqnext i{
	font-size: 60px;
	color: #203d35;
	line-height: 34px;
}
.fjqtext .fjqnext p{
	font-size: 12px;
	margin: 12px 0 0 0;
}
.fjqtext .text1{
	font-size: 18px;
	margin: 15px 0 0 0;
	color: #203d35;
}
.fjqtext .text2{
	font-size: 14px;
	margin: 10px 0 0 0;
	color: #9b9a9a;
}
.fjqslide .fjqpic{
	width: 57.7%;
	position: relative;
}
.fjqslide .fjqpic .fjqarrow{
	line-height: 54px;
	width: 100%;
}
.fjqslide .swiper-slide{
	align-items: stretch;
}


.fjqarrow{
	background: #f4f4f4;
	justify-content: center;
}
.fjqarrow i{
	font-size: 56px;
	color: #d2d4d3;
	cursor: pointer;
	text-align: center;
	margin: 0 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.fjqarrow i:hover{
	color: #383838;
}
.fjqarrow .fjqarrow_left{
	transform: rotate(180deg);
}

.pscllist>div{
	margin: 0 2px 0 0;
}
.pscllist>div:last-child{
	margin: 0 0;
}
.pscllist>div>.pic:first-child{
	margin: 0 0 2px 0;
}


.jcpllist{
	align-items: flex-start;
}
.jcpllist li{
	display: block;
	width: 24%;
}
.jcpllist li .jctitle{
	color: #dfcca1;
	background: #203d35;
	line-height: 88px;
	justify-content: center;
	font-size: 24px;
}
.jcpllist li .jctitle i{
	font-size: 46px;
	margin: 0 10px 0 0;
}
.jcpllist li .text{
	border-top: 2px dotted #203d35;
	background: #f4f4f4;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	padding: 10%;
	color: #203d35;
}
.jcpllist li .text span{
	display: table;
	font-size: 18px;
	margin: 0 auto 10px auto;
	border: 2px dotted #dfcca1;
	border-radius: 12px;
	line-height: 26px;
	padding: 0 13px;
}
.jcpllist li .text p{
	font-size: 16px;
}


.jcrybg{
	background: #f4f4f4;
}
.jcry li{
	width: 26.6%;
	display: block;
}
.jcry li .pic{
	width: 72%;
	border-radius: 50%;
	border-bottom-left-radius: 0;
}
.jcry li .jcryname{
	margin: 60px 0 0 0;
	width: 164px;
	line-height: 48px;
	background: #203d35;
	color: #dfcca1;
	font-size: 30px;
	text-align: center;
}
.jcry li .jcrytext{
	font-size: 24px;
	color: #203d35;
	margin: 5px 0 0 0;
}
.jcry li .text{
	margin: 20px 0 0 0;
	background: #d9d9d9;
	padding: 20px 15px;
	color: #727272;
}

.ovh{
	position: relative;
}
.mao{
	position: absolute;
	left: 0;
	top: -150px;
}

#inputinfo{
	display: none;
}
.inputinfo>div{
	margin: 0 0 10px 0;
	background: #fff;
	border-radius: 10px;
	line-height: 44px;
	position: relative;
}
.inputinfo>div span{
	width: 100px;
	text-align: center;
	color: #203d35;
	font-size: 16px;
	padding: 0 0 0 10px;
}
.inputinfo>.address .city-picker-span,
.inputinfo>div #cityarea1,
.inputinfo>div input{
	width: 100% !important;
	border: none;
	padding: 0 20px 0 0;
	height: 44px !important;
	line-height: 44px !important;
	border-radius: 10px;
	color: #203d35;
	font-size: 16px;
	box-sizing: border-box;
}
.inputinfo>div #cityarea1{
	text-align: left;
	color: #aaa;
	font-size: 16px;
}
.inputinfo>.address .city-picker-span{
	text-align: left;
	padding: 0;
}
.inputinfo>.address .city-picker-span span{
	padding: 0;
}
.querybtn,
.inputinfo .subbtn2{
	display: block;
	width: 100%;
	height: 44px;
	border: none;
	border-radius: 12px;
	background: #dfcca1;
	font-size: 20px;
	color: #203d35;
	font-weight: bold;
	margin: 10px auto 0 auto;
	cursor: pointer;
}
.inputinfo .key{
	position: relative;
}
.inputinfo .key img{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 10px;
	padding: 4px 0;
	background-color: #fff;
}






input::-webkit-input-placeholder{		color: #aaa; font-size: 16px;}
input::-moz-input-placeholder{			color: #aaa; font-size: 16px;}
input::-ms-input-placeholder{			color: #aaa; font-size: 16px;}
input::-o-input-placeholder{			color: #aaa; font-size: 16px;}
textarea::-webkit-input-placeholder{	color: #aaa; font-size: 16px;}
textarea::-moz-input-placeholder{		color: #aaa; font-size: 16px;}
textarea::-ms-input-placeholder{		color: #aaa; font-size: 16px;}
textarea::-o-input-placeholder{			color: #aaa; font-size: 16px;}

.forminput{
	margin: 0 0 20px 0;
}

.formtitle{
	max-width: 400px;
	margin: 0 auto 0 auto;
	border-bottom: 2px solid #dfcca1;
}
.formtitle li{
	display: block;
	line-height: 44px;
	text-align: center;
	color: #dfcca1;
	font-size: 20px;
	font-weight: bold;
	width: 48%;
	cursor: pointer;
}
.formtitle li.this{
	background: #dfcca1;
	color: #203d35;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}


.queryinfo{
	margin: 50px 0 0 0;
}


.formtitle1 li{
    width: 100%;
}

.formarea .resulttable{
    max-width: 400px;
    width: 100%;
    margin: 10px auto 20px auto;
}

.formarea .resulttable td{
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
	color: #fff;
    border-bottom: 1px solid #dfcca1;
}



.city-picker-dropdown{
	width: 100% !important;
}

