@charset "utf-8";
/* CSS Document */
img{
	display:block;
	}
strong,h1,h2,h3,h4{
	font-weight:normal;
	}
em{
	font-style:normal;
	}
html,body{
	height:100%;
	-moz-user-select:none;
	font-size:12px;
	color:#4b4b4b;
	}
input,textarea{
	border:0;
	outline:0;
	background:none;
	}
textarea{
	resize:none;
	}
@font-face{
	font-family:'Bariol';
	src:url(/web/20181018075900im_/http://www.xcnyyg.com/font/Bariol_Regular.otf);
	src: url(/web/20181018075900im_/http://www.xcnyyg.com/font/Bariol_Regular.woff) format('woff'), 
		 url(/web/20181018075900im_/http://www.xcnyyg.com/font/Bariol_Regular.ttf) format('truetype'),
		 url(/web/20181018075900im_/http://www.xcnyyg.com/font/Bariol_Regular.svg) format('svg');
	font-weight: normal;
	font-style: normal;
	}
.header{
	position:fixed;
	top:0;
	left:0%;
	z-index:8999;
	}
.header a{
	color:#fff;
	}
.logoArea{
	display:block;
	padding:10px 10px 10px 20px;
	background:#fff;
	opacity:0.8;
	}
.logoArea img{
	width:82px;
	height:140px;
	}
.navArea{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/header_background.png") no-repeat center center;
	padding:22px 0;
	opacity:0.8;
	}
.navArea li a{
	display:block;
	position:relative;
	padding:23px 0;
	text-align:center;
	}
.navArea li span{
	display:block;
	background:#d7c5c7;
	border-radius:100%;
	position:absolute;
	bottom:0;
	left:50%;
	width:10px;
	height:10px;
	margin-left:-5px;
	}
.navArea li .h-span{
	opacity:0;
	transform:scale(0);
	transition:all 400ms;
	}
.navArea li:hover .h-span{
	transform:scale(1);
	opacity:0.7;
	}
.navArea li:hover img{
	opacity:0.7;
	}
.topbanner{
	position: relative;
	width: 100%;
	height:250px;
	overflow:hidden;
	/*more*/
	background-color: #fff;
	}
	
.banner_area{
	position: relative;
	width: 100%;
	height:100%;
	overflow:hidden;
	/*more*/
	background-color: #fff;
	}
.banner{
	position: relative;
	width: 100%;
	overflow:hidden;
	}
/*img盒子加绝对定位*/
.banner li{
	position: absolute;
	width:100%;
	overflow:hidden;
	}
.bannerText{
	position:absolute;
	width:960px;
	height:100%;
	left:50%;
	margin-left:-480px;
	bottom:0;
	z-index:5;
	}
.bannerTextImg{
	position:absolute;
	left:0;
	top:45%;
	}
.bannerTextMove{
	animation:appear 0.5s linear;
	-webkit-animation:appear 0.5s linear;
	-moz-animation:appear 0.5s linear;
	-o-animation:appear 0.5s linear;
	-ms-animation:appear 0.5s linear;
	}
@keyframes appear{
	from{bottom:30%;opacity:0;}
	to{bottom:45%;opacity:1;}
	}
@-webkit-keyframes appear{
	from{bottom:30%;opacity:0;}
	to{bottom:45%;opacity:1;}
	}
@-moz-keyframes appear{
	from{bottom:30%;opacity:0;}
	to{bottom:45%;opacity:1;}
	}
@-o-keyframes appear{
	from{bottom:30%;opacity:0;}
	to{bottom:45%;opacity:1;}
	}
@-ms-keyframes appear{
	from{bottom:30%;opacity:0;}
	to{bottom:45%;opacity:1;}
	}
.banner_switch{
	position:absolute;
	bottom:10%;
	left:0;
	overflow:hidden;
	}
.arrowLeft,.arrowRight{
	float:left;
	width:18px;
	height:35px;
	cursor:pointer;
	}
.arrowLeft{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/arrow-left.png") no-repeat;
	background-size:18px 35px;
	margin-right:18px;
	}
.arrowRight{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/arrow-right.png") no-repeat center center;
	background-size:18px 35px;
	margin-left:20px;
	}
.switchPoint{
	cursor:pointer;
	float:left;
	margin-top:3px;
	}
.switchPoint li{
	width:30px;
	height:30px;
	float:left;
	margin-left:3px;
	}
.switchPoint li:last-child{
	margin-right:0;
	}
.switchPoint span{
	display:block;
	width:22px;
	height:22px;
	background:#fff;
	border-radius:100%;
	margin:0 auto;
	margin-top:4px;
	transform:scale(0.3);
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transition:transform 400ms;
	}
.h-point span{
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	}
.currentPoint span{
	border:2px solid #fff;
	width:18px;
	height:18px;
	background:none;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	}
@keyframes circle{
	0%{ transform:rotate(0deg);}
	100%{ transform:rotate(360deg);}
	}
.articlePanel{
	padding:123px 0 79px 0;
	width:960px;
	margin:0 auto;
	position:relative;
	}
#a-txt{
	margin-bottom:70px;
	}
#a-txt p{
	height:230px;
	overflow:hidden;
	}
.titleOne{
	font-size:16px;
	}
.titleTwo{
	font-size:14px;
	line-height:3;
	color:#898177;
	margin-bottom:30px;
	}
.titleGroup{
	width:340px;
	overflow:hidden;
	}
.titleGroup li{
	float:left;
	cursor:pointer;
	margin-bottom:5px;
	margin-right:64px;
	position:relative;
	padding-bottom:48px;
	}
.titleGroup li strong{
	font-size:20px;
	line-height:26px;
	}
.titleGroup li .sp{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:0;
	}
.titleGroup li span{
	display:block;
	width:22px;
	height:22px;
	border-radius:100%;
	background:#53a58d;
	margin:0 auto;
	margin-top:4px;
	transform:scale(0.3);
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transition:transform 400ms;
	}
.titleGroup .hoverTitleLi span{
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	}
.titleGroup .currenTitleLi  span{
 	border:2px solid #53a58d;
	width:18px;
	height:18px;
	background:none;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	}
	
	
	
	/*新加*/
	.titleGroup2{
	width:350px;
	overflow:hidden;
	}
.titleGroup2 li{
	float:left;
	cursor:pointer;
	margin-bottom:15px;
	margin-right:64px;
	position:relative;
	padding-bottom:30px;
	width:80px;
	}
.titleGroup2 li strong{
	font-size:16px;
	text-align:	center;
	}
.titleGroup2 li .sp{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:0;
	}
.titleGroup2 li span{
	display:block;
	width:22px;
	height:22px;
	border-radius:100%;
	background:#53a58d;
	margin:0 auto;
	margin-bottom:1px;
	transform:scale(0.3);
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transition:transform 400ms;
	}
.titleGroup2 .hoverTitleLi span{
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	}
.titleGroup2 .currenTitleLi  span{
 	border:2px solid #53a58d;
	width:18px;
	height:18px;
	background:none;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	}
	/*新加结束*/
	
	
	
	
	
	/*新加*/
.titleGroup1{
	width:300px;
	overflow:hidden;
	}
.titleGroup1 li{
	float:left;
	cursor:pointer;
	margin-bottom:15px;
	margin-right:64px;
	position:relative;
	padding-bottom:20px;
	}
.titleGroup1 li strong{
	font-size:16px;
	line-height:16px;
	color:#FFFFFF;
	}
.titleGroup1 li .sp{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:0;
	}
.titleGroup1 li span{
	display:block;
	width:22px;
	height:22px;
	border-radius:100%;
	background:#53a58d;
	margin:0 auto;
	margin-top:4px;
	transform:scale(0.3);
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transition:transform 400ms;
	}
	
	
	
	
	
	
	
	
	.titleGroup3{
	width:100%;
	overflow:hidden;
	}
.titleGroup3 li{
	float:left;
	cursor:pointer;
	margin-bottom:5px;
	margin-right:64px;
	position:relative;
	padding-bottom:48px;
	}
.titleGroup3 li strong{
	font-size:20px;
	line-height:26px;
	}
.titleGroup3 li .sp{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:0;
	}
.titleGroup3 li span{
	display:block;
	width:22px;
	height:22px;
	border-radius:100%;
	background:#53a58d;
	margin:0 auto;
	margin-top:4px;
	transform:scale(0.3);
	-webkit-transform:scale(0.3);
	-moz-transform:scale(0.3);
	-ms-transform:scale(0.3);
	-o-transform:scale(0.3);
	transition:transform 400ms;
	}
.titleGroup3 .hoverTitleLi span{
	transform:scale(0.5);
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	-ms-transform:scale(0.5);
	-o-transform:scale(0.5);
	}
.titleGroup3 .currenTitleLi  span{
 	border:2px solid #53a58d;
	width:18px;
	height:18px;
	background:none;
	transform:scale(1);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	}
	/*新加结束*/
	
	
	
	
	
	
	
.newsPanel{
	height:100%;
	}
.newsContent{
	width:960px;
	margin:0 auto;
	padding:130px 0 210px 0;
	position:relative;
	}
.newsContent a{
	color:rgba(239,239,239,.8);
	}
.newsGroup{
	width:220px;
	height:275px;
	overflow:hidden;
	}
.titleColor{
	color:#fff;
	}
.newsCell{
	width:100%;
	}
.newsCell li{
	width:100%;
	margin-bottom:22px;
	position:relative;
	}
.newsCell li .line{
	width:0;
	height:1px;
	background:#4c4c4c;
	transition:400ms;
	position:absolute;
	bottom:2px;
	left:0;
	}
.newsCell li:hover .line{
	width:100%;
	}
.newsCell li a{
	display:block;
	width:100%;
	line-height:2.5;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	}
.newsCell li strong{
	color:rgba(239,239,239,.4);
	font-size:16px;
	font-family:"Bariol";
	}
.news_switch{
	bottom:108px;
	left:0;
	}
#s-txt{
	width:350px;
	}
#s-txt p{
	margin-bottom:28px;
	}
.videoPanel{
	width:500px;
	height:330px;
	position:relative;
	overflow:hidden;
	bottom:150px;
	}
.videoPanel .videbox{
	display:block;	
	width:100%;
	height:100%;
	}
.videoPanel img{
	width:100%;
	transition-timing-function: ease-out;
	transition-duration: 700ms; 
	}
.videoPanel:hover img{
	transform: scale(1.15, 1.15);
	}
	
	
	
	
.videoPanel1{
	width:500px;
	height:500px;
	position:relative;
	overflow:hidden;
	bottom:150px;
	}
.videoPanel1 .videbox{
	display:block;	
	width:100%;
	height:100%;
	}
.videoPanel1 img{
	width:100%;
	transition-timing-function: ease-out;
	transition-duration: 700ms; 
	}
.videoPanel1:hover img{
	transform: scale(1.15, 1.15);
	}
	
	
	
.video_area{
	position:absolute;
	right:0;
	top:-330px;
	}
.iconPanel{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	cursor:pointer;
	}
.iconPanel strong{
	display:block;
	width:100%;
	text-align:center;
	color:#fff;
	line-height:20px;
	position:absolute;
	top:50%;
	margin-top:25px;
	}
.iconPanel span{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	}
.iconPanel .v1{
	width:46px;
	height:46px;
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/video-icon.png) no-repeat scroll center center;
	background-size:46px 46px;
	margin-top:-23px;
	margin-left:-23px;
	}
.iconPanel .v2{
	width:17px;
	height:20px;
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/video-icon02.png) no-repeat scroll center center;
	background-size:17px 20px;
	margin-top:-10px;
	margin-left:-8px;
	transition-timing-function: ease-out;
	transition-duration: 300ms;
	}
.videoPanel:hover .v2{
	transform: scale(1.15, 1.15);
	}
.imgGroup li{
	width:500px;
	height:165px;
	overflow:hidden;
	position:relative;
	}
.imgGroup li img{
	width:500px;
	position:absolute;
	}
.oneImg{
	top:-90px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	}
.twoImg{
	top:-40px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	}
.threeImg{
	top:-20px;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
	-ms-transition:all 0.3s;
	}
.noTop{
	top:0
	}
.news_area{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/backgroundImg01.jpg") no-repeat center center;
	}
.addPlayMargin{
	margin-bottom:95px;
	} 
.playSelect{
	width:274px;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
	}
.playSelect li{
	width:46px;
	height:46px;
	position:absolute;
	left:-46px;
	}
.playSelect .p1,.playSelect .p2,.playSelect .p3{
	top:0;
	}
.playSelect .p4,.playSelect .p5,.playSelect .p6{
	top:99px;
	}
.playSelect li a{
	display:block;
	width:46px;
	height:46px;
	transition:background 400ms;
	}
.playSelect li span{
	display:block;
	width:46px;
	height:46px;
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/border-icon.png") no-repeat center center;
	background-size:46px 46px;
	color:rgba(75,75,75,.9);
	font-size:20px;
	text-align:center;
	line-height:46px;
	transition:400ms;
	}
.playSelect li:hover a{
	background:rgba(75,75,75,.8);
	}
.playSelect li:hover span{
	color:#fff;
	}
.playSelect .c-select a{
	background:rgba(75,75,75,.8);
	}
.playSelect .c-select span{
	color:#fff;
	}
.g-txt{
	width:280px;
	}
.g-txt p{
	font-size:12px;
	line-height:26px;
	color:rgba(75,75,75,.5);
	text-align:justify;
	}
.g-txt a{
	color:#4b4b4b;
	}
.g-txt a:hover{
	text-decoration:underline;
	}
#p-txt{
	height:130px;
	overflow:hidden;
	}
.playImg{
	width:500px;
	height:535px;
	position:absolute;
	margin-bottom:80px;
	right:0;
	}
.playImg li{
	width:100%;
	height:100%;
	position:absolute;
	}
.footer{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/footerbackg.jpg") no-repeat center center;
	background-size:100% 100%;
	position:relative;
	}
.footer a{
	color:rgba(255,255,255,.6);
	}
.footer a:hover{
	text-decoration:underline;
	}
.footerPanel{
	width:960px;
	margin:0 auto;
	padding:93px 0 116px 0;
	}
.c-cell li img{
	display:inline;
	position: relative;
	transition: 300ms;
	top: 0px;
	vertical-align: top;
	}
.c-cell li img:hover{
	top: -5px;
	}
.c-cell li{
	color:rgba(255,255,255,.6);
	}	
.c-cell li strong{
	font-size:16px;
	color:#fff;
	}
.c-cell li em{
	color:rgba(255,255,255,.2);
	}
.c-cell li em a{
	color:rgba(255,255,255,.2);
	}
.g-icon{
	margin-bottom:12px;
	}
.g-icon .wx{
	display:inline-block;
	width:20px;
	height:16px;
	position:relative;
	}
.g-icon .wx .weixinma{
	width:130px;
	height:130px;
	position:absolute;
	top:-160px;
	left:50%;
	margin-left:-65px;
	display:none;
	}
.g-icon .wx:hover .weixinma{
	display:block;
	}
.g-icon .wx .weixinma .ma{
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
	}
.g-icon .wx .weixinma .ma img{
	width:100%;
	height:100%;
	}
.g-icon .wx .weixinma .ma img:hover{
	top:0;
	}
.g-icon .wx .weixinma .arrow{
	display:block;
	width:30px;
	height:30px;
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/weixin2.jpg) no-repeat center bottom;
	position:absolute;
	left:50%;
	margin-left:-15px;
	bottom:-10px;
	z-index:1;
	}
.phoneArea,.nameArea{
	float:left;
	}
.addressArea{
	float:right;
	}
.nameArea{
	margin-left:102px;
	}
.phoneArea strong,.nameArea strong{
	display:block;
	margin-bottom:10px;
	}
.phoneArea li{
	margin-bottom:30px;
	color: #CCCCCC;
	}
.addressArea li{
	margin-bottom:20px;
	}
.footerBottom{
	background:#232323;
	}
.footerContent{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	}
.footerContent li,.footerContent li a{
	color:#fff;
	line-height:88px;
	}
.footerContent li:first-child{
	float:left;
	}
.footerContent li:last-child{
	float:right;
	}
.body_color{
	background:#ededed;
	}
.widthPanel{
	width:960px;
	margin:0 auto;
	position:relative;
	/*overflow:hidden;*/
	}
.widthPanel1{
	width:960px;
	height:550px;
	margin:0 auto;
	position:relative;
	/*overflow:hidden;*/
	}
.widthPanel2{
	width:960px;
	height:850px;
	margin:0 auto;
	position:relative;
	/*overflow:hidden;*/
	}
.l-txt{
	width:100%;
	overflow:hidden;
	}
.l-txt p{
	font-size:14px;
	color:rgba(75,75,75,.5);
	line-height:28px;
	text-align:justify;
	}
.l-txt a{
	color:rgba(75,75,75,.8);
	}
.l-txt img{
	max-width:100%;
	margin:0 auto;
	margin:10px 0;
	}
.l-txt strong{
	display:block;
	font-size:16px;
	color:#7d7d7d;
	}
.r-txt{
	width:350px;
	}
.r-txt p{
	color:rgba(75,75,75,.5);
	margin-bottom:24px;
	}
.r-txt-two p{
	color:rgba(255,255,255,.5);
	line-height:24px;
	margin-bottom:42px;
	}
.r-txt-two strong{
	color:#fff;
	}
#c-txt p{
	margin-bottom:28px;
	}
.videoIntro{
	width:450px;
	height:300px;
	position:absolute;
	right:0px;
	bottom:528px;
	}
.videoIntro span{
	margin-top:127px;
	}
	
	
.videoIntro1{
	width:450px;
	height:450px;
	position:absolute;
	right:0px;
	bottom:80px;
	}
.videoIntro1 span{
	margin-top:127px;
	}
	
	
	
.introImg{
	position:absolute;
	bottom:0;
	right:0;
	width:600px;
	height:420px;
	margin-bottom:55px;
	}
.introImg li{
	position:absolute;
	width:600px;
	height:420px;
	}
.introImg li img{
	width:600px;
	height:420px;
	}
	
	
/*新加图*/
.introImg1{
	position:absolute;
	bottom:0;
	right:0;
	width:600px;
	height:420px;
	margin-bottom:480px;
	margin-right:0px;
	}
.introImg1 li{
	position:absolute;
	width:600px;
	height:420px;
	}
.introImg1 li img{
	width:600px;
	height:420px;
	}
	
	
	
	
	.introImg2{
	position:absolute;
	bottom:0;
	right:0;
	width:960px;
	height:300px;
	margin-bottom:55px;
	}
.introImg2 li{
	position:absolute;
	width:960px;
	height:300px;
	}
.introImg2 li img{
	width:400px;
	height:300px;
	}
	
	
	
	/*新加图*/
.introImgBox{
	width:450px;
	height:450px;
	position:absolute;
	bottom:0;
	right:0;
	margin-bottom:30px;
	}
.introImgCell{
	width:450px;
	height:450px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	}
.introImgCell img{
	width:100%;
	min-height:450px;
	}
.introImgCell p{
	width:370px;
	height:70px;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	padding:20px 40px 0 40px;
	color:#fff;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0px;
	text-align:justify;
	}
.backgIntro{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/backgroundImgIntro01.jpg") no-repeat center center;
	}
#f-txt{
	height:200px;
	overflow:hidden;
	margin-bottom:16px;
	}
#f-txt p{
	color:#787878;
	line-height:22px;
	}
#switchOne li{
	color:#c3c3c3;
	}
.blackTitleColor{
	color:rgba(255,255,255,.8);
	}
#switchTwo{
	width:300px;
	}
#switchTwo li{
	margin-bottom:14px;
	width:100px;
	margin-right:0;
	padding-bottom:40px;
	font-size:22px;
	}
#switchTwo li .sp{
	margin-left:0;
	left:5px;
	}
.cultureArticle{
	width:100%;
	}
.backgCulture{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/backgroundImgCulture01.jpg") no-repeat;
	background-size:100%;S
	}
.pg_box{
	overflow:hidden;
	}
.picGroup{
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	}
#g-pic{
	left:-960px;
	}
.picGroup li{
	width:190px;
	height:190px;
	margin-right:2px;
	float:left;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	}
.coverLayer{
	width:0;
	height:100%;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	transition:width 400ms;
	}
.add{
	width:30px;
	height:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	left:50%;
	margin-left:-15px;
	opacity:1;
	filter:alpha(opacity=100);
	top:0;
	opacity:0;
	}
.add span{
	display:block;
	width:30px;
	height:2px;
	background:#fff;
	margin-top:14px;
	}
.add em{
	display:block;
	width:2px;
	height:30px;
	background:#fff;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-1px;
	}
#switchThree{
	margin-bottom:40px;
	}
#switchThree li{
	padding-bottom:41px;
	}
#switchThree strong{
	color:#646464;
	font-size:18px;
	line-height:28px;
	}
#lc-txt p{
	text-indent:25px;
	}
.cultureArticle strong{
	padding:0 10px;
	}
.largerPic{
	width:100%;
	height:100%;
	position:fixed;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	top:0;
	left:0;
	z-index:9000;
	}
.picBox{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	}
.movePic{
	position:absolute;
	height:100%;
	left:0;
	}
.movePic li{
	width:940px;
	float:left;
	overflow:hidden;	
	}
.movePic li img{
	margin:0 auto;
	}
.largerArrowLeft,.largerArrowRight{
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	background:#fff;
	top:275px;
	cursor:pointer;
	}
.largerArrowLeft{
	left:0;
	}
.largerArrowLeft span,.largerArrowRight span{
	display:block;
	width:18px;
	height:35px;
	margin:0 auto;
	margin-top:23px;
	background-size:18px 35px;
	}
.largerArrowLeft span{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-left.png") no-repeat;
	}
.largerArrowRight span{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-right.png") no-repeat;
	}
.largerArrowRight{
	right:0;
	}
.largerPicBox{
	position:fixed;	
	width:940px;
	height:630px;
	z-index:9999;
	}
.largerCloseBtn{
	background:#5c5c5c;
	width:50px;
	height:50px;
	position:absolute;
	top:-50px;
	right:0;
	cursor:pointer;
	}
.largerCloseBtn i{
	display:block;
	width:50px;
	height:50px;
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/close-icon.png) no-repeat scroll center center;
	transition:400ms;
	}
.largerCloseBtn:hover i{
	transform: rotate(180deg);
	}
.noImg{
	background:#e5e5e5;
	}
.cultureTwo li{
	margin-bottom:2px;
	}
.cultureTwo img{
	transform:scale(1);
	transition:400ms;
	}
.cultureTwo li:hover img{
	transform:scale(1.05);
	}
.cultureTwo span{
	display:block;
	width:0;
	height:0;
	position:absolute;
	}
.cultureTwo li:hover span{
	width:100%;
	height:100%;
	transition:400ms;
	}

.cultureTwo .t{
	border-bottom:2px solid #4ba188;
	border-left:2px solid #4ba188;
	bottom:0;
	left:0;
	}
.cultureTwo .b{
	border-top:2px solid #4ba188;
	border-right:2px solid #4ba188;
	top:0;
	right:0;
	}
.b_box{
	background:#373737;
	}
#switchFour{
	padding-left:30px;
	margin-bottom:15px;
	}
#switchFour li{
	text-align:center;
	}
.showBigBox{
	width:500px;
	height:200px;
	position:relative;
	margin-bottom:25px;
	}
.showBox{
	width:500px;
	height:200px;
	position:relative;
	}
.showPic{
	position:absolute;
	left:0;
	top:0;
	}
.showPicCell{
	position:absolute;
	left:0;
	top:0;
	width:500px;
	height:200px;
	float:left;
	}
.showPicCell li{
	width:95px;
	height:95px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	}
.showPicCell span{
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	filter:alpha(opacity=20);
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	}
.showPicCell li:hover span{
	display:block;
	}
.GoodsArrowLeft,.GoodsArrowRight{
	width:95px;
	height:95px;
	background:#fff;
	cursor:pointer;
	transition:400ms;
	position:relative;
	overflow:hidden;
	}
.GoodsArrowLeft:hover,.GoodsArrowRight:hover{
	background:#eeeeee;
	}
.GoodsArrowLeft .ag,.GoodsArrowRight .ag{
	width:95px;
	height:190px;
	position:absolute;
	left:0;
	bottom:0;
	}
.GoodsArrowLeft span,.GoodsArrowRight span{
	display:block;
	width:95px;
	height:95px;
	}
.GoodsArrowLeft .at{
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-left.png) no-repeat scroll center center;
	}
.GoodsArrowLeft .ab{
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-left.png) no-repeat scroll center center;
	}
.GoodsArrowRight .at{
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-right.png) no-repeat scroll center center;
	}
.GoodsArrowRight .ab{
	background:url(/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-right.png) no-repeat scroll center center;
	}
.arrowLeftPosition{
	position:absolute;
	top:0;
	right:-95px;
	}
.arrowRightPosition{
	position:absolute;
	bottom:5px;
	right:-95px;
	}
.imgIntroBox{
	width:495px;
	height:470px;
	overflow:hidden;
	}
.bigImgGroup{
	width:495px;
	height:472px;
	position:relative;
	}
.bigImgGroup li{
	position:absolute;
	top:0;
	left:0;
	}
.bigImgGroup li img{
	width:495px;
	height:472px;
	}
.bigImgGroup li span{
	display:block;
	width:415px;
	height:75px;
	background:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
	position:absolute;
	left:0;
	bottom:0;
	padding:30px 40px;
	color:#fff;
	}
.weixinArea{
	width:150px;
	background:#fff;
	padding:40px 30px;
	}
.titleNoMargin{
	margin-top:20px;
	margin-bottom:0;
	line-height:1.5;
	}
.weixin h3{
	color:#a2a2a2;
	margin-bottom:10px;
	}
.weixin p{
	color:#a2a2a2;
	line-height:3;
	text-align:center;
	}
.weixinImg{
	width:130px;
	height:130px;
	overflow:hidden;
	margin:0 auto;
	}
.weixinImg img{
	width:100%;
	}
.foodsPanel{
	position:relative;
	padding:0;
	padding:286px 0 90px 0;
	}
.allNewsBox{
	width:960px;
	margin: 0 auto;
	}
.singleNewsCell{
	border-bottom:1px solid #dedede;
	padding:15px 0;
	transition:background 400ms;
	}
.singleNewsCell:hover{
	background:#ededed;
	}
.singleNewsContent{
	display:block;
	overflow:hidden;
	}
.newsText{
	float:left;
	height:60px;
	padding:0 35px 0 25px;
	position:relative;
	}
.newsText .line{
	background:#cbcbcb;
	width:0;
	height:1px;
	position:absolute;
	bottom:0;
	left:0;
	opacity:0;
	transition:800ms;
	}
.newsText li{
	color:#999999;
	float:left;
	}
.singleNewsCell:hover .newsText .line{
	opacity:1;
	width:100%;
	}
.newsDate{
	line-height:15px;
	padding:10px 0;
	padding-right:177px;
	}
.newsDate span{
	color:#666;
	font-size:16px;
	font-family:'Bariol';
	}
.newsTitle{
	width:547px;
	font-size:17px;
	line-height:60px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	}
.newsImg{
	float:right;
	width:86px;
	height:60px;
	overflow:hidden;
	}
.newsImg img{
	width:86px;
	height:60px;
	}
.pageBtn{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	margin-top:50px;
	}
.pageLeft,.pageRight{
	width:18px;
	height:35px;
	background-size:18px 35px;
	float:left;
	cursor:pointer;
	}
.pageLeft{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-left.png") no-repeat;
	}
.pageRight{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/black-arrow-right.png") no-repeat;
	}
.xpage{
	float:left;
	line-height:35px;
	padding:0 60px;
	}
.appointPage{
	float:left;
	color:#999;
	margin-left:20px;
	}
.appointPage input{
	width:50px;
	height:35px;
	line-height:35px;
	text-align:center;
	border:0;
	outline:0;
	background:none;
	border-bottom: 1px solid #999999;
	color:#b3b3b3;
	}
.appointPage span{
	font-size:16px;
	line-height:35px;
	}
.newstotalBox{
	width:960px;
	margin:0 auto;
	margin-bottom:60px;
	}
.newsTotalNum{
	float:right;
	font-size:16px;
	color:#999;
	}
.newsNum{
	text-align:center;
	display:inline-block;
	line-height:1;
	padding:0 15px;
	}
.newsNum span{
	color:#666;
	font-family:'Bariol';
	}
.newsNum em{
	color:#b0b0b0;
	font-size:12px;
	}
.clearBoth{
	clear:both;
	}
.singleNewsCell:first-child{
	border-top:1px solid #dedede;
	}
#switchFive{
	width:960px;
	margin:0 auto;
	margin-top:0;
	}
.newsBox{
	padding:40px 0 80px 0;
	}
.backgNews{
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/backgroundImgCulture01.jpg") no-repeat;
	background-size:100% 100%;
	}
.messageArea td,.messageArea tr{
	border:1px solid #999;
	}
.messageArea td{
	padding:12px 0;
	overflow:hidden;
	}
.messageArea{
	width:100%;
	border-collapse:collapse;
	}
.messageArea td input,.messageArea td textarea{
	width:100%;
	padding-left:10px;
	color:#707070;
	font-size:14px;
	}
.messageArea td textarea{
	height:105px;
	overflow-x:visible; 
	}
.messageArea .b-input{
	cursor:pointer;
	}
.backTop{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:30px;
	top:-60px;
	background:#3b3b3b;
	cursor:pointer;
	}
.backTop:hover{
	animation: rotation 0.8s linear;
	-webkit-animation: rotation 0.8s linear;
	-moz-animation: rotation 0.8s linear;
	-o-animation: rotation 0.8s linear;
	-ms-animation: rotation 0.8s linear;
	}
.backTop span{
	display:block;
	width:30px;
	height:30px;
	background:url("/web/20181018075900im_/http://www.xcnyyg.com/images/arrow-top.png") no-repeat center center;
	}
@keyframes rotation{
	0%{ transform: rotate(0deg);}
	25%{ transform: rotate(90deg);}
	50%{ transform: rotate(0deg);}
	75%{ transform: rotate(-90deg);}
	100%{ transform: rotate(0deg);}
	}
@-webkit-keyframes rotation{
	0%{ transform: rotate(0deg);}
	25%{ transform: rotate(90deg);}
	50%{ transform: rotate(0deg);}
	75%{ transform: rotate(-90deg);}
	100%{ transform: rotate(0deg);}
	}
@-moz-keyframes rotation{
	0%{ transform: rotate(0deg);}
	25%{ transform: rotate(90deg);}
	50%{ transform: rotate(0deg);}
	75%{ transform: rotate(-90deg);}
	100%{ transform: rotate(0deg);}
	}
@-o-keyframes rotation{
	0%{ transform: rotate(0deg);}
	25%{ transform: rotate(90deg);}
	50%{ transform: rotate(0deg);}
	75%{ transform: rotate(-90deg);}
	100%{ transform: rotate(0deg);}
	}
@-ms-keyframes rotation{
	0%{ transform: rotate(0deg);}
	25%{ transform: rotate(90deg);}
	50%{ transform: rotate(0deg);}
	75%{ transform: rotate(-90deg);}
	100%{ transform: rotate(0deg);}
	}
.newsDetailBox{
	width:650px;
	margin-right:40px;
	padding-top:306px;
	padding-bottom:80px;
	}
.newsDetail{
	width:100%;
	overflow:hidden;
	}
.newsDetail h1{
	font-size:17px;
	line-height:26px;
	color:#6a6a6a;
	margin-bottom:40px;
	}
.newsDetail p{
	color:#9f9f9f;
	line-height:22px;
	}
.newsDetail img{
	max-width:100%;
	margin:40px auto;
	}
.topTitleDate{
	border-bottom:1px solid #ebebeb;
	border-top:1px solid #ebebeb;
	font-size:16px;
	color:#666;
	line-height:20px;
	padding:13px 0;
	margin-bottom:90px;
	font-family:'Bariol';
	}
.topTitleDate span{
	font-size:12px;
	color:#b3b3b3;
	padding-left:15px;
	font-family: "Microsoft YaHei New","Microsoft Yahei","微软雅黑","Hiragino Sans GB","冬青黑体","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif;
	}
.newsP{
	margin-bottom:40px;
	line-height:2;
	color:#b3b3b3;
	}	
.backList{
	display:block;
	}
.newsDetailCell{
	width:240px;
	padding-left:30px;
	border-bottom:1px solid #dedede;
	padding-bottom:15px;
	}
.newsDetailCell:hover{
	background:#ededed;
	}
.newsDetailCell:first-child{
	border-top:1px solid #dedede;
	}
.newsA{
	display:block;
	}
.newsDetailText{
	overflow:hidden;
	padding:25px 0;
	position:relative;
	}
.newsDetailText .line{
	width:100%;
	height:1px;
	background:#cbcbcb;
	position:absolute;
	left:0;
	bottom:0;
	transition:400ms;
	}
.newsDetailCell:hover .line{
	width:0;
	}
.newsDetailText li{
	float:left;
	}
.newsDetailDate{
	width:80px;
	color:#b3b3b3;
	line-height:18px;
	}
.newsDetailDate span{
	font-size:16px;
	color:#666;
	font-family:'Bariol';
	}
.newsDetailTitle{
	width:100px;
	height:36px;
	font-size:14px;
	line-height:18px;
	color:#9d9d9d;
	overflow:hidden;
	}
.moreNews{
	position:absolute;
	right:0;
	top:0;
	background:#f2f1ef;
	height:100%;
	padding-top:200px;
	padding-bottom:80px;
	}
.newsBackg{
	background:#f2f1ef;
	}
.titleImg{
	margin-bottom:50px;
	}
.addNewsMargin{
	margin-bottom:58px;
	}
.addMargin{
	margin-bottom:35px;
	}
.moreNewstitle{
	margin-left:30px;
	}
.newsDetailPanel{
	padding:0;
	background:#fff;
	}
.pBlackColor{
	color:#b3b3b3;
	}
.pBlackColor strong{
	color:#fff;
	}
.routePic{
	position:absolute;
	right:0;
	top:60px;
	}
#mapbox{
	width:100%;
	height:520px;
	}
.bigRoutePic img{
	width:100%;
	}
.whiteBeckgBox{
	background:#ececec;
	}
.addressBox{
	width:960px;
	margin: 0 auto;
	overflow:hidden;
	padding:49px 0;
	}
.addressTitle{
	float:left;
	margin-bottom:0;
	margin-right:90px;
	}
.addressText{
	color:#a8a8a8;
	font-size:14px;
	line-height:1.5;
	}
.navArea li img{
	display:inline;
	}
.introOnePanel{
	padding:40px 0 149px 0;
	}
.pFontSize{
	font-size:12px;
	}
.introTwoPanel{
	padding:63px 0 30px 0;
	}
.introThreePanel{
	padding:70px 0 94px 0;
	}
.pBigWidth{
	width:100%;
	}
.cultureOnePanel{
	padding:40px 0 83px 0;
	}
.cultureTwoPanel{
	padding:120px 0 110px 0;
	}
.cultureThreePanel{
	padding:123px 0 120px 0;
	}
.cultureFourPanel{
	padding:250px 0 130px 0;
	}
.newsTwoPanel{
	padding:100px 0 120px 0;
	}
.routeOnePanel{
	padding:112px 0 79px 0;
	}
.routeTwoPanel{
	padding:109px 0 79px 0;
	}

.spotTextMargin{
	margin-bottom:25px;
	}
.blackArticleColor{
	color:#a5a5a5;
	}
.addSpotMargin{
	margin-bottom:45px;
	}
.spotLineHeight{
	line-height:22px;
	margin-bottom:57px;
	}
.addSpotMarginTwo{
	margin-bottom:83px;
	}
	
.addSpotMarginTwo1{
	margin-bottom:20px;
	}
.addSpotMarginTwo2{
	margin-bottom:10px; 
	margin-top:10px; 
	}
	
.addCultureMargin{
	margin-bottom:65px;
	}
.addTextIndent{
	text-indent:25px;
	}
.addCultureMarginTwo{
	margin-bottom:66px;
	}
.addFoodsMargin{
	margin-bottom:75px;
	}
.routeTextMargin{
	margin-bottom:23px;
	}
.rightBackg{
	position:fixed; 
	background:#f2f1ef;
	top:0; 
	right:0; 
	height:100%; 
	width:50%;
	}
.weixinBox{
	transition:400ms;
	}
.oldWeiXin{
	z-index:9999; 
	position:fixed;
	left:50%; 
	margin-left:-105px; 
	top:50%; 
	margin-top:-208px;
	}
.closeWeiXin{
	position:absolute;
	top:140px;
	margin-top:0;
	margin-left:0;
	left:750px;
	}
@media screen and (min-width:1601px) {
    .header{left:15%;}
}
@media screen and (max-width:1600px) {
    .header{left:8%;}
}
@media screen and (max-width:1440px) {
    .header{left:4%;}
}
@media screen and (max-width:1280px) {
	.header{left:1%;}
	}
@media screen and (max-width:1028px) {
	.header{left:0%;}
	}


/*
     FILE ARCHIVED ON 07:59:00 Oct 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:04:14 Nov 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.838
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.041
  esindex: 0.015
  cdx.remote: 101.278
  LoadShardBlock: 217.475 (3)
  PetaboxLoader3.datanode: 138.563 (5)
  PetaboxLoader3.resolve: 1257.179 (3)
  load_resource: 1305.444 (2)
*/