/*背景色*/
.bg-zs{
	background-color:#8c7667;	
}
.bg-qh{	background-color:#e7e6e3;}
.bg-lan{background-color:#0054a7;}
.bg-sz{background-color:#f3c41c;}
.bg-n1{

	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-n2{

	background-image: url(../images/lj.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	 background-size:100% 150px;  
}
/*字体*/
@font-face{ font-family:kaiti; src:url(../font/kaiti.ttf);}
.fanti {font-family:kaiti;}
.zt-lan{color:#0054a7;}
/*渐变色*/
#LinearTopRight {

  background: linear-gradient(to right top, #0b0b0b, #3a3a3a 50%, #0000ff);
}
/*广告图*/
.ggt{
	background-image: url(../images/dbbj.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	background-size: cover;
}

#roll{ position:relative; }
#roll img{ margin:0 4px; display:inline;}



.weizhi{
padding-top:310px;
	text-align:right;
	vertical-align: bottom;
}

/*左右间距*/
.zyjj{
padding-left:50px; padding-right:50px;
}


/*文字放大缩小*/
.wzdx a{ padding-left:7px; padding-right:7px;}
.wzdx span a:active{
	padding:3px 7px;
	background-color: #0055a5;
	color:#FFFFFF;
}
.wzdx a:hover{
	padding:3px 7px;
	background-color: #0055a5;
	color:#FFFFFF;
}





/*标题边框*/
.bk-z{
	border-left-color:#f3c41c;
	border-left-width: 4px;
	border-left-style: solid;
	padding-left:13px;
}




/*更多样式*/
.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: #313131;
		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 #f3c41c;
		border-left: 2px solid #f3c41c;
		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 #f3c41c;
		border-right: 2px solid #f3c41c;
		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: #f3c41c;
		color: #fff;
		box-shadow: 0 0 30px #f3c41c;
		transition-delay: 0.3s;
	}

/*颜色*/
.t-bai{ color:#FFFFFF}
.t-bai a{ color:#FFFFFF}
.t-bai a:hover{
	color:#FFFFFF;
	font-weight: bold;
}

/*图片分类*/
.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/ss.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg2{
	background-image: url(../images/ditu.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}
.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-image: url(../images/yy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*图片放大*/
.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: #282828;
border: 1px solid #282828;
-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}


/*产品展示*/

.ly-pro {
  width: 100%;
  margin-bottom:10px;
}

.ly-pro li{



width:100%;

height: auto;

border: 15px solid #f4f5f7;

-webkit-transition: all 0.5s ease-out;

-moz-transition: all 0.5s ease-out;

transition: all 0.5s ease-out;
}

.ly-pro li:hover{

  border:15px solid #f3c41c;

}

.ly-pro li .tu{
	position: relative;
	width: 100%;
	height: auto;
	padding:0px;
	background-color: #fff;
	overflow: hidden;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f4f5f7;
	border-right-color: #f4f5f7;
	border-bottom-color: #f4f5f7;
	border-left-color: #f4f5f7;
}

.ly-pro li .tu img{

  width: 100%;

  height: auto;

  -webkit-transform: scale(1, 1); 

  -moz-transform: scale(1, 1); 

  -webkit-transition: all 0.5s ease-out; 

  -moz-transition: all 0.5s ease-out; 

  transition: all 0.5s ease-out;

}

.ly-pro li:hover .tu img{

  -webkit-transform: scale(1.1, 1.1); 

  -moz-transform: scale(1.1, 1.1); 

  transform: scale(1.1, 1.1); 

  -webkit-transition: all 0.6s ease-out; 

  -moz-transition: all 0.6s ease-out; 

  transition: all 0.6s ease-out;

}

.ly-pro li .tu p{

  position: absolute;

  left:0px;

  bottom:-50px;

  z-index: 10;

  width: 100%;

  padding:10px 0px;

  background: #f3c41c;

  text-align: center;
  font-size: 18px;
  color: #fff;

  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);

  transition: all 0.3s ease-out;

}

.ly-pro li:hover .tu p{

  bottom:0px;

}



.ly-pro li .ly-tit{
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

.ly-pro li .ly-tit h3{

  display: block;
	text-align: center;
  font-size: 16px;

  color: #666666;



  font-weight: bold;

  transition: all 0.3s ease-out;

}

.ly-pro li:hover .ly-tit h3{
	color: #c79127;
	text-indent: 19px;
}

.ly-pro li .ly-tit p{

  display: block;

  margin-bottom: 15px;

  font-size: 14px;

  color: #737373;

  line-height: 138%;

  height: 40px;

  overflow: hidden;

}
.ly-tit{

	background-color: #f4f5f7;
}
.ly-pro li .ly-tit .more img{

  display: inline-block;

  margin-right: 15px;

  float: left;

  vertical-align:middle;

 
}

.ly-pro li .ly-tit .more{

  font-size: 14px;

  color: #000000;

  vertical-align:middle;

}

/*新闻1*/
.news-hs{ background-color:#f4f5f7;color:#000}
.news-hs p{ color:#a1a1a1}
.news-hs:hover{ background-color:#f3c41c;color:#fff;}
.news-hs:hover p{ color:#fff}


/*产品分类1*/
.cpfl1 a{
	background-color:#000;
	color:#FFFFFF;
	margin-top: 7;
	margin-right: 19px;
	margin-bottom: 7;
	margin-left: 19px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	border-radius:6px;
}
.cpfl1 a:hover{
	background-color:#f3c41c;
	color:#000;
	margin-top: 7;
	margin-right: 19px;
	margin-bottom: 7;
	margin-left: 19px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	border-radius:6px;
}
/*产品分类*/

.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;
}


/*图片上放文字*/
.gyqy {
    position: relative;
}

.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 16px;

}

.bottomcenter {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;

	margin-top:-9px;
}

/*图片缩小放大*/
.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;
}
/*友情链接*/
.xiala {
	width : 30px;
	height : 28px;
	position : absolute;
	display : block;
	top : 0;
	right : 0;
	border-left : 1px solid #e3e3e3;
}

.footer-btn {
  position: relative;
  display: inline-block;
  /* margin      : 5px 0; */
  /* margin-right: 30px; */
  width: 165px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #999;
  }

.footer-btn:hover {
  color: #fff;
  transition-duration: .3s;
  background-color: #0054A7; }

.footer-btn:hover .footer-btn-dp {
  display: block !important; }

.footer-btn-dp {
  display: none;
  position: absolute;
  width: 100%;
  height: auto;
  max-height: 150px;
  overflow: auto; 
  /*overflow-x:hidden;*/

  text-align: left;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 6;
  }

.footer-btn font {
	margin-right : 30px;
}
  
  
  
.footer-btn-dp ul::-webkit-scrollbar{
 width: 10px;
}
.footer-btn-dp ul::-webkit-scrollbar-thumb {
     border-radius: 0px;
     behavior:url(/cms-chng-theme/js/PIE.htc);
     -ms-behavior:url(/cms-chng-theme/js/PIE.htc);
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
      background: rgba(0,0,0,0.2);
}

.footer-btn-dp ul {
  height: 120px;
  overflow-x: hidden;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default;
  background-color: #fff; }

.footer-btn-dp ul li {
  border-bottom: 1px solid #d9d9d9;
  height: 32px;
}

.footer-btn-dp ul li a {
  color: #999;
  padding-left: 5px;
}

.footer-btn-dp ul li:hover a {
  color: #0054A7; }

.footer-btn-dp::-webkit-scrollbar {
  width: 2px;
  color: #b9b9b9; }
/*关于我们*/
.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:3px;
position:absolute;
left:0;
bottom:-1px;
background:#0a428d;
/*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
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;
}


/*文字背景图片*/
         .ss13{
             width:100%;
			 font-family: Geneva, Arial, Helvetica, sans-serif;
             font-size:13rem;
			 line-height:9rem;
             font-weight: bold;
             margin: 2rem auto;
             background: url('../images/ztbg.jpg') no-repeat;
 /*同时这里也可以换成 gif图   那样背景动图就都不需要添加了*/
             text-align: center;
 
             /*设置文字透明*/
             color: transparent;
             /*设置裁剪背景 以 文件背景裁剪*/
             -webkit-background-clip: text;
             /*添加动画*/
             animation: move 4s alternate infinite;
 
         }
 
 
        /*设置动画*/
         @keyframes move {
            0%{
                background-position: 0 -20px;
            }
            100%{
                background-position: -750px -20px;
            }
        }


/*992屏幕以下*/
@media only screen and (max-width: 1200px) {
.yc{

	display:none
}



  .footer-btn {
    font-size: 1rem;
    width: 100%!important;
    border-radius: 5px;
    behavior:url(/cms-chng-theme/js/PIE.htc);
    -ms-behavior:url(/cms-chng-theme/js/PIE.htc);
    margin: 0 1%;
  }

  .footer-btn-dp ul li a{
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }



  .footer-text {
    margin-right: 15px !important;
    /* cursor   : pointer; */ }


}

/*900屏幕以下*/
@media only screen and (max-width: 990px) {
.navbox-ny ul li{width: 20%;}
  .footer-btn {
    width: 160px;
    font-size: 1rem;
    margin-right: 30px; } 
}
/*768屏幕以下*/
@media only screen and (max-width: 768px) {
#roll img{ margin:0 4px; width:300px; display:inline;}
.zyjj{
padding-left:20px; padding-right:20px;
}
.ly-pro li{
border: 5px solid #eaeaea;
}
.ly-pro li:hover{

  border:5px solid #f3c41c;

}
.navbox-ny ul li{width: 25%;}

}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.navbox-ny ul li{width: 50%;}
.ss13{
font-size:8rem;
line-height:8rem;
}
.zyjj{
padding-left:15px; padding-right:15px;
}
.weizhi{
padding-top:140px;
	text-align:right;
	vertical-align: bottom;
}
.gd a {

		font-size: 14px;
		padding: 0 15px;

		/*-webkit-box-reflect: below 1px linear-gradient(transparent, #383b3e); */
	}
.cpfl1 a{
	background-color:#000;
	color:#FFFFFF;
	margin-top: 7;
	margin-right: 10px;
	margin-bottom: 7;
	margin-left: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-radius:6px;
}
.cpfl1 a:hover{
	background-color:#f3c41c;
	color:#000;
	margin-top: 7;
	margin-right: 19px;
	margin-bottom: 7;
	margin-left: 19px;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	border-radius:6px;
}

}



/*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;
  }
}




