*,span,div,a{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
div{
	box-sizing: border-box;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  zoom: 1;
}	
a{
	text-decoration: none;
}

.left{
	float: left;
}
.right{
	float: right;
}
.top{
	width: 1220px;
	height: 88px;
	margin: 0 auto;
}
.top img { vertical-align: top;}
.top .logo { float: left;}
.top .logoright { float: right;}
.header-warp{
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #e3e3e3;
}
.header{
	width: 1220px;
	height: 32px;
	margin: 0 auto;
}
.header-font{
	font-size: 12px;
	color: #888;
	
}
#header-left{
	font-size: 12px;
	color: #888;
}
.header-font>a{
	padding: 10px;
	color: #888;;
}
.header-font>a.weixin { position: relative;}
.header-font>a.weixin img { position: absolute; left: 50%; top: 36px; margin-left: -46px; width: 92px; height: 92px; max-width: 92px; display: none;}
.header-font>a.weixin:hover img { display: block;}
.header_nav_warp{
	width: 100%;
	height: 62px;
	background: #262626;
}
.header_nav{
	width: 1220px;
	height: 62px;
	margin: 0 auto;
	font-size: 17px;
}

.head_nav{
	list-style:none;
	line-height: 16px;
	font-size: 17px;
	box-sizing: border-box;
	color: #fff;
}
.head_nav>li{
	float: left;
    border-right: 1px solid #323232;
    /*font-weight: 600;*/
    margin: 23px 0px;
    padding: 0px 23px;
}
.head_nav a{
	color: #eaeaea;
	outline: none;
}
.cli_font_gold, .head_nav .cur a{
	color: #cbac73 
}
#left_head_nav_first{
	padding-left: 0px !important;
}

.fch {position: fixed; width: 232px; right: 0; top: 50%;z-index: 9999; margin-top: -170px;}

.fuchuang {
	width: 32px;
	height: 93px;
	background-color: #adafb2;
	float: left;
	cursor: pointer;
}
.tanchu_5{
	margin-top: 10px;
	margin-right: 5px;
	background:url(../images/tu47.png) no-repeat 30px center;
}
.tanchu_6{
	margin-top: 10px;
	margin-right: 5px;
	background: url(../images/tu48.png) no-repeat 30px center;
}
.fc_one {
	width: 100%;
	height: 15px;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	text-align: center;
}

.fc_two {
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	margin: 12px 0px 6px 10px;
}

.tchu {
	width: 200px;
	height: 480px;
	
	border: 2px solid #e3bd7c;
	background-color: #fff;
	background: #fff;
	float: left;
}
.tanchu_top{
	width:198px;
	height:75px;
	text-align: center;
	background:url(../images/tu45.png) no-repeat center center;
	
}
.tanchu_top img {
	/*width:170px;*/
	margin-top:20px;
}

.tanchu_1 {
	font-family: "";
	font-size: 15px;
	width: 153px;
	height: 40px;
	border-radius: 2px;
	background-color: #e5e2dd;
	text-align: center;
	line-height: 40px;
	margin: 0 auto;
	margin-bottom: 10px;
	text-indent: 30px;
}

.tanchu_55 {
	margin-top: 16px;
}
.tanchu_2 {
	background-color: #F8B500;
	color: #fff;
}

.tanchu_3 {
	font-size: 14px;
	width: 100%;
	text-align: center;
	font-family: "";
	color: #333;
	margin-top:20px;
}

.tanchu_4 {
	font-family: "";
	font-weight: 600;
	font-size: 15px;
	color: #544E45;
	margin-top: 15px;
}
.tanchu_2 .iconfontyyy{
	font-size:22px;
	color:#fff;
}
.tanchuewm{
	width: 100%;
	height: 140px;
}
.tanchuewm1{
	height:40px;
	text-align: center;
	line-height: 50px;
	color: #666;
	font-size: 12px;
}
.tanchuewm2{
	width: 100%;
	text-align: center;
}
/*翻页*/
.fanye {    margin-top:30px;
    padding-bottom: 70px;
	text-align: center;
}
.pagination { display: inline-block;}
.pagination li {float: left;
    margin-right: 8px;
    width: 40px;
    height: 31px;
    list-style: none;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #888686;
    cursor: pointer;
	    border: 1px solid #d6d6d6;
    background-color: #FFFFFF;}
.pagination li a { display: block; height: 100%; color: inherit;}
.pagination li a:hover, .pagination li.thisclass a {    background: #cdaa6a;    color: #FFFFFF; text-decoration: none;}


.fixed-head {
  z-index: 999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  transition: All .4s ease;
  -webkit-transition: All .4s ease;
  -moz-transition: All .4s ease;
  -o-transition: All .4s ease;
  -webkit-animation: headerFix 1s ease 1;
  animation: headerFix 1s ease 1;
}
@-webkit-keyframes headerFix {
  from {
    -webkit-transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
  }
}
@keyframes headerFix {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  /*background: #ffffff url("../images/ajax-loader.gif") center center no-repeat;*/
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
 /* border: 1px solid transparent; */
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #cccccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333333;
}


.pop_video {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999999991;
}
.pop_video .box {
  width: 1160px;
  margin: 8% auto 0;
  position: relative;
}
.pop_video .box .guanbi {
  position: absolute;
  top: -68px;
  right: 0;
  line-height: 0;
  cursor: pointer;
}
.pop_video .box .shipin {
  margin-top: 68px;
  line-height: 0;
}

	
#xiaotong{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	background: #2a2a2a;
	height: 96px;
}
#xiaotong .diliuy_4{
	width: auto;
	top: 65px;
  left: 235px;
}
#xiaotong .diliuy_4 .xiaotong_1,#xiaotong .diliuy_4 .xiaotong_2{
	width: 225px;
	height: 26px;
	font-size: 12px;
}

#xiaotong .diliuy_5{
	top: 65px;
	left: 694px;
}

#xiaotong .diliuy_5 textarea{
	height: 21px;
	width: 370px;
	font-size: 12px;
}

#xiaotong  .diliuy_6{
	top: 65px;
	background:url(../images/tu40.jpg) no-repeat center center;
	width: 162px;
	height: 26px;
	left: 1055px;
}

#xiaotong .diliuy_2{
	top: -78px;
}

#xiaotong  .diliuy_1 .yuyue{
	left: 235px;
	top: 13px;
	position: absolute;
}
#xiaotong  .diliuy_1  .yuyue ul li{
	float: left;
	/* margin-right: 50px; */
	margin-right: 80px;
}
#xiaotong  .diliuy_1  .yuyue ul li:last-child{
	margin-right: 0;
}

#xiaotong  .diliuy_1  .yuyue ul li:last-child .text{
	 margin-top: -5px;
}

#xiaotong  .diliuy_1  .yuyue ul li:last-child .text h3{
	 font-size: 24px; 
}
#xiaotong  .diliuy_1  .yuyue ul li:last-child .text p{
	margin-top: -2px;

}
#xiaotong  .diliuy_1  .yuyue .img{
	float: left;
}

#xiaotong  .diliuy_1  .yuyue .img img{
	width: 40px;
}

#xiaotong  .diliuy_1  .yuyue .text{
	float: left;
	padding-left: 10px;
}

#xiaotong  .diliuy_1  .yuyue .text h3{
	color: #fff;
	font-size: 17px;
	font-weight: initial;
}

#xiaotong  .diliuy_1  .yuyue .text p{
	color: #fff;
	font-size: 13px;
	margin-top: 3px;
}

#t_gsjs{
		width: 100%;
    height: 733px;
    background:url(../images/tu26.jpg) center center /cover;
    padding-top: 215px;
}
#t_gsjs  .youxuancz1 {
	text-align: center;
	margin: 0 auto;
	width: auto;
}

#t_gsjs  .youxuancz1 h3{
	color: #dcdcdc;
	font-size: 20px;
	font-weight: initial;
}

#t_gsjs  .youxuancz1 p{
	color: #9e9e9e;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 46px;
}

#t_gsjs  .youxuancz1 .viewmore{
	text-align: center;
	border: 1px solid #777777;
	color: #777777;
	padding: 15px 34px;
}

 #t_gsjs  .youxuancz1 .t_gsjs_1{
		width: 1010px;
    float: none;
		    margin: 0 auto;
 }
 
 #t_gsjs .youxuancz1 .t_gsjs_2{
	 width: 100%;
	 text-align: center;
 }
 #t_gsjs .youxuancz1 .t_gsjs_2 .video{
	 margin-top: 55px;
	 position: relative;
 }
 
 #t_gsjs .youxuancz1 .t_gsjs_2 .video span{
	 position: absolute;
	 left: 47%;
	 top: 37.63%;
 }

.t_cf_lb{
	margin: 0;
}



.t_cf_lb .slick-slide .img img{
	    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -mz-filter: grayscale(100%);
}

.t_cf_lb .slick-center .img  img{
	    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -mz-filter: grayscale(0%);
}

.t_cf_lb .img{
	margin: 0 20px;
}
.t_cf_lb .img img{
	width: 100%;
}

.t_cf_lb .slick-prev,.t_cf_lb .slick-next{
	width: 63px;
	height: 63px;
	border: none;
	position: absolute;
}

.t_cf_lb .slick-prev{
	left: 350px;
	background:url(../images/tu65.png)center center/cover;
}

.t_cf_lb .slick-next{
	right: 350px;
	background:url(../images/tu64.png)center center/cover;
}
#pp_sc{
	height: auto;
}

.slick-slide:focus{
	border: none;
}



.showRoom_box{
			width: 1220px;
			margin: 50px auto 0;
		}
		.showRoom_box ul li{
			float: left;
			width: 600px;
			margin-bottom: 20px;
		}
		.showRoom_box ul li:nth-child(2n){
			float: right;
		}
		.showRoom_box ul li .img{
			line-height: 0;
		}
		.showRoom_box ul li .gbox{
			margin-top: 18px;
		}
		.showRoom_box ul li .gbox .text{
			float: left;
			width: 292px;
			height: 290px;
			background: #cdaa6a;
			display: table;
			padding: 0 50px;
			color: #fff;
			font-size: 16px;
			line-height: 24px;
		}
		.showRoom_box ul li .gbox .text p{
			display: table-cell;
 			vertical-align: middle;
		}
		.showRoom_box ul li .gbox .img2{
			float: right;
			width: 292px;
		}
		.showRoom_box ul li.last .gbox .text{
			float: right;
		}
		.showRoom_box ul li.last .gbox .img2{
			float: left;
		}
		.showVideo_box{
			width: 1220px;
			margin: 60px auto 0;
			padding-bottom: 80px;
		}
		.showVideo_box .title{
			text-align: center;
			line-height: 0;
			margin-bottom: 35px;
		}
		.showVideo_box .video{
			position: relative;
		}
		.showVideo_box .video .btn{
			width: 59px;
			height: 59px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -30px;
			margin-top: -30px;
			cursor: pointer;
			z-index: 2;
		}
		.showVideo_box .video .text{
			position: absolute;
			left: 50%;
			top: 50%;
			margin-top: -8px;
			margin-left: -267px;
			text-align: center;
			width: 535px;
		}
		
	.t_fdgb{
		position: fixed;
		bottom: 60px;
		right:5px;
		width: 22px;
		background: #000;
		padding: 4px 4px;
		z-index: 9999999999999;
	}
	
	.t_fdgb 	.t_fdgb_a a{
		font-size: 14px;
		color: #fff;
		
	}
.t_fdgb 	.t_fdgb_a a:hover{
	text-decoration: none;
}

div.on{
	display:none;
}
