/*@media (max-width: 1800px) {
	.header .nav{
		margin-right: 130px;
	}
}*/
.menu_a {
    width: 100px;
    height: 87px;
    background: #288fd4;
    position: fixed;
    top: 0;
    right: 0;
	z-index: 9999;
}
.openmenu {
    display: block;
    position: relative;
    width: 28px;
    height: 50px;
    -webkit-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
}
.openmenu span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff;
}
.openmenu span::after, .openmenu span::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    background: #fff;
}
.openmenu span::before {
    bottom: -10px;
}
.openmenu span::after {
    top: -10px;
}
.openmenu.act span {
    background: rgba(255,255,255,0);
}
.openmenu.act span::before {
    top: 0;
    -webkit-transform: rotate(43deg);
    -ms-transform: rotate(43deg);
    -moz-transform: rotate(43deg);
    -o-transform: rotate(43deg);
    transform: rotate(43deg);

}
.openmenu.act span::after {
    top: 0;
    -webkit-transform: rotate(-43deg);
    -moz-transform: rotate(-43deg);
    -o-transform: rotate(-43deg);
    -ms-transform: rotate(-43deg);
    transform: rotate(-43deg);
}
.nav_aside {
    width: 260px;
    text-align: center;
    /* padding-left: 12px; */
    position: fixed;
    top: 86px;
    right: -260px;
    background: #fff;
    height: 100vh;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 9999;
}
.nav_aside.active {
    right: 0;
}
.nav_asida {
    padding-left: 12px;
}
.nav_asida a {
    display: block;
    padding: 30px 0;
    color: #666666;
    font-size: 16px;
    border-bottom: 1px solid #eaebeb;
}
.nav_asida a img{
	display: inline-block;
}
.lanjian {
    transform: translateX(-65px);
    opacity: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.nav_cela {
    width: 258px;
    padding: 0 25px;
    background: rgba(255,255,255,0.92);
    position: absolute;
    top: 0;
    right: 260px;
    height: 100vh;
    display: none;
}
.nav_class {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.nav_asida:hover .lanjian {
    opacity: 1;
}
.nav_asida:hover .nav_cela{
    display:block;
} 
/* .index-banner{
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.swiper-index{
	position: relative;
	display: block;
}
.index-banner .swiper-slide{
	height: 100vh;
}
.index-banner .swiper-slide img{
	height: 100vh;
	width: 100%;
}
.index-banner .swiper-pagination-bullets{
	width: 100px;
	height: 100vh;
	background: #005baa;
	right: 0;
	top: 0;
	z-index: 10;
	transform: translate(0,0);
}
.index-banner .swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 7px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
} */

.bannerindex{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
}
.bannerindex .slick-slide{
	width: 100%;
	height: 100vh;
}
.bannerindex .slick-slide img{
	width: 100%;
	height: 100%;
}
.asidenav {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #005baa;
    width: 100%;
    height: 100px;
    z-index: 48;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
/*.banner_pic .slick-dots {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 44px;
    width: auto;
    z-index: 50;
}*/
.banner_pic .slick-dots li {
    /*position: relative;*/
    display: inline-block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
}
.banner_pic .slick-dots li.slick-active {
    background: #fff;
}
.index-box{
	position: relative;
	/*margin-top: 100vh;*/
	z-index: 1000;
	background: #fff;
}
.build{
	width: 100%;
	background: #333;
	display: flex;
	flex-flow: wrap;
	/* align-items: center; */
	justify-content: space-around;
	padding-left: 6.6%;
	padding-right: 6.6%;
}
.build .build-lists{
	max-width: 560px;
	width: 33%;
	padding: 70px 0 88px 93px;
}
.build .build-lists:nth-child(2){
	border-left: 1px solid #3d3d3d;
	border-right: 1px solid #3d3d3d;
}
.build .build-lists .build-lists-in{
	max-width: 370px;
	width: 100%;
}
.build .build-lists .img{
	width: 17.5%;
}
.build .build-lists .img img{
	display: inline-block;
}
.build .build-lists h2{
	margin: 50px 0 36px;
	font-size: 24px;
	color: #fff;
}
.bulid-li ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
	justify-content: space-between;
	height: 120px;
}
.bulid-li ul li{
	width: 42%;
	padding-left: 28px;
	background: url(../images/home/build_lir_03.png)no-repeat left center;
}
.bulid-li ul li a{
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	color: #aaa;
}

/* 品牌形象 */
.brand{
	width: 100%;
	position: relative;
}
.canvas{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.brand-content{
	padding-top: 86px;
	padding-bottom: 90px;
	display: flex;
	flex-flow: wrap;
}
.brand-content .left{
	width: 25.6%;
	padding-top: 65px;
}
.brand-content .left h2{
	font-size: 30px;
	color: #fff;
	margin-bottom: 49px;
}
.brand-content .left em{
	display: inline-block;
	width: 42px;
	height: 1px;
	background: #fff;
	margin-bottom: 84px;
}
.brand-content .left .zixun{
	background: url(../images/home/tel_bg_03.png);
	background-size: cover;
	width: 55.8%;
	text-align: center;
	margin-bottom: 30px;
}
.brand-content .left .zixun a{
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}
.brand-content .left .zixun img{
	display: inline;
	margin-right: 25px;
	vertical-align: middle;
}
.brand-content .right{
	background: url(../images/home/jianbian_03.png);
	background-size: cover;
	width: 74.3%;
}
.brand-content .right ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.brand-content .right ul li{
	width: 24.8%;
	border-right: 1px solid #367ab7;
	padding-bottom: 72px;
}
.brand-content .right ul li:nth-last-child(1){
	border: none;
}
.brand-content .right ul li .brand-con{
	padding: 86px 38px 36px 32px;
}
.brand-content .right ul li .brand-con h2{
	font-size: 20px;
	color: #fff;
}
.brand-content .right ul li .brand-con em{
	display: block;
	width: 20px;
	height: 1px;
	background: #5a6ca2;
	margin: 28px 0 33px;
}
.brand-content .right ul li .brand-con p{
	font-size: 14px;
	line-height: 24px;
	color: #d3ebff;
}

/* 案例 */
.case{
	padding-top: 92px;
}
.case .title{
	text-align: center;
	margin-bottom: 60px;
}
.case .title h2{
	font-size: 30px;
	color: #333;
}
.case .tab-lists .tab-li{
	margin-bottom: 20px;
}
.case .tab-lists .tab-li span{
	font-size: 16px;
	color: #666;
	margin-right: 30px;
}
.case .tab-lists .tab-li a{
	display: inline-block;
	width: 11.25%;
	line-height: 35px;
	text-align: center;
	border: 1px solid #b2b2b2;
	border-radius: 25px;
	font-size: 16px;
	color: #666;
	margin-right: 12px;
}
.case .tab-lists .tab-li a.active{
	background: #288fd4;
	color: #fff;
}
.case .case-content{
	padding: 32px 0 91px;
}
.case .case-content ul{
	display: flex;
	flex-flow: wrap;
}
.case .case-content ul li{
	width: 31.25%;
	padding-bottom: 15px;
	margin-right: 3.1%;
}
.case .case-content ul li:nth-child(3n){
	margin-right: 0;
}
.case .case-content ul li .img{
	position: relative;
}
.case .case-content ul li .img .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	-o-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.case .case-content ul li:hover  .img .shadow{
	opacity: 1;
}
.case .case-content ul li .img .shadow .logo{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.case .case-content ul li .case-des p{
	font-size: 16px;
	line-height: 55px;
	color: #333;
}
.case .case-content ul li .case-des p span{
	font-size: 14px;
	color: #999;
	font-style: italic;
	margin-left: 52px;
}
.more{
	margin-top: 40px;
}
.more a{
	display: block;
	width: 174px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #666;
	color: #333;
	border-radius: 25px;
	margin: 0 auto;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.more a:hover{
	background: #3f8fd3;
	color: #fff;
	border-color: #3f8fd3;
}

/* 合作伙伴 */
.friends{
	padding-bottom: 80px;
	box-shadow:0px 30px 30px -15px #f1f1f1;
}
.fri-top{
	background: url(../images/home/friends_bg.gif)no-repeat;
	background-size: cover;
	padding-top: 80px;
}
.fri-top>h2{
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-bottom: 55px;
}
.fri-top .fri-bg{
	width: 100%;
	background: rgba(1,69,126,0.9);
	padding: 0 12%;
}
.fri-top .fri-bg .fri-data ul{
	display: flex;
	flex-flow: wrap;
	align-items: center;
}
.fri-top .fri-bg .fri-data ul li{
	width: 25%;
	text-align: center;
	padding: 32px 0;
	border-left: 1px solid #1b5a91;
}
.fri-top .fri-bg .fri-data ul li:nth-last-child(1){
	border-right: 1px solid #1b5a91;
}
.fri-top .fri-bg .fri-data ul li h2{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 17px;
}
.fri-top .fri-bg .fri-data ul li h2 span{
	font-weight: normal;
}
.fri-top .fri-bg .fri-data ul li{
	font-size: 16px;
	color: #eee;
	letter-spacing: 2px;
}
.friends .fri-logo{
	padding-top: 70px;
}
.friends .fri-logo ul{
	display: flex;
	flex-flow: wrap;
	padding: 0 6.7%;
}
.friends .fri-logo ul li{
	width: 10%;
	margin-right: 7.8%;
	margin-bottom: 50px;
}
.friends .fri-logo ul li:nth-child(6n){
	margin-right: 0;
}
.friends .fri-logo .more{
	margin-top: 20px;
}

/* 新闻 */
.news{
	padding: 90px 0;
}
.news .title {
	width: 100%;
	padding-bottom: 38px;
	border-bottom: 1px solid #e5e5e5;
}
.news .title .w1600{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.news .title h2{
	font-size: 30px;
	color: #333;
}
.news .title .news-tab a{
	font-size: 20px;
	color: #333;
	margin-left: 85px;
}
.news .title .news-tab a.active{
	color: #288fd4;
}
.news-content{
	display: flex;
	flex-flow: wrap;
	margin-top: 55px;
}
.news-content-in{
	display: none;
}
.news .news-content-in.active{
	display: block;
}
.news-content .left-hot{
	width: 42.8%;
	margin-right: 6.9%;
}
.news-content .left-hot .hot-title{
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
	padding: 30px 0 22px;
}
.news-content .left-hot .hot-title h3{
	font-size: 20px;
	color: #333;
	width: 87.5%;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.news-content .left-hot .hot-title span{
	font-size: 24px;
	color: #999;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.news-content .left-hot .hot-title:hover h3,.news-content .left-hot .hot-title:hover span{
	color: #3f8fd3;
}
.news-content .left-hot .hot-news p{
	font-size: 16px;
	line-height: 30px;
	color: #aaa;
}
.news-content .right-news{
	width: 50%;
}
.news-content .right-news ul li{
	padding: 60px 0 45px;
	border-bottom: 1px solid #f2f2f2;
}

.news-content .right-news ul li:nth-last-child(1){
	border: none;
}
.news-content .right-news ul li a{
	display: flex;
	flex-flow: wrap;
	align-items: flex-end;
	justify-content: space-between;
}
.news-content .right-news ul li .left-txt{
	width: 77%;
}
.news-content .right-news ul li .left-txt h3{
	font-size: 20px;
	color: #333;
	margin-bottom: 25px;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.news-content .right-news ul li .left-txt p{
	font-size: 16px;
	color: #999;
}
.news-content .right-news ul li .right-date{
	text-align: right;
}
.news-content .right-news ul li .right-date h3{
	font-size: 24px;
	color: #999;
	margin-bottom: 25px;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.news-content .right-news ul li .right-date p{
	font-size: 16px;
	color: #999;
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.news-content .right-news ul li .right-date p span{
	/* display: none; */
	transition: all ease .4s;
	-o-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.news-content .right-news ul li:hover .left-txt h3{
	color: #288fd4;
	
}
.news-content .right-news ul li:hover .right-date h3{
	color: #288fd4;
	
}
.news-content .right-news ul li:hover .right-date p{
	color: #288fd4;
}
.news-content .right-news ul li:hover .right-date p span{
	display: inline-block;
	margin-left: 15px;
	color: #288fd4;
}
@media (max-width: 1500px) {
	.build .build-lists{
		padding: 70px 0 88px 30px;
	}
	.bulid-li ul li{width: 50%;}
}
@media (max-width: 1300px) {
	.brand-content .left h2{font-size: 26px;}
	.brand-content .right ul li .brand-con{padding: 86px 25px 36px 25px;}
	.brand-content .right ul li .brand-con h2{font-size: 19px;}
}





/* ========== */
/* = BANNER = */
/* ========== */
.home-banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:70px;}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 1px;}
.swiper-pagination-bullet {
	position: relative;
	width: 44px;
	height: 2px;
	border-radius: 0;
	opacity: 1;
	background: rgba(255,255,255,.1);
}

.swiper-pagination-bullet::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -22px;
	width: 44px;
	height: 100%;
	background: #2b9eff;
	opacity: 0;
	transition: all ease .4s;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

.swiper-pagination-bullet:hover::before,
.swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.home-banner .swiper-button-next, 
.home-banner .swiper-button-prev {
	width: 43px;
	height: 85px;
	margin-top: -42px;
}

.home-banner .swiper-button-prev {
	left: 14.5%;
	background: url(https://wzjs.asl.com.cn/Public/images/home/home_banner_prev.png) no-repeat;
}

.home-banner .swiper-button-next {
	right: 14.5%;
	background: url(https://wzjs.asl.com.cn/Public/images/home/home_banner_next.png) no-repeat;
}




.home-banner-1,
.home-banner-2 { position: relative; overflow: hidden;}

.home-banner-con,
.home-banner-con-2 { 
	position: absolute;
	left: 50%;
	z-index: 5;
	width: 100%;
	max-width: 1300px;
	padding: 0 50px;
	color: #fff;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.home-banner-con {
	top: 24%;
	text-align: center;
}

.home-banner-con-2 {
	top: 50%;
	margin-top: -150px;
	
}

.home-banner-con-2 .con-in { width: 47%;}

.home-banner-con .text-1 {
	width: 100%;
	height: 110px;
	line-height: 110px;
	font-size: 148px;
	font-weight: bold;
	font-family: 'PingFang-Heavy';
}

.home-banner-con .text-1 .font {
	opacity: .7;
	font-family: 'PingFang-Heavy';
	-webkit-text-stroke: 1px #2b9eff;
	color: transparent;
}

.text-1 span {
	opacity: 0;
	display: inline-block;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 2s, opacity 2s;
}

.home-banner-con .wave {
	margin: 25px auto;
}

.home-banner-con .text-2 {
	margin-bottom: 10px;
	font-size: 26px;
	letter-spacing: 3px;
}

.home-banner-con .text-3 {
	font-size: 14px;
	opacity: .2;
}

.home-banner-con-2 .text-1 {
	font-size: 50px;
}

.home-banner-con-2 .line {
	position: relative;
	margin: 40px 0;
	height: 1px;
	background: url(https://wzjs.asl.com.cn/Public/images/home/home_banner_line.png) no-repeat;
}

.home-banner-con-2 .line em {
	position: absolute;
	left: 0;
	top: -1px;
	width: 41px;
	height: 3px;
	background: #268cf0;
}

.home-banner-con-2 .text-2 {
	margin-bottom: 20px;
	font-size:18px;
	line-height: 28px;
}

.home-banner-con-2 .text-3 {
	margin-bottom: 35px;
	font-size:14px;
	line-height: 18px;
	text-transform: lowercase;
	opacity: .1;
}

.home-banner-con-2 .more-button-2 {
	width: 222px;
	height: 45px;
	line-height: 43px;
	font-size: 16px;
}

.home-banner-1, .home-banner-2{  top:0; left:0; width: 100%; height: 100%}
.home-banner-img-animate{ position: absolute; z-index: 0;  top:0; left:0; width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat;}


.home-banner-img-animate {	
	-webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s
}

.text-1 span.active  {
	opacity: .15;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}
.text-1 span.active:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.text-1 span.active:nth-child(3) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.text-1 span.active:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.text-1 span.active:nth-child(5) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
.text-1 span.active:nth-child(6) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.home-banner-con .wave {
	opacity: 0;
	transition: all ease 1s;
	transform: scale(0);
}
.home-banner-con .text-2,
.home-banner-con .text-3 {
	opacity: 0;
	transition: all ease 1s;
	transform: translateY(20px);
}
.home-banner-con .wave.active {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.home-banner-con .text-2.active {
	opacity: 1;
	transform: translateY(0);
}
.home-banner-con .text-3.active {
	opacity: .2;
	transform: translateY(0);
}




.home-banner-con-2 .text-1 {
	opacity: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}

.home-banner-con-2 .line {
	opacity: 0;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	transition-delay: .2s;
}

.home-banner-con-2 .line em {
	opacity: 0;
	left: 100%;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

.home-banner-con-2 .text-2,
.home-banner-con-2 .text-3,
.home-banner-con-2 .more-button {
	opacity: 0;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}
.home-banner-con-2 .text-2 { transition-delay: .3s;}
.home-banner-con-2 .text-3 { transition-delay: .4s;}
.home-banner-con-2 .more-button { transition-delay: .5s;}
.home-banner-con-2 .text-1.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.home-banner-con-2 .line.active {
	opacity: 1;
}
.home-banner-con-2 .line.active em {
	opacity: 1;
	left: 0;
}
.home-banner-con-2 .text-2.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.home-banner-con-2 .text-3.active {
	opacity: .1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.home-banner-con-2 .more-button.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}


.progress {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  line-height: 110px;
  position: relative;
}
.progress:after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .07;
}

.progress .bg {
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background: url(https://wzjs.asl.com.cn/Public/images/home/progress_bar_bg.png) no-repeat top right;
	 background-size: cover;
}
 
.progress .progress-value {
  	  position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -44px;
      margin-left: -44px;
      width: 88px;
      height: 88px;
      line-height: 88px;
      border-radius: 50%;
      font-size: 12px;
      color: #2b9eff;
      text-align: center;
      background: rgba(255,255,255,.1);
}


.banner-progress-list {
	padding-top: 120px;
	overflow: hidden;
}

.banner-progress-list li {
	float: left;
	width: 33.333%;
	text-align: center;
	color: #fff;
}

.banner-progress-list li p {
	padding-top: 15px;
	font-size: 15px;
	transition: all .4s ease-in;
}

.banner-progress-list li .num { font-size: 30px;}

.banner-progress-list li:hover .progress .bg {
	animation: progress-360 4s ease-in infinite;
}
  
.banner-progress-list li:hover p {
	transform: translateY(-5px);
}
















.web-list{ margin: 15px 0 60px;}
.web-list li{ margin-top: 35px; float: left; width: 30.2%; margin-right:4.7%;}
.web-list li:nth-child(3n){ margin-right:0;}
.web-list li:nth-child(3n+1){ clear: both; }
.web-list li .intro{ padding: 20px 25px 0; border: 1px solid #f5f5f5;}
.web-list li .intro span{ display: block;  font-size: 20px; color: #333333;}
.web-list li .intro p{ margin: 12px 0 20px; font-size: 15px; color: #999999;}
.web-list li .intro div{  border-top: 1px solid #e0e0e0; line-height: 42px; position: relative;}
.web-list li .intro div i{ font-style:normal; font-size: 13px;}
.web-list li .intro div em{ position: absolute; right:0; top:50%; margin-top: -6px; width: 21px; height: 12px; background: url(https://wzjs.asl.com.cn/Public/homenew/images/ico_more.png) right no-repeat;}
.web-list li:hover .intro{ border: 1px solid #dfeef9; color: #288fd4;} 
.web-list li:hover .intro span{ color: #288fd4;}
.web-list li:hover .intro p{ color: #288fd4;}
.web-list li:hover .intro div{ border-top: 1px solid #beddf2;}
.web-list li:hover .intro div em{ transform: translateX(-20px); -webkit-transform: translateX(-20px); background: url(https://wzjs.asl.com.cn/Public/homenew/images/ico_moreh.png) right no-repeat;}


/*IMG HOVER*/
.effect-jazz .img{ 
	position: relative; 
	text-align: center; 
	overflow: hidden; 
	background: -webkit-linear-gradient(-45deg, #004776 0%,#000000 100%);
	background: linear-gradient(-45deg, #004776 0%,#000000 100%);
}
.effect-jazz figcaption {
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.effect-jazz figcaption::before,
.effect-jazz figcaption::after {
	pointer-events: none;
}
.effect-jazz figcaption {
	position: absolute;
	top: -15%;
	left: -15%;
	width: 130%;
	height: 130%;
}
.effect-jazz figcaption::after,
.effect-jazz img,
.effect-jazz figcaption p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.effect-jazz figcaption p {
	opacity: 1;
	-webkit-transform: scale3d(0.8,0.8,1);
	transform: scale3d(0.8,0.8,1);
}
.effect-jazz figcaption p {
	position: absolute;
	top:50%;
	left:0;
	width: 100%;
	line-height: 30px;
	margin-top: -15px;
	text-transform:uppercase;
	font-size: 10px;
	opacity: 0;
}
.effect-jazz:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
.effect-jazz:hover figcaption::after {
	opacity: 0.8;
	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
.effect-jazz:hover figcaption p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}