
.zysearch {
    width: 100% !important;
    height: 220px !important;
    text-align: center;
    position: relative;
    z-index: 9;
}
.zysearch::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px;
    z-index: -1;
}
.zysearch::before {
    background: url(../image/bcg.png)no-repeat;
    background-position-x: center;
}

.mbxnav .nav_bar_box {
  overflow: hidden;
      background-color: #f5f5f5;
}
.mbxnav .nav_bar_box .breadcrumb {
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.mbxnav .nav_bar_box .breadcrumb a {
  color: #666;
}
.mbxnav .bar_qy_hy {
  width: 100%;
  display: inline-block;
  text-align: left;
  padding: 20px 0;
}
.mbxnav .bar_qy_hy p{
	line-height: 35px;
    font-size: 15px;
    text-indent: 2em;
    text-align: left;
    padding: 10px;
    background: #f5f5f5;
}
.mbxnav .bar_qy_hy span {
	display: inline-block;
    cursor: pointer;
    color: #999;
    width: 100%;
    line-height: 60px;
}
.bar_qy_hy {
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 22px 0;
}
.bar_qy_hy_list{
    width: 100%;
    margin-bottom: 20px;
    float: left;
}
.bar_qy_hy_list ul li{
    width: 160px;
    border: 1px solid #00964e;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 15px;
    line-height: 41px;
}
.bar_qy_hy_list ul li a{
    line-height: 41px;
    font-size: 15px;
}
.mbxnav .bar_qy_hy .active a {
    color: #383838;
    font-size: 32px;
    font-weight: normal;
}
.qylb_pic_box ul .click {
  cursor: pointer;
}
.qylb_pic_box ul li {
    /* height: 100px; */
    padding: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 22px;
}
.qylb_pic_box ul li .pic_box {
    height: 160px;
    width: 250px;
    float: left;
    background: #00964e;
}
.qylb_pic_box ul li .pic_box img {
  width: 100%;
  height: 100%;
}
.qylb_pic_box ul li .qylb_tit {
    float: left;
    width: 78%;
    margin-left: 7px;
}
.qylb_pic_box ul li .qylb_tit span {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 25px;
}
.qylb_pic_box ul li .qylb_tit :first-child {
    color: #b1b1b1;
    width: 100%;
    line-height: 44px;
}
.qylb_pic_box ul li .qylb_tit :last-child {
    color: #333;
    width: 98%;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
}
.qylb_pic_box .fy {
  border-bottom: 1px solid #fff;
  text-align: right;
}
.qylb_pic_box .fy li {
  margin: 0!important;
}
.qylb_pic_box .fy a {
  color: #333;
}
.qylb_pic_box .fy .pagination > .active > a,
.qylb_pic_box .fy .pagination > .active > a:focus,
.qylb_pic_box .fy .pagination > .active > a:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #4F0599;
  border-color: #4F0599;
}
.qylb_pic_box .fy .active {
  background-color: #690599 !important;
  color: #fff;
}
.spjszx {
  padding: 45px 8px;
}
.spjszx h4 {
  font-size: 16px;
  color: #6d0fc5;
}
.spjszx .p1 {
  color: #999;
}
.spjszx p {
  font-size: 14px;
}
.spjszx p .sl_date {
  margin-left: 30px;
}

/* 应用领域 */
.demo{
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}
.box{
    position: relative;
    perspective: 1000px;
}
.box .box-img{
/*    transform: rotateY(0);
    transition: all 0.50s ease-in-out 0s;
    margin-bottom: 24px; */
}
.box:hover .box-img{
  /*  transform: rotateY(-90deg); */
}
.box .box-img img{
	width: 100%;
    height: 268px;
    border: 1px solid #f5f5f5;
}
.box .box-content{
    width: 100%;
    height: 100%;
    text-align: center;
/*    background: #00964e;
    transform: rotateY(90deg);
    transition: all 0.50s ease-in-out 0s; */
}
.box:hover .box-content{
/*    transform: rotateY(0); */
}
.box .title{
    font-size: 18px;
    color: #5d5d5d;
    text-transform: uppercase;
    line-height: 16px;
}
.box .description{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.box .title:after,
.box .description:after{
    content: "";
    width: 100%;
    display: block;
    border-bottom: 1px solid #00964e;
    margin: 15px auto;
}
.box .social-links{
    margin: 0;
    padding: 0;
    list-style: none;
}
.box .social-links li{
    display: inline-block;
    margin: 0 10px;
}
.box .social-links li a{
    font-size: 20px;
    color: #a6a6a6;
}
.box .social-links li a:hover{
    text-decoration: none;
    color: #fff;
}
.container{
	max-width: 1220px;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 990px) {
    .box{  margin-bottom:20px; }
}
@media only screen and (max-width: 479px) {
    .box .box-content{ padding: 0px; }
}
@media (max-width:768px) {
	.bar_qy_hy_list ul li {
	    width: 28%;
	    border: 1px solid #00964e;
	    height: 44px;
	    float: left;
	    text-align: center;
	    margin-right: 15px;
	    line-height: 41px;
	}
	.qylb_pic_box ul li .pic_box {
	    height: 188px;
	    width: 96%;
	    float: left;
	    background: #00964e;
	    margin-left: 2%;
	}
	.qylb_pic_box ul li .qylb_tit {
	    float: left;
	    width: 98%;
	    margin-left: 7px;
	}
	.bar_qy_hy_list ul li {
    width: 107px;
    border: 1px solid #00964e;
    height: 44px;
    float: left;
    text-align: center;
    margin-right: 8px;
    line-height: 41px;
    margin-left: 8px;
    margin-bottom: 15px;
	}
	.mbxnav .bar_qy_hy .active a {
	    color: #383838;
	    font-size: 32px;
	    font-weight: normal;
	    margin-left: 6px;
	}
	
}
