/*banner*/
.banner{position: relative;  display:block;height: 100vh; overflow: hidden;}
.banner .text-box{position: absolute; top: 0; left: 0; bottom: 0; right: 0; line-height: 1; text-align: left; color: #fff; display: flex; justify-content: center; align-items: center;}
.banner .text-box .container{margin: 0;}
.banner .text-box .p1{font-size: 72px; line-height: 100px; font-weight: bold; } 
.banner .text-box .p2{font-size: 28px; line-height: 40px; margin: 10px 0 0;}
.banner .swiper-pagination{bottom: 40px; }
.banner .swiper-pagination-bullet{width: 12px; height: 12px; background: #fff; opacity: 0.5; text-indent: -1000em; margin: 0 5px; border-radius: 50%; color: #fff; font-size: 14px;}
.banner .swiper-pagination-bullet-active{opacity: 1;}
.banner .swiper-container{height: 100%;}
.banner .swiper-slide .pic{position: relative; width: 100%; overflow: hidden;}
.banner .swiper-slide .pic img{width: 100%;  transition: all 5s ease;	transform: scale(1, 1);}
.banner .swiper-slide-active .pic img{transform: scale(1.2, 1.2);}
.banner .swiper-slide p{font-size: 30px; line-height: 1.8;}
.banner .swiper-slide .container>p{font-family: HSJHDT;}
@media (max-width:767px){
	.banner{height: auto;}
	.banner .ani img{max-height: 80px;}
	.banner .swiper-pagination{bottom: 10px;}
	.banner .swiper-pagination-bullet{width: 8px; height: 8px;}
	.banner .swiper-slide p{ font-size: 16px; text-align: center;}
}
@media (min-width:992px) and (max-width:1199px){
    .banner{height: auto;}
}

@media (min-width:768px) and (max-width:991px){
    .banner{height:auto;}
    .banner .text-box img{max-width: 50%;}
}

/*team*/
.team{background: #F2F2F2; padding: 120px 0;}
.team .cont{margin: 30px 0 0;}
.team .cont .swiper-wrapper{padding-bottom: 97px;}
.team .cont .item{display: block;  color: #212121;}
.team .cont .item::before{content: ""; position: absolute; left: 0; top: 0; right: 140px; bottom: 0; background: #fff; transition: all 0.36s;}
.team .cont .item .box{position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 40px 40px 50px; z-index: 2;}
.team .cont .item .pic {position: relative; z-index: 2;}
.team .cont .item .pic img{width: 100%;}
.team .cont .item .tit{ height: 110px; padding: 18px 0 0;  background: url(../images/logo_default.png) no-repeat top left; transition: all 0.36s;}
.team .cont .item .name{font-size: 30px; padding: 2px 0; line-height: 1; white-space: nowrap; text-overflow: ellipsis; overflow:hidden; font-family: HSJHDT;  transition: all 0.2s;}
.team .cont .item .post{font-size: 16px; margin: 10px 0 0; line-height: 22px; transition: all 0.2s; white-space: nowrap; text-overflow: ellipsis; overflow:hidden;}
.team .cont .item .desc{margin: 15px 0 0; max-width: 51.3%; font-size: 16px; line-height: 28px; color: #858585; transition: all 0.36s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.team .cont .item .more{position: absolute; bottom: 50px; left: 40px; transition: all 0.36s;}
.team .cont .item:hover::before{background-color: #193A63;}
.team .cont .item:hover{ color: #fff;}
.team .cont .item:hover .tit{background-image: url(../images/logo_on.png);}
.team .cont .item:hover .desc{color: #fff;}
.team .cont .item:hover .more{background-image: url(../images/more_org_on.png);} 
.team .swiper-pagination-progressbar{top: auto; bottom: 13px; background: #DCDDE1;}
.team .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #FF7500;}
.team .swiper-button-box{position: absolute; bottom: 0; left: 50%; z-index: 100; width: 30px; height: 30px; margin-left: -15px; background: #FF7500 url(../images/team_arrow.png) no-repeat center center; border-radius: 50%;}
.team .swiper-button-prev,
.team .swiper-button-next{float: left; position: static; margin: 0; width: 15px; height: 30px; background: none; cursor: pointer;}

/* add */
.team .swiper-slide .newimg img{width:100%;	height: 100%; display: block;}
.team .swiper-slide .newimg{ width:100%; height: 100%; position: absolute; left:0; top:0; z-index:4; opacity:0; transition:0.3s ease all;}
.team .cont .item:hover .newimg{opacity:1;}

@media (min-width:1200px) and (max-width:1440px){
	
}

@media (max-width:1600px){
	.team{padding: 100px 0;}
	.team .cont .swiper-wrapper{padding-bottom: 85px;}
	.team .cont .item .box{padding: 30px;}
    .team .cont .item .tit{height: 90px; background-size: auto 100%;}
  	.team .cont .item .name{font-size:26px;}
    .team .cont .item .post{font-size: 14px; line-height:20px;}
    .team .cont .item .more{left: 30px; bottom: 30px;}
	.team .cont .item .desc{max-width: ;    margin: 10px 0 0;}
}

@media (min-width:768px) and (max-width:1199px){
    .team{ padding: 80px 0 ;}
    .team .cont .item .box{padding: 15px;}
    .team .cont .item .post{margin: 5px 0 0;}
    .team .cont .item .desc{-webkit-line-clamp: 1; margin: 5px 0 0;}
    .team .cont .item .tit{background-size: 60px auto; height: 60px; padding: 8px 0 0;}
    .team .cont .item .name{font-size: 20px;}
    .team .cont .item .more{left: 15px; bottom: 15px;}
}

@media (max-width:767px){
	.team{padding: 30px 0;}
	.team .cont .swiper-wrapper {padding-bottom: 50px;}
	.team .cont .item::before{right: 0;}
	.team .cont .item .box{padding: 15px;}
	.team .cont .item .pic{padding: 0;}
	.team .cont .item .tit{height: 60px; padding: 10px 0 0; background-size: auto 100%; max-width: 160px;}
	.team .cont .item .name{font-size: 18px;}
	.team .cont .item .post{font-size: 14px; margin: 3px 0 0;}
	.team .cont .item .desc{font-size: 14px; line-height: 24px; max-width: 160px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	.team .cont .item .more{left: 15px; bottom: 15px;}
}


/*news*/
.news{padding: 120px 0 170px;}
.news .cont{margin: 30px 0 0;}
.news ul{overflow: hidden;}
.news li{position: relative; float: left; width: 25%; height: 360px;}
.news li:first-child{width: 50%; background: url(../images/news_bg.png) no-repeat top left; background-size: cover;}
.news li:first-child .item .info{max-width: 45.5%;}
.news .item{position: relative; z-index: 2; padding:30px 34px 40px 40px; display: block; height: 100%; color: #fff;}
.news .item .date {font-family: 'numfont'; line-height: 1;}
.news .item .date .day{font-weight: bold; font-size: 46px; padding: 2px 0;}
.news .item .date .year{font-size: 16px;  padding: 2px 0;}
.news .item .tit{margin: 30px 0 22px; font-size: 24px; line-height: 34px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news .item .desc{font-size: 16px; line-height: 28px;  text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.news .item .more{color: #fff; background-image: url(../images/more_white.png); margin: 46px 0 0; }
.news li .pic{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.news li .pic img{width: 100%; height: 100%;}
.news li:nth-child(2) .item {background: #F2F2F2;}
.news li:nth-child(2) .item .date{color: #FF7500;}
.news li:nth-child(2) .item .tit{color: #171717;}
.news li:nth-child(2) .item .desc{color: #949494;}
.news li:nth-child(2) .item .more{color: #FF7500; background-image: url(../images/more_org.png);}
.news .swiper-container{height: 100%;}
.news .swiper-pagination{left: auto; right: 0; bottom: 0; width: 37%; height: 33.3%; display: flex; align-items: center; justify-content: center; background: #193A63;}
.news .swiper-pagination-bullet{transition: 0s ease all; position: relative; width: 40px; height: 40px; border: 1px solid transparent; justify-content: center; background: none; opacity: 1; text-indent: -1000em; margin: 0 ; border-radius: 50%; color: #fff; font-size: 14px;}
.news .swiper-pagination-bullet::after{content: ""; width: 8px; height: 8px; position: absolute; top: 50%; left: 50%; margin: -4px 0 0 -4px; border-radius: 50%; background: #fff;}
.news .swiper-pagination-bullet-active{font-family: numfontNormal; width: 40px; height: 40px; border: 1px solid #fff; text-indent: 0; background: none; line-height: 38px; text-align: center; opacity: 1;}
.news .swiper-pagination-bullet-active::after{content: none;}
@media (max-width:1600px){
	.news{padding: 100px 0 150px;}
	.news li{height: 320px;}
	.news .item{padding: 30px;}
	.news .item .info{max-width: 100%;}
	.news li:first-child .item .info{max-width: 55%;}
	.news .item .tit{font-size: 22px; line-height: 30px; margin: 26px 0 20px;}
	.news .item .desc{font-size: 14px;}
	.news .item .more{margin: 30px 0 0;}
}
@media (min-width: 1200px) and (max-width: 1440px){
	.news .item .tit{font-size: 20px;}
	.news .item .desc{font-size: 14px;}
	.news .swiper-pagination{width: 200px; height: 80px;}
}
@media (min-width:768px) and (max-width:1199px){
    .news{ padding: 80px 0 ;}
}
@media (max-width: 767px){
	.news{padding: 30px 0;}
	.news li:first-child{width: 100%;}
	.news li{width: 100%; height: auto;}
	.news .item{padding: 20px 15px;}
	.news .item .date .day{font-size: 20px;}
	.news .item .date .year{font-size: 12px;}
	.news .item .tit{font-size: 16px; line-height: 28px; margin: 10px 0 ;}
	.news .item .desc{font-size: 14px; line-height: 24px;}
	.news .item .more{margin: 20px 0 0;}
	.news .swiper-pagination{width: 120px; height: 46px;}
	.news .swiper-pagination-bullet{width: 28px; height: 28px; margin: 0!important; line-height: 26px; font-size: 12px;}
	.news .swiper-pagination-bullet::after{width: 6px; height: 6px;}
}


/*business*/
.business{background: #193A63; padding: 130px 0 0;}
.business .cont{position: relative; margin: 30px 0 0;}
.business .cont::before{content: ""; background: #fff; position: absolute; bottom: 0; left: -140px; right: -140px; height: 50%;}
.business .cont ul{overflow: hidden;}
.business .common_tit h2.tit{color: #fff;}
.business .common_tit .more{color: #fff; background-image: url(../images/more_white.png);}
.business li{float: left; width: 34.15%;}
.business li:first-child{width: 31.7%;}
.business .item{position: relative; display: block;}
.business .item .text_box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 40px; overflow: hidden; color: #fff; transition: all .5s;}
.business .item .info1{position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; line-height: 1;}
.business .item .info2{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4);  padding: 40px; transform: translate3d(100%, 0px, 0px); transition: all 1s;}
.business .item .tit{font-size: 30px; line-height: 1; padding: 2px 0; font-family: HSJHDT; }
.business .item .info1 .tit{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.8s;}
.business .item .desc{ max-width: 270px; margin: 40px 0 0; font-size: 16px; line-height: 30px; text-align: left;}
.business .item .more{position: absolute; left: 40px; bottom: 40px; width: 104px; color: #fff; background-image: url(../images/more_white.png);}
.business .item:hover .text_box{text-align: left; display: block;}
.business .item:hover .tit1{opacity: 1; top: 40px; left: 40px; transform: translate(0, 0); text-align: left; }
.business .item:hover .tit2{opacity: 0;}
.business .item:hover .desc{opacity: 1; height: calc(100% - 104px);}
.business .item:hover .info1 .tit{ transform: translate(-100%, -50%); opacity: 0;}
.business .item:hover .info2{transform: translate3d(0%, 0px, 0px);}
@media (max-width:1600px){
	.business{padding: 100px 0 0;}
	.business .item .info2{padding: 20px;}
	.business .item .info1 .tit{ width: 100%;}
	.business .item .tit{font-size: 24px;}
	.business .item .desc{margin: 20px 0 0; font-size: 14px; line-height: 24px; max-width: none;}
	.business .item .more{bottom: 20px; left: 20px;}
}
@media (min-width: 1200px) and (max-width: 1440px){
	.business .item .tit{font-size: 20px;}
}
@media (min-width:768px) and (max-width:1199px){
    .business .item .tit{font-size: 18px;}
    .business .cont::before{left: -15px; right: -15px;}
	.business .item:hover .info1{display:block}
	.business .item:hover .info1 .tit{transform: translate(-50%, -50%);opacity: 1;}
	.business .item:hover .info2{display:none}
}
@media (max-width: 767px){
	.business{padding: 30px 0;}
	.business .item:hover .info1{display:block}
	.business .item:hover .info1 .tit{transform: translate(-50%, -50%);opacity: 1;}
	.business .item:hover .info2{display:none}
	.business .cont::before{content: none;}
	.business li:first-child{width: 100%;}
	.business li:first-child .picfocus{height: 200px; position: relative;}
	.business li:first-child .picfocus img{position: absolute; top: 50%; left: 0; right: 0;transform: translateY(-50%);}
	.business li{width: 50%;}
	.business .item .tit{font-size: 18px;}
	.business li:hover .info2{display: none;}
	.business li:hover .info1{opacity: 1;}
}


/*service*/
.service{padding: 160px 0 ; background: url(../images/service_bg.png) no-repeat top center;}
.service .tit_desc{width: 688px; }
.service ul{overflow: hidden; margin: 109px 0 0;}
.service li{float: left; width: 20%; text-align: center;}
.service .item .icon{height: 48px; display: flex; align-items: center; justify-content: center;}
.service .item .num{ padding: 8px 0; margin: 20px 0; display: block; width: 100%; font-size: 72px; line-height: 1; font-family: numfont; color: #193A63;}
.service .item p{font-size: 16px; line-height: 22px; color: #2C2C2C; }
@media (max-width:1600px){
	.service{ padding: 130px 0 ;}
	.service .item .num{font-size: 64px;}
}
@media (min-width:1200px) and (max-width:1440px){
	.service{ padding: 100px 0 ;}
}
@media (min-width:768px) and (max-width:1199px){
    .service{ padding: 80px 0 ;}
}
@media (max-width: 767px){
	.service{padding: 30px 0;}
	.service .tit_desc{width: 100%;}
	.service ul{ margin: 30px 0 0;}
	.service .item .icon img{height: 32px;}
	.service .item .num{font-size: 28px; margin: 10px 0;}
	.service .item p{font-size: 12px;}
}



/*partner*/
.partner{padding: 120px 0; background: url(../images/partner_bg.jpg) no-repeat top center;}
.partner .common_tit h2.tit{color: #fff;}
.partner .cont{margin: 30px 0 0;}
.partner .cont ul{overflow: hidden; margin: 0 -10px;display:flex;flex-flow:wrap;}
.partner .cont li{float: left; width: 16.66%; padding: 0 10px;margin-bottom: 20px;}
.partner .cont li .item{display: block;}
@media (max-width:1600px){
	.partner{padding: 100px 0;}
}
@media (min-width:1200px) and (max-width:1440px){
	
	
}
@media (min-width:768px) and (max-width:1199px){
    .partner{ padding: 80px 0 ;}
}
@media (max-width: 767px){
	.partner{padding: 30px 0 20px;}
	.partner .cont ul{margin: 0 -5px;}
	.partner .cont li{width: 33.3%; padding: 0 5px; margin-bottom: 10px;}
}




