*{margin: 0;padding: 0;box-sizing: border-box;}

header,footer,nav,div,p,span,b,a,input,textarea,ul,li{margin: 0;padding: 0;}

ul li,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;} */



/* {border-right: 32px solid transparent;

-webkit-filter: drop-shadow(32px 0 0 red);

filter: drop-shadow(32px 0 0 red);} */



/*  透明图片投影 -webkit-filter: drop-shadow(0 104px 0 #003488);filter: drop-shadow(0 104px 0 #003488);

	图片变白 -webkit-filter: grayscale(100%) brightness(1000%);filter: grayscale(100%) brightness(1000%); 

 */



/*浮动*/

.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;} /*纵向弹性*/

.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%);}



/*宽度*/

.n-wrapper{width: 75%;min-width: 1200px;margin: 0 auto;}

.wrapper{width: 1200px;margin: 0 auto;}







/* 导航 */

.header{width: 100%;height: 111px;border-bottom: 1px solid rgba(255,255,255,.5);position: absolute;top: 0;left: 0;right: 0;z-index: 3;}

.header .logo{display: block;height: 110px;float: left;}

.header .logo img{display: block;height: 110px;}

.header .logo h1{display: none;}

.n-link{float: right;line-height: 110px;font-size: 16px;color: #fff;}

.n-link a{color: #fff;}



.nav{float: right;}

.nav li{float: left;margin-right: 55px;height: 110px;}

.nav li .na{display: block;color: #fff;line-height: 110px;font-size: 18px;}

.nav .drop-down{position: absolute;top: 0;left: 0;right: 0;z-index: -1;padding-top: 110px;transition: .5s;}

.nav li:hover .drop-down{background: rgba(0,0,0,.4);}

.nav .drop-down .dd-box{background: #011d3f;height: 300px;display: none;}

.nav .drop-down .dd-box .n-wrapper{height: 300px;}

.nav .drop-down .d-left{width: 441px;position: relative;height: 200px;margin: auto 0;}

.nav .drop-down .d-left .pic{display: block;width: 100%;height: 100%;}

.nav .drop-down .d-head{position: absolute;bottom: 0;left: 0;right: 0;color: #fff;padding: 0 30px 15px;}

.nav .drop-down .d-head .ftitle{font-size: 18px;text-transform: uppercase;line-height: 20px;}

.nav .drop-down .d-head .title{font-size: 28px;font-weight: bold;line-height: 38px;}

.nav .drop-down .d-right{width: 47.96875vw;border-left: 1px solid rgba(255,255,255,.12);padding: 50px 0 50px 4.0625vw;}

.nav .drop-down .down-nav{border-bottom: 1px solid rgba(255,255,255,.12);}

.nav .drop-down .down-nav a{display: block;float: left;height: 62px;color: #fff;font-size: 20px;padding: 0 15px;margin-right: 20px;position: relative;transition: .5s;}

.nav .drop-down .down-nav a:last-child{margin-right: 0;}

.nav .drop-down .down-nav a:after{content: '';display: block;margin: 0 auto;width: 0;height: 2px;background: #007bff;position: absolute;bottom: 0;left: 0;right: 0;transition: .5s;}

.nav .drop-down .down-nav a:hover{color: #007bff;font-weight: bold;}

.nav .drop-down .down-nav a:hover:after{width: 100%;}

.nav .drop-down .down-nav a.active{color: #007bff;font-weight: bold;}

.nav .drop-down .down-nav a.active:after{width: 100%;}

.nav .drop-down .down-body{padding-top: 20px;display: none;}

.nav .drop-down .d-link{display: block;width: 32%;float: left;margin-right: 2%;color: #fff;font-size: 16px;line-height: 38px;transition: .5s;}

.nav .drop-down .d-link:nth-child(3n){margin-right: 0;}

.nav .drop-down .d-link:hover{color: #007bff;}

.nav .drop-down .n-list{display: block;height: 38px;line-height: 38px;color: #fff;font-size: 18px;transition: .5s;}

.nav .drop-down .n-list .tit{float: left;width: 80%;}

.nav .drop-down .n-list time{display: block;float: right;font-size: 16px;}

.nav .drop-down .n-list:hover{color: #007bff;}

.nav .drop-down .n-list .span1{display: block;width: 30%;padding-right: 15px;float: left;}

.nav .drop-down .n-list .span2{display: block;float: left;width: 25%;padding-right: 15px;}

.nav .drop-down .n-list .span3{display: block;float: left;width: 45%;}



@media screen and (max-width: 1680px) {

	.nav .drop-down .d-right{width: 760px;padding-left: 45px;}

}



@media screen and (max-width: 1600px) {

	.nav li{margin-right: 45px;}

	.nav .drop-down .d-right{width: 730px;padding-left: 35px;}

}







/* 底部 */

.copyright{background: #011d3f;padding: 35px 0;font-size: 14px;text-align: center;line-height: 25px;color: rgba(255,255,255,.6);}

.copyright a{color: rgba(255,255,255,.6);transition: .5s;}

.copyright a:hover{color: #fff;}







/*轮播*/

.banner{width: 100%;position: relative;overflow: hidden;z-index: 0;}

.banner video{display: block;width: 100%;/* height: 100%; */background: #000;min-height: 100%;}

.banner img{display: block;width: 100%;}







/* 首页 关于我们 */

.n-about{width: 100%;background: url(../images/bj01.jpg) center center no-repeat;background-size: 100% 100%;color: #fff;}

.n-about .n-wrapper{height: 100%;}

.n-about .na-left{width: 50.347%;margin: auto 0;}

.n-about .na-right{width: 45.833%;margin: auto 0;padding-top: 40px;position: relative;}

.n-about .title{font-size: 36px;line-height: 60px;}

.n-about em{display: block;width: 158px;height: 1px;background: #fff;margin: 10px 0;}

.n-about .ftitle{font-size: 12px;text-transform: uppercase;color: rgba(255,255,255,.6);line-height: 25px;}

.n-about article{font-size: 18px;text-align: justify;line-height: 35px;display: -webkit-box!important; -webkit-box-orient:vertical; -webkit-line-clamp:5; text-overflow: ellipsis; overflow: hidden; text-align: justify;margin-top: 45px;}

.n-about .more{display: block;width: 140px;height: 46px;border: 1px solid #fff;text-align: center;line-height: 44px;color: #fff;margin-top: 90px;}

.n-about .bj{width: 82.727%;position: relative;margin-left: 17.273%;}

.n-about .bj img{display: block;width: 100%;}

.n-about .bj .txt{text-align: center;position: absolute;bottom: 0;left: 0;right: 0;font-size: 18px;line-height: 60px;}

.n-about .pic{width: 90.909%;position: absolute;top: 0;left: 0;bottom: 60px;height: auto;z-index: 1;}







/* 首页 旗下公司 */

.n-company{width: 100%;background: url(../images/bj02.jpg) center center no-repeat;background-size: 100% 100%;}

.n-company .n-wrapper{margin: auto auto;}

.n-company .title{font-size: 46px;text-align: center;line-height: 60px;color: #fff;margin-bottom: 60px;}

.n-company .nc-head{border-bottom: 1px solid rgba(255,255,255,.1);margin-bottom: 60px;}

.n-company .nc-head a{display: block;margin: 0 auto;color: #fff;font-size: 24px;width: 200px;text-align: center;padding-bottom: 25px;position: relative;line-height: 30px;}

.n-company .nc-head a:after{content: '';display: block;width: 0;height: 2px;background: #fff;margin: 0 auto;position: absolute;bottom: 0;left: 0;right: 0;transition: .5s;}

.n-company .nc-head a:hover{font-weight: bold;}

.n-company .nc-head a:hover:after{width: 100%;}

.n-company .nc-head a.active{font-weight: bold;}

.n-company .nc-head a.active:after{width: 100%;}

.n-company .nc-body{display: none;}

.n-company .nc-body .list{width: calc( (100% - 50px) / 6 );background: #fff;float: left;margin-right: 10px;}

.n-company .nc-body .list:last-child{margin-right: 0;}

.n-company .nc-body .list a{display: block;width: 100%;height: 409px;padding: 45px 20px;}

.n-company .nc-body .list .tit{font-size: 20px;color: #044f9f;line-height: 30px;/* text-align: justify; */font-weight: bold;}

/*.n-company .nc-body1 .list{width: calc( (100% - 60px) / 7 );}

.n-company .nc-body1 .list a{padding: 45px 15px;}
*/


@media screen and (max-width: 1600px) {

	.n-company .nc-body .list .tit{font-size: 17px;line-height: 27px;}

	.n-company .nc-body1 .list a{padding: 45px 12px;}

}

@media screen and (max-width: 1366px) {

	.n-company .title{margin-bottom: 45px;}

	.n-company .nc-head{margin-bottom: 45px;}

	.n-company .nc-body .list a{padding-top: 25px;height: 330px;}

}







/* 首页 资讯动态 */

.n-news{width: 100%;background: url(../images/bj03.jpg) center center no-repeat;background-size: 100% 100%;position: relative;}

.n-news .n-wrapper{margin: auto auto;}

.n-news .title{background: url(../images/tit01.png) center top no-repeat;font-size: 46px;color: #044f9f;font-weight: bold;padding-top: 10px;text-align: center;line-height: 60px;margin-bottom: 45px;}



.new-nav{text-align: center;margin-bottom: 45px;}

.new-nav a{display: inline-block;width: 200px;height: 50px;border: 1px solid #044f9f;line-height: 48px;font-size: 20px;color: #044f9f;margin: 0 8px;transition: .5s;}

.new-nav a:hover{background: #044f9f;color: #fff;}

.new-nav a.active{background: #044f9f;color: #fff;}



.n-news .ne-body{display: none;min-height: 452px;}

.n-news .list{width: 32%;float: left;margin-right: 2%;background: #fff;transition: .5s;}

.n-news .list:nth-child(3n){margin-right: 0;}

.n-news .list a{display: block;width: 100%;}

.n-news .list .pic{width: 100%;height: 280px;}

.n-news .list .cont{position: relative;padding: 40px 20px 25px;height: 172px;}

.n-news .list .tit{font-size: 24px;color: #202020;line-height: 35px;margin-bottom: 10px;}

.n-news .list .desc{font-size: 16px;color: #666666;line-height: 28px;}

.n-news .list time{display: block;font-size: 20px;color: #fff;background: #044f9f;line-height: 40px;padding: 0 15px;position: absolute;left: 20px;top: -20px;}

.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);}



@media screen and (max-width: 1600px) {

	.n-news .ne-body{min-height: 406px;}

	.n-news .list .pic{height: 234px;}

}

@media screen and (max-width: 1366px) {

	.n-news .ne-body{min-height: 350px;}

	.n-news .list .pic{height: 215px;}

	.n-news .list .cont{height: 135px;padding: 30px 20px 15px;}

	.n-news .list .tit{font-size: 20px;line-height: 30px;}

	.n-news .list .desc{line-height: 22px;}

	.n-news .list time{font-size: 16px;line-height: 30px;top: -15px;}

}







/* 面包屑 */

.crumbs{width: 100%;height: 90px;background: #f7f7f7;line-height: 90px;overflow: hidden;font-size: 16px;color: #5a5a5a;display: none;}

.crumbs a{color: #5a5a5a;}

.crumbs i{font-family: 'simsun';font-style: normal;}

.crumbs span{color: #31528b;}

.crumbs a:hover{color: #31528b;}







/* 内页 */

.n-out{width: 100%;padding: 65px 0 90px;}

.article{font-size: 18px;color: #202020;line-height: 2;text-align: justify;}

.article p{margin-bottom: 10px;}

.article img{max-width: 100%;}

.article iframe{display: block;width: 800px;height: 600px;border: 0;margin: 15px auto;}







/* 董事长介绍 */

.president .img{width: 480px;float: left;position: relative;}

.president .img img{display: block;width: 100%;}

.president .img .txt{background: #044f9f;text-align: center;font-size: 18px;color: #fff;line-height: 45px /*80px*/;position: absolute;bottom: 0;left: 0;right: 0;}

.president .article{width: 625px;float: right;margin-right: 30px;}







/* 企业荣誉 */

.honor .honorPic{width: 100%;position: relative;}

.honor .honorPic .bd{width: 100%;overflow: hidden;}

.honor .honorPic .bd li{width: 24.0625%;float: left;margin: 0 1.25% 15px 0;border: 4px solid #d4d4d4;height: 200px;background: #ebebeb;transition: .5s;}

.honor .honorPic .bd li:nth-child(4n){margin-right: 0;}

.honor .honorPic .bd li .pic{display: block;width: 100%;height: 100%;}



.honor .anniu{display: block;width: 39px;height: 39px;position: absolute;top: 50%;margin-top: -19.5px;}

.honor .next{right: -80px;}

.honor .prev{left: -80px;}



@media screen and (max-width: 1366px) {

	.honor .next{right: -60px;}

	.honor .prev{left: -60px;}

}

@media screen and (max-width: 1280px) {

	.honor .next{right: 10px;}

	.honor .prev{left: 10px;}

}



/* .honor .pic{display: block;width: 24.0625%;float: left;margin: 0 1.25% 15px 0;border: 4px solid #d4d4d4;height: 200px;background: #ebebeb;transition: .5s;}

.honor .pic:nth-child(4n){margin-right: 0;}

.honor .pic img{height: 100%;width: auto;max-width: 100%;min-width: auto;}

.honor .pic:hover{border-color: #044f9f;} */







/* 联系我们 */

.contact .box{width: 360px;padding: 30px 25px;transition: .5s;}

.contact .box h4{font-size: 22px;color: #333333;line-height: 35px;margin-bottom: 20px;}

.contact .box article{font-size: 18px;color: #202020;line-height: 32px;}

.contact .box article p{margin-bottom: 10px;}

.contact .box:hover{box-shadow: 0 0 15px rgba(0,0,0,.1);}



.message{border-top: 6px solid #011d3f;padding: 30px 30px 40px;box-shadow: 0px 15px 25px rgba(0, 0, 0, .2);margin-top: 60px;}

.message .hz{width: 550px;float: left;position: relative;}

.message .hz1{position: relative;}

.message .msg-box{display: block;position: absolute;right: 0;height: 16px;top: 25px;}

.message .msg-wrap{position: absolute;display: block;margin: auto 0;top: 0;bottom: 0;height: 16px;line-height: 16px;right: 0;}

.message input{display: block;height: 79px;border: 0;border-bottom: 1px solid #c0c0c0;width: 550px;font-size: 18px;color: #333333;}

.message .hz:nth-child(2n){float: right;}

.message textarea{display: block;height: 79px;border: 0;border-bottom: 1px solid #c0c0c0;height: 321px;width: 100%;font-size: 18px;color: #333333;line-height: 35px;padding-top: 25px;}

.message input::-webkit-input-placeholder{color: #333333;}

.message input::-moz-placeholder{color: #333333;}

.message input:-moz-placeholder{color: #333333;}

.message textarea::-webkit-input-placeholder{color: #333333;}

.message textarea::-moz-placeholder{color: #333333;}

.message textarea:-moz-placeholder{color: #333333;}

.message .btn{display: block;width: 200px;height: 56px;background: #011d3f;border: 0;margin: 45px auto 0;color: #fff;font-size: 24px;}







/* 旗下公司 */

.titBox{text-align: center;margin-bottom: 35px;color: #202020;}

.titBox .title{font-size: 30px;line-height: 42px;}

.titBox .ftitle{font-size: 16px;text-transform: uppercase;line-height: 25px;}



.company .companySwiper{width: 100%;overflow: hidden;position: relative;margin-top: 40px;}

.company .companySwiper .swiper-slide{position: relative;height: 368px;}

.company .companySwiper .swiper-slide .pic{width: 100%;height: 100%;background: #f1f1f1;}

.company .companySwiper .swiper-slide .pic img{width: auto;max-width: 100%;height: 100%;min-height: auto;}

.company .companySwiper .swiper-slide .shade{position: absolute;top: 0;bottom: 0;left: 0;right: 0;background: rgba(0,0,0,.36);/* cursor: pointer; */}

.company .companySwiper .swiper-slide .shade .bf{display: block;width: 79px;height: 79px;margin: auto;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}

.company .swiper-button-next,.company .swiper-button-prev{width: 31px;height: 31px;margin-top: -15.5px;outline: none;}

.company .swiper-button-next:after,.company .swiper-button-prev:after{display: none;}

.company .swiper-button-next{background: url(../images/ico05.png) center center no-repeat;right: -80px;}

.company .swiper-button-prev{background: url(../images/ico04.png) center center no-repeat;left: -80px;}



.modelVideo{background: rgba(0,0,0,.8);position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 999;display: none;}

.modelVideo-active{display: block;}

.modelVideo video{display: block;margin: auto auto;width: 864px;height: 554px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;}

.modelVideo .close{display: block;width: 25px;height: 25px;background: url(../images/ico03.png) center center no-repeat;position: absolute;top: 50px;right: 50px;cursor: pointer;}



@media screen and (max-width: 1366px) {

	.company .swiper-button-next{right: -60px;}

	.company .swiper-button-prev{left: -60px;}

}

@media screen and (max-width: 1280px) {

	.company .swiper-button-next{right: 10px;}

	.company .swiper-button-prev{left: 10px;}

}







/* 新闻 */

.news .list{width: 100%;border-bottom: 1px solid #dcdcdc;padding: 20px 0;}

.news .list a{display: block;width: 100%;padding: 20px;transition: .5s;}

.news .list .pic{display: block;width: 200px;height: 130px;float: left;margin-right: 20px;}

.news .list .cont{width: 700px;float: left;padding-top: 25px;}

.news .list .tit{font-size: 20px;color: #444444;line-height: 35px;margin-bottom: 10px;}

.news .list .desc{font-size: 16px;color: #666666;line-height: 25px;text-align: justify;}

.news .list .rbox{float: right;text-align: right;padding-right: 30px;}

.news .list .rbox time{font-size: 24px;color: #999999;line-height: 35px;margin-bottom: 15px;display: block;}

.news .list a:hover{box-shadow: 0 5px 10px rgba(0,0,0,.1);}







/* 详情 */

.content .title{font-size: 30px;color: #202020;line-height: 45px;text-align: center;}

.content time{display: block;text-align: center;font-size: 16px;color: #202020;line-height: 25px;margin-bottom: 40px;}







/* 加入我们 */

.join{padding-top: 15px;}

.join .title{font-size: 46px;color: #044f9f;line-height: 60px;margin-bottom: 45px;text-align: center;padding-top: 50px;}



.environment{width: 100%;position: relative;box-shadow: 0 0 10px rgba(0,0,0,.1);}

.environment .bd{width: 100%;overflow: hidden;}

.environment .bd li{float: left;width: calc( (100% - 20px) / 3 );margin-right: 8px;}

.environment .bd ul li:nth-child(1),.environment .bd ul li:nth-child(2){width: calc( (100% - 10px) / 2 );}

.environment .bd ul li:nth-child(2),.environment .bd ul li:nth-child(5){margin-right: 0;}

.environment .bd .pic{width: 100%;height: 242px;}

.environment .bd ul li:nth-child(1) .pic,.environment .bd ul li:nth-child(2) .pic{height: 300px;}

.environment .bd .tit{text-align: center;font-weight: bold;font-size: 20px;color: #202020;height: 70px;line-height: 70px;}

.environment .anniu{display: block;width: 39px;height: 39px;position: absolute;top: 50%;margin-top: -19.5px;}

.environment .next{right: -80px;}

.environment .prev{left: -80px;}



.join-list{width: 100%;}

.join-list .j-head{height: 150px;padding: 25px 35px;position: relative;}

.join-list .j-head h5{font-size: 22px;color: #000000;font-weight: bold;line-height: 35px;margin-bottom: 20px;}

.join-list .j-head .txt{font-size: 16px;color: #333333;line-height: 25px;}

.join-list .j-head .txt em{display: inline-block;width: 6px;height: 6px;border-radius: 100%;background: #044f9f;vertical-align: middle;margin-right: 5px;}

.join-list .j-head .gd{display: block;width: 27px;height: 27px;background: url(../images/ico10.png) top center no-repeat;margin: auto 0;position: absolute;top: 0;bottom: 0;right: 40px;cursor: pointer;transition: .5s;}

.join-list .j-body{padding: 50px 35px;display: none;}

.join-list-active .j-head{background: #044f9f;}

.join-list-active .j-head h5,.join-list-active .j-head .txt{color: #fff;}

.join-list-active .j-head .txt em{background: #fff;}

.join-list-active .j-head .gd{background: url(../images/ico10.png) bottom center no-repeat;}

.join .jb-more{display: block;width: 140px;height: 46px;border: 1px solid #044f9f;text-align: center;line-height: 44px;font-size: 16px;color: #044f9f;margin: 25px auto 0;transition: .5s;}

.join .jb-more:hover{background: #044f9f;color: #fff;}



.join-box1{height: 449px;overflow-y: auto;}

.join-box1{}



.staff{border-top: 10px solid #044f9f;padding-top: 10px;margin-top: 60px;}

.staffSwiper{width: 100%;overflow: hidden;position: relative;}

.staffSwiper .swiper-slide .bor{width: 127px;height: 127px;border: 1px solid transparent;padding: 10px;border-radius: 100%;margin: 0 auto;margin-bottom: 30px;background: #fff;}

.staffSwiper .swiper-slide .pic{width: 100%;height: 100%;border-radius: 100%;display: block;margin: auto;opacity: .6;-webkit-transform: scale(.6);-moz-transform: scale(.6);-ms-transform: scale(.6);-o-transform: scale(.6);transform: scale(.6);}

.staffSwiper .swiper-slide .cont{text-align: center;display: none;}

.staffSwiper .swiper-slide .txt{font-size: 16px;color: #999999;line-height: 30px;}

.staffSwiper .swiper-slide .txt1{font-size: 22px;color: #000000;font-weight: bold;line-height: 50px;}

.staffSwiper .swiper-slide-active .cont{display: block;}

.staffSwiper .swiper-slide-active .bor{border-color: #f4f4f4;}

.staffSwiper .swiper-slide-active .pic{opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}

.staffSwiper .swiper-slide-next,.staffSwiper .swiper-slide-prev{opacity: .8;}

.staffSwiper .swiper-slide-next .pic,.staffSwiper .swiper-slide-prev .pic{-webkit-transform: scale(.8);-moz-transform: scale(.8);-ms-transform: scale(.8);-o-transform: scale(.8);transform: scale(.8);}

.staffSwiper .swiper-button-next,.staffSwiper .swiper-button-prev{width: 39px;height: 39px;margin: 0;outline: none;top: 45px;}

.staffSwiper .swiper-button-next:after,.staffSwiper .swiper-button-prev:after{display: none;}

.staffSwiper .swiper-button-next{background: url(../images/ico09.png) center center no-repeat;right: 45px;}

.staffSwiper .swiper-button-prev{background: url(../images/ico08.png) center center no-repeat;left: 45px;}



/* .staffSwiper .swiper-slide-duplicate .bor{float: right;}

.staffSwiper .swiper-slide-next .bor,.staffSwiper .swiper-slide-prev .bor{float: none;} */



@media screen and (max-width: 1600px) {

	.staffSwiper .swiper-button-next{right: 35px;}

	.staffSwiper .swiper-button-prev{left: 35px;}

}

@media screen and (max-width: 1366px) {

	.environment .next{right: -60px;}

	.environment .prev{left: -60px;}

	

	.staffSwiper .swiper-button-next{right: 10px;}

	.staffSwiper .swiper-button-prev{left: 10px;}

}

@media screen and (max-width: 1280px) {

	.environment .next{right: 10px;}

	.environment .prev{left: 10px;}

}







/* .trigger{width: 100px;height: 100px;background: rgba(4,79,159,.8);font-size: 20px;border-radius: 100%;overflow: hidden;color: #fff;position: fixed;bottom: 35px;right: 35px;z-index: 99;cursor: pointer;}

.trigger span{display: block;line-height: 30px;margin: auto auto;text-align: center;} */

.trigger{display: block;width: 151px;height: 53px;margin: 0 auto;position: absolute;bottom: 38px;left: 0;right: 0;}

.trigger img{display: block;width: 100%;}















/* 上下页 */

.m-clips{margin: 60px 0 0;font-size: 16px;color: #444;line-height: 35px;border-top: 1px solid #dcdcdc;padding-top: 45px;}

.m-clips a{font-size: #444;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) {}

