@charset "gb2312";
img{
	display: block;
}
/*
body{
	background-color: #f4f4f4;
}
*/
.zysz_title{
	text-align: center;
	line-height: 50px;
}
.zysz_title h5{
	font-size: 36px;
	color: #010101;
	line-height: 60px;
}
.flex{
	display: flex; 
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row; 
	flex-wrap: wrap;
}

.zylist .list .zy_content{
	padding: 0 10px;
	height: 244px;
}
.zylist .list .zy_content h6{
	padding-top: 20px;
	font-size: 16px;
	padding-bottom: 25px;
}
/*
.zylist {
	 display: flex;
    width: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: scroll;
}
*/
.zylist:after {
     content: "";
    width: 32%;
    height: 0;
    visibility: hidden;
   }
.zylist .list {
	margin-bottom: 24px;
	width: 32%;
	background-color: #f4f4f4;
	transition: all 0.3s linear 0s;
	overflow: hidden;
	position: relative;
	-webkit-animation-duration: 1s;
	    animation-duration: 1s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
}
.zylist .list .x-hot{
	    position: absolute;
	    width: 110px;
	    height: 110px;
	    left: -60px;
	    top: -60px;
	    background: #fe3509;
	    color: #fff;
	    font-size: 24px;
	    font-weight: 400;
	    font-family: my_font;
	    text-transform: uppercase;
	    z-index: 5;
	    line-height: 187px;
	    text-align: center;
	    -webkit-transform: rotate(
	-45deg);
	    transform: rotate(
	-45deg);
}
.zylist .list:hover a img{
	transform: scale(1.1);
	transition: all 0.5s linear 0s;
}
.zylist .list:hover{
	    box-shadow: 0px 5px 30px #999;
	      
}
.zylist .list font{
	display: inline-block;
	/* width: 84px; */
	height: 26px;
	line-height: 26px;
	background-color: #ffe5e6;
	border-radius: 5px;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-left: 10px;
	color: #ff0000;
	padding: 0 5px;
}
.zylist .list font:nth-of-type(2){
	background-color: #e4f4fd;
	color: #0066ff;
}
.zylist .list>a img{
	max-width: 100%;
}
.zylist .list .zy_content p{
	/* padding:10px 46px; */
	text-align: left;
	font-size: 14px;
	line-height: 30px;
}
.zylist  .consult_a {
	display: none;
	    justify-content: center;
	   margin-top: 30px;
	    padding: 0 34px;
}
.zylist .list:hover .consult_a {
	display: flex;
}
.zylist  .consult_a a{
	width: 132px;
	height: 36px;
	line-height: 36px;
	background-color: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	margin: 0 10px;
	border: 1px solid #666666;
	color: #666;
	    -webkit-animation-duration: 1s;
	    animation-duration: 1s;
	    -webkit-animation-fill-mode: both;
	    animation-fill-mode: both;
}
.zylist .consult_a a:nth-of-type(2n-1){
	background-color: #ee7600;
	color: #fff;
	border-color: #fff;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}