@charset "gb2312";
/* CSS Document
制作人：聂志强
制作时间：2024-7-18
技术支持：尚品互动软件开发公司
*/
/* 公用代码*/
html{ overflow-x:hidden;}
*{margin:0;padding:0; border:none;}
body{font-size:12px; font-family:"宋体"; font-weight:normal; color:#626262; }
ul,ol,li{list-style:none;}
a{text-decoration:none; color:#626262;}
a:hover{text-decoration:none;}
p{margin:0;}
.clear{ clear:both;}
img{ vertical-align:bottom;}
.center{ text-align:center;}

.fsBody1200 {
    width: 1400px;
    margin: 20px auto;
    position: relative;
    max-width: 1442px;
    overflow: hidden;
}
.fsBottom {
    width: 100%;
    height: 86px;
}

.fsBottom .fsLeft {
    height: 100%;
    width: 28%;
    margin: 15px;
    float: left;
}

.fsBottom .fsLeft img {
    float: left;
}

.fsBottom .fsRight {
    height: 100%;
    float: right;
    width: 54%;
    margin: 20px auto;
}
.fsBottom .fsRight ul{
    /*overflow: hidden;*/
    width: auto;
    float: right;
}

.fsBottom .fsRight ul li {
    margin-right: 25px;
    height: 100%;
    float: left;
}

.fsBottom .fsRight ul li a {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 32px;
    margin:auto;
    text-align: center;
    font-size: 17px;
    color: #333333;
    padding: 0 8px;
}

.fsBottom .fsRight ul li:hover a ,.fsBottom .fsRight ul li a.actic{
    color: #fff;
    background: #016f32;
    border-radius: 5px;
}

.fsBottom .fsRight ul li:last-child {
    margin-right: 0;
}

.fsBottom .fsRight ul .sel a {
    color: #fff;
    background: #016f32;
}

/*#region banner */

.banner {
    width: 100%;
    position: relative;
}

.slideBox2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideBox2 .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    width: 120px;
    right: 50%;
    margin-right: -60px;
    bottom: 45px;
    z-index: 2;
}

.slideBox2 .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox2 .hd ul li {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 30px;
    overflow: hidden;
    background: url(../images/bannerPage_03.png) no-repeat center;
}

.slideBox2 .hd ul .on {
    width: 20px;
    height: 20px;
    background: url(../images/bannerPage_05.png) no-repeat center;
}

.slideBox2 .hd ul li:last-child {
    margin-right: 0;
}

.slideBox2 .bd {
    position: relative;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.slideBox2 .bd ul {
    width: 100%;
    height: 100%;
}

.slideBox2 .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.slideBox2 .bd li div {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.tempWrap {
    width: 100%;
}

.slideBox2 .bd li div img {
    display: block;
    width: 100%;
}

.banner .fsBody1200 {
    background: rgba(0,0,0,0.8);
    height: 92px;
    position: absolute;
    bottom: 120px;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
}

.banner .fsBody1200 .fsLeft, .banner .fsBody1200 .fsMid, .banner .fsBody1200 .fsRight {
    float: left;
    margin-left: 20px;
    background: #fff;
    border-radius: 3px;
    height: 46px;
    margin-top: 23px;
    width: 380px;
}

.banner .fsBody1200 .fsMid, .banner .fsBody1200 .fsRight {
    margin-left: 10px;
    width: 310px;
}

.banner .fsBody1200 img {
    float: left;
    width: 21px;
    height: 27px;
    margin: 9.5px 12px;
}

/*#endregion */
.indexabout{
    padding: 50px 0;
    width: 100%;
    background: #fff;
}

.indexabout .fsRight {
    width: 50%;
    float: left;
}

.indexabout .fsRight img {
    float: left;
    width: 100%;
}

.indexabout .fsLeft {
    width: 47%;
    float: right;
    padding-left: 20px;
    position: relative;
    height: 394px;
}

.indexabout .fsLeft .fsEnTitle {
    font-size: 30px;
    line-height: 34px;
    color: #957221;
    text-transform: uppercase;
}

.indexabout .fsLeft .fsCnTitle {
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    letter-spacing: 1px;
}

.indexabout .fsLeft .fsText {
    font-size: 20px;
    color: #666666;
    line-height: 32px;
}
.indexabout .fsLeft .fsText p>img{
    width: 80%;
}

.indexabout .fsMore {
    width: 137px;
    height: 37px;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 0;
    background: url(../images/more_03.jpg) no-repeat center;
}
.about_title{
    display: table;
    line-height: 38px;
    margin:50px auto;
}
.about_title h1{
    font-family:"黑体";
    font-size: 30px;
    font-weight: bolder;
    color: #33373d;
}
.about_title label{
    font-family:"黑体";
    font-size: 25px;
    color: #33373d;
}
.g-btn{
    display: block;
    width: 185px;
    height: 45px;
    text-align: center;
    line-height: 43px;
    border: 1px solid #006f32;
    font-size: 18px;
    color: #006f32;
    border-radius: 23px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.g-btn:after {
    content: '';
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 50%;
    right: 50%;
    background-color: #006f32;
    opacity: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.g-btn:hover:after {
    left: 0;
    right: 0;
    opacity: 1;
}
.g-btn span {
    position: relative;
    z-index: 2;
}
.g-btn:hover {
    color: #fff;
}


.m-list1 {
    padding-top: 0.520vw;
    margin:auto;
}
.m-list1:after, .m-list1:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.m-list1 li {
    width: 25%;
    float: left;
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.m-list1 .con {
    margin: 0 1.145vw;
}
.m-list1 .pic {
    padding-top: 118%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.m-list1 .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(88, 142, 133, 0.9);
    z-index: 2;
    color: #fff;
}
.m-list1 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.m-list1 .mask:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(56, 190, 210, 0.6);
    opacity: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list1 h3 {
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    margin-top: 66px;
    position: relative;
    z-index: 2;
}
.m-list1 h3 {
    font-size: 1.587vw;
    margin-top: 2.837vw;
}
.m-list1 dl {
    position: absolute;
    top: 50%;
    left: 70px;
    right: 70px;
    opacity: 1;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list1 dd {
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.row-a2 .wp {
    position: relative;
    z-index: 2;
}
.m-list1 .con:hover .mask:before {
    opacity: 1;
}
.m-list1 .con {
    margin: 0 15px;
    position: relative;
}
.m-list1 .con:hover dl {
    opacity: 1;
}
.m-list1 dl {
    left: 1.245vw;
    right: 1.245vw;
    font-size: 14px;
    line-height: 25px;
}
.m-list1 dd a {
    display: block;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat;
}
.m-list1 dd a {
    line-height: 3.645vw;
    font-size: 1.041vw;
}
.wp {
    width: 1400px;
    /*max-width: 1400px;*/
    margin: auto;
    overflow:hidden ;
}

.row-a2{
    background: #e5f0ea;
    overflow: hidden;
    padding: 30px 0 60px 0;
}

.row-a2 h1{
    display: table;
    margin: 30px auto;
    padding: 0 0 30px 0;
    font-size: 40px;
    color: #000;
    font-family:"黑体";
}

/*入住企业*/
.row-a4 {
    padding: 4.479vw 0;
}
.row-a4 {
    padding: 86px 0;
    background-position: center top;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.ovh {
    overflow: hidden;
}
.l, .col-l, .col_l, .col-c, .col_c {
    float: left;
}
.row-a4 .col-l {
    width: 560px;
    padding-top: 108px;
}
.row-a4 .col-l {
    width: 29.16vw;
    padding-top: 5.625vw;
}
.r, .col-r, .col_r, dt span, .ul-txt li span, .ul_txt li span {
    float: right;
}
.row-a4 .col-r {
    float: none;
    overflow: hidden;
}
.g-t1 {
    text-align: center;
}
.row-a4 .g-t1 {
    text-align: left;
}
.row-a4 .g-t1 h2 {
    margin-bottom: 9px;
}
.row-a4 .g-t1 h2 {
    margin-bottom: 1.468vw;
    font-size: 2.395vw;
    font-family: "微软雅黑","Microsoft Yahei","SourceHanSansCN-Regular";
}
.row-a4 .g-t1 .desc {
    text-align: justify;
    margin-bottom: 53px;
}
.g-t1 .desc {
    font-size: 0.937vw;
}
.row-a4 .g-t1 .desc {
    margin-bottom: 2.760vw;
}
.g-t1 .btn {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    background: #006f66;
}
.g-t1 .btn {
    width: 8.333vw;
    height: 2.604vw;
    line-height: 2.5vw;
    font-size: 0.937vw;
}
.m-slider1 {
    padding: 0 3.125vw;
}
.m-slider1 {
    padding: 0 60px;
    position: relative;
}
.m-slider1:after, .m-slider1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.m-slider1 .slider {
    margin: 1.041vw 0;
    box-shadow: 0vw 0.208vw 1.041vw 0vw rgb(0 0 0 / 16%);
}
.m-slider1:after, .m-slider1:before {
    width: 3.125vw;
}

.m-slider2{margin: 0 -6px;padding-top: 36px;}
.m-slider2 .con{display: block;padding: 0 6px;margin-bottom: 12px;width: 15.66%;float: left;}
.m-slider2 .pic{height: 120px;line-height: 118px;border: 1px solid rgba(0,0,0,.1);
    text-align: center;font-size: 0;
}

.m-slider2 .pic img{display: inline-block;vertical-align: middle;
    max-width: 80%;max-height: 80%;
}

.m-slider2 .slick-arrow{position: absolute;top: 50%;width: 60px;height: 60px;
    font-size: 0;text-indent: 9999px;border: 1px solid rgba(0,0,0,.1);margin-top: -6px;
    cursor: pointer;z-index: 3;background-color: transparent;
    background-position: center;background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-slider2 .slick-prev{left: -93px;background-image: url(../images/i-05.png);}
.m-slider2 .slick-next{right: -93px;background-image: url(../images/i-06.png);}
.m-slider2 .slick-arrow:hover{border-color: #F35F2C;background-color: #F35F2C;}
.m-slider2 .slick-prev:hover{background-image: url(../images/i-05-on.png);}
.m-slider2 .slick-next:hover{background-image: url(../images/i-06-on.png);}
.m-slider2 .swiper-container{overflow: hidden;}
.m-slider2-1 .con{width: auto;float: none;}
.m-slider2-1{position: relative;}
.m-slider2 .swiper-arrow{position: absolute;top: 50%;width: 60px;height: 60px;
    font-size: 0;text-indent: 9999px;border: 1px solid rgba(0,0,0,.1);margin-top: -6px;
    cursor: pointer;z-index: 3;background-color: transparent;
    background-position: center;background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.m-slider2 .swiper-prev{left: -93px;background-image: url(../images/i-05.png);}
.m-slider2 .swiper-next{right: -93px;background-image: url(../images/i-06.png);}
.m-slider2 .swiper-arrow:hover{border-color: #F35F2C;background-color: #F35F2C;}
.m-slider2 .swiper-prev:hover{background-image: url(../images/i-05-on.png);}
.m-slider2 .swiper-next:hover{background-image: url(../images/i-06-on.png);}

.row-a4 .col-r{float: none;overflow: hidden;}



.m-slider1{padding: 0 60px;position: relative;}

.m-slider1 .slider{margin: 20px 0;

    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);

}

.m-slider1:after,.m-slider1:before{content: '';position: absolute;top: 0;bottom: 0;

    width: 60px;background-position: center;background-repeat: no-repeat;

    -o-background-size: 100% auto;

    -ms-background-size: 100% auto;

    -moz-background-size: 100% auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

}

.m-slider1:before{left: 0;background-image: url(../images/i-bg1.png);}

.m-slider1:after{right: 0;background-image: url(../images/i-bg2.png);}

.m-slider1 .con{display: block;position: relative;}

.m-slider1 .pic{padding-top: 57%;height: 0;position: relative;overflow: hidden;

    background-color: #000;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.m-slider1 .pic img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: block;

    transition: .5s;

    -ms-transition: .5s;

    -moz-transition: .5s;

    -webkit-transition: .5s;

    -o-transition: .5s;

}

.m-slider1 h3{position: absolute;left: 15px;right: 15px;bottom: 28px;

    font-weight: normal;font-size: 20px;color: #fff;text-align: center;

}

.m-slider1 .play{position: absolute;top: 50%;left: 50%;z-index: 2;

    width: 80px;height: 80px;

    background: url(../images/i-02.png) no-repeat center;

    -o-background-size: 100% auto;

    -ms-background-size: 100% auto;

    -moz-background-size: 100% auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

    -webkit-transform: translate(-50%,-50%);

    -moz-transform: translate(-50%,-50%);

    -o-transform: translate(-50%,-50%);

    -ms-transform: translate(-50%,-50%);

    transform: translate(-50%,-50%);

}

.m-slider1 .slick-arrow{position: absolute;top: 50%;width: 38px;height: 76px;

    font-size: 0;text-indent: 9999px;border: 0;cursor: pointer;z-index: 3;

    background-color: transparent;

    background-position: center;background-repeat: no-repeat;

    -o-background-size: 100% auto;

    -ms-background-size: 100% auto;

    -moz-background-size: 100% auto;

    -webkit-background-size: 100% auto;

    background-size: 100% auto;

    -webkit-transform: translateY(-50%);

    -moz-transform: translateY(-50%);

    -o-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.m-slider1 .slick-prev{left: 0;background-image: url(../images/i-03.png);}

.m-slider1 .slick-next{right: 0;background-image: url(../images/i-04.png);}

/*新闻*/
.row-a6{
    overflow: auto;
}
.row-a6 >a.g-btn{
    display: table;
    margin: 20px auto 60px auto;
    float: none;
}
.row-a6 .g-t1>h3{
    display: table;
    margin: auto;
    font-size: 40px;
    color: #000;
    font-family: 黑体;
}
.row-a6 .g-t1 {
    padding-top: 4.843vw;
}
.m-list2 {
    margin-top: 24px;
    margin-bottom: 47px;
}
.m-list2 li {
    background-color: #fff;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .con {
    overflow: hidden;
    display: block;
    padding: 30px 0 35px;
    border-bottom: 1px solid rgba(235, 235, 235, .8);
    position: relative;
    left: 0;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .pic {
    float: left;
    width: 231px;
    height: 150px;
    overflow: hidden;
    margin-right: 47px;
}
.m-list2 .txt {
    overflow: hidden;
    padding-top: 22px;
    width: 840px;
}
.m-list2 .date {
    position: absolute;
    right: 0;
    top: 50%;
    width: 78px;
    height: 78px;
    background-color: #F4F8FD;
    text-align: right;
    padding-right: 21px;
    font-family: 'DINCond-Bold';
    padding-top: 28px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 h3 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 12px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .desc {
    font-size: 16px;
    line-height: 1.69;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .date span {
    display: block;
    font-size: 22px;
    color: #666;
    line-height: 1;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-list2 .date em {
    color: #b5b5b5;
    font-style: inherit;
    font-size: 20px;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.m-list2 li:hover .con{left: 15px;border-bottom-color: #006f32;}
.m-list2 li:hover{background-color: #006f32;}
.m-list2 li:hover h3,.m-list2 li:hover .desc{color: #fff;}
.m-list2 li:hover .date{background-color: #6AD24C;}
.m-list2 li:hover .date span{color: #fff;}
.m-list2 li:hover .date em{color: rgba(255,255,255,.5);}
.m-list2 li:hover .pic img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*!面包屑导航*/
.g-cur{
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.cur{
    overflow: hidden;
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #666;
}
.cur i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: -3px 5px 0 0;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.cur a{
    color: #666;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.cur a:hover{
    color: #1B90CE;
}
.ban {
    height: 560px;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
/*公共底部*/
.footer {
    background: #535353 url(../images/i-07.png) no-repeat right 333px top 38px;
    -o-background-size: 671px auto;
    -ms-background-size: 671px auto;
    -moz-background-size: 671px auto;
    -webkit-background-size: 671px auto;
    background-size: 671px auto;
}
.footer{
    background: #535353 url(../images/i-07.png) no-repeat right 333px top 38px;
    -o-background-size: 671px auto;
    -ms-background-size: 671px auto;
    -moz-background-size: 671px auto;
    -webkit-background-size: 671px auto;
    background-size: 671px auto;
}
.fd-con{overflow: hidden;padding: 103px 0 85px;border: 2px solid #757575;}
.fd-l{float: left;margin-right: 137px;}
.fd-logo{margin-bottom: 34px;}
.fd-logo img{display: block;height: 89px;}
.fd-nv{overflow: hidden;width: 400px;}
.fd-nv a{width: 33.33%;float: left;font-size: 18px;color: #fff;line-height: 44px;
}
.fd-nv a:hover{color: #fff;}
.fd-content{float: left;padding-top: 4px; width: 560px;}
.fd-content .tit{font-size: 22px;margin-bottom: 14px;font-weight: normal;color: #fff;}
.fd-content .tel{font-size: 34px;color: #fff;font-family: 'GaboDrive';
    padding-left: 51px;margin-bottom: 9px;
    background: url(../images/i-02.png) no-repeat left center;
    -o-background-size: 36px auto;
    -ms-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -webkit-background-size: 36px auto;
    background-size: 36px auto;
}
.fd-content .desc{font-size: 18px;line-height: 1.94;color: #fff;}
.fd-shre{float: right;padding-top: 4px;}
.fd-shre .tit{font-size: 22px;margin-bottom: 34px;font-weight: normal;position: relative;padding-bottom: 25px;}
.fd-shre .tit:after{content: '';position: absolute;left: 0;bottom: 0;
    width: 32px;height: 1px;
    background-color: #313131;
}
.fd-shre .bdsharebuttonbox a{float: left;width: 39px;height: 39px;
    background-position: center;background-repeat: no-repeat;
    padding: 0;margin: 0 13px 0 0;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.fd-shre .bdsharebuttonbox .bds_weixin{background-image: url(../images/i-03.png);}
.fd-shre .bdsharebuttonbox .bds_sqq{background-image: url(../images/i-04.png);}
.fd-shre .bdsharebuttonbox .bds_qzone{background-image: url(../images/i-06.png);}
.fd-shre .bdsharebuttonbox .bds_tsina{background-image: url(../images/i-05.png);}

.fd-bot{overflow: hidden;font-size: 14px;padding: 23px 0;
    background-color: #535353;color: #fff;
}
.fd-bot a{color: #fff;}
.fd-bot a:hover{text-decoration: underline;}
.fd-bot .copy{text-align: center}
.fd-bot .link{float: right;}
.fd-desc{padding:20px 0;text-align: center;font-size: 14px;border-top:1px solid #ddd;}

/*首页流程*/
.liucheng{
    width: 100%;
    background: #f5f5f5;
    padding: 80px 0 120px 0;
}
.zsliucheng{
    max-width: 75vw;
    min-width: 1410px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.zsliucheng h1{
    display: table;
    margin: auto;
    padding: 0 0 30px 0;
    font-size: 40px;
    color: #000;
    font-family: 黑体;
}
.m-tab li{float: left;position: relative;}
.m-tab li:after{content: '';position: absolute;top: 0;left: 50%;
    width: 30px;height: 12px;margin-left: -15px;

    -o-background-size: auto 100%;
    -ms-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}

.m-tab .con{display: block;width: 124px;height: 124px;padding: 10px;position: relative;
    background: #fff;border-radius: 50%;z-index: 2;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-tab .con:after{
    background: #2f6227;
    content: '';width: 100%;height: 100%;display: block;position: relative;
    border: 1px dashed rgba(103, 188, 58, .4);
    border-radius: 50%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-tab .con span{
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 99;
    right: 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.4;
    font-family: "黑体";
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-tab .con span strong{
    font-size: 34px;
}
.m-tab li.on:after,.m-tab li:hover:after{top: -10px;}
.m-tab li.on .con,.m-tab li:hover .con{background-color: #2f6227;}
.m-tab li.on .con:after,.m-tab li:hover .con:after{border-color: #fff;}
.m-tab li.on .con span,.m-tab li:hover .con span{color: #fff;}

.m-tab li.on{
    margin:70px auto;
    width: 115px;
    position: relative;
}
.m-tab li.on h5{
    width:100%;
    position: absolute;
    border-bottom: 2px dotted #636363;
    height: 2px;
    bottom: 1px;
}
.m-tab li.on:first-child b{
    left: 17px;
}
.m-tab li.on:last-child b{
    left: 115px;
}
.m-tab li.on b{
    position: absolute;
    left: 60px;
}
.m-tab li.on b:before{
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background-color: #fff;
    top: 0;
    bottom: 2px;
    margin: auto;
    left: -17px;
    border-radius: 50%;
    z-index: 1;
    border: 1px solid #066e66;
}
.m-tab li.on b:after{
    position: relative;
    content: '';
    width: 1px;
    background: #066e66;
}
.m-tab li.on b i{
    content: '';
    position: absolute;
    border-radius: 50%;
    left: -13px;
    width: 13px;
    height: 13px;
    top: -7px;
    z-index: 99;
    bottom: -5px;
    display: block;
    background-color: #066e66;
}
.m-tab{
    overflow: hidden;
    padding: 38px 0;
}
.wenzi{
    position: absolute;
    bottom: 30px;
    z-index: 9999;
    left: 190px;
}
.wenzi ul{
    display:table;
    overflow: hidden;
}
.wenzi ul li{
    display: inline;
    float: left;
    margin: auto 69px;
    font-family: "黑体";
    font-size: 20px;
    color: #666666;
}
.g-btn{
    display: table;
    margin:50px auto auto;
    float: left;
    margin-bottom: 50px;
}

/*首页企业招商*/
.zhaoshang{
    background: url(../images/zhaoshangbj.jpg) no-repeat center;
}
.zhaostxt{
    max-width: 75vw;
    margin: auto;
    height: 470px;
}
.zhaostxt ul{
    width: 900px;
    display: table;
    margin: auto;
    float: right;
    margin-top: 180px;
}
.zhaostxt ul li{
    float: left;
    width: 170px;
    display: inline;
    border: 2px solid #8cbcba;
    margin: 25px;
}
.zhaostxt ul li a{
    font-size: 26px;
    display: block;
    padding: 8px;
    color: #fff;
    font-family: "黑体";
    text-align: center;
}
.zhaostxt ul li a:hover{
    background: #238551;
}

/*内页公司简介*/
.h75 {
    height: 75px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    margin: auto;
    max-width: 1442px;
}
.ins-navbox {
    height: 75px;
    float: left;
    background-color: #fff;
}
.wrap {
    margin: auto;
    max-width: 1442px;
    transition: all 0.3s ease 0s;
}
.ins-navbox li {
    margin-right: 23px;
    font-size: 18px;
    line-height: 74px;
    list-style: none;
    float: left;
}
.ins-navbox li a {
    display: block;
    padding: 0 18px;
    font-family: "黑体";
}
.ins-navbox li a:hover, .ins-navbox li a.hover {
    color: #006f32;
    border-bottom: 2px solid #006f32;
    position: relative;
    margin-bottom: -1px;
}
.profile-wrap {
    padding-bottom: 135px;
    transition: normal;
}
.profile-wrap .f48 {
    font-size: 50px;
    color: #006f32;
    line-height: 50px;
    margin-bottom: 10px;
}
.profile-wrap .f36 {
    font-size: 40px;
    line-height: 40px;
    color: #dddddd;
    font-family: Arial;
    text-transform: uppercase;
}
.profile-wrap .cont {
    width: 100%;
    margin-top: 65px;
    font-size: 16px;
    color: #333333;
    line-height: 2.3;
}
.f-cb {
    zoom: 1;
}
.profile0-about-wrap .left-images {
    width: 45%;
    margin-right: 3%;
    height: auto;
    overflow: hidden;
}
.profile0-about-wrap .right-words {
    width: 100%!important;
    float: none;
}
.profile0-about-wrap .left-images img {
    transition: .5s ease;
}
.fl {
    float: left;
}

/*新闻内页*/
.m-particularsl {
    overflow: hidden;
    background-color: #f1f5f8;
    padding: 46px 0 139px;
}
.m-particularsl .col-l {
    overflow: hidden;
    width: 72%;
    float: left;
}
.m-details {
     background-color: #fff;
     padding: 55px 50px 48px;
     overflow: hidden;
 }
.m-details .title {
    font-size: 24px;
    color: #333;
    line-height: 1.31em;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 32px;
}
.m-details .info {
    overflow: hidden;
    font-size: 16px;
    color: #888;
    line-height: 1.5em;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.m-details .info .ll {
    overflow: hidden;
    float: left;
}
.m-details .info .ll span {
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 50px;
}
.m-details .info .rr {
    float: right;
    overflow: hidden;
}
.m-details .info .bdsharebuttonbox {
    overflow: hidden;
}
.bdshare-button-style0-16 {
    zoom: 1;
}
.m-details .info .rr .bdsharebuttonbox a {
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    padding: 0;
    margin: 0 0 0 15px;
}
.m-details .text {
    padding: 31px 0 34px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.89em;
    color: #333;
    margin-bottom: 31px;
    border-bottom: 1px solid #e0e0e0;
}
.ul-np {
    overflow: hidden;
}
.ul-np li {
    overflow: hidden;
    margin-bottom: 15px;
}
.ul-np a {
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #666;
    line-height: 1.5em;
}
.ul-np i {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    height: 26px;
    background-color: #f0f0f0;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin: -2px 22px 0 0;
}
.m-particularsl .col-r {
    float: right;
    width:26%;
}
.m-recommendl {
    overflow: hidden;
    padding: 22px 29px 0;
    background-color: #fff;
    border-top: 4px solid #006f32;
}
.m-titl {
    overflow: hidden;
    font-size: 20px;
    color: #333;
    line-height: 1.5em;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.ul-listl6 {
    overflow: hidden;
}
.ul-listl6 li {
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.ul-listl6 .con {
    display: block;
    padding: 20px 0 23px;
    overflow: hidden;
}
.ul-listl6 .con .pic {
    width: 125px;
    overflow: hidden;
    height: auto;
    float: left;
}
.ul-listl6 .con .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-listl6 .con .txt {
    overflow: hidden;
    padding-left: 18px;
    padding-top: 2px;
}
.ul-listl6 .con .txt .date {
    font-size: 16px;
    color: #cbcbcb;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 5px;
}
.ul-listl6 .con .txt .tit {
    font-size: 16px;
    color: #111;
    font-weight: normal;
    line-height: 1.38em;
    overflow: hidden;
    max-height: 2.76em;
}

/*相册模式*/
.m-slider4 .swiper-slide{
    position: relative;
    width: 25%;
    height: 100%;
    float:left;
    transition-property: transform;
    box-sizing: content-box;
}
.m-slider4{
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    overflow: hidden;
    max-width: 1442px;
    margin: 50px auto;
}
.m-slider4 .con {
    display: block;
    padding: 0 13px;
    margin-bottom: 26px;
}
.m-slider4 .pic {
    padding-top: 65%;
    height: 0;
    position: relative;
    overflow: hidden;
}
.m-slider4 .txt {
    padding: 20px 30px 0 0px;
    background-color: #fff;
}
.m-slider4 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.m-slider4 h3 {
    font-size: 22px;
    margin-bottom:15px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.m-slider4 .tips {
    font-size: 18px;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.m-slider4 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.m-slider4 .con:hover .txt {
    color: #006f32;
}
.m-slider4 .con:hover h3, .m-slider4 .con:hover .tips {
    color: #006f32;
}
.m-slider4 .con:hover h3, .m-slider4 .con:hover .tips {
    color: #006f32;
}

/*列表翻页*/
.quotes{
    display: table;
    margin: auto;
    text-align: center;
    padding: 45px 0;
}
.quotes li{
    display: inline;
    float: left;
}
.quotes li span{
    display: table;
    padding: 8px 15px;
    margin: 5px;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    cursor: default;
    background-color: #2aa764;
    border-color: #2aa764;
    cursor: pointer;
}
.quotes li a:hover{
    color: #fff;
    background-color: #2aa764;
    border-color: #2aa764;
}
.pageNum >.quotes li.page-item a{
    display: table;
    padding: 8px 15px;
    border-radius: 6px;
    margin: 5px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    background-color: #eeeef2;
    border-color: #eeeef2;
}
.quotes li a{
    cursor: pointer;
    display: table;
    padding: 8px 15px;
    font-size: 14px;
    margin: 5px;
    color: #4f4f4f;
    border-radius: 6px;
    cursor: pointer;
    background-color: #eeeef2;
    border-color: #eeeef2;
}

/*联系我们*/
.m-listx1 {
    overflow: hidden;
    padding: 1.125vw 0 0.69791vw;
}
.m-listx1 .txt {
    overflow: hidden;
    padding: 32px;
    font-size: 16px;
    color: #333;
    line-height: 2;
    max-width: 1442px;
    width: 100%;
    margin: auto;
}
.pageabout {
    background: #fff;
    padding: 0% 3%;
    line-height: 32px;
    font-size: 15px;
}
/*联系我们*/
.contact h2{ display:inline-block; border-bottom:1px dashed #d3d1d0;font-size:20px !important;font-style:normal !important; color:#333; line-height:32px; margin-bottom:20px; padding-bottom:8px;}
.contact ul li{ font-size:14px; color:#3c3c3c; line-height:40px; padding-left:50px;font-style:normal !important; }
.contact ul li:nth-child(1){ background:url(../images/phone.png) no-repeat 0 7px;}
.contact ul li:nth-child(2){ background:url(../images/di.png) no-repeat 0 7px;}
.contact ul li:nth-child(3){ background:url(../images/message.png) no-repeat 0 7px;}
.contact table{ margin-top:20px; width:80%;}
.contact table tr td{ width:50%;}
.contact table tr td p{ font-size:14px; color:#666; line-height:30px; text-indent: 1em; }
.contact{  margin-top:30px; margin-bottom:50px;}
.map{ width:100%; margin-bottom:50px;}
.contact_left{ width:40%; float:left; padding-right:20px; box-sizing:border-box;}
.contact_right{ width:60%; float:left; box-sizing:border-box;}

/*入驻企业*/
.ipartnerc{ margin:auto 0 auto; width:100%;}
.ipartnerc ul li{ margin:10px;border: 1px solid #dedede;width: calc(18.5% - 1px);width: -moz-calc(18.5% - 1px);width: -webkit-calc(18.5% - 1px); height:148px; float:left; background:#fff; padding:20px 0; text-align:center;}

.ipartnerc img{-webkit-transition:.25s all;transition:.25s all; width:80%; display:block; margin:0 auto; height:auto;}
.ipartnerc img:hover{-webkit-transform:scale(.9);transform:scale(.9)}

.ipartner_more{ display:block; width:180px; height:45px; line-height:45px; text-align:center; color:#eb1748; background:#fff; font-size:14px;-webkit-border-radius: 45px;-moz-border-radius: 45px;border-radius: 45px; margin:30px auto 0 auto;}
.ipartner_more:hover{ background:#e40011; color:#fff;}

.gugan{
    width: 100%;
    overflow: hidden;
    padding: 0px 0 40px;
    margin: 0 auto;
}
.gugan ul.xmuli{
    overflow: hidden;
    width: 100%;
    margin: auto;
}
.gugan ul.xmuli li{
    display: inline;
    margin:15px 18px;
    float: left;
    height: auto;
    width: 22.4%;
}
.gugan ul.xmuli li a{
    border: 1px solid #c1c1c1;
    display: block;
}
.gugan ul.xmuli li a img{
    width: 100%;
}
.gugan ul.xmuli li label{
    display: block;
    font-weight: bold;
    color: #006f32;
    padding: 10px 0;
    font-size: 20px;
    font-family:"宋体";
}
.gugan ul.xmuli li p{
    color: #666;
    font-size: 15px;
}
.gugan ul.xmuli li a.img{
    transition:transform 2s;
}
.gugan ul.xmuli a:hover img{
    transition:transform 2s;
    transform: scale(1.1,1.1);
}


.m-txt3{overflow: hidden;padding: 80px 0;}
.m-txt3 .pic{float: right;width: 697px;margin-left: 62px;}
.m-txt3 .txt{overflow: hidden;font-size: 17px;line-height: 38px;font-family:'AllianzNeo-Light','HYQiHei-DZS',"微软雅黑","Microsoft Yahei";
	text-align: justify;
}
.m-txt3 .desc{margin-bottom: 38px;}
.m-txt3 .tips{color: #004B98;}

.m-list7{background-color: #F8FBFE;margin-bottom: 83px;}
.m-list7 .tit{overflow: hidden;height: 80px;line-height: 80px;padding: 0 39px 0 45px;
	background-color: #006f32;color: #fff;font-size: 22px;margin-bottom: 10px;
}
.m-list7 .tit .s1{float: left;}
.m-list7 .tit .s2{float: right;}
.m-list7 li{position: relative;    font-family: 'AllianzNeo-Light','HYQiHei-DZS',"微软雅黑","Microsoft Yahei";
	height: 80px;border-bottom: 1px solid #E5E5E5;
}
.m-list7 li:last-child{border-bottom: 0;}
.m-list7 .left{position: absolute;top: 50%;left: 39px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-list7 .right{position: absolute;top: 50%;right: 30px;
	font-size: 16px;text-align: right;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-list7 .t1{font-size: 20px;font-weight: normal;margin-bottom: 4px;}
.m-list7 .info{font-size: 16px;color: #888;}
.m-list7 .adds{display: block;color: #666;}
.m-list7 .btn{position: absolute;right: 30px;top: 50%;width: 131px;
	height: 46px;line-height: 46px;text-align: center;font-size: 16px;
	color: #fff;border-radius: 5px;
	background-color: #006f32;opacity: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-list7 li:hover .btn{opacity: 1;}
.m-list7 li:hover .right{opacity: 0;}

/*公司历程*/
.row-d2{padding: 60px 0 100px;overflow: hidden;
	background-color: #EEF1F6;
}
.row-d2 .col-l{width: 849px;padding: 44px 0 24px;
	border-left: 5px solid #238551;
}
.row-d2 .col-r{float: none;margin-left: 849px;}
.m-time{overflow-y: auto;margin-bottom: 32px;max-height: 572px;padding-right: 44px;}
.m-time::-webkit-scrollbar {
width: 4px;
}
.m-time::-webkit-scrollbar-track {
background: none;
}
.m-time::-webkit-scrollbar-thumb {
background: #EEF1F6;
}
.m-time::-webkit-scrollbar-thumb:window-inactive {
background: #EEF1F6;
}
.m-time .date{font-size: 22px;display: block;position: relative;padding-left: 32px;
	font-weight: bold;margin-bottom: 18px;
}
.m-time .date:before{content: '';position: absolute;left: 0;top: 50%;
	width: 15px;height: 4px;
	background-color: #238551;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-time .con{*zoom:1;}
.m-time .con:after,.m-time .con:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.m-time .month{float: left;font-size: 18px;color: #1F6FE1;width: 93px;text-align: right;
	margin-right: 57px;position: relative;
}
.m-time .month:after{content: '';position: absolute;top: 50%;right: -26px;width: 5px;height: 5px;
	border-radius: 50%;
	background-color: #238551;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.m-time .desc{overflow: hidden;font-size: 18px;line-height: 1.61;color: #666;padding: 13px 21px;border: 2px solid #EEF1F6;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
.m-time li{padding-bottom: 30px;cursor: pointer;position: relative;}
.m-time li:after{content: '';position: absolute;left: 116px;width: 1px;top: 18px;height: 100%;
	background-color: #7798C7;opacity: .3;
}
.m-time li:last-child:after{display: none;}
.m-time li.on .desc{
	background: linear-gradient(180deg, #F1F3F9, #FFFFFF);
	border: 2px solid #FFFFFF;
	box-shadow: 0px 16px 14px 1px rgba(202,202,202,0.2);
	border-radius: 5px 10px 10px 10px;
}

.m-time li.on .desc:hover{
    background: #238551;
    color: #fff;
}
.soll-tips{display: block;font-size: 16px;color: #999;padding: 13px 0 4px 35px;margin-left: 25px;
	background: url(../images/i-40.png) no-repeat left center;
	-o-background-size: 24px auto;
	-ms-background-size: 24px auto;
	-moz-background-size: 24px auto;
	-webkit-background-size: 24px auto;
	background-size: 24px auto;
}

.m-pic{margin-top: 100px;position: relative;}
.m-pic img{border: 10px solid #fff;width: 100%;display: block;position: relative;z-index: 2; position:absolute;}
.m-pic:after{content: '';position: absolute;right: -24px;bottom: -30px;
	width: 100%;height: 100%;background-color: rgba(22, 89, 178, .2);
}
