*{margin: 0;padding: 0;box-sizing: border-box;/* font-family: 'PingFang SC Medium','思源黑体 CN','微软雅黑'; */}
header,footer,nav,div,p,span,b,a,input,textarea,ul,li{font-family: 'PingFang SC','思源黑体 CN','PingFang SC Medium','微软雅黑';margin: 0;padding: 0;}
ul li{list-style: none;}
a{text-decoration: none;color: #000;}
table {border-collapse:collapse;}table,th, td{border: 1px solid #ddd;line-height: 30px;padding: 10px;}
input{outline: none;}
textarea{resize: none;outline: none;}
iframe{display: block;width: 800px;height: 600px;border: 0;margin: 0 auto;}
html,body{min-width: 1263px;}

/* ::-webkit-input-placeholder{color: #201f1d;}
::-moz-placeholder{color: #201f1d;}
:-moz-placeholder{color: #201f1d;} */

/*浮动*/
.f_le{float: left;}
.f_ri{float: right;}
/*清除浮动*/
.clearfix:after{content: "";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}

/*定位*/
.p_re{position: relative;}
.p_ab{position: absolute;}

/*弹性盒子*/
.flexbox{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;} /*横向弹性*/
.flexbox11{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;} /*横向弹性*/
.flexbox22{display: -webkit-flex;display: flex;-webkit-justify-content: space-around;justify-content: space-around;} /*横向弹性*/
.flexbox_1{display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;-webkit-flex-wrap: wrap;height: 900px;} /*纵向弹性*/
.flexbox_2{display: -webkit-flex;display: flex;-webkit-align-items: flex-end;align-items: flex-end;flex-wrap: wrap;}
.flexc{margin: auto auto;}
.flexwarp{flex-wrap: wrap;}  /*弹性盒子换行*/

/* 文字分栏 */
.column{column-width:300px;-moz-column-width:300px; /* Firefox */-webkit-column-width:300px; /* Safari and Chrome */
    column-count:; /* 列数 */
    column-gap:; /* 列间距 */
    column-rule:; /* 分隔线 */
}

/*字体超出隐藏*/
.txthide{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.txthide2{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:2; text-overflow: ellipsis; overflow: hidden; text-align: justify;}
.txthide3{display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:3; text-overflow: ellipsis; overflow: hidden; text-align: justify;}
/*.txthide_2{ text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}*/

.pic{width: 300px;height: 200px;overflow: hidden;position: relative;}
.pic img{display: block;width: 100%;height: auto;min-height: 100%;position: absolute;top: 50%;left: 50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);}

/*宽度*/
.wrapper{width: 75%;min-width: 1200px;margin: 0 auto;}



/* 导航 */
.header{width: 100%;background: #fff;}
.header .logo{display: block;height: 88px;margin: auto 0;}
.header .logo img{display: block;height: 100%;}
.header .logo h1{display: none;}

.header .nav{height: 88px;margin: auto auto;}
.header .nav li{float: left;height: 88px;position: relative;margin-right: 80px;z-index: 3;}
.header .nav li:last-child{margin-right: 0;}
.header .nav li a.na{display: block;height: 100%;font-size: 16px;color: #1d1d1d;line-height: 88px;}
.header .nav .drop-down{width: 150px;background: #fff;position: absolute;top: 88px;left: 50%;margin-left: -75px;display: none;}
.header .nav .drop-down a{display: block;text-align: center;min-height: 48px;padding: 12px 10px;font-size: 16px;color: #1d1d1d;letter-spacing: 2px;line-height: 24px;transition: .5s;}
.header .nav .drop-down a:hover{background: #236bcc;color: #fff;}



/* 底部 */
.footer{width: 100%;background: #060f3b;padding: 40px 0 25px;}
.footer .logo_foot{display: block;margin: 0 auto 25px;}

.footer .footNav{width: 100%;border-bottom: 1px solid rgba(255,255,255,.14);padding-bottom: 12px;margin-bottom: 35px;text-align: center;}
.footer .footNav a{display: inline-block;font-size: 16px;color: #fff;margin-right: 60px;height: 25px;line-height: 25px;}
.footer .footNav a:last-child{margin-right: 0;}

.footer .n-phone{text-align: center;color: #fff;height: 39px;line-height: 39px;font-size: 30px;}
.footer .n-phone .ico{vertical-align: middle;}
.footer .txt{text-align: center;font-size: 18px;color: #fff;line-height: 35px;margin-top: 15px;border-bottom: 1px solid rgba(255,255,255,.14);padding-bottom: 10px;margin-bottom: 10px;}
.copyright{font-size: 14px;color: #a2a3ae;text-align: center;line-height: 30px;}
.copyright a{color: #a2a3ae;}
.copyright a:hover{color: #fff;}



/*轮播*/
.banner{width: 100%;position: relative;overflow: hidden;}
.banner img{width: 100%;display: block;}
.banner .swiper-pagination{position: absolute;bottom: 25px;}
.banner .swiper-pagination-bullet{width: 12px;height: 12px;opacity: 1;background: #fff;}
.banner .swiper-pagination-bullet-active{width: 40px;height: 12px;opacity: 1;border-radius: 12px;background: #15499a;}



/* 标题 */
.titBox{text-align: center;color: #1d1d1d;font-weight: bold;margin-bottom: 35px;}
.titBox .title{font-size: 38px;}
.titBox .title img{display: inline-block;width: 32px;height: 36px;margin-right: 15px;}
.titBox .ftitle{font-size: 20px;text-transform: uppercase;font-weight: 400;}



/* 首页 企业简介 */
.n-about{width: 100%;padding: 70px 0 60px;}
.n-about .wrapper{position: relative;}
.n-about em.orn{display: block;width: 150px;background: #dfbd89;position: absolute;top: -70px;bottom: -60px;left: 0;}

.n-about .naBox{position: relative;}
.n-about .pic{width: 955px;height: 568px;float: right;}
.n-about .cont{background: #fff;box-shadow: 0 0 5px rgba(0,0,0,.1);width: 660px;height: 500px;margin: auto 0;position: absolute;top: 0;bottom: 0;left: 0;z-index: 1;padding: 55px 74px;transition: .5s;}
.n-about .tit{display: block;margin-bottom: 55px;}
.n-about .desc{font-size: 16px;color: #1d1d1d;text-align: justify;line-height: 30px;display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:4; text-overflow: ellipsis; overflow: hidden;margin-bottom: 85px;}
.n-about .more{display: block;width: 175px;height: 48px;background: #236bcc;text-align: center;line-height: 48px;color: #fff;text-transform: uppercase;font-size: 18px;transition: .5s;}
.n-about .more .ico{vertical-align: middle;}

.n-about .cont:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.2);}
.n-about .more:hover{box-shadow: 2px 2px 3px rgba(35,107,204);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}



/* 首页展示图 */
.n-indPic{width: 100%;}
.n-indPic img{display: block;width: 100%;}



/* 工程项目 */
.n-project{width: 100%;padding: 70px 0 80px;}
.n-project .list{width: 32.4%;float: left;margin-right: 1.4%;position: relative;overflow: hidden;transition: .5s;}
.n-project .list:nth-child(3n){margin-right: 0;}
.n-project .list .pic{display: block;width: 100%;height: 333px;}
.n-project .list .cont{position: absolute;bottom: -150px;left: 20px;right: 20px;background: rgba(35,107,204,.64);color: #fff;padding: 10px 85px 10px 50px;font-size: 20px;line-height: 30px;transition: .5s;}
.n-project .list .details{display: block;width: 50px;height: 35px;border-left: 1px solid #fff;margin: auto 0;position: absolute;top: 0;bottom: 0;right: 20px;background: url(../images/ico02.png) right center no-repeat;}
.n-project .more{display: block;width: 178px;height: 50px;border: 1px solid #236bcc;text-align: center;line-height: 48px;font-size: 18px;color: #236bcc;text-transform: uppercase;margin: 40px auto 0;background: #fff;transition: .5s;}
.n-project .more .ico{vertical-align: middle;}

.n-project .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);/* -webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px); */}
.n-project .list:hover .cont{bottom: 20px;}
.n-project .more:hover{box-shadow: 2px 2px 3px rgba(35,107,204,.2);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}
@media screen and (max-width: 1600px) {
    .n-project .list .pic{height: 277px;}
}



/* 社会责任 */
.n-duty{width: 100%;background: url(../images/bj_01.jpg) center center no-repeat;/* background-size: 100% auto; */padding: 60px 0;}
.n-duty .titBox{color: #fff;}

.n-duty .picScroll{width: 100%;position: relative;}
.n-duty .picScroll .bd{width: 75%;min-width: 1200px;margin: 0 auto;overflow: hidden;}
.n-duty .picScroll .bd li{width: 100%;}
.n-duty .picScroll .bd li .pic{display: block;width: 575px;height: 318px;margin: auto 0;}
.n-duty .picScroll .bd li .cont{width: calc(100% - 615px);margin: auto 0;color: #fff;}
.n-duty .picScroll .bd li .desc{font-size: 18px;text-align: justify;}
.n-duty .picScroll .bd li .more{display: block;width: 178px;height: 50px;border: 1px solid #fff;text-align: center;line-height: 48px;font-size: 18px;color: #fff;text-transform: uppercase;margin: 65px 0 0;transition: .5s;}
.n-duty .picScroll .bd li .more .ico{vertical-align: middle;}

.n-duty .picScroll .hd{width: 100%;border-top: 1px solid rgba(255,255,255,.5);margin-top: 68px;position: relative;}
.n-duty .picScroll .hd ul{width: 75%;min-width: 1200px;margin: 0 auto;height: 90px;}
.n-duty .picScroll .hd ul li{width: 33.333%;float: left;text-align: center;position: relative;height: 90px;font-size: 74px;font-weight: bold;color: rgba(255,255,255,.17);font-family: '微软雅黑';line-height: 74px;padding-top: 15px;}
.n-duty .picScroll .hd ul li:after{content: '';display: block;width: 23px;height: 23px;background: url(../images/ico06.png) center center no-repeat;margin: 0 auto;position: absolute;top: -12px;left: 0;right: 0;}
.n-duty .picScroll .hd .hdBtn{width: 75%;min-width: 1200px;margin: auto auto;position: absolute;bottom: 0;top:15px;left: 0;right: 0;height: 0;}
.n-duty .picScroll .hd .hdBtn a{display: block;width: 15px;height: 28px;position: absolute;top: 50%;margin-top: -14px;cursor: pointer;}
.n-duty .picScroll .hd .hdBtn a.next{background: url(../images/ico05.png) center center no-repeat;right: 0;}
.n-duty .picScroll .hd .hdBtn a.prev{background: url(../images/ico04.png) center center no-repeat;left: 0;}

.n-duty .picScroll .hd ul li.on:after{content: '';background: url(../images/ico07.png) center center no-repeat;}

.n-duty .picScroll .more:hover{box-shadow: 2px 2px 3px rgba(255,255,255,.2);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}



/* 新闻资讯 */
.n-news{width: 100%;padding: 70px 0 80px;}
.n-news .list{width: 49%;float: left;margin: 0 2% 40px 0;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 18px;height: 228px;color: #1d1d1d;transition: .5s;}
.n-news .list:nth-child(2n){margin-right: 0;}
.n-news .list .pic{display: block;width: 248px;height: 192px;margin: auto 0;}
.n-news .list .cont{width: calc(100% - 265px);margin: auto 0;}
.n-news .list .tit{display: block;font-size: 20px;color: #1d1d1d;line-height: 30px;margin-bottom: 20px;font-weight: bold;transition: .5s;}
.n-news .list time{display: block;font-size: 20px;opacity: .42;float: right;}
.n-news .list .desc{font-size: 16px;text-align: justify;line-height: 25px;}
.n-news .list .gd{display: block;width: 30px;height: 30px;background: url(../images/ico08.png) center center no-repeat;margin-top: 10px;/* transition: .5s; */}

.n-news .more{display: block;width: 178px;height: 50px;border: 1px solid #236bcc;text-align: center;line-height: 48px;font-size: 18px;color: #236bcc;text-transform: uppercase;margin: 10px auto 0;background: #fff;transition: .5s;}
.n-news .more .ico{vertical-align: middle;}

.n-news .list:hover{background: #236bcc;color: #fff;}
.n-news .list:hover .tit{color: #fff;}
.n-news .list:hover .gd{background: url(../images/ico02.png) center center no-repeat;}
.n-news .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.n-news .more:hover{box-shadow: 2px 2px 3px rgba(35,107,204,.2);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-ms-transform: translateY(-5px);-o-transform: translateY(-5px);transform: translateY(-5px);}



/* 面包屑 */
.crumbs{width: 100%;height: 80px;background: #f5f5f5;overflow: hidden;}
.crumbs .m-crumb{float: right;height: 80px;line-height: 80px;overflow: hidden;max-width: 50%;padding-left: 35px;background: url(../images/ico10.png) left center no-repeat;font-size: 16px;color: #a9a9a9;}
.crumbs .m-crumb a{color: #a9a9a9;}
.crumbs .m-crumb i{font-family: 'simsun';font-style: normal;margin: 0 2px;}
.crumbs .m-crumb span{color: #236bcc;}



/* 企业简介 */
.about{padding: 50px 0 80px;}
.about article{width: 100%;font-size: 16px;color: #1d1d1d;text-align: justify;line-height: 30px;/* font-weight: bold; */}
.about article img{max-width: 100%;}
.about .apic{display: block;width: 100%;margin-top: 30px;}



/* 宗旨理念 */
.purpose{padding: 50px 0 80px;}
.purpose .pur-title{font-size: 20px;color: #1d1d1d;border-left: 4px solid #236bcc;line-height: 24px;padding-left: 10px;margin-bottom: 15px;}
.purpose article{font-size: 16px;color: #1d1d1d;text-align: justify;line-height: 40px;margin-bottom: 40px;padding-left: 15px;}
.purpose article img{max-width: 100%;}



/* 信誉资质 */
.honor{padding: 50px 0 80px;}
.honor .honorNav{text-align: center;margin-bottom: 35px;}
.honor .honorNav a{display: inline-block;width: 326px;height: 72px;background: #fff;border: 1px solid #1d1d1d;text-align: center;line-height: 70px;font-size: 20px;margin: 0 30px;transition: .5s;}
.honor .honorNav a:hover{border-color: #236bcc;background: #236bcc;color: #fff;}
.honor .honorNav a.active{border-color: #236bcc;background: #236bcc;color: #fff;}

.honor article{font-size: 16px;color: #1d1d1d;text-align: justify;line-height: 40px;}
.honor article img{max-width: 100%;}

.honor .list{width: 32%;float: left;margin: 0 2% 30px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);transition: .5s;}
.honor .list:nth-child(3n){margin-right: 0;}
.honor .list .pic{display: block;width: 100%;height: 308px;}
.honor .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}

@media screen and (max-width: 1600px) {
    .honor .list .pic{height: 257px;}
}



/* 办公环境 */
.office{padding: 50px 0 80px;}
.office .list{width: 28.405%;float: left;margin: 0 1.11% 20px 0;height: 328px;transition: .5s;}
.office .list:nth-child(3n){margin-right: 0;}
.office .list:nth-child(3),.office .list:nth-child(4),.office .list:nth-child(9),.office .list:nth-child(10){width: 40.97%;}
.office .list .pic{display: block;width: 100%;height: 100%;}

.office .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
@media screen and (max-width: 1600px) {
    .office .list{height: 273px;}
}



/* 团队成员 */
.team{padding: 50px 0 80px;}
.team .list{width: 48.3%;float: left;margin: 0 3.4% 35px 0;background: #f5f5f5;transition: .5s;}
.team .list:nth-child(2n){margin-right: 0;}
.team .list .pic{display: block;width: 278px;height: 334px;margin: auto 0;}
.team .list .cont{display: block;width: calc(100% - 330px);margin: auto auto;color: #171717;transition: .5s;}
.team .list .tit{font-size: 24px;line-height: 35px;margin-bottom: 15px;}
.team .list .tit small{font-size: 16px;}
.team .list .desc{font-size: 16px;text-align: justify;line-height: 30px;min-height: 90px;}
.team .list:hover{background: #236bcc;}
.team .list:hover .cont{color: #fff;}



/* 工程项目 */
.project{padding: 50px 0 80px;}
.project .list{width: 32.4%;float: left;margin-right: 1.4%;position: relative;overflow: hidden;margin-bottom: 35px;transition: .5s;}
.project .list:nth-child(3n){margin-right: 0;}
.project .list .pic{display: block;width: 100%;height: 333px;}
.project .list .cont{position: absolute;bottom: -150px;left: 20px;right: 20px;background: rgba(255,255,255,.64);color: #236bcc;padding: 10px 85px 10px 50px;font-size: 20px;line-height: 30px;transition: .5s;}
.project .list .details{display: block;width: 50px;height: 35px;border-left: 1px solid #236bcc;margin: auto 0;position: absolute;top: 0;bottom: 0;right: 20px;background: url(../images/ico03.png) right center no-repeat;}
.project .more{display: block;width: 178px;height: 50px;border: 1px solid #236bcc;text-align: center;line-height: 48px;font-size: 18px;color: #236bcc;text-transform: uppercase;margin: 40px auto 0;background: #fff;transition: .5s;}
.project .more .ico{vertical-align: middle;}

.project .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);}
.project .list:hover .cont{bottom: 20px;}
@media screen and (max-width: 1600px) {
    .project .list .pic{height: 277px;}
}



/* 社会责任 */
.duty{padding: 50px 0 80px;}
.duty .list{width: 100%;background: #f5f5f5;position: relative;margin-bottom: 40px;padding: 55px 0;}
.duty .list:before{content: '';display: block;width: 300px;background: #236bcc;position: absolute;left: 0;top: 0;bottom: 0;}
.duty .list .pic{display: block;width: 535px;height: 340px;float: left;margin-left: 50px;}
.duty .list .cont{height: 340px;float: right;width: calc(100% - 620px);color: #1d1d1d;margin-right: 10px;}
.duty .list .cont .auto{width: 100%;display: block;color: #1d1d1d;transition: .5s;}
.duty .list .cont .desc{font-size: 16px;text-align: justify;line-height: 30px;margin-bottom: 30px;transition: .5s;}
.duty .list .cont .num{display: block;font-size: 102px;line-height: 110px;opacity: .1;transition: .5s;}

.duty .list:nth-child(even):before{left: unset;right: 0;}
.duty .list:nth-child(even) .pic{float: right;margin-left: 0;margin-right: 50px;}
.duty .list:nth-child(even) .cont{float: left;margin-right: 0;margin-left: 10px;text-align: right;}
.duty .list:nth-child(even) .cont .desc{text-align: right;}

.duty .list:hover .auto{color: #236bcc;}



/* 新闻资讯 */
.news{padding: 50px 0 80px;}
.news .list{width: 100%;margin-bottom: 40px;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);padding: 18px;height: 228px;color: #1d1d1d;transition: .5s;}
.news .list .pic{display: block;width: 248px;height: 192px;margin: auto 0;}
.news .list .cont{width: calc(100% - 265px);margin: auto 0;}
.news .list .tit{display: block;font-size: 20px;color: #1d1d1d;line-height: 30px;margin-bottom: 20px;font-weight: bold;transition: .5s;}
.news .list time{display: block;font-size: 20px;opacity: .42;float: right;}
.news .list .desc{font-size: 16px;text-align: justify;line-height: 25px;}
.news .list .gd{display: block;width: 30px;height: 30px;background: url(../images/ico08.png) center center no-repeat;margin-top: 10px;/* transition: .5s; */}

.news .list:hover{background: #236bcc;color: #fff;}
.news .list:hover .tit{color: #fff;}
.news .list:hover .gd{background: url(../images/ico02.png) center center no-repeat;}
.news .list:hover{box-shadow: 5px 5px 10px rgba(0,0,0,.1);-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}



/* 联系我们 */
.contact{padding: 50px 0 80px;}
.contact .box{background: #fff;border-right: 100px solid #debd8a;padding-right: 20px;}
.contact .pic{width: 510px;height: 498px;float: left;}
.contact .cont{width: calc(100% - 750px);float: left;margin-left: 55px;padding-top: 80px;}
.contact .lx-title{display: block;margin-bottom: 50px;/* max-width: 100%; */}
.contact .item{width: 100%;font-size: 18px;color: #1d1d1d;text-align: justify;margin-bottom: 28px;}
.contact .item:last-child{margin-bottom: 0;}
.contact .item .ico{display: block;width: 37px;height: 37px;border-radius: 100%;float: left;margin-right: 20px;}
.contact .item .tit{display: block;height: 37px;float: left;line-height: 37px;width: 60px;}
.contact .item .desc{width: calc(100% - 117px);float: left;line-height: 30px;padding-top: 4px;}
.contact .qrcode{height: ;float: right;margin-top: 240px;}
.contact .qrcode img{display: block;width: 144px;height: 144px;border: 11px solid #0e2545;background: #fff;margin: 0 auto;}
.contact .qrcode p{font-size: 16px;color: #1d1d1d;line-height: 25px;}
@media screen and (max-width: 1600px) {
    .contact .box{border-right: 60px solid #debd8a;}
}



/* 人员招聘 */
.recruit{padding: 50px 0 80px;}
.recruit .list{width: 100%;margin-bottom: 40px;}
.recruit .list .j-head{width: 100%;height: 90px;background: #1a6cca;color: #fff;padding: 0 35px;}
.recruit .list .j-head p{font-size: 20px;line-height: 35px;margin: auto 0;max-width: 75%;}
.recruit .list .j-head .j-btn{display: block;width: 25px;height: 25px;margin: auto 0;position: relative;overflow: hidden;}
.recruit .list .j-head .j-btn img{display: block;width: 100%;position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;transition: .5s;}
.recruit .list article.j-body{padding: 25px 35px;font-size: 16px;color: #171717;text-align: justify;line-height: 30px;display: none;}
.recruit .list.active .j-head .j-btn img{top: -35px;}



/* 详情 */
.content{padding: 50px 0 80px;color: #171717;}
.content h3{font-size: 24px;text-align: center;line-height: 35px;margin-bottom: 10px;}
.content time{font-size: 14px;line-height: 20px;display: block;width: 100%;text-align: center;margin-bottom: 35px;}
.content article{width: 100%;overflow: hidden;font-size: 16px;text-align: justify;line-height: 30px;}
.content article img{max-width: 100%;}



/* 上下页 */
.m-clips{margin: 35px 0 0;font-size: 16px;color: #444;line-height: 35px;border-top: 1px solid #dcdcdc;padding-top: 15px;}
.m-clips a{color: #171717;line-height: 35px;}



/*效果  hover滑动效果*/
/* animation-name:fadeInUp;animation-delay: 0.1s; */
.y{box-shadow: 5px 5px 10px #535c8c;-webkit-transform: translateY(-10px);-moz-transform: translateY(-10px);-ms-transform: translateY(-10px);-o-transform: translateY(-10px);transform: translateY(-10px);}
.r{transform:rotate(-5deg);-ms-transform:rotate(-5deg);-webkit-transform:rotate(-5deg);box-shadow: 5px 5px 10px #888;}
.x{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
.c{transform:rotateY(360deg);-webkit-transform:rotateY(360deg);}
@media screen and (max-width: 1360px) {}
