.demo{
    background: linear-gradient(to right,#ffcccc,#d3d3d3);
}
.post-slide{
    margin: 0 15px;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height:250px;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
.post-slide:hover .post-img img{
    transform: scale(1.08);
}
.post-slide .post-content{
    background: #f1f1f1;
    padding: 20px;height:140px;
}
.post-slide .post-title{
    font-size: 17px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
}
.post-slide .post-title a{
    display: inline-block;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color: #676767;
    line-height: 24px;
    margin-bottom: 14px;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #e7989a;
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
}
.post-slide .read-more:hover{
    background: #333;
    text-decoration: none;
}

  .aaa ul li {

            display: table-cell;

            vertical-align: middle;

        }



            .aaa ul li img {

                vertical-align: middle;

            }/* 主营业务 */

.m-business {

  color: #fff; }

  .m-business .lt, .m-business .rt {

    height: 566px; }

  .m-business .lt {

    float: left;

    width: 54%;

    background: url(../images/s98.jpg) no-repeat center/cover; }

    .m-business .lt .inner {

      padding: 130px 100px 0; }

    .m-business .lt .img {

      float: left;

      width: 89px;

      height: 105px;

      margin-right: 20px; }

    .m-business .lt .bd {

      overflow: hidden;

      margin-top: 10px; }

      .m-business .lt .bd .tt {

        font-size: 18px;

        font-weight: normal; }

      .m-business .lt .bd .ct {

        margin-top: 10px;

        text-align: justify; }

  .m-business .rt {

    overflow: hidden;

    width: 46%;

    background: url(../images/s102.jpg) no-repeat center/cover; }

    .m-business .rt .inner {

      padding: 130px 75px 0; }

    .m-business .rt .item {

      overflow: hidden; }

    .m-business .rt .item:nth-child(2) {

      margin-top: 30px; }

    .m-business .rt .img {

      float: left;

      margin-right: 20px;

      width: 49px; }

    .m-business .rt .bd {

      overflow: hidden; }

      .m-business .rt .bd .tt {

        font-size: 18px;

        font-weight: normal; }

      .m-business .rt .bd .ct {

        margin-top: 10px; }
       .business-m2 {

            overflow: hidden;

            text-align: center;

        }



            .business-m2 ul {

                font-size: 0;

            }



            .business-m2 li {

                display: inline-block;

                margin: 40px 10px 0;

            }



            .business-m2 a {

                text-align: center;

                display: inline-block;

                color: #4c4c4c;

                font-size: 22px;

                width: 160px;

                height: 49px;

                line-height: 49px;

                white-space: nowrap;

                background: url(images/s701.png) no-repeat center;

            }



                .business-m2 a:hover, .business-m2 .active a {

                    background-image: url(images/s702.png);

                    color: #fff;

                }


.m-wrap {

  max-width: 1360px;

  margin: 0 auto;

  height:auto;

zoom:1;

}
.head .nav{
	height: 110px;
	line-height: 110px;
	margin: 0 auto;
	position: relative;text-align:center;
	z-index: 111;
}
.head .nav li .second-nav{
	width: 150px;
	display: none;
	position: relative;
}
.head .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f4ae00;
	border-top: 1px solid #fff;
}
.head .nav li .second-nav li:hover{background:#fff;}
.head .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}
