@charset "utf-8";
/* CSS Document */
/*通用样式*/
a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0;
}
body, p, form, input, button, dl, dt, dd, ul, ol, li, h1, h2, h3, h4 {
    list-style: outside none none;
}
body, button, input, select, textarea {
    color: #666;
    font: 12px "Microsoft Yahei",Arial,Helvetica,sans-serif;
    font-family:Microsoft Yahei;
}
button, html input[type="button"], input[type="submit"] {
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input, select, textarea {
    font-size: 100%;
}
button::-moz-focus-inner{
	border: medium none;
    padding: 0;
}
div a:hover{
    text-decoration:none;
    color: #FEBA01;
}
div a:focus{
    text-decoration:none;
}
a,.cursor{
	cursor: pointer;
}
img {
    border: 0 none;
    vertical-align: middle;
}
em, i, u {
    font-style: normal;
}
a{
	color:#888;
	text-decoration:none;
    outline:none
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.al {
    text-align: left;
}
.ac {
    text-align: center;
}
.ar {
    text-align: right;
}
.hide {
    display: none;
}
.center{
	margin:0 auto;}
.wrap{
	width:1200px;
}
.clear{
    clear:both;
}
.bolder{
    font-weight: bolder;
}	
.w1200{
	max-width:1200px;
	position:relative;
    margin:auto;
}
.ellipsis{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.defaultBtn{
    width: 120px;
    height:40px;
    background:#FFBA00;
    border-radius:2px;
    border: none;
    font-size:16px;
    color: #fff;
}
.mt5{margin-top:5px}.mb5{margin-bottom:5px}.ml5{margin-left:5px}.mr5{margin-right:5px}
.mt10{margin-top:10px}.mb10{margin-bottom:10px}.ml10{margin-left:10px}.mr10{margin-right:10px}
.mt15{margin-top:15px}.mb15{margin-bottom:15px}.ml15{margin-left:15px}.mr15{margin-right:15px}
.mt20{margin-top:20px}.mb20{margin-bottom:20px}.ml20{margin-left:20px}.mr20{margin-right:20px}
.mt25{margin-top:25px}.mb25{margin-bottom:25px}.ml25{margin-left:25px}.mr25{margin-right:25px}
.mt30{margin-top:30px}.mb30{margin-bottom:30px}.ml30{margin-left:30px}.mr30{margin-right:30px}
.mt35{margin-top:35px}.mb35{margin-bottom:35px}.ml35{margin-left:35px}.mr35{margin-right:35px}
.mt40{margin-top:40px}.mb40{margin-bottom:40px}.ml40{margin-left:40px}.mr40{margin-right:40px}
.mt50{margin-top:50px}.mb50{margin-bottom:50px}.ml50{margin-left:50px}.mr50{margin-right:50px}

.pt1{padding-top:1px}.pb1{padding-bottom:1px}.pl1{padding-left:1px}.pr1{padding-right:1px}
.pt2{padding-top:2px}.pb2{padding-bottom:2px}.pl2{padding-left:2px}.pr2{padding-right:2px}
.pt3{padding-top:3px}.pb3{padding-bottom:3px}.pl3{padding-left:3px}.pr3{padding-right:3px}
.pt4{padding-top:4px}.pb4{padding-bottom:4px}.pl4{padding-left:4px}.pr4{padding-right:4px}
.pt5{padding-top:5px}.pb5{padding-bottom:5px}.pl5{padding-left:5px}.pr5{padding-right:5px}
.pt10{padding-top:10px}.pb10{padding-bottom:10px}.pl10{padding-left:10px}.pr10{padding-right:10px}
.pt15{padding-top:15px}.pb15{padding-bottom:15px}.pl15{padding-left:15px}.pr15{padding-right:15px}
.pt20{padding-top:20px}.pb20{padding-bottom:20px}.pl20{padding-left:20px}.pr20{padding-right:20px}
.pt25{padding-top:25px}.pb25{padding-bottom:25px}.pl25{padding-left:25px}.pr25{padding-right:25px}
.pt30{padding-top:30px}.pb30{padding-bottom:30px}.pl30{padding-left:30px}.pr30{padding-right:30px}
.pt35{padding-top:35px}.pb35{padding-bottom:35px}.pl35{padding-left:35px}.pr35{padding-right:35px}
.pt40{padding-top:40px}.pb40{padding-bottom:40px}.pl40{padding-left:40px}.pr40{padding-right:40px}
.pt50{padding-top:50px}.pb50{padding-bottom:50px}.pl50{padding-left:50px}.pr50{padding-right:50px}

.orangeFont{
    color: #E55803;
}
.greyFont{
    color: #999999;
}
.blackFont{
    color: #333333;
}
.greybk{
    background: #F3F2F5;
}

.bannerCage{
    position: relative;
}
.bannerCage img{
    width: 100%;
    height: auto;
}
.cage{
    position: relative;
    z-index: 2;
}

/*顶部导航*/
.T_topBar{
    background:#ffffff;
    position: relative;
    height: 80px;
    z-index: 10;
}
.whiteCage{
    position: fixed;
    height: 80px;
    width: 100%;
    left: 0;
    top:0;
    background: #ffffff;
    -webkit-box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
    box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
}
.T_topBar .container{
    position: relative;
    height: 80px;
    max-width: 1300px!important;
    width: auto!important;
    min-width: 1000px!important;
}
.T_topBar .container .logo{
    position: absolute;
    left: 0;
    top: 27.5px;
    height: 25px;
    width: 120px;
    background: url(../images/logo/logo.png) no-repeat 0 center;
}
.T_topBar .container .nav{
    position: absolute;
    right: 0;
    top: 20px;
    height: 40px;
    line-height: 40px;
}
.T_topBar .container .nav .wrap{
    width: 525px;
}
.T_topBar .container .nav a{
    display: inline-block;
    margin:0 35px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 16px;
    -webkit-transition:all .2s;
    transition:all .2s;
}
.T_topBar .container .nav a.active{
    color: #16171B;
    border-bottom: #16171B 1px solid;
}
.T_topBar .container .nav a:hover{
	color: #16171B;
}
/*banner*/
.T_banner{
    position: fixed;
    width: 100%;
    height: 640px;
    background-position: center center;
    background-size: auto 100%;
    top:80px;
    z-index: 1;
}
.T_banner>img{
    width: 100%;
}
.T_banner .wenan{
    position:absolute;
    width:1000px;
    left: 42%;
    top:20%;
    margin-left: -500px;
}
.T_banner .wenan1{
    font-size: 72px; 
    font-weight: bolder;
    color: #FFFFFF;
    letter-spacing:8px;
}
.T_banner .hengxian{
    width: 60px;
    height: 6px;
    background-color: #FFFFFF;
}
.T_banner .wenan2{
    font-size: 48px;
    color: #FFFFFF;
    margin-top:20px;
    letter-spacing:8px;
}
.T_banner .wenan3{
    width: 460px;
    height: 50px;
    background-color: #FFFFFF;
    color: #16171b;
    letter-spacing:12px;
    font-size: 20px;
    font-weight: bold;
    margin-top:20px;
    text-align: center;
    line-height:50px;
}
.T_banner .wenan4{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;;
}
.T_banner .add{
    padding-top:20px;
}
/* 滚动跟随 */
.scrollWrap{
    position: fixed;
    right: 0;
    top:50%;
    width: 50px;
    z-index: 11;
    background: #fff;
    -webkit-box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
    box-shadow:0 3px 6px 0 rgba(67,67,67,.14);
}
.scrollWrap a{
    display: inline-block;
    position: relative;
}
.scrollWrap a:hover{
    background: #ccc;
}
.scrollWrap a:hover .sCage{
    display: block;
}
.scrollWrap a i.icon{
    display: inline-block;
    width: 50px;
    height: 50px;
}
.scrollWrap a i.icon.wechat{
    background: url('../images/icon/i_wechat.png') no-repeat center center;
}
.scrollWrap a i.icon.weibo{
    background: url('../images/icon/i_weibo.png') no-repeat center center;
}
.scrollWrap a i.icon.phone{
    background: url('../images/icon/i_phone.png') no-repeat center center;
}
.scrollWrap a i.icon.top{
    background: url('../images/icon/i_top.png') no-repeat center center;
}
.scrollWrap a .sCage{
    position: absolute;
    right: 60px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    word-wrap: normal;
    background: #fff;
    display: inline-block;
    /* padding:10px 15px; */
    display: none;
    -webkit-box-shadow:0 3px 6px 0 rgba(67,67,67,.24);
    box-shadow:0 3px 6px 0 rgba(67,67,67,.24);
}
.scrollWrap a .sCage::after{
    display: inline-block;
    content: '';
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-left:10px solid #fff;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top:-2.5px;
}
/* 广告 */
.T_gg{
    background-color: #6750f8;
    position: relative;
    position: relative;
    z-index: 3;
}
.T_gg .container{
    overflow: hidden;
    position: relative;
}
.T_gg .container .memo{
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 4px;
    line-height: 120px;
}
.T_gg .container .more{
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
    width: 120px;
    height: 42px;
    margin-top: 40px;
    border:1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .2s;
}
.T_gg .container .more:hover{
    color: #16171B;
    background-color: #FFFFFF;
}

/* 页脚 */
.T_footer{
    background: #333333;
    position: relative;
    z-index: 3;
}
.T_footer .container{
    padding:60px 0 30px;
}
.T_footer .flex{
    display: flex;
    justify-content: space-around;
}
.T_footer .wCage{
    padding-left:10px;
}
.T_footer .wCage .callUs{
    position: relative;
}
.T_footer .wCage .callUs a{
    position: absolute;
    background: transparent;
    display: inline-block;
    width: 38px;
    height: 38px;
    top:0;
}
.T_footer .wCage .callUs a.weibo{
    left: 0;
}
.T_footer .wCage .callUs a.qq{
    left: 50%;
    margin-left:-19px;
}
.T_footer .wCage .callUs a.wechet{
    right: 0;
}
.T_footer .wCage .callUs a.wechet:hover img{
    display: block;
}
.T_footer .wCage .callUs a.wechet img{
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: -90px;
    margin-left: -50px;
    display: none;
}
.T_footer .title{
    color: #CDCDCD;
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-bottom:20px;
}
.T_footer .Line{
    color: #949494;
    font-size: 14px;
    line-height: 25px;
}
.T_footer .line img{
	width: 100px;
	height: 100px;
}
.T_footer .row{
    margin: 0;
}

/* 备案 */
.T_copyRight{
    background: #000000;
    line-height: 40px;
    color: #8E8E8E;
    position: relative;
    z-index: 4;
}
.T_copyRight .t1{
    margin-right:20px;
}

/* 分页 */
.paginationWrap{
    display: block;
    text-align: center;
    padding: 20px 0;
}
.paginationWrap .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: #16171B;
}
.phonePagination{
    display: none;
}

/* 首页 */
#home .m1{
    margin-top:50%;
    background: #ffffff;
    overflow: hidden;
    padding: 120px 0 80px 0;
}
#home .m1 .container{
    position: relative;
}
#home .m1 .container .left{
    color: #16171B;
    position: absolute;
    width: 335px;
    left: 0;
    top: 0;
}
#home .m1 .container .left .t1{
    font-size:24px;
    line-height:24px;
}
#home .m1 .container .left .t2{
    font-size: 36px;
    line-height: 36px;
    margin-top:179px;
}
#home .m1 .container .left .t3{
    font-size:16px;
    line-height: 36px;
    margin-top:60px;
}
#home .m1 .container .left .t4 .linkBtn{
    display: inline-block;
    width: 120px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #16171B;
    border-radius: 30px;
    color: #16171B;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    transition:background .2s;
}
#home .m1 .container .left .t4 .linkBtn i{
    vertical-align: middle;
    margin:0 0 0 -4px;
}
#home .m1 .container .left .t4 .linkBtn:hover{
    background: #16171B;
    color: #fff;
}
#home .m1 .container .right {
    margin-left:330px;
    overflow: hidden;
}
#home .m1 .container .right .buttonGroup{
    padding-bottom:80px;
    font-size: 14px;
}
#home .m1 .container .right span{
    opacity: 0;
}
#home .m1 .container .right .cursor{
    opacity: 1;
    margin-right:60px;
	padding-left: 15px;
}
#home .m1 .container .right .cursor.active{
    /* padding-left: 15px; */
    background: url('../images/icon/dian.png') no-repeat 0 center;
}
#home .m1 .container .right .swiper-container{
    overflow: visible;
}
#home .m1 .container .right .swiper-slide{
    width: auto;
    /* height:1px; */
}
#home .m1 .container .right .swiper-slide-active { 
    height:auto!important;
}
#home .m1 .container .right .arrowCage{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    z-index: 9;
    top: -40px;
    margin-left: 910px;
}
#home .m1 .container .right .arrowCage a{
    display: inline-block;
    width: 50px;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    background: #B3B3B3;
    opacity: 0.2;
    transition:all .5s;
}
#home .m1 .container .right .arrowCage a:hover{
    opacity: 1;
}

#home .m2{
    background: #F7F7F7;
    padding:100px 0;
}
#home .m2 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}
#home .m2 .pCage{
    background: #fff;
    text-align: center;
    width: 410px;
    margin:30px auto 0;
    overflow: hidden;
    cursor: pointer;
}
#home .m2 .pic{
    position: relative;
}
#home .m2 .pic img{
    width: 410px;
    height: 230px;
}

#home .m2 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m2 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m2 .linkBtn{
    display: inline-block;
    width: 160px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #ccc;
    border-radius: 30px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition:background .2s;
}
#home .m2 .linkBtn:hover{
    background: #16171B;
    color: #fff;
}

#home .m3{
    background: #F7F7F7;
    overflow: hidden;
}
#home .m3 .left{
    position: absolute;
    z-index: 2;
    width: 65%;
    height: 90%;
    left: 0;
    top: 5%;
    background: #fff;
}
#home .m3 .left .words{
    width: 840px;
    float: right;
    margin:40px;
}
#home .m3 .left .words .title{
    font-weight: bold;
    font-size: 24px;
    color: #000;
    padding-top:20px;
}
#home .m3 .left .words .pic{
    margin-top:40px;
    border: 1px solid #E6E6E6;
    padding: 20px;
}
#home .m3 .left .words .pic img{
    width: 100%;
    height: auto;
}
#home .m3 .left .words .memo{
    font-size:14px;
    color: #666666;
    text-indent: 2em;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 30px;
    padding-top:30px;
}
#home .m3 .right{
    position: relative;
    width:50%;
    float: right;
    overflow: hidden;
    z-index: 1;
}
#home .m3 .right .words{
    position: absolute;
    left: 35%;
    top: 50%;
    color: #fff;
    margin-top: -140px;
}
#home .m3 .right .words .t1{
    font-size: 36px;
    line-height: 70px;
}
#home .m3 .right .words .t3 .linkBtn{
    display: inline-block;
    width: 120px;
    height: 42px;
    margin-top: 20px;
    border:1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    transition: background .2s;
}
#home .m3 .right .words .t3 .linkBtn:hover{
    background: #ffffff;
    color: #000000;
}

#home .m4{
    background: #fff;
    padding:100px 0 50px;
}
#home .m4 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}
#home .m4 .pCage{
    width: 410px;
    margin: auto;
    overflow: hidden;
    margin-top:20px;
    cursor: pointer;
}
#home .m4 .pic img{
    width: 410px;
    height: 230px;
}
#home .m4 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m4 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#home .m4 .pCage .memo{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 57px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#home .m4 .linkBtn{
    display: inline-block;
    width: 160px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #ccc;
    border-radius: 30px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    transition:background .2s;
}
#home .m4 .linkBtn:hover{
    background: #16171B;
    color: #fff;
}

#home .m5{
    background: #fff;
    padding:50px 0;
}
#home .m5 .title{
    text-align: center;
    color: #16171B;
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    padding-bottom:10px;
}
#home .m5 .row{
    margin-top:50px;
}
#home .m5 .row .logoCage{
    width: 16.6%;
    float: left;
    text-align: center;
    margin-top:10px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
#home .m5 .row .logoCage .pic{
    border: 1px solid #E0E0E0;
    height: 100px;
    position: relative;
    margin:5px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}
#home .m5 .row .logoCage .pic img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}
#home .m5 .row .logoCage .t{
    color: #999999;
    font-size: 14px;
    line-height: 30px;
}
#home .m5 .row .logoCage:hover .pic{
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0)
}
#home .m5 .row .logoCage:hover .pic img{
    -webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
}
#home .m5 .row .logoCage:hover .t{
    color: #16171B;
    font-size: 14px;
    line-height: 30px;
}
/* 服务 */
#service .m1{
    margin-top:640px;
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0 100px;
}
#service .m1 .t{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}
#service .m1 .row{
    margin-top:100px;
}
#service .m1 .maleft{
    margin:0 50px;
}
#service .m1 .maleft .spandis{
    display: block;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #16171B;
    line-height: 30px;
    text-transform: uppercase;
}
#service .m1 .maleft .spandis2 {
    display: block;
    font-size: 16px;
    color: #16171B;
    margin-top: 30px;
}
#service .m1 .maleft .spandis3 {
    display: block;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 30px;
}

#service .m2{
    background: #F7F7f7;
}
#service .m2 .container{
    position: relative;
    overflow: hidden;
}
#service .m2 .left{
    position: absolute;
    left: 0;
    top: 0;
}
#service .m2 .right{
    position: absolute;
    right: 0;
    top: 0;
}
#service .m2 .words{
    width: 480px;
    top: 50%;
    margin-top:-100px;
}
#service .m2 .words.min{
    width: 340px;
    margin-top:-160px;
}
#service .m2 .words .t{
    font-size: 36px;
    display: block;
    margin-bottom: 60px;
}
#service .m2 .words .c{
    font-size: 16px;
    color: #16171B;
    overflow: hidden;
}
#service .m2 .words .c .s{
    display: inline-block;
    margin-right: 60px;
    margin-top: 30px
}

#service .m2 .l1{
    height: 462px;
    margin: 50px 0;
    position: relative;
}
#service .m2 .l2{
    height: 500px;
    position: relative;
}
#service .m2 .l3{
    height: 500px;
    position: relative;
}

#service .m3{
    background: url(../images/banner/service2.jpg) center center;
    height: 560px;
    position: relative;
}
#service .m3 .words{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -130px;
}
#service .m3 .words .jiaofu{
    font-size: 36px;
    color: #FFFFFF;
    line-height: 72px;
}
#service .m3 .words .more{
    display: inline-block;
    width: 240px;
    height: 42px;
    border: solid #fff 1px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 80px auto 0 auto;
    cursor: pointer;
}
#service .m3 .words .more:hover{
    color: #16171B;
    background-color: #FFFFFF;
}

#service .m4{
    background: #F7F7F7;
    position: relative;
    overflow: hidden;
}
#service .m4 .title{
    font-size: 36px;
    color: #16171B;
    text-align: center;
    font-weight: bold;
    margin-top: 120px;
}
#service .m4 .row{
    margin:60px 0;
    background: #ffffff;
}
#service .m4 .words{
    overflow: hidden;
    margin: 40px 0;
    position: relative;
}
#service .m4 .words .t1{
    font-size: 36px;
    color: #16171B;
    font-weight: bold;
}
#service .m4 .words .t2{
    font-size: 24px;
    color: #16171B;
    font-weight: bold;
}
#service .m4 .words .memo{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 30px;
    text-align: justify;
    padding-right:40px;
}
#service .m4 .words .fr{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top:-12px;
}


/* 案例 */
#cases .m1{
    margin-top:640px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 50px 0;
}
#cases .m1 .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
#cases .m1 .buttonGroup{
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
}
#cases .m1 .buttonGroup .cursor{
    margin: 0 30px 0 0 ;
    padding-left: 15px;
}
#cases .m1 .buttonGroup .cursor.active{
    padding-left: 15px;
    background: url('../images/icon/dian.png') no-repeat 0 center;
}
#cases .m1 .pCage{
    background: #fff;
    text-align: center;
    width: 410px;
    margin:20px auto 0;
    overflow: hidden;
    cursor: pointer;
}
#cases .m1 .pic img{
    width: 410px;
    height: 230px;
}
#cases .m1 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#cases .m1 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.anchor{
    margin-top:500px;
    display: block;
}
/* 动态 */
#trends .m1{
    margin-top:640px;
    background: #f7f7f7;
    overflow: hidden;
    padding: 50px 0;
}
#trends .m1 .title{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
#trends .m1 .buttonGroup{
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
}
#trends .m1 .buttonGroup .cursor{
    margin: 0 30px 0 0;
    padding-left: 15px;
}
#trends .m1 .buttonGroup .cursor.active{
    padding-left: 15px;
    background: url('../images/icon/dian.png') no-repeat 0 center;
}
#trends .m1 .pCage{
    width: 410px;
    margin: auto;
    overflow: hidden;
    margin-top:20px;
    cursor: pointer;
}
#trends .m1 .pic img{
    width: 410px;
    height: 230px;
}
#trends .m1 .pCage .t1{
    font-size: 18px;
    color: #16171B;
    margin-top: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#trends .m1 .pCage .t2{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#trends .m1 .pCage .memo{
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 57px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 联系 */
#contact .m1{
    margin-top:640px;
    background: #FFFFFF;
    overflow: hidden;
    padding: 50px 0;
}
#contact .m1 .title{
    line-height: 60px;
    font-size: 36px;
    letter-spacing: 6px;
    color: #000;
}
#contact .m1 .showInfo{
    padding:100px 0 50px;
    text-align: center;
}
#contact .m1 .showInfo img{
    margin-bottom: 15px;
}
#contact .m1 .formTitle{
    text-align: center;
    padding: 50px 0;
}
#contact .m1 .formTitle .t1{
    font-weight: bold;
    font-size: 24px;
    color: #000;
}
#contact .m1 .formTitle .t2{
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 25px;
}
#contact .m1 .formBtn{
    width: 120px;
    height: 42px;
    margin-top: 60px;
    border:1px solid #ccc;
    border-radius: 30px;
    color: #999999;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    background: none;
    transition: all .2s;
}
#contact .m1 .formBtn:hover{
    background: #16171B;
    color: #fff;
}

/* 内容详情 */
#details .T_articleInfo{
    background: #FAFAFA;
    padding: 100px 0;
}
#details .T_articleInfo .t1{
    color: #999999;
    font-size: 18px;
}
#details .T_articleInfo .t2{
    color: #16171B;
    font-size: 24px;
    padding: 10px 0;
}
#details .T_articleInfo .t2::after{
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin-top:10px;
    background: #171B1F;
}
#details .T_articleInfo .t3{
    color: #666666;
    font-size:14px;
    padding-top:15px;
}
#details .main .article{
    padding: 50px 0;
    font-size: 14px;
    line-height: 25px;
}
#details .main .article img{
    max-width: 100%;
}

/* 动画 */
.effect-layla {
    height: 230px;
    position: relative;
    overflow: hidden;
}

.effect-layla img {
	min-width: 100%;
	height: -webkit-calc(100% + 40px);
	height: calc(100% + 40px);
}
.effect-layla .figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.effect-layla .figcaption {
	padding: 3em;
}

.effect-layla .figcaption::before,
.effect-layla .figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

.effect-layla .figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.effect-layla .figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.effect-layla .add {
    font-size: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 40px;
    background: rgba(0,0,0,0.7);
    position: absolute;
    left: 50%;
    top:50%;
    margin:-25px 0 0 -25px;
    text-align: center;
	text-transform: none;
	opacity: 0;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}

.effect-layla img{
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

.effect-layla img,
.effect-layla .figcaption::before,
.effect-layla .figcaption::after,
.effect-layla .add {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-layla:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-layla:hover .figcaption::before,
.effect-layla:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.effect-layla:hover .add {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-layla:hover .figcaption::after,
.effect-layla:hover .add,
.effect-layla:hover img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
