/* 头部 */
	.header{width:100%;height:auto;position:fixed;top:0;left:0;z-index:999;background:#fff;}
	.head_center{max-width:1730px;height:auto;width:100%;margin:0 auto;}
	.head_pad{width:auto;height:82px;padding-left:520px;padding-right:50px;position:relative;}
	.head_logo{width:368px;height:58px;display:block;position:absolute;top:0;left:0;padding:12px 0;}
		
	.sousuo_center{
		max-width: 1730px;
		height: auto;
		width: 100%;
		position:absolute;
		top:0;
		left:50%;
		transform:translateX(-50%);
		z-index:1;
	}
	.sousuo_pad{
		max-width: 1730px;
		width: 100%;
		height: auto;
		margin: 0 auto;
		position:relative;
	}
	
	.search_btn{width:34px;height:34px;display:block;position:absolute;top:19px;right:0;cursor:pointer;background:#006cb5;
		-moz-border-radius: 50%; /* Firefox */
		-webkit-border-radius: 50%; /* Safari 和 Chrome */
		border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	}
	.search_btn img{width:34px;height:34px;display:block;}
	.sousuo_wrap{width:200px;height:34px;line-height:34px;font-size:14px;background:#fff;position:absolute;top:62px;right:0;z-index:9;border:1px solid #eee;padding:5px 10px;padding-right:40px;opacity:0;display:none;
		-moz-border-radius: 22px; /* Firefox */
		-webkit-border-radius: 222px; /* Safari 和 Chrome */
		border-radius: 22px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	  -moz-transition: all 1s 0.3s;
	  -o-transition: all 1s 0.3s;
	  -ms-transition: all 1s 0.3s;
	  -webkit-transition: all 1s 0.3s;
	  transition: all 1s 0.3s;
	}
	.ssou_text{width:100%;height:34px;line-height:34px;font-size:14px;color:#666;}
	.ssou_text input{width:100%;height:34px;display:block;}
	.ssou_btn{width:34px;height:34px;display:block;position:absolute;top:5px;right:5px;border:none;background:none;
		-moz-border-radius: 50%; /* Firefox */
		-webkit-border-radius: 50%; /* Safari 和 Chrome */
		border-radius: 50%; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	}
	
	.search_btn.active .sousuo_wrap{opacity:1;display:block;}
	
	.nav_center{width:auto;height:auto;}
	.nav_center .nav_list{height:auto;line-height:normal;}
	
	.nav_center .nav_list .nav_li{padding:15px 0;}
	.nav_center .nav_list .nav_li .nav_a{color:#424242;overflow:hidden;}
	.nav_center .nav_list .nav_li.active,.nav_center .nav_list .nav_li:hover{background:none;}
	.nav_center .nav_list .nav_li.active .nav_a,.nav_center .nav_list .nav_li:hover .nav_a{background:#005bac;color:#fff;}
	.nav_center .zn_sub{top:82px;margin-left:0;transform:translateX(-50%);width:100%;height:auto;background:rgba(255,255,255,0.9);}
	.nav_center .zn_site{margin:0 auto;top:0;left:50%;margin-left:-600px;}

	.nav_lt{float:left;width:46%;}
	.nav_rt{float:right;width:50%;margin:0 2% 20px;position:relative;}
	.nav_rt_div{max-height:336px;overflow:hidden;position:absolute;top:50%;left:0;transform:translate(-0%,-50%);display:block}
	.nav_rt p{max-height:300px;line-height:30px;font-size:18px;display:block;
		overflow:hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
	}
	.nav_rt_a{width:100%;height:30px;line-height:30px;font-size:0;overflow:hidden;text-align:right;}
	.nav_rt_a a{display:inline-block;font-size:16px;color:#005bac;}
	/* 第一屏 */
	.banner{width:100%;height:100%;display:block;overflow:hidden;position:relative;}
	.banner .ban_bg{width:100%;height:100%;background-size:1920px 1080px;background-position:center bottom;background-repeat:no-repeat;}
	.ban_text{
		width:auto;
		height:auto;
		top:50%;
		left:50%;
		position: absolute;
		z-index: 5;
		margin:0;
		opacity:0;
		visibility:hidden;
		z-index:5;
		transition:5s all;
		-webkit-transition:5s all;  
		transform:translate(-50%,-50%) scale(0.2,0.2); 
		-webki-transform:translate(-50%,-50%) scale(0.2,0.2);
	}
	.banner .swiper-pagination{z-index:99;bottom:15px;left:0px;text-align:center;width:100%;}

	.banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		cursor: pointer;
		background: #fff;
		filter: Alpha(opacity=90);
		opacity: 0.9;
		display: inline-block;
		margin-right: 15px;
		border-radius: 5px;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		-ms-transition: all 0.6s;
		-webkit-transition: all 0.6s;
		transition: all 0.6s;
	}
	.banner .swiper-pagination-bullet-active{
		width: 40px;
		background:#fff;
	}
	
	.diandian{width:auto;height:70px;position:absolute;bottom:5%;left:5%;transition:5s all; transition-delay:0s; -webkit-transition:1s all; opacity:0; transform:translateX(-200%); -webkit-transform:translateX(-200%);display:none;}

	.section1.active .banner .swiper-slide-active .diandian{
		opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);
	}
	.diandian li{width:34px;height:70px;float:left;}

	.diandian li{
		opacity:0;
	    transition: 1s all;
	    transition-delay: 0s;
	    -webkit-transition: 1s all;
		transform:translateX(-200%);
		-webkit-transform:translateX(-200%);
	}
	.section1.active .banner .swiper-slide-active .diandian li{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px)}
	.section1.active .banner .swiper-slide-active .diandian li:first-child{ transition-delay:2.7s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li{ transition-delay:2.4s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li{ transition-delay:2.1s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li+li{ transition-delay:1.8s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li+li+li{ transition-delay:1.5s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li+li+li+li{ transition-delay:1.2s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li+li+li+li+li{ transition-delay:0.9s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li+li+li+li+li+li{ transition-delay:0.6s;}
	.section1.active .banner .swiper-slide-active .diandian li:first-child+li+li+li+li+li+li+li+li{ transition-delay:0.3s;}

	.section1.active .banner .swiper-slide-active .ban_text {
		opacity: 1;
		visibility:visible;
		transition:3s all;
		-webkit-transition:3s all; 
		transform:translate(-50%,-50%) scale(1.2,1.2);
		-webki-transform:translate(-50%,-50%) scale(1.2,1.2);
		transition-delay:0.5s;
		-webkit-transition-delay:0.5s;
	}

	#pointer{width:102px;height:69px;display:block;position:absolute;bottom:10px;left:50%;margin-left:-51px;z-index:99;cursor:pointer;}
	#pointer img{width:102px;height:69px;}
	
	/* 第二屏 */
	.section2{background-size:1920px 200px;}
	.sect_center{max-width:1730px;height:auto;width:100%;margin:0 auto;}

	.sect_tit{width:100%;height:auto;overflow:hidden;}
	.sect_tit_a{width:auto;height:96px;display:inline-block;position:relative;padding:8px 0;padding-left:115px;padding-right:30px;color:#333;}
	.sect_tit_h4{width:auto;height:96px;line-height:1;font-size:88px;position:absolute;top:8px;left:20px;color:#276eb3;}
	.sect_tit_ch{width:auto;height:40px;line-height:40px;font-size:36px;display:block;padding-top:20px;}
	.sect_tit_en{width:auto;height:30px;line-height:30px;font-size:24px;display:block;font-family:arial;}
	.sect_cont{width:100%;height:auto;overflow:hidden;}
	.sect_cont_lt{width:60%;height:auto;overflow:hidden;float:left;}
	.sect2_lt_list{width:100%;height:auto;overflow:hidden;padding:75px 0 80px;}
	.sect2_lt_list li{width:33%;height:auto;overflow:hidden;float:left;}
	.sect2_li_span{width:100%;height:auto;overflow:hidden;font-size:18px;color:#333;line-height:30px;display:block;text-align:center;}
	.sect2_li_box{width:100%;height:auto;padding:5px 0;color:#276eb3;font-size:22px;text-align:center;height:88px;line-height:1;}
	.sect2_li_box h4{font-size:88px;font-weight:normal;display:inline-block;font-family: impact;}
	.sect2_cont_tit{width:100%;height:60px;overflow:hidden;background:#e3e3e3;}
	.sect2_cont_tit a{width:33.3333333333%;height:60px;line-height:60px;font-size:16px;color:#333;display:block;text-align:center;float:left;transition: all 1s;}
	.sect2_cont_tit a:hover,.sect2_cont_tit a.active{background:#006cb5;color:#fff;}
	.sect2_cont_cont{width:100%;height:150px;padding-top:20px;line-height:30px;color:#333;font-size:16px;overflow:hidden;}
	/*.sect2_cont_p{height:150px;
		overflow:hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}*/
	
	.sect_cont_rt{width:36%;height:auto;overflow:hidden;float:right;}
	.sect2_rt_box{width:100%;height:auto;overflow:hidden;position:relative;}
	.sect2_rt_img{max-width:474px;width:78%;height:auto;overflow:hidden;float:right;position:relative;z-index:3;padding-bottom:60px;}
	.sect2_img_box{width:100%;height:auto;overflow:hidden;}

	.sect2_img_box img{max-width:100%;display:block;transition: transform 1s;}
	.sect2_img_box:hover img{
		transform: scale(1.05,1.05);
	}
	.sect2_rt_bor{
		width:230px;height:230px;border:5px solid #e3e3e3;overflow:hidden;position:absolute;bottom:0;left:0;
		background-image:url(../home_img/sect2_rt_bor.jpg);
		background-size:230px 230px;
		background-repeat:no-repeat;
	}

	.sect2_more{width:auto;height:30px;line-height:30px;font-size:14px;color:#276eb3;position:absolute;bottom:0;left:0;padding:15px 0;padding-left:40px;padding-right:10px;}
	.sect2_more:after{
		content: '';
		display:block;
		width:30px;
		height:30px;
		background:url(../home_img/add_more.png) no-repeat;
		background-size:30px 30px;
		position:absolute;
		top:15px;
		left:0;

		-moz-transition: all 1s 0.3s;
		-o-transition: all 1s 0.3s;
		-ms-transition: all 1s 0.3s;
		-webkit-transition: all 1s 0.3s;
		transition: all 1s 0.3s;
		position: absolute;
		opacity: 0;
		transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		-moz-transform:rotate(0deg) scale(0);
		-o-transform:rotate(0deg) scale(0);
		-ms-transform:rotate(0deg) scale(0);
		-webkit-transform:rotate(0deg) scale(0);
		transform:rotate(0deg) scale(0);			
	}
	
	.sect2_more:hover:after{
	  -moz-transform:rotate(360deg) scale(1);
	  -o-transform:rotate(360deg) scale(1);
	  -ms-transform:rotate(360deg) scale(1);
	  -webkit-transform:rotate(360deg) scale(1);
	  transform:rotate(360deg) scale(1);
	  opacity: 1;
	}
	/* 第三屏 */
	.sect3_bg{width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:3;background-size:1920px 210px;}
	.sect3_center,.sect4_center{width:100%;height:auto;overflow:hidden;padding-top:40px;}
	/* 左边 */
	.sect3_lt{max-width:1020px;width:53%;height:auto;overflow:hidden;float:left;position:relative;z-index:5;padding-right:2%;}
	.sect3_lt_list{width:100%;height:auto;overflow:hidden;padding-top:40px;}
	.sect3_lt_list li{width:100%;height:auto;overflow:hidden;padding-top:30px;border-bottom:1px dashed #cecece;}
	.sect3_lt_a{width:auto;height:120px;overflow:hidden;position:relative;padding-left:24%;padding-right:280px;padding-bottom:30px;}
	.sect3_lt_time{width:auto;height:auto;overflow:hidden;position:absolute;top:0;left:30px;}
	.sect3_lt_time h4{width:auto;height:50px;line-height:50px;font-size:44px;color:#707070;font-weight:normal;font-family: impact;display:block;}
	.sect3_lt_time span{width:auto;height:30px;line-height:30px;font-size:18px;color:#707070;font-family: impact;display:block;}

	.sect3_lt_a:hover .sect3_lt_time h4,.sect3_lt_a:hover .sect3_lt_time span{color:#276eb3;}
	.sect3_lt_a:hover .sect3_cont_h4,.sect3_lt_a:hover .sect3_cont_p{color:#276eb3;}


	.sect3_lt_cont{width:100%;height:auto;overflow:hidden;}
	.sect3_cont_h4{width:100%;height:30px;line-height:30px;font-size:18px;color:#707070;display:block;font-weight:normal;
		text-overflow:ellipsis;/*表示文本超出用省略号代替*/
		white-space:nowrap;/*表示文本不换行；*/
		overflow:hidden;/*表示超出隐藏；*/
	}
	.sect3_cont_p{width:100%;height:72px;line-height:24px;font-size:14px;color:#707070;display:block;padding-top:10px;
		overflow:hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}

	.sect3_lt_img{width:222px;height:120px;display:block;position:absolute;top:0;right:0;overflow:hidden;}
	.sect3_lt_img img{transition: transform 1s;}
	.sect3_lt_img:hover img{transform: scale(1.05,1.05);}
	/* 右边 */
	.sect3_rt{max-width:903px;width:45%;height:auto;float:right;position:relative;z-index:5;overflow:hidden;}
	.sect3_rt_bg{max-width:903px;width:45%;height:100%;background:#f7f7f7;position:absolute;top:0;right:0;z-index:1;}
	
	.sect3_tit{width:100%;height:auto;overflow:hidden;text-align:right;}
	.sect3_news{width:91%;max-width:783px;margin-left:9%;margin-top:10px;}
	
	.sect3_news .swiper-container{padding-bottom:72px;}

	.sect3_news .swiper-button-next,.sect3_news .swiper-button-prev{top:auto;margin-top:0;bottom:0;background-size:69px 69px;background-repeat:no-repeat;width:69px;height:69px;}
	.sect3_news .swiper-button-prev{left:0;background-image:url(../home_img/sect3_btn_lt.png);}	
	.sect3_news .swiper-button-next{left:75px;right:auto;background-image:url(../home_img/sect3_btn_rt.png);}	
		
	.sect3_news_a{width:auto;height:auto;overflow:hidden;}
	
	.sect3_rt_box{width:85%;height:auto;overflow:hidden;margin-top:15px;position:relative;}
	
	.sect3_rt_img{width:100%;height:auto;overflow:hidden;max-height:300px;height:300px;}
	.sect3_rt_img img{transition: transform 1s;}
	.sect3_rt_img:hover img{transform: scale(1.05,1.05);}
	
	
	.sect3_rt_cont{width:75%;height:auto;overflow:hidden;}
	.sect3_rt_cont h4{width:100%;height:36px;line-height:36px;font-size:18px;color:#333;
		text-overflow:ellipsis;/*表示文本超出用省略号代替*/
		white-space:nowrap;/*表示文本不换行；*/
		overflow:hidden;/*表示超出隐藏；*/
	}
	.sect3_rt_cont p{width:100%;height:48px;line-height:24px;font-size:14px;color:#707070;
		overflow:hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	
	.sect3_rt_time{width:auto;height:auto;overflow:hidden;position:absolute;top:0;right:0px;}
	.sect3_rt_time h4{width:auto;height:50px;line-height:50px;font-size:44px;color:#707070;font-weight:normal;font-family: impact;display:block;}
	.sect3_rt_time span{width:auto;height:30px;line-height:30px;font-size:18px;color:#707070;font-family: impact;display:block;}
	
	.sect3_rt_cont:hover h4,.sect3_rt_cont:hover p{color:#276eb3;}
	
	.loop_btn{width:69px;height:69px;display:block;overflow:hidden;cursor:pointer;position:absolute;bottom:0;right:15%;z-index:10;}
	
	/* 第四屏 */
	.sect4_tit{width:333px;height:auto;overflow:hidden;background:#276eb3;margin-bottom:-112px;}
	.sect4_tit .sect_tit_a,.sect4_tit .sect_tit_h4{color:#fff;}

	.sect4_cont{width:100%;height:auto;overflow:hidden;}
	.sect4_lia{width:100%;height:auto;overflow:hidden;display:none;}
	
	.sect4_lt{max-width:997px;width:45%;height:auto;display:block;float:left;padding-right:3%;padding-left:4%;padding-top:170px;}
	.sect4_img{max-width:923px;width:48%;height:432px;display:block;float:right;overflow:hidden;}
	.sect4_img span{max-width:923px;width:100%;height:432px;display:block;background-size:923px 432px;background-repeat:no-repeat;background-position:center center;transition: transform 1s;}
	.sect4_img:hover span{transform: scale(1.05,1.05);}
	.sect4_lt_h4{width:100%;height:40px;line-height:40px;font-size:28px;color:#333;font-weight:normal;
		text-overflow:ellipsis;/*表示文本超出用省略号代替*/
		white-space:nowrap;/*表示文本不换行；*/
		overflow:hidden;/*表示超出隐藏；*/
	}
	.sect4_lt_p{width:100%;max-height:216px;height:auto;line-height:24px;font-size:16px;color:#333;padding-top:10px;
		overflow:hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 9;
		-webkit-box-orient: vertical;
	}

	.sect4_more{width:145px;height:40px;line-height:40px;border:1px solid #276eb3;color:#276eb3;text-align:center;font-size:16px;display:none;margin-top:20px;cursor:pointer;}
	.sect4_more:hover{background:#276eb3;color:#fff;}
	.sect4_ban{width:100%;height:auto;overflow:hidden;}
	.sect4_bus{/* width:auto!important; */height:auto;padding-top:40px;visibility:visible;}
	.sect4_bus li{/* width:12.5%; */height:auto;float:left;cursor:pointer;display:block;}
	
	.sect4_bus_icon{width:92px;height:106px;display:block;margin:0 auto;background-size:92px 220px;background-repeat:no-repeat;}
	.sect4_bus_tit{width:100%;height:auto;line-height:30px;font-size:18px;color:#333;text-align:center;display:block;padding-top:15px;}

	.sect4_bus li.active .sect4_bus_icon{background-position-y:bottom;}
	.sect4_bus li.active .sect4_bus_tit{color:#276eb3;}
	/* 第五屏 */
	.sect5_pad{width:100%;height:100%;max-height:100%;overflow:hidden;}
	.sect5_left,.sect5_center,.sect5_right{width:33.33%;height:100%;overflow:hidden;float:left;display:block;}

	/* 左边 */
	.sect5_left li{width:100%;height:25%;overflow:hidden;}
	.sect5_lt_li{width:100%;height:100%;background-size:100% 202%;background-repeat:no-repeat;position:relative;text-align:center;overflow:hidden;}

	.sect5_lt_tit{width:auto;height:64px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-left:20%;display:inline-block;}
	.sect5_lt_icon{width:62px;height:64px;display:block;position:absolute;top:0;left:0;background-size:62px 130px;background-repeat:no-repeat;}
	.sect5_lt_h4{width:auto;min-width:130px;height:64px;line-height:64px;font-size:32px;color:#333;overflow:hidden;font-weight:normal;text-align:left;}
	
	.sect5_lt_li:hover{background-position-y:bottom;}
	.sect5_lt_li:hover .sect5_lt_icon{background-position-y:bottom;}
	.sect5_lt_li:hover .sect5_lt_h4{color:#fff;}
	/* 中间 */
	.sect5_video{width:100%;height:50%;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center center;cursor:pointer;position:relative;}
	.sect5_video_btn{width:126px;height:126px;display:block;position:absolute;top:50%;left:50%;margin-top:-63px;margin-left:-63px;z-index:3;}

	/* 视频弹出 */
	.sect5_pop{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;display:none;}
	.sect5_opac{width:100%;height:100%;background:rgba(0,0,0,0.5);position:absolute;top:0;left:0;}
	.sect5_video_box{width:90%;height:80%;display:block;overflow:hidden;position:absolute;top:10%;left:5%;background:#000;}

	#sect5_video{width:100%;height:100%;display:block;}
	.sect5_video_close{width:45px;height:45px;line-height:45px;display:block;position:absolute;top:15px;right:15px;font-size:30px;color:#fff;cursor:pointer;z-index:9;}

	.sect5_map{width:100%;height:50%;background-size:cover;background-position:center center;position:relative;}
	.sect5_map_bg{width:100%;height:100%;overflow:hidden;/*position:absolute;top:50%;left:0;transform:translateY(-50%);*/text-align:center;}
	.sect5_map_bg img{max-width:100%;max-height:100%;}
	.sect5_right li{width:100%;height:16.66%;overflow:hidden;}
	.sect5_rt_li{width:100%;height:100%;overflow:hidden;background-size:100% 202%;background-repeat:no-repeat;position:relative;text-align:center;}
	.sect5_rt_tit{width:auto;height:64px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-left:20%;display:inline-block;}
	.sect5_rt_icon{width:65px;height:65px;display:block;position:absolute;top:0;left:0;background-size:65px 130px;background-repeat:no-repeat;}
	.sect5_rt_h4{width:auto;min-width:225px;height:64px;line-height:64px;font-size:32px;color:#333;overflow:hidden;font-weight:normal;text-align:left;}
	.sect5_rt_li:hover{background-position-y:bottom;}
	.sect5_rt_li:hover .sect5_rt_icon{background-position-y:bottom;}
	.sect5_rt_li:hover .sect5_rt_h4{color:#fff;}	

	.guanggao{margin:0;height:138px;z-index:6;background-size:1920px 138px;background-position:center center;background-repeat:no-repeat;}

	.fp-viewing-page6 .guanggao .wenzi,.section3.active .guanggao .wenzi{
		opacity: 1;
		visibility: visible;
		transform:scale(1, 1);
		-webki-transform:scale(1, 1);
		transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
	}

/*动画效果*/
/* 第一屏 */

	.banner .ban_text1{
	  -moz-transition: all 5s 0.3s;
	  -o-transition: all 5s 0.3s;
	  -ms-transition: all 5s 0.3s;
	  -webkit-transition: all 5s 0.3s;
	  transition: all 5s 0.3s;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  opacity: 0;
	  transform-origin: 50% 50%;
	  -webkit-transform-origin: 50% 50%;
	  -moz-transform-origin: 50% 50%;
	  -ms-transform-origin: 50% 50%;
	  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  -o-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  transform: translate(-50%, -50%) rotate(0deg) scale(0);
	}

	.section1.active .banner .swiper-slide-active .ban_text1{
	  -moz-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  -o-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  -ms-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  opacity: 1;
	}

	.banner .ban_text2 .ban_text_bg{
	  -moz-transition: all 3s 0.3s;
	  -o-transition: all 3s 0.3s;
	  -ms-transition: all 3s 0.3s;
	  -webkit-transition: all 3s 0.3s;
	  transition: all 3s 0.3s;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  opacity: 0;
	  transform-origin: 50% 50%;
	  -webkit-transform-origin: 50% 50%;
	  -moz-transform-origin: 50% 50%;
	  -ms-transform-origin: 50% 50%;
	  -moz-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  -o-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
	  transform: translate(-50%, -50%) rotate(0deg) scale(0);
	}

	.section1.active .banner .swiper-slide-active .ban_text2 .ban_text_bg{
	  -moz-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  -o-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  -ms-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  transform: translate(-50%, -50%) rotate(360deg) scale(1);
	  opacity: 1;
	}
	.banner .ban_text2 .ban_text_tit{position:relative;z-index:3}


/*第二屏*/
	.section2 .sect_tit{transition:1s all; transition-delay:0s; -webkit-transition:1s all; opacity:0; transform:translateX(-200%); -webkit-transform:translateX(-200%);}
	.section2.active .sect_tit{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);}

	.sect2_lt_list{transition:1.2s all; transition-delay:0s; -webkit-transition:1.2s all; opacity:0; transform:translateY(-100%); -webkit-transform:translateY(-100%);}
	.section2.active .sect2_lt_list{opacity:1; transform:translateY(0px); -webkit-transform:translateY(0px);transition-delay:0.3s;}
	.sect2_box{transition:1.2s all; transition-delay:0s; -webkit-transition:1.2s all; opacity:0; transform:translateX(100%); -webkit-transform:translateX(100%);}
	.active .sect2_box{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);transition-delay:0.3s;}
	.sect2_cont{transition:1.2s all; transition-delay:0s; -webkit-transition:1.2s all; opacity:0; transform:translateY(100%); -webkit-transform:translateY(100%);}
	.sect_cont_rt{transition:1.2s all; transition-delay:0s; -webkit-transition:1.2s all; opacity:0; transform:translateX(100%); -webkit-transform:translateX(100%);}
	.section2.active .sect_cont_rt,.section2.active .sect2_cont{opacity:1; transform:translateY(0px); -webkit-transform:translateY(0px);transition-delay:0.3s;}

/*第三屏*/
	.section3 .sect3_tit{transition:1s all; transition-delay:0s; -webkit-transition:1s all; opacity:0; transform:translateX(200%); -webkit-transform:translateX(200%);}
	.section3.active .sect3_tit{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);}
	
	.section3 .sect3_news{transition:1s all; transition-delay:0s; -webkit-transition:1.5s all; opacity:0; transform:translateY(200%); -webkit-transform:translateY(200%);}
	
	.section3.active .sect3_news{opacity:1;transform:translateY(0px); -webkit-transform:translateY(0px);}
	
	.sect3_lt_list li{
		opacity:0;
	    transition: 1s all;
	    transition-delay: 0s;
	    -webkit-transition: 1s all;
		transform:translateY(100%);
		-webkit-transform:translateY(100%);
	}
	.section3.active .sect3_lt_list li{opacity:1; transform:translateY(0px); -webkit-transform:translateY(0px)}
	.section3.active .sect3_lt_list li:first-child{ transition-delay:0.3s;}
	.section3.active .sect3_lt_list li:first-child+li{ transition-delay:0.6s;}
	.section3.active .sect3_lt_list li:first-child+li+li{ transition-delay:0.9s;}
	.section3.active .sect3_lt_list li:first-child+li+li+li{ transition-delay:1.2s;}

	/* 第四屏 */
	.section4 .sect4_tit{transition:1s all; transition-delay:0s; -webkit-transition:1s all; opacity:0; transform:translateX(-200%); -webkit-transform:translateX(-200%);}
	.section4.active .sect4_tit{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);}
	.section4 .sect4_lt{transition:1s all; transition-delay:0s; -webkit-transition:1s all; opacity:0; transform:translateX(-200%); -webkit-transform:translateX(-200%);}
	.section4.active .sect4_lt{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);}

	.section4 .sect4_img{transition:1s all; transition-delay:0s; -webkit-transition:1s all; opacity:0; transform:translateX(200%); -webkit-transform:translateX(200%);}
	 .section4.active .sect4_img, .section4 .tab_active .sect4_img{opacity:1; transform:translateX(0px); -webkit-transform:translateX(0px);}

	.sect4_bus li{
		opacity:0;
	    transition: 1s all;
	    transition-delay: 0s;
	    -webkit-transition: 1s all;
		transform:translateY(100%);
		-webkit-transform:translateY(100%);
	}
	.section4.active .sect4_bus li{opacity:1; transform:translateY(0px); -webkit-transform:translateY(0px)}
	.section4.active .sect4_bus li:first-child{ transition-delay:0.3s;}
	.section4.active .sect4_bus li:first-child+li{ transition-delay:0.6s;}
	.section4.active .sect4_bus li:first-child+li+li{ transition-delay:0.9s;}
	.section4.active .sect4_bus li:first-child+li+li+li{ transition-delay:1.2s;}
	.section4.active .sect4_bus li:first-child+li+li+li+li{ transition-delay:1.5s;}
	.section4.active .sect4_bus li:first-child+li+li+li+li+li{ transition-delay:1.8s;}
	.section4.active .sect4_bus li:first-child+li+li+li+li+li+li{ transition-delay:2.1s;}
	.section4.active .sect4_bus li:first-child+li+li+li+li+li+li+li{ transition-delay:2.4s;}
	

	.section4.active .sect4_bus li{position:relative;}
	.section4.active .sect4_bus li:first-child .li_before,.section4.active .sect4_bus li:last-child .li_after{display:none !important;}
	.section4.active .sect4_bus li .li_after,.section4.active .sect4_bus li  .li_before{
		display:none;
		width:30px;
		height:30px;
		position:absolute;
		top:50%;
		margin-top:-15px;
	}
	.section4.active .sect4_bus li.active .li_after,.section4.active .sect4_bus li.active .li_before{display:block;}
	.section4.active .sect4_bus li  .li_after{
		content:'';
		right:0;
		text-align:right;
		background-size:30px 30px;
		background-image:url(../home_img/sect4_bus_right.png);
		background-repeat:no-repeat;
	}
	.section4.active .sect4_bus li  .li_before{
		content:'';
		left:0;
		text-align:left;
		background-size:30px 30px;
		background-image:url(../home_img/sect4_bus_left.png);
		background-repeat:no-repeat;
	}

	.section4.active .sect4_bus li  .li_after.pointer{
		animation:btnrt_name 1s infinite;
		animation-timing-function:linear;
		/* Safari and Chrome */
		-webkit-animation:btnrt_name 1s infinite;
		-webkit-animation-timing-function:linear;
	}

	@keyframes btnrt_name
	{
		0% {right:-6px;}
		50% {right:-3px;}
		100% {right:0px;}
	}

	@-webkit-keyframes btnrt_name /*Safari and Chrome*/
	{
		0% {right:-6px;}
		50% {right:-3px;}
		100% {right:0px;}
	}

	.section4.active .sect4_bus li  .li_before.pointer{
		animation:btnlt_name 1s infinite;
		animation-timing-function:linear;
		/* Safari and Chrome */
		-webkit-animation:btnlt_name 1s infinite;
		-webkit-animation-timing-function:linear;
	}

	@keyframes btnlt_name
	{
		0% {left:-6px;}
		50% {left:-3px;}
		100% {left:0px;}
	}

	@-webkit-keyframes btnlt_name /*Safari and Chrome*/
	{
		0% {left:-6px;}
		50% {left:-3px;}
		100% {left:0px;}
	}

	.section4.active .sect4_bus li:first-child:before,.section4.active .sect4_bus li:last-child:after{display:none;}
	.section4.active .sect4_bus li.active:before,.section4.active .sect4_bus li.active:after{display:block;}
	.section4.active .sect4_bus li:first-child:before,.section4.active .sect4_bus li:last-child:after{display:none!important;}	
	
	

	/* 第五屏 */
	.section5.active .sect5_pad{padding-top:82px;}
	/* 左边 */
	.sect5_left li{
		/*opacity:0;*/
	    transition: 1s all;
	    transition-delay: 0s;
	    -webkit-transition: 1s all;   
		-moz-transform: scale(0.8, 0.8);
	    -o-transform: scale(0.8, 0.8);
	    -ms-transform: scale(0.8, 0.8);
	    -webkit-transform: scale(0.8, 0.8);
	    transform: scale(0.8, 0.8);
	    opacity: 0.6;
	}
	.section5.active .sect5_left li{
		transition-delay:0.3s;
		opacity:1; 
		-moz-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
/*	.section5.active .sect5_left li:first-child{ transition-delay:0.3s;}
	.section5.active .sect5_left li:first-child+li{ transition-delay:0.6s;}
	.section5.active .sect5_left li:first-child+li+li{ transition-delay:0.9s;}
	.section5.active .sect5_left li:first-child+li+li+li{ transition-delay:1.2s;}*/

	/* 中间 */
	.section5 .sect5_video{
		transition:1s all; 
		transition-delay:0s; 
		-webkit-transition:1.5s all; 
/*		opacity:0; transform:translateY(-200%); 
		-webkit-transform:translateY(-200%); */
		-moz-transform: scale(0.8, 0.8);
	    -o-transform: scale(0.8, 0.8);
	    -ms-transform: scale(0.8, 0.8);
	    -webkit-transform: scale(0.8, 0.8);
	    transform: scale(0.8, 0.8);
	    opacity: 0.6;
	}
	.section5.active .sect5_video{
/*		opacity:1;
		transform:translateY(0px); 
		-webkit-transform:translateY(0px);*/
		transition-delay:0.3s;
		opacity:1; 
		-moz-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
	.section5 .sect5_map{
		transition:1s all; 
		transition-delay:0s; 
		-webkit-transition:1.5s all; 
/*		opacity:0; 
		transform:translateY(200%); 
		-webkit-transform:translateY(200%); */
		-moz-transform: scale(0.8, 0.8);
	    -o-transform: scale(0.8, 0.8);
	    -ms-transform: scale(0.8, 0.8);
	    -webkit-transform: scale(0.8, 0.8);
	    transform: scale(0.8, 0.8);
	    opacity: 0.6;
	}
	.section5.active .sect5_map{
		/*opacity:1;
		transform:translateY(0px); 
		-webkit-transform:translateY(0px);*/
		transition-delay:0.3s;
		opacity:1; 
		-moz-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
		



	/* 右边 */
	.sect5_right li{
		/*opacity:0;*/
	    transition: 1s all;
	    transition-delay: 0s;
	    -webkit-transition: 1s all;
/*		transform:translateX(200%);
		-webkit-transform:translateX(200%);*/
		-moz-transform: scale(0.8, 0.8);
	    -o-transform: scale(0.8, 0.8);
	    -ms-transform: scale(0.8, 0.8);
	    -webkit-transform: scale(0.8, 0.8);
	    transform: scale(0.8, 0.8);
	    opacity: 0.6;
	}
	.section5.active .sect5_right li{
		/*opacity:1; 
		transform:translateX(0px); 
		-webkit-transform:translateX(0px);*/
		opacity:1; 
		-moz-transform: scale(1, 1);
	    -o-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	    -webkit-transform: scale(1, 1);
	    transform: scale(1, 1);
	}
/*	.section5.active .sect5_right li:first-child{ transition-delay:0.3s;}
	.section5.active .sect5_right li:first-child+li{ transition-delay:0.6s;}
	.section5.active .sect5_right li:first-child+li+li{ transition-delay:0.9s;}
	.section5.active .sect5_right li:first-child+li+li+li{ transition-delay:1.2s;}
	.section5.active .sect5_right li:first-child+li+li+li+li{ transition-delay:1.5s;}
	.section5.active .sect5_right li:first-child+li+li+li+li+li{ transition-delay:1.8s;}
*/
