body{
	background-image: url(../images/bg.jpg);
	color: #3a3937;
}

a {
	color: #777373;
}


.inputs2{ width:99%;  background:#f2f2f2; height:54px; line-height:54px; font-size:14px; color:#999; border:none; outline:none;  text-indent:3%; font-family:"微软雅黑";}
.textarea{ padding:1%; width:100%;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */ background:#f2f2f2; font-size:14px; font-family:"微软雅黑";border:none; outline:none;margin-bottom:2%; color:#999; height:170px;  }
.inputs5{ width:100%;  background:#f2f2f2; height:54px; line-height:54px; font-size:14px; color:#999; border:none; outline:none;  text-indent:3%; font-family:"微软雅黑";}
.select {
    vertical-align: middle;
}

.bnts2{-webkit-tap-highlight-color: transparent;  border: none; width:40%; max-width:150px;font-size: 14px; height: 46px; background: #b29b7b; font-family:"微软雅黑"; text-align: center;color: #fff; outline: none;  cursor: pointer; -webkit-appearance: none; margin:0 auto;transition:all 0.3s;}
.bnts2:hover{opacity:0.8;filter:Alpha(opacity=80);}



/*背景色*/
.bg-zs{
	background-color:#8c7667;
	
}
.bg-db{
background-color:#85393b;
height:10px;
	
}
.bg-db1{
	background-image: url(../images/db.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}
.bg-qh{	background-color:#e7e6e3;}
/*字体*/
@font-face{font-family:yrxk; src:url(../fonts/yrxk.ttf);}
.yrxk {font-family:yrxk;}
/*渐变色*/
#LinearTopRight {

  background: linear-gradient(to right top, #00ff00, #ff0000 50%, #0000ff);
}
/*广告图*/
.ggt{
	background-color:#c5b29b;
	background-image: url(../images/gg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.lj a{color: #85393b;}
.lj a:hover{
	color: #85393b;
	text-decoration: underline;
}



.sqjr{
	background-image: url(../images/b3.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:229px;
	height:66px;
	text-align:center;
	line-height:66px;
	margin:5% auto;

}



/*更多样式*/
.gd {

		display: flex;  
		flex-direction: column;
		justify-content: center;
		align-items: center;

	}
.gd a {
		position: relative;   
        line-height: 30px;
		text-align: center;		
		text-decoration: none;
		color: #978168;
		font-size: 15px;
		padding: 0 35px;
		text-transform: uppercase;
		transition: 0.5s;
		overflow: hidden;
		/*-webkit-box-reflect: below 1px linear-gradient(transparent, #383b3e); */
	}
.gd a::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		border-top: 2px solid #978168;
		border-left: 2px solid #978168;
		transition: 0.5s;
		transition-delay: 0.5s;
	}
.gd a::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		width: 20px;
		height: 20px;
		border-bottom: 2px solid #978168;
		border-right: 2px solid #978168;
		transition: 0.5s;
		transition-delay: 0.5s;
	}
.gd a:hover::before, a:hover::after {
		width: 100%;
		height: 100%;
		transition-delay: 0s;
	}
.gd a:hover {
		background-color: #978168;
		color: #fff;
		box-shadow: 0 0 30px #978168;
		transition-delay: 0.3s;
	}




/*图片分类*/
.tfl{ width:780px; margin:auto;}
.tfl div{float:left;width:31.33%; margin-left:7px; margin-top:20px; margin-bottom:15px;}
.tfl div span img{
	color:#FFFFFF;
	border: 2px solid #CCCCCC;
	-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
border-radius:100%;
-moz-border-radius:100%; /* 老的 Firefox */}
.tfl div span img:hover{-webkit-transform:rotateY(360deg);transform:rotateY(360deg);border: 2px solid #e8bd0f;-webkit-filter: sepia(50%);filter: sepia(30%);}



/*背景*/
.bgimg{

    width:100%;
    height:100%;




    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center 0;
}
.bg1{
	background-image: url(../images/bg1.jpg);
}
.bg2{
	background-image: url(../images/bg2.gif);
	
}
.bg3{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg4{
	background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bg5{
	background-color: #ebe8df;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdbd1;
}
/*图片放大*/
.tfd{width: 100%;overflow: hidden;text-align:center}
.tfd img{max-width: 100%;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;}
.tfd img:hover{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4);}


/*图片效果01*/
.g-img{width: 100%;overflow: hidden;text-align:center}
.g-img img{max-width: 100%;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;}
.g-img img:hover{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4);}


/*图片效果03*/
.tp03{ margin-bottom:19px; background-color:#FFFFFF}
.tp03:hover{-moz-box-shadow:0px 1px 10px #c1c1c1; -webkit-box-shadow:0px 1px 10px #c1c1c1; box-shadow:0px 1px 10px #c1c1c1;}
.tp03 h5 { text-align:center}
.tp03 p { color:#CCCCCC}

.image03 {
    width: 100%;
    overflow: hidden;
    position: relative;

}
.image03 img {
    width: 100%;
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.image03 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.image03 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.image03 .buttons .fa {
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    opacity: 0;
}
.image03:hover 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);

}
.image03:hover .ovrly {
    opacity: 1;
}
.image03:hover .buttons .fa {
    opacity: 1;
}



/*图片效果02*/
.tp02{ margin-bottom:19px; background-color:#FFFFFF}
.tp02:hover{-moz-box-shadow:0px 1px 10px #c1c1c1; -webkit-box-shadow:0px 1px 10px #c1c1c1; box-shadow:0px 1px 10px #c1c1c1;}
.tp02 h5 { text-align:center}
.tp02 p { color:#CCCCCC}

.image02 {
    width: 100%;
    overflow: hidden;
    position: relative;

}
.image02 img {
    width: 100%;
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.image02 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.image02 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.image02 .buttons .fa {
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    opacity: 0;
}
.image02:hover 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);

}
.image02:hover .ovrly {
    opacity: 1;
}
.image02:hover .buttons .fa {
    opacity: 1;
}

/*图片效果*/
.testimonial-item .img{
width:100%;height:auto;
display:inline-block;
margin-bottom:10px;
border-radius:50px;
-moz-border-radius:50px; /* 老的 Firefox */
-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.testimonial-item .img img{
background-color: #737373;
border: 1px solid #737373;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
border-radius:100%;
-moz-border-radius:100%; /* 老的 Firefox */}

.testimonial-item{



}
.testimonial-item:hover{

 width:100%
}
.testimonial-item:hover .img{}
.testimonial-item:hover .img img{
	background-color: #c40505;
-webkit-transform:rotateY(360deg);	transform:rotateY(360deg);
	border-radius:100%;
-moz-border-radius:100%;border: 1px solid #f0aa00;
}

.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{display:inline-block;max-width:100%;height:auto;line-height:1.42857143;}


.thumbnail{display:block;line-height:1.42857143;}
.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}
a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{ }
.thumbnail{padding:9px;color:#333}

.img-thumbnail{max-width:none}


/*简介*/
.abt{

	background-image: url(../images/a1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.abt1{
	background-image: url(../images/a3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.abt2{
	background-image: url(../images/njj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneen{
    width: 15px;
	margin-top:50px;
	margin-left:38px;
    line-height:2rem;
    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
    word-break:break-all;
	color:#85393b
}
.oneen1{
    width: 18px;
	margin-top:30px;
	margin-left:25px;
    line-height:1.8rem;
    word-wrap: break-word;/*英文的时候需要加上这句，自动换行*/
    word-break:break-all;
	color:#5a5050;
	float:left;
	overflow:hidden;
}
/*新闻*/
.btn-lb {
  width: 150px;
  height: 50px;
  border: 2px solid #99846c;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: 1s;
}

.vertical, .horizontal {
  position: absolute;
  background: #f4f1ea;
  z-index: -1;
  transition: 1s;
}

.vertical {
  height: 50px;
  width: 130px;
}

.horizontal {
  width: 150px;
  height: 30px;
}

.noselect {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.btn-lb:hover .vertical {
  width: 0px;
  background: #f4f1ea;
}

.btn-lb:hover .horizontal {
  height: 0px;
  background: #f4f1ea;
}

.btn-lb:hover {
  background: #f4f1ea;
  color: #9a3639;
  font-weight:bold;
}



.xwbt{
	background-image: url(../images/b1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:173px;
	height:56px;
	text-align:center;
	line-height:56px;
}




.newrf_lst dd {
	width: 100%;
	height: 85px;
	border: 1px solid #e4e4e4;
	float: left;
	margin-top:15px;
	overflow: hidden;
}
p.new_rq {
	width: 65px;
	height: 65px;
	float: left;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 15px;
	background-color: #b0ada4;
}
p.new_rq span {
	display: block;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 35px;
	padding-top: 5px;
}
p.newrf_tx {
	float: right;
	width: 85%;
	margin-top: 8px;
}
p.newrf_tx a {
	color: #333;
	font-size: 1.2em;
	display: block;
	line-height: 30px;
}
p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 60px;
	overflow: hidden;
}
.newrf_lst dd:hover {
	width: 100%;
	height: 83px;
	overflow: hidden;
	border: 2px solid #917b61;
	box-shadow: 0px 0px 15px rgba(145, 123, 97, .27);
}
.newrf_lst dd:hover p.newrf_tx a {
	color: #917b61;
}
.newrf_lst dd:hover p.new_rq {
	background: #917b61;
	margin-top: 9px;
	margin-left: 9px;
}
.newrf_lst dd:hover p.newrf_tx {
	margin-top: 7px;
}




.nxw{

background-color:#ffffff;
}


a .nxw {
color: #666;
}
a:hover .nxw{
color: #ac1e23;
background-color:#ffffff;
-moz-box-shadow:0px 0px 13px #a1a1a1;
	-webkit-box-shadow:0px 0px 13px #a1a1a1;
	box-shadow:0px 0px 13px #a1a1a1;
	border: 1px solid #d0484e;
}

.nxw .btxh{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cac7c3;
}

a:hover .nxw .btxh{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ac1f23;
}


.dnlb a{
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:216px;
	height:46px;
	text-align:center;
	line-height:46px;
	font-size:1.2rem;
	color:#a58558;
}

.dnlb a:hover{
	background-image: url(../images/a2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:216px;
	height:46px;
	text-align:center;
	line-height:46px;
	float:left;
	color:#fff9ef;
	font-size:1.2rem;
	font-weight:bold;


}

/*产品*/

.cp .swiper-wrapper .swiper-slide{width: 25%!important; padding:15px;}
.view {
	max-width: 500px;
}
.view .swiper-slide {
	height: 300px;
	max-width: 500px;
	padding: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.view .swiper-slide img {
	height: 100%;
}
.view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left center;
	position: absolute;
	left: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat right center;
	position: absolute;
	right: 10px;
	width: 28px;
	height: 300px;
	z-index: 10;
	display: none;
}
.preview {
	position: relative;
	width: 440px;
	left: 30px;
}
.preview .swiper-slide {
	width: 87.5px;
	height: 70px;
	margin: 0 3px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}
.preview .swiper-slide img {
	display: inline-block;
	height: 100%;
}
.preview .active-nav {
	border: 1px solid #F00;
}
.preview .arrow-left {
	background: #fff url(../images/feel3.png) no-repeat left center;
	position: absolute;
	left: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}
.preview .arrow-right {
	background: #fff url(../images/feel4.png) no-repeat right center;
	position: absolute;
	right: -20px;
	top: 0;
	width: 20px;
	height: 70px;
	z-index: 10;
}








.cpbg{background-image: url(../images/zpbg.png);background-size:cover;background-position: center top;}
.cpbt{
	background-image: url(../images/b5.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.cptu{
	background-image: url(../images/b6.png);
	background-repeat: no-repeat;background-size: 100% auto;

	background-position: left bottom;
}




/*产品分类*/

.navbox-ny{
    padding-bottom: 2rem;
}
.navbox-ny ul li{
    width: 16.66%;
	font-size:2.5rem;
}
.navbox-ny ul li a{
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.3rem;
    background-color: #7e5b41;
    line-height: 3.5rem;
    margin: .5rem .75rem;

	
}
.navbox-ny ul li a.active{
    background-color: #d92129;
    color: #fff;
}
.navbox-ny ul li a:hover{
	background-image:url(../images/lb.png);
	opacity:1;/*透明度设置*/
	background-color: #cd0f18;
	color: #fff;
	background-position: left;
}
.navbox-ny ul li a:hover:hover{
background-position: -50px; 

}
.flex{
  display:box;
  display:-webkit-box;
  display:-webkit-flex; 
  display:-moz-box; 
  display:-ms-flexbox; 
  display:flex;
}

.flex-w{
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap:wrap;
}



/*图片缩小放大*/
.g-img img{max-width: 100%;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;}
.g-img img:hover{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);transform:scale(1.2);}

/*图片效果02*/
.tp02{ margin-bottom:19px;  background-color:#ca1621}
.tp02:hover{-moz-box-shadow:0px 1px 10px #c1c1c1; -webkit-box-shadow:0px 1px 10px #c1c1c1; box-shadow:0px 1px 10px #c1c1c1;}
.tp02 h5 {text-align:center; color:#fff}
.tp02 div p { color:#fff}
/*.tp02:hover h5{ padding-left:17px;-webkit-transition-duration:0.5s;}*/
.image02 {
    width: 100%;
    overflow: hidden;
    position: relative;

}
.image02 img {
    width: 100%;
    top: 0;
    position: relative;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.image02 .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.image02 .buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.image02 .buttons .fa {
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: rgba(50, 50, 50, 0.9);
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
    opacity: 0;
}
.image02:hover 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);

}
.image02:hover .ovrly {
    opacity: 1;
}
.image02:hover .buttons .fa {
    opacity: 1;
}

/*内页banner*/
.nybj{

height:300px;
	background-repeat: no-repeat;
	background-position: right top;
}
.jzzs{ padding-top:110px;

}

/*主页标题*/
.stitle {
	text-align: center ;

}
.stitle span {

}
.stitle div {
	height: 25px;
	width: 100%;
	background: url(../images/icon1-1.png) no-repeat center center;
	display: block;
}
.stitle p {
	display: inline-block;
	margin: 0 auto;
}


/*关于我们*/
.mainbg{
	background-attachment: fixed;
	background-image: url(../images/gywm.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100% 100%
}

/*图片阴影效果*/
.hovershadow {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	cursor: pointer;
}
.hovershadow:hover {
	box-shadow: 0px 10px 8px #ccc;
	transform:translate(0,-10px)
}
.hovershadow2 {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	cursor: pointer;
}
.hovershadow2:hover {
	box-shadow: 0px 0px 20px #ccc;
}
/*特效消失速度*/
.indcp{-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;}


/* 更多特效 */
.gd-1 {
  color: #ababab;
  border-color: #dcdcdc;
  overflow: hidden;
  position: relative;
  width:175px;
  border-radius: 5px;
  border: 1px solid;

  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gd-1:before, .gd-1:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
 
  background-color: #d91a1a;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.gd-1:before {
  left: -30px;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}
.gd-1:after {
  right: -30px;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}
.gd-1:hover {
  color: #fff;
}
.gd-1:hover:before, .gd-1:hover:after {
  width: 80%;
}

/* 更多特效2 */
.gd-2 {
  color: #ababab;
  border-color: #dcdcdc;
  overflow: hidden;
  position: relative;
  width:175px;
  border-radius: 5px;
  border: 1px solid;

  background: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.gd-2:before, .gd-2:after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 0;
  top: 0;
 
  background-color: #d91a1a;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.gd-2:before {
  left: -30px;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}
.gd-2:after {
  right: -30px;
  -webkit-transform: skew(-45deg, 0);
          transform: skew(-45deg, 0);
}
.gd-2:hover {
  color: #fff;
}
.gd-2:hover:before, .gd-2:hover:after {
  width: 80%;
}

/*文字下划线动画01*/
/*设置a的定位，给我们自己编写的下划线一个定位参考*/
.left-to-right{
position:relative;
}
/*使用伪类给a下面添加下划线*/
/*css3为了区别伪类选择器把::改为:,使用:也会自动转为::*/
.left-to-right::after{
content:'';
display:block;
/*开始时候下划线的宽度为0*/
width:0;
height:2px;
position:absolute;
left:0;
bottom:-1px;
background:#a61e23;
/*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
transition:all 0.6s ease-in-out;
}
.left-to-right:hover::after{
width:100%;
}

/*文字下划线动画02*/
/*设置a的定位，给我们自己编写的下划线一个定位参考*/
.left-to-right02{
position:relative;
}
/*使用伪类给a下面添加下划线*/
/*css3为了区别伪类选择器把::改为:,使用:也会自动转为::*/
.left-to-right02::after{
content:'';
display:block;
/*开始时候下划线的宽度为0*/
width:0;
height:4px;
position:absolute;
left:0;
bottom:-1px;
background:#000;
/*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
transition:all 0.6s ease-in-out;
}
.left-to-right02:hover::after{
width:100%;

}

/*div内显示一行，超出部分用省略号显示*/
.wzh1{

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*div内显示两行或三行，超出部分用省略号显示*/

.wzh2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;/*行数*/
    -webkit-box-orient: vertical;
}

.wzh3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;/*行数*/
    -webkit-box-orient: vertical;
}
.wzh4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;/*行数*/
    -webkit-box-orient: vertical;
}
.wzh7{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;/*行数*/
    -webkit-box-orient: vertical;
}
/*方向移动特效*/
.fxyd {

	transition:all 0.6s ease-in-out;
}
.fxyd:hover {
	transform:translate(0,-10px)
}



/*中国风边框*/
.cricle{
  background: radial-gradient(circle at top left, transparent 15px, #58a 0) top left,
          radial-gradient(circle at top right, transparent 15px, #58a 0) top right,
          radial-gradient(circle at bottom right, transparent 15px, #58a 0) bottom right,
          radial-gradient(circle at bottom left, transparent 15px, #58a 0) bottom left;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}




/*992屏幕以下*/
@media only screen and (max-width: 1200px) {
.yc{

	display:none
}
.cp .swiper-wrapper .swiper-slide{width: 33.333%!important;}
}

/*900屏幕以下*/
@media only screen and (max-width: 990px) {
.navbox-ny ul li{width: 20%;}


.xwbt{
	background-image: url(../images/b2.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:130px;
	height:43px;
	text-align:center;
	line-height:43px;
	margin-top:15px;
}

.sjj1{margin-top:13px; display:block;}


.newrf_lst dd {
	width: 100%;
	height: 75px;
	border: 1px solid #e4e4e4;
	float: left;

	overflow: hidden;
}
p.new_rq {
	float: left;
	width: 20%;
}
p.new_rq span {


	font-size: 18px;
	text-align: center;
	font-weight: bold;
	line-height: 15px;
	padding-top: 13px;
}
p.newrf_tx {

	float:right;
	width: 70%;

}
p.newrf_tx a {
	color: #333;
	font-size: 1.1em;
	display: block;
	line-height: 30px;
}
p.newrf_tx span {
	display: block;
	font-size: 12px;
	color: #999;
	height: 40px;
	overflow: hidden;
}
.newrf_lst dd:hover {
	width: 100%;
	height:75px;
	overflow: hidden;
	border: 0px solid #217af0;
	box-shadow: 0px 0px 0px rgba(37, 125, 242, .27);

}
.newrf_lst dd:hover p.newrf_tx a {
	color: #917b61;
}
.newrf_lst dd:hover p.new_rq {
	background: #917b61;

}
.newrf_lst dd:hover p.newrf_tx {

}

}
/*768屏幕以下*/
@media only screen and (max-width: 768px) {
.cp .swiper-wrapper .swiper-slide{width: 50%!important;}
.view .swiper-slide {
	height: 200px;
}
.preview {
	display: none;
}
.view .arrow-left, .view .arrow-right {
	height: 200px;
	display: block;
}



.navbox-ny ul li{width: 25%;}
.ggt{
	background-color:#796751;
	background-image: url(../images/gg.png);
background-size:cover;background-position: center top;
}
.sqjr{
	background-image: url(../images/b4.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:130px;
	height:37px;
	text-align:center;
	line-height:37px;
	float:left;


}

}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.navbox-ny ul li{width: 50%;}



}



/*sm屏幕以上*/
@media only screen and (min-width: 576px) {}

/*md屏幕以上*/
@media only screen and (min-width: 768px) {

}


/*900屏幕以上*/
@media only screen and (min-width: 900px) {

}
/*lg屏幕以上*/
@media only screen and (min-width: 992px) {

}
/*lg屏幕以上*/
@media only screen and (min-width: 1150px) {

}



/*离子背景*/
.starbg{background:url(../images/anli.jpg) center center no-repeat;background-size:cover;}
main {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 68vh;
  perspective: 250px;
}.stars {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 2px;
  box-shadow: -238px 108px #f7f7f7, 193px -376px #f7f7f7, -1264px -60px #fafafa,
    145px -443px #c9c9c9, -1440px 37px #f7f7f7, 262px -136px #cfcfcf,
    212px 219px #e3e3e3, 319px 223px #c7c7c7, 1246px -51px #c9c9c9,
    308px 26px #e0e0e0, 147px 229px #e6e6e6, -1041px 450px #d1d1d1,
    671px 86px white, -921px 234px #f0f0f0, -957px 242px #e8e8e8,
    1249px -285px #d1d1d1, 741px 434px #d9d9d9, -1030px 330px #ededed,
    311px -475px #fcfcfc, -413px -105px #d4d4d4, 868px -435px #f7f7f7,
    -790px 289px #dbdbdb, 202px 427px #fcfcfc, -22px -158px #c9c9c9,
    -1294px -297px #cccccc, -63px 200px #f0f0f0, -592px -86px #f7f7f7,
    -732px 366px white, -1426px -262px #e8e8e8, 475px -400px #c9c9c9,
    -1442px -153px #f7f7f7, 1124px -219px #ededed, 701px 257px #f0f0f0,
    36px -179px #ebebeb, -937px 480px #f7f7f7, -267px -418px #f2f2f2,
    1467px 127px #cfcfcf, -1128px 274px #d1d1d1, -180px 430px #e0e0e0,
    624px 275px #fafafa, -473px 150px #e6e6e6, -537px -348px #d4d4d4,
    410px 455px #ebebeb, 497px -29px #cccccc, 416px -370px whitesmoke,
    977px 82px #c2c2c2, 1209px -222px #f0f0f0, 637px 360px #fcfcfc,
    -1049px 409px white, 959px 407px #c9c9c9, -1153px -168px #dedede,
    -437px -216px #dbdbdb, -572px 420px #fcfcfc, -228px 78px #dbdbdb,
    -925px 452px #cccccc, 244px 30px #c4c4c4, 453px -336px #dedede,
    993px -63px #c2c2c2, 670px -343px #d9d9d9, -1088px 344px #fcfcfc,
    -170px -153px #c4c4c4, 987px -208px #d1d1d1, 596px 166px #fcfcfc,
    -1362px -28px #c4c4c4, 1291px -106px #e3e3e3, -1128px 169px #ededed,
    1056px 367px #ebebeb, 261px -128px #cccccc, 1017px 401px #cccccc,
    1381px 245px #e3e3e3, 536px -113px #fafafa, -92px -217px #e3e3e3,
    1481px 268px #d1d1d1, 832px -345px #cccccc, -863px 138px #f0f0f0,
    -997px -412px #e3e3e3, -330px -260px #d9d9d9, 691px -39px #fcfcfc,
    -468px -135px #d6d6d6, -535px 405px #e8e8e8, -1289px -284px #e3e3e3,
    823px -225px #cccccc, -1172px -348px white, 505px -319px #ededed,
    94px -45px #ededed, -687px -64px #c7c7c7, -1133px -456px #f2f2f2,
    1357px 135px #e0e0e0, -919px -249px whitesmoke, 206px 32px white,
    1453px -338px #cccccc, -764px 83px #e8e8e8, 726px 85px #fafafa,
    205px 103px #e3e3e3, 85px 116px #d1d1d1, 1104px -121px #f0f0f0,
    649px -304px #dbdbdb, -313px 313px whitesmoke, 491px -419px #c9c9c9,
    -1405px 397px #cfcfcf, 30px -81px #e6e6e6;
  animation: fly 3s linear infinite;
  transform-style: preserve-3d;
}
.stars:before,
.stars:after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  box-shadow: inherit;
}
.stars:before {
  transform: translateZ(-300px);
  animation: fade1 3s linear infinite;
}
.stars:after {
  transform: translateZ(-600px);
  animation: fade2 3s linear infinite;
}
@keyframes fly {
  from {
    transform: translateZ(0px);
  }
  to {
    transform: translateZ(300px);
  }
}
@keyframes fade1 {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}



