.width{
	width: 1200px;
	margin: 0 auto;
}
.white{
	color:#fff;
}
.white a{
	color:#fff;
}
.white a:visited{
	color:#fff;
}
.white a:hover{
	color:#ffffff;
}
.blcak{
	color: #000;
}
.blcak a{
	color: #000;
}
.blcak a:visited{
	color: #000;
}
.blcak a:hover{
	color: #000;
}
.red{
	color: #fff;
}
.red a{
	color: #fff;
}
.red a:visited{
	color: #fff;
}
.red a:hover{
	color: red;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.action{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}
.action:hover{
	transition: all .4s ease;
	-moz-transition: all .4s ease;
	-webkit-transition: all .4s ease;	
	-o-transition: all .4s ease;
}



/*banner*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  }

.rslides img {
  display: block;
  height:auto;
  border: 0;
  width: 100%;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url(../images/themes.gif) no-repeat left top;
  margin-top: -45px;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
/*header*/
.top-bg{
	border-top: solid 11px #efefef;
	padding: 20px 0;
}
.logo-text{
	width: 330px;
	margin-left: 20px;
	font-size: 18px;
	color: #202020;
	line-height: 36px;
}
.logo-text span{
	color: #d95200;
	font-weight: bold;
}
.top-tel{
	background: url(../images/top-tel.jpg) no-repeat left center;
	padding-left: 70px;
	font-size: 18px;
	color: #272727;
	font-weight: bold;
}
.top-tel p{
	font-size: 32px;
	color: #d95200;
}

.nav-bg{
	background: #d95200;
}
.mobile_nav>ul>li{
	float: left;
	text-align: center;
	line-height: 50px;
/*	position: relative;*/
}
.mobile_nav>ul>li>a{
	display: block;
	outline: none;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
  padding: 0 40px;
}	
.mobile_nav>ul>li>a>span{
	display: block;
	color: #fff;
	font-size: 15px;	
	 outline: none;
  position: relative;
  text-decoration: none;
  transition: color .3s ease;
}
/*.mobile_nav>ul>li>a>span::after {
  --scale: 0;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 7px;
  background: #b10100;
  -webkit-transform: scaleX(var(--scale));
          transform: scaleX(var(--scale));
  -webkit-transform-origin: var(--x) 50%;
          transform-origin: var(--x) 50%;
  transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
}
.mobile_nav>ul>li>a>span:hover::after {
  --scale: 1;
}*/
/*.mobile_nav>ul>li:hover>a>span{
	color: #fff;
}
.mobile_nav>ul>li>a#menu_selected span{
	color: #fff;
}*/
.mobile_nav>ul>li:hover>a{
	background: #b44400;
}
.mobile_nav>ul>li>a#menu_selected{
	background: #b44400;
}






/*.mobile_nav>ul>li:hover a span{
	color: #e60548;
}
.mobile_nav>ul>li>#menu_selected span{
	color: #e60548;
	border-bottom: solid 5px #e60548;
}*/









.menulevel{
	display: none;
}
.nav-bg>.mobile_nav>ul>li:hover>.menulevel{
	display: block;
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -37px;
	width: 124px;
	z-index: 999;
	background: rgba(255,255,255,.8);
	padding-top: 30px;
}
.menulevel li{
	line-height: 40px;
}
.menulevel li a span{
	font-size: 14px;
}
.menulevel li:hover a span{
	color: #00cc33;
}



#full-screen-slider { width:100%; /*height:600px;*/ position:relative}
#slides { display:block; width:100%; height:600px; list-style:none; padding:0; margin:0; position:relative}
#slides li { display:block; width:100%; height:100%; list-style:none; padding:0; margin:0; position:absolute}
#slides li a { display:block; width:100%; height:100%; text-indent:-9999px}
#pagination { display:block; list-style:none; position:absolute; left:20%; top:480px; z-index:9900;  padding:5px 15px 5px 0; margin:0}
#pagination li { display:block; list-style:none; width:10px; height:10px; float:left; margin-left:15px; border-radius:5px; background:#FFF }
#pagination li a { display:block; width:100%; height:100%; padding:0; margin:0;  text-indent:-9999px;}
#pagination li.current { background:#0092CE}
/*foot部分*/
.footer-dh p{
	font-size: 21px;
	color: #fff;
	font-weight: bold;
}
.footer-dh ul li{
	font-size: 15px;
	color: #ABABAB;
	line-height: 36px;
}
.footer-dh ul li p{
	font-size: 13px;
	color: #ABABAB;
	font-weight: normal;
}
.footer-qgtel{
	margin-left: 70px;
}
.footer-qgtel p{
	font-size: 21px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-kjdh{
	width: 210px;
}
.footer-kjdh ul li{
	float: left;
	width: 50%;
}
.footer-kjdh ul li a{
	font-size: 14px;
	color: #ababab;
	line-height: 36px;
}

.footer-bg{
	background: #2b2b2b;
	padding: 60px 0 50px;
}
.footer-left{
	width: 560px;
}
.footer-left p{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer-nav ul li{
	float: left;
}
.footer-nav ul li a{
	font-size: 15px;
	color: #ababab;
	line-height: 30px;
	padding-right: 40px;
}
.footer-tit{
	width: 520px;
}
.footer-tit p{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-lx ul li{
	float: left;
	font-size: 15px;
	color: #e0e0e0;
	line-height: 30px;
	width: 260px;
}

.bottom-bg{
	background: #d95200;
	text-align: center;
	padding: 10px 0;
}
.bottom-bg p a{
	color: #fff;
}
.wzbb{
	color: #fff;
	font-size: 13px;
	line-height: 28px;
}
.wzbb a{
	color: #fff;
}
.foot-content{
	color: #fff;
}
.foot-content a{
	color: #fff;
}
/*内页部分*/
.ny-bg{
	padding: 60px 0;
}
.ny-tit{
	font-size: 30px;
	color: #202020;
	font-weight: bold;
	text-align: center;
	background: url(../images/ny-titline.jpg) no-repeat center center;
}
.ny-tit span{
	color: #d95200;
}
.ny-location{
	font-size: 15px;
	color: #202020;
	font-weight: normal;
}
.ny-location a{
	color: #202020;
	font-size: 15px;
}
.ny-neirong{
	margin-top: 40px;
}

.ny-img img{
	width: 100%;
}
.ny-xwimg{
	width: 220px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.ny-xwimg img{
	/*width: 100%;
	min-height: 100%;*/
	height: 100%;
	width: auto;
}
.ny-xwkd{
	margin-top: 8px;
	width: 330px;
}
.nyxw-list{
	width: 136px;
	line-height: 37px;
	border: solid 1px #d95200;
	text-align: center;
}
.nyxw-list a{
	font-size: 13px;
	color: #d95200;
}







.ny-zzjsnr{
	margin-bottom: 40px;
}
.ny-zzjsnr p{
	font-size: 18px;
	color: #2b2b2b;
	margin-bottom: 20px;
}
.ny-zzlist ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 40px;
}
.ny-zzlist ul li img{
	vertical-align: middle;
	margin-right: 10px;
}







.ny-sj{
	font-size: 14px;
	color: #878787;
	margin-top: 60px;
	text-align: right;
}
.ny-sj p{
	font-size: 30px;
	font-weight: bold;
}
ul.newsList li:hover .ny-sj{
	color: #d95200;
}
.ny-xwmore{
	margin-top: 18px;
	width: 140px;
	line-height: 33px;
	border: solid 1px #d95200;
	text-align: center;
}
.ny-xwmore a{
	font-size: 13px;
	color: #d95200;
}
ul.newsList li:hover .ny-xwmore{
	background: #d95200;
}
ul.newsList li:hover .ny-xwmore a{
	color: #fff;
}


#spec-n1{
	height: 380px;
	overflow: hidden;
}
#spec-n1 img{
	/*width: 100%;*/
	width: auto;
	height: 100%;
}
.nygcal-js{
	font-size: 14px;
	line-height: 30px;
	color: #2b2b2b;
}
.ny-xqbut{
	background: #d95200;
	border: none;
	font-size: 16px;
	color: #fff;
	/*width: 160px;*/
	text-align: center;
}

.ny-xwtp{
	height: 180px;
	text-align: center;
	overflow: hidden;
}
.ny-xwtp img{
	height: 100%;
	width: auto;
}
.ny-xwgd a{
	font-size: 14px;
	color: #d95200;
}
.ny-xwgd{
	margin-top: 20px;
}
.ny-bgzx{
	background: url(../images/xw-bg.jpg) no-repeat center bottom;
	padding: 100px;
}



/*= common css to all effects =*/
.single-member{width: 100%; float: left;  text-align: center; position: relative;}
.member-image img{max-width: 100%; vertical-align: middle;}
.h3 a {font-size: 24px; font-weight: normal; margin: 10px 0 0; text-transform: uppercase;}
.social-touch a{display: inline-block; width: 27px; height: 26px; vertical-align: middle; margin: 0 2px; background-image: url(../images/social-icons.png); background-repeat: no-repeat; opacity: 0.7; transition: 0.3s;}
.social-touch a:hover{opacity: 1; transition: 0.3s;}
.fb-touch{background-position: 0 0;}
.tweet-touch{background-position: -35px 0;}
.linkedin-touch{background-position: -71px 0;}
.icon-colored .fb-touch{background-position: 0 -27px;}
.icon-colored .tweet-touch{background-position: -35px -27px;}
.icon-colored .linkedin-touch{background-position: -71px -27px;}
/*= common css to all effects end =*/







/* Style the thumbnails */
.pika-thumbs{ padding: 0 16px; height: 75px; }
.pika-thumbs li{ width: 144px; height:74px; margin: 10px 0 0 17px; padding: 0; overflow: hidden;
    float: left; list-style-type: none;padding: 3px; margin: 0 5px; background: #fafafa; border: 1px solid #e5e5e5; cursor: pointer;}
.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}

/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 400px;}
.pika-stage {position: relative; background: #fafafa; border: 1px solid #e5e5e5; padding: 10px 10px 40px 10px; text-align:center; height:250px;}
.pika-stage img{height:100%;}
.pika-stage .caption {position: absolute; /*background: #000; background: rgba(0,0,0,0.75);  border: 1px solid #141414;*/ font-size: 11px; 
    color: #fafafa; padding: 10px; text-align: right; bottom: 50px; right: 10px;}
.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
.pika-imgnav a.previous {background: url(../images/prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: 10px;cursor:pointer;}
.pika-imgnav a.next {background: url(../images/next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: 10px;cursor:pointer;}
.pika-imgnav a.play {background: url(../images/play.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display: none;cursor:pointer;}
.pika-imgnav a.pause {background: url(../images/pause.png) no-repeat 0% 50%; height: 100px; width: 44px;top:0;left:50%;display:none;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {overflow: hidden; margin: 10px 0 0 0;bottom:10px; position:absolute;}
.pika-textnav a {font-size: 12px; text-decoration: none; color: #333; padding: 4px;}
.pika-textnav a.previous {float: left; width: auto; display: block;}
.pika-textnav a.next {float: right; width: auto; display: block;}

/*for the tool tips*/
.pika-tooltip{font-size:12px;position:absolute;color:white;padding:3px; background-color: rgba(0,0,0,0.7);border:3px solid black;}
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
    text-align:right; position:absolute; top:15px; right:15px; }

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{width: 60px; height:60px;}
.pikachoose{width:430px; position:relative;margin-left: 90px;}
#pikame{width: 150px;}
.pika-thumbs {margin: 10px 0 0 17px; width:250px;position: absolute;top: 10px;right: 30px;}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin-pika{position:absolute;top:0px;left:-90px;}
.jcarousel-skin-pika .jcarousel-container-vertical { width: 125px;height: 300px; overflow:hidden;}
.jcarousel-skin-pika .jcarousel-clip-vertical { width:  125px; height: 230px;}






















.ny-head{
	padding-top: 12px;
	height: 60px;
}
.ny-head a{
	font-size: 16px;
	color: #fff;
}
.effect-2{max-height: 324px; min-height: 324px; overflow: hidden;}
.effect-2 .h3{padding-top: 7px; line-height: 33px;}
.effect-2 .member-image{ height: 187px; overflow: hidden; width: 100%; transition: 0.4s; display: inline-block; float: none; vertical-align: middle;}
.effect-2 .member-info{transition: 0.4s;}
.effect-2 .member-info p{
	width: 90px;
	line-height: 33px;
	border: solid 1px #fff;
	text-align: center;
	border-radius: 20px;
	margin: 0 auto;
}
.effect-2 .member-info p a{
	font-size: 14px;
	color: #fff;
}
.effect-2 .member-image img{width: 100%; vertical-align: bottom;}
.effect-2 .social-touch{background-color: #1fb554; float: left; left: 0; bottom: 0; overflow: hidden; padding: 5px 0; width: 100%; transition: 0.4s;}
.effect-2:hover .member-image{height: 200px; transition: 0.4s;}











/*首页部分*/
.cplist-bg{
	margin: 40px 0 60px;
}
.cp-tit{
	text-align: center;
	font-size: 15px;
	color: #202020;
	text-transform: uppercase;
}
.cp-tit p{
	font-size: 28px;
	color: #202020;
	font-weight: bold;
}
.cp-nav{
	margin: 30px 0 50px;
	background: #d95200;
}
.cp-nav ul li{
	line-height: 50px;
	float: left;
}
.cp-nav ul li a{
	font-size: 15px;
	color: #fff;
	border-right: solid 1px #fff;
	padding: 0 20px;
}
.cp-nav ul li:last-child a{
	border-right: none;
}
.cplist-tupian{
	height: 295px;
	overflow: hidden;
	text-align: center;
	border: solid 1px #9c9c9c;
}
.cplist-tupian img{
	/*min-height: 100%;
	width: 100%;*/
	height: 100%;
}
.cplist-mc{
	line-height: 70px;
	text-align: center;
}
.cplist-mc a{
	font-size: 15px;
	color: #202020;
}

.about-bg{
	background: url(../images/about-bg.jpg) no-repeat center top;
	padding-top: 90px;
	padding-bottom: 80px;
}
.about-tit{
	font-size: 21px;
	color: #393939;
	margin-bottom: 30px;
}
.about-tit p{
	font-size: 36px;
	color: #D95200;
	font-weight: bold;
}
.about-more{
	width: 164px;
	line-height: 44px;
	background: #d95200;
	text-align: center;
}
.about-more a{
	font-size: 18px;
	color: #fff;
}
.gsjj-text{
	margin-top: 180px;
}
.gsjj-text p{
	font-size: 15px;
	color: #646464;
	line-height: 30px;
}
.about-top{
	background: url(../images/about-img.jpg) no-repeat center top;
	margin: 60px 0 50px;
}
.about-m{
	width: 360px;
}
.about-m ul li{
	float: left;
	width: 180px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding: 52px 0;
}
.about-m ul li p a{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.about-line{
	width: 38px;
	height: 4px;
	background: #fff;
	margin: 20px auto 0;
}
.about-bl{
	font-size: 22px;
	color: #d95200;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 20px;
}
.about-nav{
	font-size: 15px;
	color: #202020;
	line-height: 30px;
}

.ys-bg{
	background: #efefef;
	padding: 80px 0;
}
.ys-tit{
	font-size: 15px;
	color: #9e9e9e;
	text-transform: uppercase;
	text-align: center;
}
.ys-tit p{
	font-size: 30px;
	color: #d95200;
	font-weight: bold;
}
.ys-middle{
	margin-top: 70px;
}
.ys-middle ul li{
	float: left;
	width: 50%;
	border-bottom: dotted 1px #979797;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 85px;
}

.card__side {
   height: 85px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 87px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}


.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}



.ys-middle ul li:hover .card__side--front-1

 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.ys-middle ul li:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.ys-middle ul li .col-1-of-3 {
  width:87px;   float: left;
}
.ys-box{
	margin-left: 10px;
	font-size: 15px;
	color: #202020;
	width: 490px;
	line-height: 28px;
}
.ys-box p{
	font-size: 20px;
	color: #da590f;
	font-weight: bold;
}

.zj-bg{
	background: url(../images/zj-bg.jpg) no-repeat center top;
	text-align: center;
	padding: 103px 0 104px;
}
.zj-tit{
	font-size: 40px;
	color: #fff;
}
.zj-tit p{
	font-weight: bold;
}
.zj-tit:after{
	content: "";
	display: block;
	width: 76px;
	height: 6px;
	background: #fff;
	margin: 20px auto 40px;
}
.zj-nr{
	width: 810px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	line-height: 32px;
}

.xw-bg{
	padding: 70px 0;
}
.xw-bottom{
	margin-top: 50px;
}
.xw-left{
	width: 546px;
}
.xw-btbox{
	background: #efefef;
	line-height: 75px;
	padding: 0 30px;
}
.xw-bt{
	font-size: 15px;
	color: #202020;
	text-transform: uppercase;
}
.xw-bt span{
	font-size: 20px;
	color: #d95200;
	font-weight: bold;
	margin-right: 10px;
}
.xw-more{
	margin-top: 26px;
}
.xw-xqtop{
	background: #efefef;
	padding: 40px;
}
.xw-rbt a{
	font-size: 18px;
	color: #d95200;
	font-weight: bold;
}
.xw-rbt{
	margin-bottom: 10px;
}
.xw-rnr a{
	font-size: 14px;
	color: #202020;
	line-height: 30px;
}
.xw-middle{
	width: 306px;
	margin: 0 20px;
}
.xw-mtop{
	background: #efefef;
	padding: 26px;
}
.xw-right{
	width: 308px;
}
.xw-rbtbox{
	background: #d95200;
	line-height: 75px;
	padding: 0 30px;
}
.xw-btr{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.xw-con{
	background: #efefef;
	padding: 12px 30px;
}
.xw-con ul li{
	line-height: 48px;
}
.xw-con ul li a{
	font-size: 15px;
	color: #202020;
}

.yqlj{
	margin-bottom: 20px;
	line-height: 40px;
}
.yqlj-con{
	font-size: 25px;
	color: #d95200;	
	font-weight: bold;
}
.yqlj-con:before{
	content: "";
	display: block;
	float: left;
	width: 8px;
	height: 14px;
	background: #d95200;
	margin-right: 10px;
	margin-top: 14px;
}
.yqlj-con a{
	font-size: 15px;
	color: #202020;
	font-weight: normal;
}

/*图片列表*/

.photos-demo span{ display: inline-block; text-align: center; margin: 0 5px;width: 290px;}
.photos-demo span p{color: #202020; font-size: 15px;line-height: 70px;}
.tpmk-img{
	height: 295px;
	overflow: hidden;
}
.photos-demo span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	/*max-width: 100%;*/
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demo span img:hover{
	transform: scale(1.1);
}
.lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px; border-bottom: #eee dashed 1px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 100%;}
.lhbdfl{ float: left;width: 100%;}
.lhbdfr label{max-width:75px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #d95200; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}




.photos-demohz span{ display: inline-block; text-align: center; margin: 0 8px;width: 270px;}
.photos-demohz span p{color: #2b2b2b; font-size: 18px;line-height: 50px;}
.nyhz-img{
	height: 190px;
	overflow: hidden;
}
.photos-demohz span img{
	/*width: 100%;*/
	/*min-height: 235px;*/
	height: 100%;
	max-width: 100%;
	cursor: pointer;
				transition: all 0.6s;
}
.photos-demohz span img:hover{
	transform: scale(1.4);
}