@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;
*/
.container{
	width: 83%;
	margin: 0 auto;
}
html,
body{
	height: 100%;
}
.homeslide,
.banner,
.homeslide .swiper-wrapper,
.homeslide .swiper-wrapper .swiper-slide,
.banner .pic{
	height: 100% !important;
}
.homeslide>.swiper-wrapper>.swiper-slide{
	padding: 100px 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
	background: #171717;
}

.header{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	background: #131210;
	padding: 12px 0;
	height: 76px;
}
.header .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .logo{
	width: 213px;
	height: 74px;
}

.menu li{
	display: block;
	float: left;
	margin: 0 60px 0 0;
	position: relative;
	z-index: 1;
	line-height: 75px;
}
.menu li:last-child{
	margin: 0;
}
.menu li a{
	font-size: 22px;
	color: #fff;
	display: block;
	-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::after{
	position: absolute;
	width: 98px;
	height: 98px;
	background: url("../images/menu_hover.png") center no-repeat;
	background-size: contain;
	content: '';
	display: block;
	left: 50%;
	top: 50%;
	margin-left: -49px;
	margin-top: -49px;
	z-index: -1;
	transform: scale(0);
	opacity: 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;
}
.menu li:hover::after,
.menu li.this::after{
	transform: scale(1);
	opacity: 1;
}
.menu li:hover a,
.menu li.this a{
	color: #d9b159;
}

.homeslide .swiper-pagination-bullet-active{
	background: #d9b159;
}
.banner .swiper-pagination-bullet-active{
	background: #d71608;
}

.home_about .stitle{
	transform: translateY(-400px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
}

.aboutpic{
	transform: translateX(-900px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
}

.abouttext{
	transform: translateX(900px);
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: 	all 1s;
	-ms-transition: 	all 1s;
	-o-transition: 		all 1s;
	transition: 		all 1s;
}

.home_about.swiper-slide-active .stitle{
	transform: translateY(0);
	opacity: 1;
}
.home_about.swiper-slide-active .aboutpic,
.home_about.swiper-slide-active .abouttext{
	transform: translateX(0);
	opacity: 1;
}




.home_news li{
	transform: translateX(900px);
	opacity: 0;
	-webkit-transition: all 1.5s;
	-moz-transition: 	all 1.5s;
	-ms-transition: 	all 1.5s;
	-o-transition: 		all 1.5s;
	transition: 		all 1.5s;
}
.home_news li:nth-child(1){
	-webkit-transition-delay: 	0s;
	-moz-transition-delay: 		0s;
	-ms-transition-delay: 		0s;
	-o-transition-delay: 		0s;
	transition-delay: 			0s;
}
.home_news li:nth-child(2){
	-webkit-transition-delay: 	.4s;
	-moz-transition-delay: 		.4s;
	-ms-transition-delay: 		.4s;
	-o-transition-delay: 		.4s;
	transition-delay: 			.4s;
}
.home_news li:nth-child(3){
	-webkit-transition-delay: 	.8s;
	-moz-transition-delay: 		.8s;
	-ms-transition-delay: 		.8s;
	-o-transition-delay: 		.8s;
	transition-delay: 			.8s;
}
.home_news li:nth-child(4){
	-webkit-transition-delay: 	1.2s;
	-moz-transition-delay: 		1.2s;
	-ms-transition-delay: 		1.2s;
	-o-transition-delay: 		1.2s;
	transition-delay: 			1.2s;
}
.home_news.swiper-slide-active li{
	transform: translateX(0);
	opacity: 1;
}



.proslide,
.proslide .probg{
	height: 100% !important;
}
.proslide{
	position: relative;
}
.proslide .probg{
	background: #000;
}
.proslide .probg img{
	opacity: .3;
	transform: scale(1.2);
}


.proslide .propic{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/bg_pro.jpg") #fff center top no-repeat;
	background-size: contain;
	z-index: 9;
	width: 100%;
	height: 100%;
	padding: 30px;
	box-sizing: border-box;
	transform: scale(.9);
	opacity: 0;
	color: #715125;
	line-height: 32px;
	font-size: 16px;
	-webkit-transition: all 0.7s;
	-moz-transition: 	all 0.7s;
	-ms-transition: 	all 0.7s;
	-o-transition: 		all 0.7s;
	transition: 		all 0.7s;
}
.proslide .swiper-slide:hover .propic{
	transform: scale(1);
	opacity: 1;
}

.proslide .propic .protitle{
	font-size: 24px;
	line-height: 24px;
	padding: 20px 0;
	border-bottom: 1px solid #715125;
	margin: 0 0 10px 0;
}
.proslide .proicon{
	position: absolute;
	z-index: 8;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -52px;
}
.proslide .proicon .icon img{
	height: 54px;
	display: block;
	margin: 0 auto;
	width: auto;
}
.proslide .proicon p{
	line-height: 20px;
	color: #fff;
	font-size: 24px;
	margin: 30px 0 0 0;
}


.swiper-button-proslide{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	background: url("../images/arrow.png") rgba(255,255,255,.5) center no-repeat;
	background-size: 60%;
	z-index: 99;
	margin-top: -40px;
	opacity: .5;
	cursor: pointer;
}
.swiper-button-proslide:hover{
	opacity: 1;
}
.swiper-button-prev-proslide{
	left: 0;
	transform: rotate(180deg);
}
.swiper-button-next-proslide{
	right: 0;
}



.home_about{
	background-size: cover;
}
.home_about .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.stitle{
	font-size: 36px;
	line-height: 106px;
	text-align: center;
	background: url("../images/bg_stitle.png") center no-repeat;
}


.home_news{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff !important;
}
.home_news li{
	width: 25%;
	border-right: 1px solid #e9ded1;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 2%;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.home_news li a{
	display: block;
}
.home_news li .newstitle{
	font-size: 26px;
	margin: 0 0 25px 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;
}
.home_news li .text{
	font-size: 20px;
	line-height: 28px;
	color: #666;
	margin: 20px 0 40px 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;
}
.home_news li .date,
.home_news li .more{
	font-size: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: 	all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.home_news li:hover{
	background: #b69367;
}
.home_news li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}
.home_news li:hover *{
	color: #fff;
}


.footer{
	color: #fff;
	background: #171717;
}
.footer *{
	font-family: "宋体";
}
.footer h2{
	font-size: 20px;
}

.footer img{ width:22px; height:auto;}

.fbottom{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 80px 0;
}
.fmenu ul{
	margin: 15px 0 0 0;
}
.fmenu li{
	display: block;
	line-height: 36px;
}
.fmenu li a{
	color: #ccc;
}
.fcontact .text{
	font-size: 16px;
	line-height: 32px;
	margin: 20px 0 0 0;
}
.cr{
	text-align: center;
	font-size: 14px;
	line-height: 64px;
	border-top: 1px solid #7f7f7f;
}
.cr a{
	font-size: 14px;
	color: #fff;
}

.fmessage{
	width: 45%;
}
.fmessage form{
	margin: 20px 0 0 0;
}
.fmessage form li{
	width: 48%;
	float: left;
	margin: 0 4% 3% 0;
	display: block;
	position: relative;
}
.fmessage form li:nth-child(5),
.fmessage form li:nth-child(2n){
	margin: 0 0 3% 0;
}
.fmessage form input,
.fmessage form textarea{
	width: 100%;
	border: 1px solid #333333;
	height: 46px;
	padding: 0 20px;
	box-sizing: border-box;
	background: none;
	font-size: 16px;
	color: #ccc;
}
.fmessage form li:nth-child(5){
	width: 100%;
}
.fmessage form textarea{
	padding: 10px 20px;
	height: 80px;
}
.fmessage form li img{
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 5px 0;
	width: 82px;
	height: 35px;
}


.homeslide>.swiper-wrapper>.swiper-slide.footer{
	height: auto !important;
	padding: 0;
}

.subbutton{
	background: #d71608;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
}


.sclink{
	margin: 30px 0 0 0;
}
.sclink a{
	display: block;
	float: left;
	margin: 0 20px 0 0;
}


.ncertificate .container{
	background: url("../images/bg_certificate.png") center no-repeat;
	width: 1320px;
	height: 690px;
	padding: 80px 60px;
	box-sizing: border-box;
}


.cerleft,
.cerright{
	width: 50%;
	text-align: center;
}
.cerleft h3{
	font-size: 40px;
	color: #79613f;
	letter-spacing: 8px;
}
.cerleft p{
	font-size: 14px;
	color: #79613f;
	text-transform: uppercase;
	font-family: "Arial";
	margin: 0 8px 0 0;
}
.cerleft .pic{
	width: 300px;
	margin: 45px auto 0 auto;
}


.cerright h3{
	font-size: 40px;
	color: #79613f;
}
.cerright .text{
	width: 320px;
	margin: 25px auto 0 auto;
}
.cerright .text li{
	display: block;
	font-size: 20px;
	line-height: 30px;
	padding: 20px 0 0 0;
}
.cerright .text li span{
	width: 60px;
	display: inline-block;
}
.cerright .text li font{
	width: 260px;
	display: inline-block;
	border-bottom: 1px solid #444;
}

.cerright .text2{
	margin: 30px auto 0 auto;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	width: 320px;
}
.cerright .text3{
	margin: 25px auto 0 auto;
	width: 320px;
}
.cerright .text3 li{
	display: block;
	float: left;
	width: 50%;
}


.map{
	width: 62%;
	height: 822px;
	background: #ccc;
}
.map .amap-marker-label{
	border: 1px solid #000;
}
.map .info{
	font-size: 20px;
	line-height: 20px;
}
.ncontact{
	position: relative;
}
.ncontacttext{
	position: absolute;
	left: 0;
	top: 100px;
	width: 100%;
	height: 100%;
}
.ncontact .ncontacttext img{
	display: block;
}


.nnews{
	width: 1440px;
	margin: 0 auto;
}

.newscate li{
	display: block;
	background: url("../images/newscate_1.png") center no-repeat;
	float: left;
	width: 230px;
	line-height: 68px;
	text-align: center;
	margin: 0 35px 0 0;
}
.newscate li a{
	display: block;
	font-size: 22px;
}
.newscate li:hover,
.newscate li.this{
	background: url("../images/newscate_2.png") center no-repeat;
}
.newscate li:hover a,
.newscate li.this a{
	color: #fff;
}

.nnews ul{
	margin: 30px 0 0 0;
}
.nnews ul li{
	display: block;
	-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 ul li a{
	display: block;
	padding: 30px;
	border-top: 1px solid #eee;
}
.nnews ul li:last-child a{
	border-bottom: 1px solid #eee;
}
.nnews ul li .pic{
	width: 25%;
}
.nnews ul li .text{
	width: 66%;
	margin: 30px 4% 0 0;
}
.nnews ul li .text span{
	font-size: 26px;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	-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 ul li .text p{
	font-size: 20px;
	line-height: 28px;
	margin: 20px 0 40px 0;
	color: #666;
    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 ul li .date,
.nnews ul li .more{
	font-size: 20px;
	color: #333;
	line-height: 18px;
	-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 ul li .date .icon{
	width: 18px;
	height: 18px;
	float: left;
	background: url("../images/time.png") center no-repeat;
	background-size: contain;
	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;
}


.nnews ul li:hover{
	background: #b69367;
}
.nnews ul li:hover *{
	color: #fff !important;
}
.nnews ul li:hover .icon{
	background: url("../images/time_1.png") center no-repeat;
	background-size: contain;
}

.query{
	background: url("../images/bg_search.jpg") center no-repeat;
	background-size: cover;
}
.query .qtitle{
	font-size: 36px;
	text-align: center;
	color: #fff;
}

#searchform input{
	height: 60px;
	background: url("../images/icon_search.png") #fff center left 25px no-repeat;
	border: none;
	padding: 0 55px;
	width: 1040px;
	box-sizing: border-box;
	float: left;
	font-size: 22px;
	color: #000;
}

#searchform input::-webkit-input-placeholder{		color: #999; font-size: 22px;}
#searchform input::-moz-input-placeholder{			color: #999; font-size: 22px;}
#searchform input::-ms-input-placeholder{			color: #999; font-size: 22px;}
#searchform input::-o-input-placeholder{			color: #999; font-size: 22px;}

#searchform .sbut{
	width: 160px;
	line-height: 60px;
	text-align: center;
	font-size: 22px;
	background: #d71608;
	color: #fff;
	cursor: pointer;
	float: right;
}


.npro{
	padding: 100px 40px;
}
.npro li{
	width: 430px;
	margin: 0 26px 26px 0;
	float: left;
}


#fh5co-main .container{
	width: auto;
}


#fh5co-main .column .item{
	padding: 20px;
	color: #79613f;
}
#fh5co-main .column .item .protitle{
	font-size: 24px;
	padding: 15px 0;
	border-bottom: 1px solid #79613f;
	margin: 0 0 10px 0;
}
#fh5co-main .column .item .protext{
	font-size: 20px;
	line-height: 30px;
}

#fh5co-main .column .animate-box{
	-webkit-transition: all 4s;
	-moz-transition: 	all 4s;
	-ms-transition: 	all 4s;
	-o-transition: 		all 4s;
	transition: 		all 4s;
}






