﻿@charset "utf-8";
/* CSS Document */
/*public*/
html{-webkit-text-size-adjust:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
a{text-decoration:none;color:#000;}
input{ padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
input::-moz-focus-inner { border:none; padding:0; }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
fieldset,img{border:none;}
ul{list-style:none;}
table{border-collapse:collapse;}
.hc{clear:both; height:10px;}
.bor{border:1px solid #97be11;}
.fl{float:left;}
.fr{float:right;} 
.z-s{letter-spacing:1px; line-height:150%;}
.sx{margin:10px 0 10px 20px;}
.omit{white-space:nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow: hidden; }
body{font-family:"5FAE8F6F96C59ED1", "思源黑体 CN", "Hiragino Sans GB", tahoma, arial; }
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #666;
}

address, cite, dfn, em, var {
	
}
.fwb{ font-weight:bold;}
small {
	font-size: 12px
}
ol, ul {
	list-style: none;

}
a {
	text-decoration: none;
	color:#666;

}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
legend {
	color: #000
}
fieldset, img {
	border: 0
}
button, input, select, textarea {
	font-size: 100%
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
.fl{ float:left;}
.fr{ float:right;}
Body {}{ 
scrollbar-arrow-color: #f4ae21; /**//*三角箭头的颜色*/ 
scrollbar-face-color: #333; /**//*立体滚动条的颜色*/ 
scrollbar-3dlight-color: #666; /**//*立体滚动条亮边的颜 
色*/ 
scrollbar-highlight-color: #666; /**//*滚动条空白部分的 
颜色*/ 
scrollbar-shadow-color: #999; /**//*立体滚动条阴影的颜 
色*/ 
scrollbar-darkshadow-color: #666; /**//*立体滚动条强阴 
影的颜色*/ 
scrollbar-track-color: #666; /**//*立体滚动条背景颜色*/ 
scrollbar-base-color:#f8f8f8; /**//*滚动条的基本颜色*/ 
Cursor:url(mouse.cur); /**//*自定义个性鼠标*/ 
} 
.section_x{ width:1200px; margin:0 auto;}
	
		.section-wrap .section-1{  background:url(ping1_02.jpg) center center no-repeat; background-size:cover; transition:all 10s; animation: bgdh 5s infinite; position: relative;}
		.section-wrap .logo{ position:absolute; top:50%; left:50%; margin-left:-246px; margin-top:-134px;}
		.section-wrap .section-2{  background:url(ping2_02.jpg) center center  no-repeat;animation: bgdh 5s infinite; background-size:cover;}
		.section-wrap .section-3{  background:url(ping3_02.jpg) center center no-repeat; background-size:cover;animation: bgdh 10s infinite; transition:all 5s;}
		.section-wrap .section-4{  background:url(ping4_02.jpg) center center no-repeat; background-size:cover;animation: bgdh 10s infinite; transition:all 5s;}
		.section-wrap .section-5{background:url(ping5_02.jpg) center center no-repeat; background-size:cover;animation: bgdh 10s infinite; transition:all 5s;}
		.section-5{background:url(ping5_02.jpg) center center no-repeat; background-size:cover;animation: bgdh 10s infinite; transition:all 5s;}
		.section-wrap .section-7{ background:url(ping7_02.jpg) center center no-repeat; background-size:cover;animation: bgdh 10s infinite; transition:all 5s;}
		.section-wrap .section-8{ background:url(ping8_02.jpg) center center no-repeat; background-size:cover;animation: bgdh 10s infinite; transition:all 5s;}
		.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}
		.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}
		.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}
		.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}
		.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}
		.put-section-5{ transform:translateY(-500%);-webkit-transform:translateY(-500%);}
		.put-section-6{ transform:translateY(-600%);-webkit-transform:translateY(-600%);}
		.put-section-7{ transform:translateY(-700%);-webkit-transform:translateY(-700%);}
/*背景的动画*/
/*@keyframes bgdh
{
0%   { background-size:120%; }

50%  {background-size:130%;}

100% {background-size:120%;}
}

*/
		
		.section-btn{ width:100%; position:absolute;top:0; background:#8e8e8e; height:100px; background-color:rgba(142,142,142,0.9); z-index:999;}
		.section-btn li{ text-align:center; padding:0 25px; color:#fff; line-height:100px; float:left; margin-right:30px;}
		.section-btn li a{ font-size:18px; color:#fff; display:block; width:100%; height:100%;}
		.section-btn li.on{ background:#d7dadc;}
		.section-btn li:hover{  background:#d7dadc;}
		.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;font-size:20px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden; z-index:999; display:none;}
		.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
		@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
		@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }
/*2*/
.section-wrap .section-2 .jj{ width:480px; height:464px; border:2px solid #b18653; margin-top:25%; margin-left:25px;}
.section-wrap .section-2 .jj a img{ display:inline-block; margin-right:12px; float:left;}
.section-wrap .section-2 .jj a{ display:block; float:left; width:185px; margin-top:70px; font-size:18px; line-height:31px; color:#fff; cursor:pointer;}
.section-wrap .section-2 .jj_x ul{ background:#b18653; width:465px; height:448px; margin:7px; float:left;}
.section-wrap .section-2 .jj_x ul h1{ width:111px; height:88px; font-size:28px; color:#b18653; background:#fff; text-align:center; padding-top:23px; font-weight:100; margin-top:25px; margin-left:20px; float:left; margin-right:30px;margin-bottom:30px;}
.section-wrap .section-2 .jj ul dt{ font-size:34px; float:left; color:#fff; margin-top:25px; width:300px; }
.section-wrap .section-2 .jj ul b{ display:block; font-size:26px; color:#fff; font-weight:100;}
.section-wrap .section-2 .jj ul span{ font-size:12px; color:#fff; width:207px; display: inline-block;margin-bottom:30px;}
.section-wrap .section-2 .jj ul p{ font-size:12px; color:#fff; width:420px; margin:0 auto; line-height:25px; }
.section-wrap .section-2 .jj_r{ width:480px; overflow:hidden; margin-top:25%; margin-right:80px;}
.section-wrap .section-2 .jj_r ul li{ float:left; width:100%; cursor:pointer; margin-bottom:1px; margin-top:1px; transition:all 0.3s;}
.section-wrap .section-2 .jj_r ul li a{ display:block; height:25px; text-align:center; background:#b18653; color:#fff; line-height:25px; width:100%;}
.section-wrap .section-2 .jj_r ul li p{  display:block; display:none; overflow:hidden; float:left;transition:all 0.3s;}
.section-wrap .section-2 .jj_r ul li.on p{ display:block;}
.slideBox11 .hd ul li.on p{}
.section-wrap .section-2 .jj_r ul li p img{ display:block; float:left;}
.cpzl .cp1{ margin-top:165px;}
.cpzl .cp1 li{ position:relative; overflow:hidden; float:left; margin-bottom:15px;}
.cpzl .cp1 li img{ float:left;}
.cpzl .cp1 li .zhep{ position:absolute; width:100%; height:100%; top:0; left:0; opacity:0; transition:all 1s; cursor:pointer; filter:Alpha(opacity=0);}
.cpzl .cp1 li .zhep p{ background:#000; opacity:0.7; width:100%; height:100%;filter:Alpha(opacity=70);}
.cpzl .cp1 li .zhep b{ width:100%; height:134px; background:#fff; opacity:0.5; position:absolute; z-index:1; top:125px;filter:Alpha(opacity=50);}
.cpzl .cp1 li .zhep a{ position: absolute; top:148px; width:100%; text-align:center; z-index:2;}
.cpzl .cp1 li .zhep a img{ float:none; margin-bottom:20px;}
.cpzl .cp1 li .zhep a dt{ font-size:20px; color:#fff;}
.cpzl .cp1 li .zhep a span{ font-size:14px; color:#fff;}
.section-wrap .section-4 .fa1{ width:395px; height:124px;  position: absolute; left:107px; top:207px;}
.section-wrap .section-4 .fa1 ul li h1{ width:124px; height:124px; display:block; float:left; border-radius:100px; background:#CCC; margin-right:12px; background:url(seqd_03.jpg) center center;}
.section-wrap .section-4 .fa1 ul li dt{ font-size:20px; color:#b18653; margin-top:40px; display:block; float:left;}
.section-wrap .section-4 .fa1 ul li p{ float:left; display:block; color:#b18653; font-size:18px; margin-top:10px;}
.section-wrap .section-4 .fa1 ul li h2{ height:5px; border-bottom:1px solid #c9b395; width:80%; float:left; position:absolute; left:108px; bottom:20px; z-index:0;}
.section-wrap .section-4 .fa1 ul li h2 a{ color:#cbb496; position:absolute; right:-1px; top:-5px;}
.section-wrap .section-4 .jjfan{ position:relative; height:100%; background: url(dqwef_03.png) center center no-repeat; }
.section-wrap .section-4 .fa2{ width:395px; height:124px;  position: absolute; right:10px; top:190px;}
.section-wrap .section-4 .fa2 ul li h1{ width:124px; height:124px; display:block; float:right; border-radius:100px; background:#CCC; margin-right:12px; background:url(seqd_03.jpg) center center;}
.section-wrap .section-4 .fa2 ul li dt{ font-size:20px; color:#b18653; margin-top:40px; display:block; float:right;}
.section-wrap .section-4 .fa2 ul li p{ float:left; display:block; color:#b18653; font-size:18px; margin-top:10px;}
.section-wrap .section-4 .fa2 ul li h2{ height:5px; border-bottom:1px solid #c9b395; width:80%; float:left; position:absolute; right:108px; bottom:20px; z-index:0;}
.section-wrap .section-4 .fa2 ul li h2 a{ color:#cbb496; position:absolute; left:-1px; top:-5px;}
.section-wrap .section-4 .fa4{ width:395px; height:124px; position: absolute; right:70px; top:620px;}
.section-wrap .section-4 .fa4 ul li h1{ width:124px; height:124px; display:block; float:right; border-radius:100px; background:#CCC; margin-right:12px; background:url(seqd_03.jpg) center center;}
.section-wrap .section-4 .fa4 ul li dt{ font-size:20px; color:#b18653; margin-top:40px; display:block; float:right;}
.section-wrap .section-4 .fa4 ul li p{ float:left; display:block; color:#b18653; font-size:18px; margin-top:10px;}
.section-wrap .section-4 .fa4 ul li h2{ height:5px; border-bottom:1px solid #c9b395; width:80%; float:left; position:absolute; right:108px; bottom:20px; z-index:0;}
.section-wrap .section-4 .fa4 ul li h2 a{ color:#cbb496; position:absolute; left:-1px; top:-5px;}
.section-wrap .section-4 .fa3{ width:395px; height:124px; position: absolute; left:65px; top:645px;}
.section-wrap .section-4 .fa3 ul li h1{ width:124px; height:124px; display:block; float:left; border-radius:100px; background:#CCC; margin-right:12px; background:url(seqd_03.jpg) center center;}
.section-wrap .section-4 .fa3 ul li dt{ font-size:20px; color:#b18653; margin-top:40px; display:block; float:left;}
.section-wrap .section-4 .fa3 ul li p{ float:left; display:block; color:#b18653; font-size:18px; margin-top:10px;}
.section-wrap .section-4 .fa3 ul li h2{ height:5px; border-bottom:1px solid #c9b395; width:80%; float:left; position:absolute; left:108px; bottom:20px; z-index:0;}
.section-wrap .section-4 .fa3 ul li h2 a{ color:#cbb496; position:absolute; right:-1px; top:-5px;}
.xwdt ul{ margin-top:225px; float:left; width:100%;}
.xwdt ul li a{ font-size:16px; color:#b18653; display:block; height:53px; line-height:53px; padding:0 10px;}
.xwdt ul li a span{ float:right;}
.xwdt ul li a:hover{ background:#c3a785; background-color:rgba(195,167,133,0.7); color:#fff;}
.xwdt{ position:relative; overflow:hidden; padding-bottom:80px; height:100%;}
.txtMarquee-top .hd{ overflow:hidden; position:absolute; bottom:-40px; left:20px; z-index:999; }
		.txtMarquee-top .hd .prev{ display:block;  width:24px; height:24px; float:right; margin-right:10px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: url(jt_l_03.png) ;}
	  .txtMarquee-top .hd .next{ display:block;  width:24px; height:24px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: url(jt_l_07.png) ;}
.jdanli{ position:relative; overflow:hidden; padding-bottom:40px;}
.jdanli .bd{ float:left; width:577px; height:511px; margin-top:185px; background: url(anlibg_03.jpg) no-repeat;}
.jdanli .bd li{ margin-top:10px; margin-left:13px; width:549px; height:491px; border-radius:5px; overflow:hidden;}
.jdanli .hd{ top:195px; position:absolute; width:438px; right:30px;}
.jdanli .hd li{ height:38px; width:100%; line-height:38px; font-size:16px; color:#b18653; margin-bottom:27px; cursor:pointer;}
.jdanli .hd li span{ display:inline-block; width:19px; height:19px; background:url(dwfc_03.png) no-repeat; margin:0px 14px; float:left; margin-top:10px;}
.slideBox .hd ul li.on{background:#c3a785; background-color:rgba(195,167,133,0.7); color:#fff;}
.slideBox .hd ul li.on a{ color:#fff;}
.slideBox .hd ul li.on span{ background:url(daewq_03.png) no-repeat;}
.jdanli .hd li:hover{background:#c3a785; background-color:rgba(195,167,133,0.7); color:#fff;}
.jdanli .hd li img{ float:left; margin-right:14px; margin-top:8px;}
.jdanli .slideBox .next{ display:block;  width:24px; height:24px; float:right; margin-right:10px; line-height:100px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: url(jt_l_03.png) ;}
.jdanli .slideBox .next1{ display:block;  width:24px; height:24px; float:right; margin-right:10px; line-height:100px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: url(jt_l_07.png) ;}

	  .jdanli .slideBox .pri{ display:block;  width:24px; line-height:100px; height:24px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: url(jt_l_07.png) ;}
			 .jdanli .slideBox .prev{ display:block;  width:24px; line-height:100px; height:24px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background: url(jt_l_03.png) ;}
 .jdanli .slideBox .qhjt{ position:absolute; bottom:0;}
 .jdanli .slideBox .qhjt b{ display:none;}
  .jdanli .slideBox .qhjt .this{ display:none;} 
 .jdanli .slideBox .qhjt .last{ display:none;}
  .jdanli .slideBox .qhjt .start{ display:none;}
  .jdanli .slideBox .qhjt .type{ display:none;}
.fwcl .cl{ float:left; margin-top:175px; margin-left:30px;}
.fwcl .cl dt{ font-size:24px; color:#fff;}
.fwcl .cl span{ font-size:14px; color:#fff; margin-top:15px; display:block;}
.fwcl .cl p{ margin-top:59px; width:950px; height:108px; background:#657278; font-size:14px; color:#fff; line-height:30px; padding:0 10px;}
.fwcl .xsb{ float:left; width:100%; position:relative;}
.fwcl .xsb ul li{ float:left; text-align:center; margin: 0 53px; margin-top:116px;}
.fwcl .xsb ul li dt{ font-size:20px; color:#000; border-bottom:2px solid #a7a7a7; text-align:center; display:inline-block; margin-top:15px;}
.fwcl .xsb ul li p{ font-size:14px; text-align:center;}
.csxm ul li .nei{ width:1200px; height:220px; background:#fff; position:absolute; left:0; top:0px; z-index:999; display:none;}
.csxm ul li .nei img{ float:left; margin-left:57px; margin-top:40px;}
.csxm ul li .nei dt{ color:#4aa7b0; border-bottom:2px solid #4aa7b0; margin-top:40px; display:inline-block; padding:0 20px;}
.csxm ul li .nei span{ display:block; color:#a4d3d7;}
.csxm ul li .nei p{ font-size:16px; margin-top:40px; color:#4aa7b0;}
.fwcl .buti{ width:1008px; height:46px; float:left; margin-left:107px; margin-top:65px;}
.fwcl .buti ul li{ width:1008px; height:46px; position:relative; background:#b18653; opacity:0.4; }
.fwcl .buti ul p{ width:1008px; height:46px; line-height:46px; margin-top:-46px; margin-left:20px; font-size:30px; color:#fff; position:absolute;}
.bdt ul{ float:left; margin-top:30%; margin-left:130px;}
.bdt ul li{ text-align:center; float:left; margin-left:178px;}
.bdt ul li h1{ font-size:20px; display: inline-block; color:#000000; border-bottom:2px solid #000; margin-top:45px;}
.bdt ul li p{ font-size:16px; color:#000; line-height:30px;}
.bdt ul li a{ display:block; font-size:16px; margin-top:22px; color:#000;}
.bt{ width:100%; height:60px; background:#727978; position:absolute; bottom:0; z-index:999;}
.bt ul li{ width:100%; text-align:center; padding-top:10px;}
.bt ul li p{color:#c1c3c2; line-height:25px;}
.section-wrap .section-2 .gsjj{ background: url(gsjjbg.jpg) center center no-repeat; background-size:cover; display:none;}
.section-wrap .section-2 .gsjj_x{ position:relative; height:100%;}
.section-wrap .section-2 .gsjj_x .fhjt{ position: absolute; right:38px; bottom:20px; cursor:pointer;}
.section-wrap .section-2 .gsjj_x .fukuai{ position:absolute; left:0; top:250px;}
.section-wrap .section-2 .gsjj_x .jjwz{ width:595px; position:absolute; right:33px; top:222px;}
.section-wrap .section-2 .gsjj_x .jjwz dt{ margin-bottom:170px; margin-left:300px;}
.section-wrap .section-2 .gsjj_x .jjwz h1{ width:310px; text-align:right; line-height:40px; font-weight:100; font-size:26px; border-bottom:1px solid #424242; margin-left:183px;}
.section-wrap .section-2 .gsjj_x .jjwz span{ text-align:right; font-size:16px; line-height:30px; display:block; margin-right:100px; margin-bottom:30px;}
.section-wrap .section-2 .gsjj_x .jjwz p{ font-size:14px; text-indent:2em; line-height:2em;}
.section-wrap .section-2 .gszz{ background: url(gsjjbg.jpg) center center no-repeat; background-size:cover; display:none;}
.section-wrap .section-2 .gszz_x{ position:relative; height:100%;}
.section-wrap .section-2 .gszz_x .fhjt2{ position: absolute; right:38px; bottom:20px; cursor:pointer;}
.slideBox156{ width:100%; height:680px; overflow:hidden; position:absolute; top:170px; }
.slideBox156 .bd{ position:relative; height:100%; z-index:0;   }
		.slideBox156 .bd li{ zoom:1; vertical-align:middle; }
		.slideBox156 .bd img{ width:1151px; height:679px; display:block;  }
.slideBox156 .next{ width:25px; height:47px; position:absolute; right:0; top:50%; margin-top:-23px;}
.slideBox156 .prev{ width:25px; height:47px; position:absolute; left:0; top:50%; margin-top:-23px;}
/*3*/
.cpzs{ background:url(dsfhfd1.jpg) center center no-repeat; background-size: cover; display:none;}
.cpzs .cpzs_x{ position:relative; height:100%;}
.cpzs .cpzs_x .cpdt{ width:580px; color:#fff; font-size:14px; line-height:2em; position:absolute; right:205px; top:230px; }
.cpzs .cpzs_x>ul{ width:1018px; margin:0 auto; position:absolute; top:160px; height:725px;}
.cpzs .cpzs_x ul li{ width:513px; float:left;height:242px;}
.cpzs .cpzs_x ul li img{  float:left;}
.cpzs .cpzs_x ul li dt{ width:322px; height:83px; background:url(daweg_07.png) no-repeat; position:relative; z-index:11; float:right; text-align:right;margin-top:-40px;}
.cpzs .cpzs_x ul li dt span{ display: inline-block; margin-top:20px; font-size:20px; margin-right:40px; }
.cpzs .cpzs_x ul li dt p{ font-size:14px; margin-right:40px;}
/**/
.cpzs .cpzs_x ul li.er22{ width:513px; float:right; margin-top:-120px; height:242px;}
.cpzs .cpzs_x ul li.er22 img{ float:right;}
.cpzs .cpzs_x ul li.er22 dt{ width:322px; height:83px; background:url(daweg_07.png) no-repeat; position:relative; z-index:11; float:left; text-align:right;margin-top:-40px;}
.cpzs .cpzs_x ul li.er22 dt span{ display: inline-block; margin-top:20px; font-size:20px; margin-right:40px; }
.cpzs .cpzs_x ul li.er22 dt p{ font-size:14px; margin-right:40px;}
.txtScroll-top156{ width:100%; height:725px;  overflow:hidden; position:relative;   }
.txtScroll-top156 .hd{ overflow:hidden; position:absolute; bottom:40px;  height:30px; padding:0 10px; width:300px; z-index:100;  }
.txtScroll-top156 .hd ul li{ float:left; width:9px; height:9px; line-height:100px; background:#fff; margin:0 6px;}
.txtScroll-top156 .hd ul li.on{ background:#b59063;}
.cpzs-ner{ height:100%; background:url(pg3bg.jpg) no-repeat; background-size:cover; position: absolute; z-index:11; top:0; left:0; display: none;}
.slideBoxxo{width:350px; height:205px; position:relative; top:180px; left:40px;}
.slideBoxxo .bd{ position:absolute; top:0; left:0;}
.slideBoxxo .hd{ position:absolute; height:10px; bottom:-20px; left:50%; margin-left:-40px;}
.slideBoxxo .bd img{ }
.slideBoxxo .hd li{ width:6px; height:6px; background:#b1b1b1; float:left; margin-right:14px; line-height:100px; overflow:hidden;}
.slideBoxxo .hd li.on{ background:#b18653;}
.xinxi{ position:absolute; top:180px; height:690px; overflow: auto; width:363px; background:#fff;}
.xinxi dt{ padding:0 10px; height:24px; line-height:24px; background:#b18653; font-size:18px; color:#fff; display:inline-block;}
.xinxi p.dt11{ padding:0 10px; height:24px; line-height:24px; background:#b18653; font-size:18px; color:#fff; display:inline-block;}
.xinxi p{ font-size:16px; line-height:30px;}
.cpzs_nerx ul{ float:left;}
.cpzs_nerx{ position:relative; height:100%;}
.fhjt{ position:absolute; bottom:17px; right:40px; cursor:pointer;}
.section.jjfanxq{ width:100%; background:url(jjfanbg.jpg) center center no-repeat; background-size:cover; height:100%; position: absolute; z-index:11; top:0; left:0; overflow:hidden; }
/*3D效果轮播样式*/
.Button {
  display: inline-block;
  padding: 20px;
  margin: 0;
  background-color: #da0d25;
  background-position: center center;
  background-repeat: no-repeat;
  color: #7a0715;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  -ms-transition: color 300ms ease, background-color 300ms ease;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  -moz-transition: color 300ms ease, background-color 300ms ease;
  -o-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
}
.Button:hover,
.Button:focus {
  color: #7a0715;
  background: #f22840;
}
.Button.Small {
  padding: 5px 10px;
  font-size: small;
}
.Button.Block {
  padding: 20px 40px;
  width: 300px;
  height: 200px;
}

/* Custom Flipster Styles */
.flipster {
  padding-bottom: 50px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/* @group Base Flipster Styles */
.flipster {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
  margin-top:20%;
}
.flip-items,
.flip-item {
  display: block;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}
.flip-items {
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.flip-item {
  position: absolute;
  opacity: 0.99;
  /* Fix for strange clipping behavior on rotated elements in Chrome. */

}
.flip-past,
.flip-future,
.flip-next,
.flip-prev {
  cursor: pointer;
}
.flip-item img {
  display: block;
  width: 100%;
}
/* @end */
/* @group Coverflow Style */
.flipster-coverflow .flip-items {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  position: relative;
  padding-top: 2%;
  padding-bottom: 5%;
}
.flipster-coverflow .flip-item {
  display: block;
  -webkit-transition: all 175ms ease-in-out;
  -moz-transition: all 175ms ease-in-out;
  -o-transition: all 175ms ease-in-out;
  -ms-transition: all 175ms ease-in-out;
  transition: all 175ms ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  position: absolute;
  width: 30%;
}
.flipster-coverflow .flip-content {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent));
}
.flipster-coverflow .flip-past .flip-content {
  -webkit-transform: rotateY(55deg) scale(0.75);
  -moz-transform: rotateY(55deg) scale(0.75);
  -o-transform: rotateY(55deg) scale(0.75);
  -ms-transform: rotateY(55deg) scale(0.75);
  transform: rotateY(55deg) scale(0.75);
}
.flipster-coverflow .flip-future .flip-content {
  -webkit-transform: rotateY(-55deg) scale(0.75);
  -moz-transform: rotateY(-55deg) scale(0.75);
  -o-transform: rotateY(-55deg) scale(0.75);
  -ms-transform: rotateY(-55deg) scale(0.75);
  transform: rotateY(-55deg) scale(0.75);
}

.flipster-coverflow.no-rotate .flip-past .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform:scale(0.75);
  -ms-transform:scale(0.75);
  transform: scale(0.75);
}
.flipster-coverflow.no-rotate .flip-future .flip-content {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -o-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}


.flipster-coverflow .flip-current .flip-content {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flipster-coverflow .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
/* @end */
/* @group Flip Items */
.flipster-carousel .flip-items {
  -webkit-perspective: 2000px;
  -moz-perspective: 2000px;
  perspective: 2000px;
}
.zzsc-container{ display: block;}
.flipster-carousel li{ width:341px; height:493px; border: 5px solid #fff;}
.flipster-carousel li span{ display:block; position:absolute; height:55px; line-height:55px; width:300px; padding:0 20px; background:#b2a793; color:#fff; font-size:18px; top:20px;}
.flipster-carousel li span a{ display:inline-block; width:70px; height:20px; text-align:center; color:#fff; line-height:20px; border:1px solid #fff; font-size:14px; float:right; margin-top:17px;}
.flipster-carousel .flip-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  -ms-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}
.no-csstransforms .flipster-carousel .flip-item {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
.flipster-carousel .flip-items img {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.flipster-carousel .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
  transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65);
}
.flipster-carousel.no-rotate .flip-past {
  -webkit-transform: translateX(-80%) translateZ(0)  scale(0.65);
  -moz-transform: translateX(-80%) translateZ(0)  scale(0.65);
  -o-transform: translateX(-80%) translateZ(0)  scale(0.65);
  -ms-transform: translateX(-80%) translateZ(0) scale(0.65);
  transform: translateX(-80%) translateZ(0) scale(0.65);
}
.no-csstransforms3d .flipster-carousel .flip-past {
  -webkit-transform: translateX(-56%) scale(0.5);
  -moz-transform: translateX(-56%) scale(0.5);
  -o-transform: translateX(-56%) scale(0.5);
  -ms-transform: translateX(-56%) scale(0.5);
  transform: translateX(-56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-past {
  left: -20%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
  transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65);
}

.flipster-carousel.no-rotate .flip-future {
  -webkit-transform: translateX(80%) translateZ(0) scale(0.65);
  -moz-transform: translateX(80%) translateZ(0) scale(0.65);
  -o-transform: translateX(80%) translateZ(0) scale(0.65);
  -ms-transform: translateX(80%) translateZ(0) scale(0.65);
  transform: translateX(80%) translateZ(0) scale(0.65);
}

.no-csstransforms3d .flipster-carousel .flip-future {
  -webkit-transform: translateX(56%) scale(0.5);
  -moz-transform: translateX(56%) scale(0.5);
  -o-transform: translateX(56%) scale(0.5);
  -ms-transform: translateX(56%) scale(0.5);
  transform: translateX(56%) scale(0.5);
}
.no-csstransforms .flipster-carousel .flip-future {
  left: 88%;
  top: 40%;
  width: 50%;
  height: 50%;
}
.flipster-carousel .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) rotateY(40deg) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) rotateY(40deg) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) rotateY(40deg) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) rotateY(40deg) scale(0.8);
  transform: translateX(-60%) translateZ(0) rotateY(40deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-prev {
  -webkit-transform: translateX(-60%) translateZ(0) scale(0.8);
  -moz-transform: translateX(-60%) translateZ(0) scale(0.8);
  -o-transform: translateX(-60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(-60%) translateZ(0) scale(0.8);
  transform: translateX(-60%) translateZ(0) scale(0.8);
}
.no-csstransforms3d .flipster-carousel .flip-prev {
  -webkit-transform: translateX(-24%) scale(0.75);
  -moz-transform: translateX(-24%) scale(0.75);
  -o-transform: translateX(-24%) scale(0.75);
  -ms-transform: translateX(-24%) scale(0.75);
  transform: translateX(-24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-prev {
  left: -9%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-next {
  -webkit-transform: translateX(60%) translateZ(0) rotateY(-40deg) scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) rotateY(-40deg) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) rotateY(-40deg) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) rotateY(-40deg) scale(0.8);
  transform: translateX(60%) translateZ(0) rotateY(-40deg) scale(0.8);
}
.flipster-carousel.no-rotate .flip-next {
  -webkit-transform: translateX(60%) translateZ(0)  scale(0.8);
  -moz-transform: translateX(60%) translateZ(0) scale(0.8);
  -o-transform: translateX(60%) translateZ(0) scale(0.8);
  -ms-transform: translateX(60%) translateZ(0) scale(0.8);
  transform: translateX(60%) translateZ(0) scale(0.8);
}

.no-csstransforms3d .flipster-carousel .flip-next {
  -webkit-transform: translateX(24%) scale(0.75);
  -moz-transform: translateX(24%) scale(0.75);
  -o-transform: translateX(24%) scale(0.75);
  -ms-transform: translateX(24%) scale(0.75);
  transform: translateX(24%) scale(0.75);
}
.no-csstransforms .flipster-carousel .flip-next {
  left: 39%;
  top: 20%;
  width: 75%;
  height: 75%;
}
.flipster-carousel .flip-past,
.flipster-carousel .flip-future {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  z-index: 1;
  -webkit-transition-delay: 87.5ms;
  -moz-transition-delay: 87.5ms;
  -o-transition-delay: 87.5ms;
  transition-delay: 87.5ms;
}
.flipster-carousel .flip-prev,
.flipster-carousel .flip-next {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  z-index: 2;
  -webkit-transition-delay: 58.333333333333336ms;
  -moz-transition-delay: 58.333333333333336ms;
  -o-transition-delay: 58.333333333333336ms;
  transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-current {
  z-index: 999;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transition-delay: 58.333333333333336ms;
  -moz-transition-delay: 58.333333333333336ms;
  -o-transition-delay: 58.333333333333336ms;
  transition-delay: 58.333333333333336ms;
}
.flipster-carousel .flip-hidden {
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: rotateY(0deg) translateX(0) scale(0.5);
  -moz-transform: rotateY(0deg) translateX(0) scale(0.5);
  -o-transform: rotateY(0deg) translateX(0) scale(0.5);
  -ms-transform: rotateY(0deg) translateX(0) scale(0.5);
  transform: rotateY(0deg) translateX(0) scale(0.5);
  -webkit-transition-delay: 116.66666666666667ms;
  -moz-transition-delay: 116.66666666666667ms;
  -o-transition-delay: 116.66666666666667ms;
  transition-delay: 116.66666666666667ms;
}
/* @end */
.no-transition {
  -webkit-transition-duration: 0ms !important;
  -moz-transition-duration: 0ms !important;
  -o-transition-duration: 0ms !important;
  transition-duration: 0ms !important;
}
/* @end */
.flipster .prev{ position:absolute; left:0; margin-top:-60px; top:50%;}
.flipster .next{ position:absolute; right:0; margin-top:-60px; top:50%;}
.jfqxwe{ height:100%;}
.jfqxwe .hyxq{ width:100%; overflow:hidden; float:left; text-align:center;margin-top:14%; margin-bottom:45px; }
.jfqxwe .hyxq dt{ color:#fff; font-size:20px; line-height:30px; border-bottom:2px solid #fff; display:inline-block; }
.jfqxwe .hyxq ul li{ width:994px; margin:0 auto;}
.jfqxwe .hyxq ul li p{ text-indent:2em; font-size:14px; color:#fff; line-height:40px; text-align:left;}
.jfqxwe .weituh{ position:relative; overflow:hidden;}
.jfqxwe .weituh h1{ float:left; margin-top:29%; position:relative; z-index:99;}
.jfqxwe .weituh ul li{ cursor:pointer;}
.jfqxwe .weituh ul li img{ width:100%; height:100%;}
.jfqxwe .weituh ul li:nth-child(1){left: 20px;
    width: 457px;
    height: 277px;
    border-radius: 10px;
    transform: skew(-10deg);
    overflow: hidden;
    position: absolute;
    bottom: 270px;
	z-index:11;
	transition:all 1s;
}
.jfqxwe .weituh ul li:nth-child(2){left: 370px;
    width: 270px;
    height: 170px;
    border-radius:10px;
    transform: skew(-10deg);
    overflow: hidden;
    position: absolute;
    bottom: 320px;
	z-index:10;
	transition:all 1s;
}
.jfqxwe .weituh ul li:nth-child(3){
  left: 500px;
    width: 230px;
    height: 140px;
    border-radius: 10px;
    transform: skew(-10deg);
    overflow: hidden;
    position: absolute;
    bottom: 195px;
    z-index: 9;
	transition:all 1s;
}
.jfqxwe .weituh ul li.nth1{left: 20px;
    width: 457px;
    height: 277px;
    border-radius: 10px;
    transform: skew(-10deg);
    overflow: hidden;
    position: absolute;
    bottom: 270px;
	z-index:11;
	transition:all 1s;
}
.jfqxwe .weituh ul li.nth2{left: 370px;
    width: 270px;
    height: 170px;
    border-radius:10px;
    transform: skew(-10deg);
    overflow: hidden;
    position: absolute;
    bottom: 320px;
	z-index:10;
	transition:all 1s;
}
.jfqxwe .weituh ul li.nth3(3){
  left: 500px;
    width: 230px;
    height: 140px;
    border-radius: 10px;
    transform: skew(-10deg);
    overflow: hidden;
    position: absolute;
    bottom: 195px;
    z-index: 9;
	transition:all 1s;
}
.jfqxwe .weituh ul li:nth-child(2) img{ width:272px; height:173px;}
.jfqxwe .weituh ul li:nth-child(3) img{ width:230px; height:140px;}
::-webkit-scrollbar              { background:#fff; }
    ::-webkit-scrollbar-button       {background:#fff; }
    ::-webkit-scrollbar-track        {background:#fff; }
    ::-webkit-scrollbar-track-piece  {background:#fff; }
    ::-webkit-scrollbar-thumb        {background:#fff;}
    ::-webkit-scrollbar-corner       { background:#fff; }
    ::-webkit-resizer                { background:#fff;}
.anxq{ background:url(dqdsg.jpg) no-repeat center center; background-size:cover; width:100%; position:absolute; left:0; top:0; padding-bottom:150px;}
.slideBoxqe{ width:100%; height:661px; overflow:hidden; position:relative;margin-top:16%;  }
.slideBoxqe .bd{ position:relative; height:100%; z-index:0;   }
		.slideBoxqe .bd li{ zoom:1; vertical-align:middle; }
		.slideBoxqe .bd img{ width:100%; height:661px; display:block;  }
.slideBoxqe .alwz{ float:right; width:218px; padding:0 20px; height:100%; background:#7bbed8; background-color:rgba(255,255,255,0.9); position:absolute; right:0; z-index:999;}
.slideBoxqe .alwz dt{ font-size:18px; color:#000000; display:inline-block; line-height:30px; border-bottom:1px solid #000; margin-top:35px; margin-bottom:40px;}
.slideBoxqe .alwz p{ font-size:14px; color:#474747; line-height:30px;}
.slideBoxqe .hd{ position:absolute; left:13px; bottom:13px; z-index:99;}
.slideBoxqe .hd li{ width:290px; height:165px; border-radius:5px; overflow:hidden; float:left; margin-right:13px;}
.slideBoxqe .hd li.on{ margin-top:-20px;}
.slideBoxqe .hd li img{ width:100%; height:100%;}
.xwdt ul{ position:relative;}
.xwdt .xwxq{ background:#fff; position:absolute; z-index:99; top:0; left:0; padding:0 35px; font-size:14px; padding-bottom:23px; height:600px; overflow-y:auto; scrollbar-arrow-color: #f4ae21; scrollbar-face-color:#fff;
scrollbar-shadow-color:#fff;
scrollbar-highlight-color:#fff;
scrollbar-3dlight-color:#fff;
scrollbar-darkshadow-color:#fff;
scrollbar-track-color:#fff;
scrollbar-arrow-color:#fff; }
.xwdt .xwxq dt{ font-size:16px; color:#b18653; line-height:40px; border-bottom:1px solid #b18653; margin-bottom:27px;}
.xwdt .xwxq dt span{ float:right;}
.xwdt .xwxq p{ font-size:14px; line-height:30px;}
.xwdt .xwxq p.pic{ float:left; margin-right:13px; margin-top:13px;}
