@charset "utf-8";

		/*公共样式*/
		
.fp-controlArrow{
	top: 52%;
}
body{
	min-width: 375px !important;
	min-height: 568px !important;
}
body .section{
	min-height: 568px !important;
}

		/*导航*/

.nav_out{
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	-webkit-box-shadow:0px 0px 10px #ddd;
	-moz-box-shadow:0px 0px 10px #ddd;
	 box-shadow:0px 0px 10px #ddd;
}
.nav_inner{
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}
/*公司logo*/
.nav_inner h1{
	width: 200px;
	height: 50px;
	margin-top: 15px;
}
.nav_inner h1 a{
	width: 200px;
	height: 50px;
	display: block;
}
.nav_inner h1 a img{
	width: 200px;
	height: 50px;
}

/*导航按钮*/

.nav_ul{
	width:auto ;
}
.nav_ul .nav_li{
	height: 78px;
	padding: 0px 2px;
	/*padding-right:15px;*/
	margin-right: 15px;
	border-top:2px solid #fff ;
}
.nav_ul .nav_li:last-child{
	/*padding-right:0px;*/
	margin-right: 0px;
}
.nav_li .nav_lia{
	padding: 0px 2px;
	display: block;
	height: 78px;
	font: 16px/78px "Microsoft YaHei";
	color: #333;
	/*border-top:2px solid #fff ;*/
}
.nav_ul .active{
	border-top:2px solid #118df0 ;
}
.nav_ul .active .nav_lia{
	color: #118df0;
}
.nav_ul .active .nav_lis{
	border-top:5px solid #118df0 ;
}

.nav_lis{
	width: 0px;
	height: 0px;
	border: 5px solid #fff;
	border-top:5px solid #888 ;
	margin-top: 37px;
	margin-left: 5px;
}
.nav_li_d{
	width: 90px;
	background: rgba(255,255,255,1);
	top: 78px;
	left: 0px;
	display: none;
}

.nav_li_da{
	width: 100%;
	height: 30px;
	display: block;
	text-align:center ;
	font: 14px/30px "Microsoft YaHei";
	color: #333;
	
}
.nav_li_da:hover{
	background-color: #118df0;
	color: #fff;
}

.nav_li:hover{
	border-top:2px solid #118df0 ;
}
.nav_li:hover .nav_lia{ 
	color: #118df0;
}
.nav_li:hover .nav_lis{
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-o-transform:rotate(180deg); 	/* Opera */
	transform:rotate(180deg);
	border-top:5px solid #118df0 ;
	margin-top: 32px;
}
.nav_li2{
	width:90px ;
	display: none;
}
.nav_li2 .nav_lia {
	margin-left: 20px;
}
.nav_li2 .active.nav_li_da{
	background-color: #118df0;
	color: #fff;
	border-top:none;
}

/*手机端-小于768px-导航适配结构*/

.phone_nav{
	width: 50px;
	height:100%;
	margin-right: 27px;
	display: none;
	cursor: pointer;
}

.phone_nav_s{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}

.phone_nav_s i{
	font:22px/50px "Microsoft YaHei" ;
	color: #333;
}
.phone_list {
	width: 100px;
	height: auto;
	top: 50px;
	right:-27px;
	background-color: #fff;
	z-index: 999;
	-webkit-box-shadow: 0px 2px 10px #ddd;
    -moz-box-shadow: 0px 2px 10px #ddd;
    box-shadow: 0px 2px 10px #ddd;
    display:none;
}

.phone_list .phone_list_a{
	width: 100%;
	height: 30px;
	display: block;
	text-align:center;
	font: 16px/30px "Microsoft YaHei";
	color: #333;
}
.phone_list .active{
	background-color: #118df0;
	border-top:none;
	color: #fff;
}

/*右侧点点*/


#fp-nav.right {
    right: 17px;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fp-nav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a span{
    top: 2px;
    left: 2px;
    width: 8px !important;
    height: 8px !important;
    /*border: 1px solid #000;*/
    /*background: rgba(0, 0, 0, 0) ;*/
   -webkit-box-shadow:0px 0px 10px #888;
	-moz-box-shadow:0px 0px 10px #888;
	 box-shadow:0px 0px 10px #888;
    border-radius: 50% !important;
    background: #fff;
    position: absolute;
    z-index: 1;
    margin: 0px;
}
#fp-nav ul li a.active span{
    background: #ffd632;
    margin: 0px;
}
#fp-nav ul li:hover a span,
#fp-nav ul li a.active:hover a span{
    margin:0px !important;
}



/*板块标题*/

.floor_title{
	width: 310px;
	height: auto;
	padding-top: 130px;
	top: 0px;
	left: 50%;
	margin-left: -155px;
	z-index: 9999;
}
.fp-tableCell {
    display: block;
    vertical-align:auto ;
    width:  auto ;
    height: auto;
    
}
.title_top{
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.title_top_line{
	width: 50px;
	height: 1px;
	background-color: #aaa;
	margin: 27px 10px 0px;
	
}
.title_top_line1{
	width: 40px;
	height: 1px;
	background-color: #aaa;
	margin: 27px 10px 0px;
}
.title_top_name{
	padding: 0px 10px;
	font: 36px/50px "Microsoft YaHei";
	color: #333;
}
.title_top_name1{
	/*padding: 0px 10px;*/
	font: 36px/50px "Microsoft YaHei";
	color: #333;
}
.title_top_p{
	width: 100%;
	font: 14px/20px "Microsoft YaHei";
	color: #888;
	box-sizing: border-box;
	padding: 0px 5px;
	text-align: center;
}
.title_top_color {
	color: #fff;
}










		/*第1屏--首页轮播图*/

.floor1{
	width: 100%;
	height: 100%;
	overflow: hidden;
} 
.section .slide{
	width: 100%;
	height: 100%;
	
}
.section .slide1{
	width: 100%;
	height: 100%;
}
.section .slide2{
	width: 100%;
	height: 100%;
}
.section .slide3{
	width: 100%;
	height: 100%;
}
.floor1_d1{
	max-width: 1200px;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 2%;
	/*height: 100%;*/
	margin: 0 auto;
	position: relative;
	top: 25%;
	
}
.floor1_d1_name{
	width: 100%;
	height: auto;
	text-align: center;
	font: 48px/60px "Microsoft YaHei";
	color: #fff;
	margin-bottom: 8%;
}
.floor1_d1_name span{
	color: #ffea00;
}
.slide2 .floor1_d1_name,
.slide1 .floor1_d1_name{
	margin-bottom: 3%;
}
.floor1_d1_name_del{
	width: 100%;
	height: auto;
	text-align: center;
	font: 16px/30px "Microsoft YaHei";
	color: #fff;
	display: none;
}
.floor1_d1_div{
	width: 100%;
	height: 135px;
	max-width: 100%;
	text-align: center;
	margin: 8% auto 0px;
}

.floor1_d1_div_s{
	width: 90px;
	height: 133px;
	margin: 0 4% 20px;
	display: inline-block;
}
.floor1_d1_div_s img{
	width: 100%;
	height: auto;
	display: none;
}
.slide3_div{
	height: 316px;
	width: 100%;
	text-align: center;
	margin: 8% auto 0;
	display: none;
	font: 18px/50px "Microsoft YaHei";
	color: #fff;
}
.slide3_div img{
	width: 100%;
	height: auto;
}
.floor1_d1_del{
	width: 100%;
	display: block;
	font: 18px/50px "Microsoft YaHei";
	color: #fff;
	text-align: center;
}

.floor1_down{
	width: 25px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #fff;
	left: 50%;
	bottom: 30px;
	margin-left: -13px;
	border-radius: 30px;
	z-index: 9999;
	text-align: center;
}

.down_line{
	width: 4px;
	height: 10px;
	border-radius: 4px;
	background-color: #fff;
	display: block;
	margin: 5px auto;
	animation:myfirst linear 1s infinite;  
	-webkit-animation:myfirst linear 1s infinite;
    -moz-animation:myfirst linear 1s infinite;
    -ms-animation:myfirst linear 1s infinite;
}
  
@keyframes myfirst {  
       0% {  
           transform: translate(0px, 0%);  
       } 
       70% {  
           transform: translate(0px, 23px);  
       }  
       100% {  
           transform: translate(0px, 0%);  
       }  
   } 
   

/*第一屏点点*/
.floor1 .fp-slidesNav.bottom {
    bottom: 130px;
}

.floor1 .fp-slidesNav {
    position: absolute;
    z-index: 99;
    left: 50%;
    opacity: 1;
}

.floor1 .fp-slidesNav li {
    display: inline-block;
    width: 50px !important;
    height: 3px !important;
   	margin: 0px 10px 0px 0px !important;
    position: relative;
    border-radius: 0px !important;
}
.floor1 .fp-slidesNav li:last-child{
	margin: 0px !important;
}
.floor1 .fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    text-decoration: none;
    border-radius: 0px !important;
}
.floor1 .fp-slidesNav span {
   width: 100% !important;
    height: 100% !important;
    background-color: #fff !important;
    border-radius: 0px !important;
    margin: 0px !important;
    border-radius: 0px !important;
    position: absolute;
    z-index: 1;
    left: 0 !important;
    top: 0 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.floor1 .fp-slidesNav .active span {
    background: #ffea00 !important;
    border-radius: 0px ;
    margin: 0px 10px 0px 0px !important;
    padding: 0px !important;
}

 .floor1 .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: 0px !important;
}
.floor1 .fp-controlArrow.fp-prev,
.floor1 .fp-controlArrow.fp-next{
	display: none;
}






		/*第2屏--五大平台*/


.floor2{
	width: 100%;
	height: 100%;
	min-height: 568px;
	overflow: hidden;
}
.floor2_ul{
	width: 100%;
	height: 100%;
	min-height: 568px !important;
}
.floor2_ul li{
	width: 20%;
	height: 100%;
}

.floor2_ul li a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.floor2_ul li a .floor2_bj{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: url(../img/f2_bj.jpg) no-repeat  center center;
	background-size:cover;
	/*display: none;*/
	opacity: 0;
}
.floor2_ul li:hover .floor2_bj{
	opacity: 1;
}
.floor2_del{
	width: 100%;
	height:180px;
	box-sizing: border-box;
	padding: 0px 10%;
	font: 16px/36px "Microsoft YaHei";
	color: #fff;
	top: 57%;
	left: 0px;
}
.floor2_top{
	width: 100%;
	height: 62px;
	top: 42%;
	left: 0px;
	z-index: 99;
}

.floor2_name{
	width: 100%;
	height: 60px;
	display: block;
	text-align: center;
	font: 30px/60px "Microsoft YaHei";
	color: #333;
}
.floor2_line{
	width: 60px;
	height: 2px;
	background-color: #333;
	margin: 0 auto;
	display: block;
}
.floor2_ul li a:hover .floor2_line{
	width: 120px;
}

/*第二屏点点*/

.floor2 .fp-slidesNav.bottom {
    bottom: 130px;
}

.floor2 .fp-slidesNav {
    position: absolute;
    z-index: 99;
    left: 50%;
    opacity: 1;
}

.floor2 .fp-slidesNav li {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
   	margin: 0px 10px 0px 0px !important;
   	border: 2px solid #fff !important;
    position: relative;
    border-radius: 0px !important;
    border-radius: 50% !important;
}
.floor2 .fp-slidesNav li:last-child{
	margin: 0px !important;
}
.floor2 .fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50% !important;
}
.floor2 .fp-slidesNav span {
   width: 100% !important;
    height: 100% !important;
    background:rgba(0,0,0,0) !important;
    border-radius: 0px !important;
    margin: 0px !important;
    border-radius: 50% !important;
    position: absolute;
    z-index: 1;
    left: 0 !important;
    top: 0 !important;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.floor2 .fp-slidesNav .active span {
    background: #118df0 !important;
    border-radius: 0px ;
    margin: 0px 10px 0px 0px !important;
    padding: 0px !important;
}

 .floor2 .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: 0px !important;
}
.floor2 .fp-controlArrow.fp-prev,
.floor2 .fp-controlArrow.fp-next{
	display: none;
}

		/*第3屏--新闻动态*/


.floor3{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/f3.jpg) no-repeat center center;
	background-size:cover;
}

.floor3_ul{
	width: 100%;
	max-width: 1300px;
	height:450px ;
	top: 30%;
	left: 50%;
	margin-left: -650px;
}
.floor3_li{
	width: 50%;
	height: 100px;
	margin-bottom: 50px;
	box-sizing: border-box;
	padding-right: 30px;
}
.floor3_li:nth-of-type(2n){
	padding-right: 0px;
}
.floor3_li a{
	width: 100%;
	height: 100%;
	display: block;
}
.floor3_li_l{
	width: 100px;
	height: 100px;
	background-color: #fff;
	z-index:999;
}
.floor3_lil_new{
	width: 100%;
	height: 40px;
	display: block;
	margin-top: 15px;
	text-align: center;
	font: 30px/40px "Microsoft YaHei";
	color: #888;
	
}
.floor3_lil_line{
	width: 24px;
	height: 1px;
	background-color: #888;
	display: block;
	margin: 0 auto;
}
.floor3_lil_time{
	width: 100%;
	height: 30px;
	font: 12px/30px "Microsoft YaHei";
	color: #888;
	display: block;
	text-align: center;
}

.floor3_li_r{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px 20px 0px 120px;
	margin-top: -100px;
}

.floor3_lir_name{
	width: 100%;
	height: 46px;
	font: 16px/46px "Microsoft YaHei";
	color: #fff;
	display: block;
}
.floor3_lir_del{
	width: 100%;
	height: 48px;
	font: 12px/24px "Microsoft YaHei";
	color: #fff;
	/*display: block;*/
}


.floor3_li:hover .floor3_lil_new,
.floor3_li:hover .floor3_lil_time{
	color: #fff;
}

.floor3_li:hover .floor3_li_l{
	background-color: #118df0;
}
.floor3_li:hover .floor3_lil_line{
	background-color:#fff100;
}

.floor3_li:hover .floor3_li_r{
	background-color: #fff;
}
.floor3_li:hover .floor3_lir_name{
	color:#222;
}

.floor3_li:hover .floor3_lir_del{
	color:#888;
}
.floor3_btn{
	width: 200px;
	height: 38px;
	background-color: #118df0;
	text-align: center;
	font: 16px/38px "Microsoft YaHei";
	color: #fff;
	bottom: 8%;
	left: 50%;
	margin-left: -100px;
}
.floor3_btn:hover{
	background-color: #4dadf9;
}








		/*第4屏--业务范围*/


.floor4{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/f4.jpg) no-repeat center center;
	background-size:cover;
}


.floor4_list{
	width: 100%;
	max-width: 1200px;
	top: 30%;
	left: 50%;
	margin-left: -600px;
	text-align: center;
}
.floor4_list_div{
	width: 32%;
	/*height:250px ;*/
	box-sizing: border-box;
	display: inline-block;
	/*margin-bottom: 20px;*/
}
.floor4_list_div_a{
	width: 100%;
	height: 100%;
	display: block;
}

.floor4_list_div i{
	font: 80px/90px "Microsoft YaHei";
	color: #118df0;
	display: block;
	margin: 20px auto 0px;
}
.floor4_list_name{
	width: 100%;
	height: 40px;
	font: 20px/40px "Microsoft YaHei";
	color: #333;
	margin-bottom: 23px;
	display: block;
	text-align: center;
}

.floor4_list_fel{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 40px;
	/*display: block;*/
	margin-bottom: 25px;
	height: 72px;
	font: 14px/24px "Microsoft YaHei";
	color: #555;
	text-align: left;
}

.floor4_list_div:hover{
	background-color: #118df0;
}
.floor4_list_div:hover .floor4_i1,
.floor4_list_div:hover .floor4_list_name,
.floor4_list_div:hover .floor4_list_fel{
	color: #fff;
}











		/*第5屏---项目案例*/


.floor5{
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*background: url(../img/f1.jpg) no-repeat center center;*/
	/*background-size:cover;*/
	
}
.floor5 .more_btn{
	width: 200px;
    height: 38px;
    border: 1px solid #fff;
    text-align: center;
    font: 16px/38px "Microsoft YaHei";
    color: #fff;
    bottom: 10%;
    left: 50%;
    margin-left: -101px;
    display: none;
}
.floor5 .floor_title{
	display: none;
}
.floor5 .fp-controlArrow.fp-prev{
	width: 38px !important;
	height: 66px !important;
	background: url(../img/prev.png) no-repeat;
	border: none !important;
	left: 7%;
}

.floor5 .fp-controlArrow.fp-next{
	width: 38px !important;
	height: 66px !important;
	background: url(../img/next.png) no-repeat;
	border: none !important;
	right: 7%;
}












.floor5 .title_top_name{
	color: #fff;
}
.floor5 .fp-slidesNav{
	display:none !important;
}
.floor5_ul{
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
	
}
.floor5_ul2{
	display: none;
}
.floor5_li{
	width: 25%;
	height:320px;
	overflow: hidden;
}
.floor5_li_a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}
.floor5_li_a_img{
	width: 100%;
	height: 100%;
	text-align: center;
}
.floor5_li img{
	width: auto;
	min-width: 100%;
	height: 100%;
	margin: 0 -100%;
}

.floor5_li_span{
	width: 100%;
	height: 40px;
	display: block;
	text-align: left;
	background: rgba(0,0,0,0.4);
	font: 16px/40px "Microsoft YaHei";
	color: #fff;
	box-sizing: border-box;
	padding: 0px 20px;
	bottom: 0px;
	left: 0px;
	display: none;
}
.floor5_li_div{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #118df0;
	top: 0px;
	left: 0px;
	z-index: 99;
	display: none;
}
.floor5_li_inner{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border: 1px solid #88c6f8;
	padding: 20px;
}
.floor5_li_pname{
	width: 100%;
	height: 68px;
	text-align: left;
	font: 24px/34px "Microsoft YaHei";
	color: #fff;
	margin: 10px 0px 30px;
}
.floor5_li_pdel{
	width: 100%;
	height: 96px;
	font: 14px/24px "Microsoft YaHei";
	color: #fff;
	text-align: left;
}
.floor5_li:hover .floor5_li_div{
	display: block;
}
.floor5_li_a .floor5_li_i{
	/*width: 100px;
	height: 100px;*/
	display: block;
	font: 120px/120px "Microsoft YaHei";
	color: #fff;
	margin: 15% auto 0px;
}
.floor5_li_last{
	background-color: #222;
	text-align: center;
}
.floor5_li_s{
	width: 100%;
	height: 30px;
	font: 20px/30px "Microsoft YaHei";
	color: #fff;
	display: block;
	text-align: center;
}
.floor5_li_last:hover .floor5_li_s,
.floor5_li_last:hover .floor5_li_i{
	color: #118df0;
}





		/*第6屏--分支机构*/


.floor6{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/f6.jpg) no-repeat center center;
	background-size:cover ;
}

.map_box{
	width: 747px;
	height: 617px;
	top: 20%;
	left: 50%;
	margin-left: -374px;
	background: url(../img/map_bg.png) no-repeat center center;
	background-size:cover ;
	
}

.title_p{
	width: 160px;
	padding: 0px 10px;
	height: 30px;
	top: -40px;
	left: -85px;
	font:16px/30px "Microsoft YaHei" ;
	color: #fff;
	text-align: center;
	background-color: #009fd9;
	z-index: 999;
	border-radius: 3px;
	display: none;
}
.title_p1{
	width: 240px;
	left: -120px;
	background-color: #fe9901;
}
.region-list_a{
	cursor: default;
}
.region-list_a:hover .title_p{
	display: block;
}
.area-box {
	z-index: 77;
}

.show-regin {
	z-index: 66;
}

.region-list.active .show-regin span {
	position: relative;
	color: #222;
}

.region-list.waite .show-regin span {
	color: #222;
}
.region-list.active .area-box .dot {
	background: #009fd9
}

.region-list.active .area-box .pulse {
	border-color: #009fd9;
	top: -39px;
	left: -39px;
	height: 88px;
	width: 88px;
	-webkit-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
	-moz-box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset;
	box-shadow: 0 0 12px #0080d9, 0 0 20px #0080d9 inset
}

.region-list.waite .area-box .dot {
	background: #f90
}

.region-list.waite .area-box .pulse {
	border-color: #f90
}

.show-regin {
	position: absolute;
	left: 2px;
	height: 0;
	top: 0;
	width: 11px;
	opacity: 0;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.online-node .show-regin,
.region-list:hover .show-regin,
.underline-node .show-regin,
.waite-node .show-regin {
	height: 11px;
	opacity: 1
}

.show-regin span {
	width: 50px;
	position: absolute;
	left: 20px;
	top: -3px;
	/*padding: 6px 10px;*/
	font-size: 14px;
	color: #ccc;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	white-space: nowrap;
}
.region-list {
	position: absolute;
	left: 0;
	top: 0
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.area-box .dot {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #a2a9b4;
	opacity: 1;
	filter: alpha(opacity=100)
}

.area-box .pulse {
	position: absolute;
	top: -28px;
	left: -28px;
	height: 66px;
	width: 66px;
	border: 2px solid #b7b7b7;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px;
	-webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	-moz-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
	opacity: .12;
	filter: alpha(opacity=0);
	-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: 0 0
}

.area-box .delay-01 {
	-webkit-animation-delay: 0;
	-moz-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0
}

.area-box .delay-02 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}

.area-box .delay-03 {
	-webkit-animation-delay: .8s;
	-moz-animation-delay: .8s;
	-o-animation-delay: .8s;
	animation-delay: .8s
}

.area-box .delay-04 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.area-box .delay-05 {
	-webkit-animation-delay: 1.6s;
	-moz-animation-delay: 1.6s;
	-o-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.area-box .delay-06 {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.area-box .delay-07 {
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.area-box .delay-08 {
	-webkit-animation-delay: -.4s;
	-moz-animation-delay: -.4s;
	-o-animation-delay: -.4s;
	animation-delay: -.4s
}

.area-box .delay-09 {
	-webkit-animation-delay: -.8s;
	-moz-animation-delay: -.8s;
	-o-animation-delay: -.8s;
	animation-delay: -.8s
}

.area-box .delay-10 {
	-webkit-animation-delay: -1.2s;
	-moz-animation-delay: -1.2s;
	-o-animation-delay: -1.2s;
	animation-delay: -1.2s
}

.area-box .delay-11 {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.postition-13 {
	left: 423px;
	top: 273px;
}
.postition-8 {
	left: 559px;
	top: 229px
}
.postition-81 {
	left: 539px;
	top: 264px;
}
.postition-82 {
	left: 575px;
	top: 288px;
}
.postition-7 {
	left: 646px;
	top: 146px;
}
.postition-71 {
	left: 657px;
	top: 105px;
}
.postition-7.region-list.active .area-box .pulse {
	top: -50px;
	left: -50px;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.postition-4 {
    left: 462px;
	top: 535px;
}

.postition-5 {
	left: 526px;
	top: 394px
}
.postition-51 {
	left: 520px;
	top: 444px
}
.postition-2 {
	left: 401px;
	top: 403px
}

/*第六屏----屏幕小于768时，展示效果*/


.floor6_div768{
	width: 100%;
	box-sizing: border-box;
	padding: 0px 3%;
	height: auto;
	top: 26%;
	left: 0px;
	text-align: center;
	display: none;
}
.floor6_div768_a{
	width: 320px;
	height: 50px;
	display: block !important;
	border-radius: 6px;
	margin:0 auto 20px;
	text-align: center;
	background-color: #118df0;
	font: 22px/50px "Microsoft YaHei";
	color: #fff;
}
.floor6_div768_a:first-child{
	background-color: #fe9901;
}

.floor6_div768_btn{
	width: 180px;
	height: 36px;
	display: block;
	border: 1px solid #118df0;
	text-align: center;
	font: 18px/36px "Microsoft YaHei";
	color: #118df0;
	margin: 40px auto 0px;
}
.floor6_div768_img{
	width: 100%;
}

		/*第7屏---互联网平台*/


.floor7{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/f7.jpg) no-repeat center center;
	background-size:cover;
}

.floor7_list{
	width: 100%;
	max-width: 1200px;
	top: 32%;
	left: 50%;
	margin-left: -600px;
}

.floor7_top{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 11%;
}
.floor7_top_s{
	width: 200px;
	height: 40px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	text-align: center;
	font: 18px/38px "Microsoft YaHei";
	color: #fff;
}
.floor7_top_s:hover{
	cursor: pointer;
}
.floor7_top_scolor{
	background-color: #fff;
	color: #222;
}
.floor7_top_s:first-child{
	margin-right: 15px;
}
.floor7_bot{
	width: 100%;
	height: auto;
}
.floor7_bot_ul{
	display: none;
}
.floor7_bot .show{
	display: block;
}
.floor7_bot_ul1{
	width: 100%;
	height: auto;
	
}
.floor7_bot_li1{
	width: 25%;
	min-width: 150px;
	height: 66px;
	margin-bottom: 8%;
	position: relative;
}
.floor7_bot_lia{
	width: 200px;
	height: 66px;
	display: block;
	margin: 0 auto;
}
.floor7_bot_lia .img1{
	width: 100%;
	height: auto;
}
/*.floor7_bot_lia .img2{
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	opacity: 0;
}*/
/* .floor7_bot_li1 .floor7_bot_lia:hover .img1{
	opacity: 1;
}
.floor7_bot_ul2{
	width: 100%;
	height: auto;
}
.floor7_bot_li2{
	width: 25%;
	min-width: 200px;
}
.floor7_bot_lia1{
	margin: 20px auto 0px;
	width:100%;
	max-width: 200px;
	padding: 10px;
	display: block;
	box-sizing: border-box;
	background: rgba(255,255,255,0.3);
}
.floor7_bot_lia1 img{
	width: 100%;
}
.floor7_bot_li2:hover .img2{
	opacity: 1;
} */

.floor7_bot_lia1{
	width:150px ;
	height: 150px;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	box-sizing: border-box;
	/*display: none;*/
	top: -45px;
    right: -120px;
    transform: scale(0);
    -weikit-transform: scale(0);
    -moz-transform: scale(0);
    transform-origin: left center;
}
.floor7_bot_lia1 img{
	width: 100%;
	
}

.floor7_bot_lia1:after {
	position: absolute;
    display: inline-block;
   	top: 64px;
	left: -10px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width:10px;
    border-color:transparent transparent #fff #fff ;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0.5;
}
.bot_li3 .floor7_bot_lia1{
	right:auto;
	left: -120px;
	transform-origin:right center;
}
.bot_li3 .floor7_bot_lia1:after{
	border-color:#fff #fff transparent transparent;
	left: auto;
	right: -10px;
}
.floor7_bot_li1:hover .floor7_bot_lia1{
	transform: scale(1);
	-weikit-transform: scale(1);
    -moz-transform: scale(1);
}




		/*第8屏---联系我们*/


.floor8{
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #e6e6e6;
	
}
.floor8_inner{
	width: 100%;
	height: 100%;	
	background: url(../img/f8.jpg) no-repeat center center;
	background-size:cover;
	top: 80px;
	left: 0px;
}

.floor8_map{
	width: 100%;
	max-width: 1200px;
	height: 420px;
	box-sizing: border-box;
	padding: 15px;
	margin: 8% auto 0px;
	background-color: #fff;
}
.floor8_address{
	width: 100%;
	max-width: 1200px;
	margin: 50px auto 0px;
	
}
.address_p{
	width: 100%;
	height: auto;
	font: 16px/26px "Microsoft YaHei";
	color: #333;
	text-align: center;
}

.address_d{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	text-align: center;
}
.address_d span{
	display: inline-block;
	font: 16px/26px "Microsoft YaHei";
	color: #333;
	margin-right: 30px;
}
.address_link{
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}
.address_link label{
	font: 14px/24px "Microsoft YaHei";
	color: #333;
}
.address_link a{
	display: inline-block;
	font: 14px/24px "Microsoft YaHei";
	color: #333;
	margin-right: 20px;
}
.address_p1{
	width: 100%;
	height: auto;
	text-align: center;
	font: 14px/24px "Microsoft YaHei";
	color: #888;
}



/***********************第一屏--轮播下划线---适配*****************/

@media (min-width:1366px){
	@media (max-height:750px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
	}
}


/***********************第一屏--轮播下划线---适配   ----end*****************/



		/***********************		媒体查询-整体--适配		************************/



@media (max-width:1366px){
	@media (max-height:660px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
	}
	/*第一屏幕适配*/
	
	.floor1_d1{
		padding: 0 5%;
		margin: 0 auto;
		top: 24%;
	}
	.floor1_d1_name{
		font: 46px/60px "Microsoft YaHei";
	}
	.slide3_div {
	    width: 540px;
	    height: 230px;
	    margin: 2% auto 0;
	}
	/*第二屏幕-五大平台-适配*/
	
	.floor2_del{
		height:160px;
		font: 14px/32px "Microsoft YaHei";
	}
	.floor2_name{
		font: 28px/60px "Microsoft YaHei";
	}
	.floor2_line{
		width: 50px;
	}
	.floor2_ul li a:hover .floor2_line{
		width: 110px;
	}
	
	/*第三屏-新闻动态-适配*/
	
	.floor3_ul{
		max-width: 1200px;
		margin-left: -600px;
		top: 30%;
	}
	.floor3_li{
		margin-bottom: 30px;
		height: 76px;
	}
	.floor3_li_l{
		width: 76px;
		height: 76px;
	}
	.floor3_lil_new{
		margin-top: 0px;
		font:26px/40px "Microsoft YaHei";
	}
	
	.floor3_li_r{
		padding: 0px 20px 0px 100px;
	    margin-top: -76px;
	}
	
	.floor3_lir_name{
		height: 34px;
		font: 16px/34px "Microsoft YaHei";
	}
	
	.floor3_li_r {
	    padding: 0px 20px 0px 100px;
	    margin-top: -76px;
	}
	.floor3_lir_del{
		height: 40px;
    	font: 12px/20px "Microsoft YaHei";
	}
	
	/*第四屏-业务范围-适配*/
	
	.floor4_list{
		max-width: 1100px;
		margin-left: -550px;
	}
	
	/*第五屏幕--项目案例-适配*/
	
	.floor5_li_pname{
		margin: 10px 0px 30px;
	}
	
	

}
@media (max-width:1200px){
	
	/* .nav_inner h1{
		width: 240px;
		height: 45px;
		margin-top: 15px;
	}
	.nav_inner h1 a{
		width: 100%;
		height: 100%;
		display: block;
	}
	.nav_inner h1 a img{
		width: 100%;
		height: auto;
	}
 */
	
	/*第一屏幕适配*/
	
	.floor1_d1{
		padding: 0 8%;
		margin: 0 auto;
		top: 34%;
	}
	.floor1_d1_name{
		font: 44px/60px "Microsoft YaHei";
	}
	@media (max-height:700px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
		.floor1_d1{
			padding: 0 8%;
			margin: 0 auto;
			top: 34%;
		}
	}
	/*第二屏幕-五大平台-适配*/
	
	.floor2_del{
		height:150px;
		font: 14px/30px "Microsoft YaHei";
	}
	
	.floor2_name{
		font: 26px/60px "Microsoft YaHei";
	}
	.floor2_line{
		width: 40px;
	}
	.floor2_ul li a:hover .floor2_line{
		width: 100px;
	}
	
	
	/*第三屏-新闻动态-适配*/
	
	.floor3_ul{
		max-width: 1000px;
		margin-left: -500px;
		top: 30%;
	}
	.floor3_li{
		margin-bottom: 30px;
		height: 76px;
	}
	.floor3_li_l{
		width: 76px;
		height: 76px;
	}
	.floor3_lil_new{
		margin-top: 0px;
		font:26px/40px "Microsoft YaHei";
	}
	
	.floor3_li_r{
		padding: 0px 20px 0px 100px;
	    margin-top: -76px;
	}
	
	.floor3_lir_name{
		height: 34px;
		font: 16px/34px "Microsoft YaHei";
	}
	
	.floor3_li_r {
	    padding: 0px 20px 0px 100px;
	    margin-top: -76px;
	}
	.floor3_lir_del{
		height: 40px;
    	font: 12px/20px "Microsoft YaHei";
	}
	
	
	/*第四屏-业务范围-适配*/
	
	.floor4_list{
		max-width: 1000px;
		margin-left: -500px;
	}
	
	/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		width: 33.33%;
		height:320px;
		overflow: hidden;
	}
	.floor5_ul1 .floor5_li:nth-of-type(9),
	.floor5_ul1 .floor5_li:nth-of-type(10),
	.floor5_ul1 .floor5_li:nth-of-type(11){
		display: none;
	}
	
	
	.floor5_li_pname{
		margin: 10px 0px 20px;
	}
	
	/*第八屏-联系我们-适配*/
	
	.floor8_map{
    	width: 96%;
		margin: 6% auto 0px;
	
	}
}

@media (max-width:1024px){
	
	.nav_li:nth-of-type(5),
	.nav_li:nth-of-type(6),
	.nav_li:nth-of-type(7),
	.nav_li:nth-of-type(8),
	.nav_li:nth-of-type(9){
		display: none;
	}
	.nav_li2{
		display: block;
	}
	
	/*第一屏幕适配*/
	
	.floor1_d1{
		padding: 0 10%;
		margin:0 auto;
	}
	.floor1_d1_name{
		font: 42px/60px "Microsoft YaHei";
	}
	.floor1_d1_del,
	.slide3_div{
		font: 16px/34px "Microsoft YaHei";
	}
	@media (max-height:700px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
		.floor1_d1{
			padding: 0 8%;
			margin:0 auto;
		}
	}
	/*第二屏幕适配*/
	.floor2_ul li a .floor2_bj{
		background-image: none !important;
		opacity: 1;
	}
	.floor2_del{
		color: #333;
	}
	
	.floor2_name{
		font: 24px/60px "Microsoft YaHei";
	}
	.floor2_line{
		width: 36px;
	}
	.floor2_ul li a:hover .floor2_line{
		width: 90px;
	}
	
	/*第三屏-新闻动态-适配*/
	
	.floor3_ul{
		max-width: 900px;
		margin-left: -450px;
	}
	.floor3_li{
		height: 70px;
	}
	.floor3_li_l{
		width: 70px;
		height: 70px;
	}
	.floor3_lil_new{
		height: 32px;
		margin-top: 5px;
		font: 24px/32px "Microsoft YaHei";
		
	}
	.floor3_lil_time{
		height: 24px;
		font: 12px/24px "Microsoft YaHei";
	}
	
	.floor3_li_r{
		padding: 0px 20px 0px 90px;
		margin-top: -70px;
	}
	
	.floor3_lir_name{
		height: 30px;
		font: 16px/30px "Microsoft YaHei";
	}
	.floor3_lir_del{
		height: 36px;
		font: 12px/18px "Microsoft YaHei";
	}
	
	.floor3_li:hover .floor3_li_r{
		background: rgba(255,255,255,0);
	}
	.floor3_li:hover .floor3_lir_name{
		color:#fff;
	}
	
	.floor3_li:hover .floor3_lir_del{
		color:#fff;
	}
	
	
	
	/*第四屏-业务范围-适配*/
	
	.floor4_list{
		max-width: 900px;
		margin-left: -450px;
	}
	
	/*第五屏幕-项目案例-适配*/
	
	.floor5_li_span{
		display: block;
	}
	.floor5_li:hover .floor5_li_div{
		display: none;
	}
	
	/*第八屏-联系我们-适配*/
	
	.floor8_map{
		margin: 4% auto 0px;
	}
	
	.floor8_inner{
		 background: url(../img/f8.jpg) no-repeat left 90%;
		 background-size:100%;
	}
	
	.address_p{
		max-width: 700px;
		margin: 0 auto;
	}
	.address_d{
		max-width: 700px;
		margin: 0 auto 40px;
	}
	.address_link{
		max-width: 700px;
		margin: 0 auto 10px;
	}
	
	
	
	
	
	
}

@media (max-width:900px){
	
	/*第一屏幕适配*/
	
	.floor1_d1{
		margin:0 auto;
		top: 26%;
	}
	.floor1_d1_name{
		font: 40px/60px "Microsoft YaHei";
	}
	.floor1_d1_del,
	.slide3_div{
		font: 16px/34px "Microsoft YaHei";
	}
	@media (max-height:700px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
		.floor1_d1{
			padding: 0 8%;
			margin:0 auto;
		}
	}
	/*第二屏幕适配*/
	.floor2_ul li a .floor2_bj{
		background-image: none !important;
		opacity: 1;
	}
	
	.floor2_del{
		height:130px;
		font: 14px/26px "Microsoft YaHei";
	}
	
	.floor2_name{
		height: 50px;
		font: 24px/50px "Microsoft YaHei";
	}
	.floor2_line{
		width: 32px;
	}
	.floor2_ul li a:hover .floor2_line{
		width: 80px;
	}
	
	/*第三屏-新闻动态-适配*/
	
	.floor3_ul{
		max-width: 760px;
		margin-left: -380px;
	}
	
	.floor3_li_l{
		width: 10px;
		height: 10px;
		background-color: #118df0;
		border-radius: 2px;
	}
	.floor3_lil_new{
		display: none;
	}
	.floor3_lil_line{
		display: none;
	}
	.floor3_lil_time{
		display: none;
	}
	
	.floor3_li_r{
		padding: 0px 20px 0px 40px;
		margin-top: -20px;
	}
	
	
	.floor3_li:hover .floor3_lir_name{
		color:#118df0;
	}
	
	
	/*第四屏-业务范围-适配*/
	
	.floor4_list{
		max-width: 760px;
		margin-left: -380px;
	}
	
	
	.floor4_list_div i{
		font: 74px/90px "Microsoft YaHei";
	}
	
	/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		width: 50%;
		height:320px;
		overflow: hidden;
	}
	.floor5_ul1 .floor5_li:nth-of-type(6),
	.floor5_ul1 .floor5_li:nth-of-type(7),
	.floor5_ul1 .floor5_li:nth-of-type(8){
		display: none;
	}
	
	
	/*第七屏-互联网平台-适配*/
	
	.floor7_bot_li1 {
	    width: 50%;
	}
	
	.floor7_bot_li2 {
	    width: 50%;
	    margin-bottom: 10%;
	}
	.floor7_bot_lia1{
		display: none;
	} 
	
	/*第八屏-联系我们-适配*/
	
	
}
@media (max-width:768px){
	
	
	.floor1_down{
		width: 50px;
		height: 80px;
		border: none;
		margin-left: -25px;
		bottom: 0px;
	}
	.down_line{
		width: 40px;
		height: 40px;
		background:url(../img/down.png) no-repeat;
		background-size:100% ;
		z-index: 99;
		margin: 0 auto;
		border-radius: 0px;
	}
	@keyframes myfirst {  
       0% {  
           transform: translate(0px, 0%);  
       } 
       70% {  
           transform: translate(0px, 70%);  
       }  
       100% {  
           transform: translate(0px, 0%);  
       }  
   }
	/*右侧点点*/
	#fp-nav.right {
	    display: none;
	}
	
	/*头部导航适配*/
	
	.nav_li{
		display: none;
	}
	.phone_nav{
		display: block;
	}
	.nav_out {
	    height: 50px;
	}
	.nav_inner h1 {
	    width: 200px;
	    height: 45px;
	    margin-top: 5px;
	    margin-left: 20px;
	}
	
	
	/*第一屏幕适配*/
	
	.floor1_d1{
		margin:0 auto;
	}
	.floor1_d1_name{
		font: 36px/60px "Microsoft YaHei";
	}
	.floor1_d1_del,
	.slide3_div{
		font: 14px/32px "Microsoft YaHei";
	}
	@media (max-height:700px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
		.floor1_d1{
			padding: 0 8%;
			margin:0 auto 0px;
		}
	}
	/*第二屏幕适配*/
	
	.floor2_li1{
		background: url(../img/f21.jpg) no-repeat  center 70%;
		background-size:cover ;
	}
	.floor2_li2{
		background: url(../img/f22.jpg) no-repeat  center 70%;
		background-size:cover ;
	}
	.floor2_li3{
		background: url(../img/f23.jpg) no-repeat  center 70%;
		background-size:cover ;
	}
	.floor2_li4{
		background: url(../img/f24.jpg) no-repeat  center 70%;
		background-size:cover ;
	}
	.floor2_li5{
		background: url(../img/f25.jpg) no-repeat  center 70%;
		background-size:cover ;
	}
	
	.floor2_ul li a .floor2_bj{
		background-image: none !important;
		opacity: 1;
	}
	.floor2_del{
		height:140px;
		font: 14px/28px "Microsoft YaHei";
	}

	
	/*第三屏-新闻动态-适配*/
	
	.floor3_ul{
		max-width: 480px;
		margin-left: -240px;
	}
	.floor3_li{
		width: 100%;
	}
	.floor3_li:nth-of-type(4),
	.floor3_li:nth-of-type(5),
	.floor3_li:nth-of-type(6){
		display:none !important;
	}
	
	/*第四屏-业务范围-适配*/
	
	.floor4_list{
		max-width: 700px;
		margin-left: -350px;
		top: 41%;
		
	}
	
	.floor4_list_div i{
		font: 66px/90px "Microsoft YaHei";
	}
	.floor4_list_name{
		font: 18px/40px "Microsoft YaHei";
	}
	
	.floor4_list_fel{
		display: none;
	}
	
		/*第五屏幕-项目案例-适配*/
	.floor5 .floor_title{
		display: block;
	}
	.floor5 .more_btn{
		display: block;
	}
	.floor5_ul{
		box-sizing: border-box;
		padding: 0% 20%;
		background: url(../img/f5.jpg) no-repeat  center center;
		background-size:cover ;
	}
	.floor5_ul1{
		display: none;
	}
	.floor5_ul2{
		display: block;
	}
	
	.floor5_li{
		width: 100%;
		max-width: 100%;
		height: 560px;
		margin:4% auto 0;
		overflow: hidden;
	}
	
	.floor5_li_a_img{
		width: 100%;
		height: 320px;
		overflow: hidden;
		text-align: center;
	}
		
	.floor5_li_a_img img{
		height: 100%;
		min-width: 100%;
		margin: 0 -100%;
	}
	
	.floor5_ul2 .floor5_li_div {
		width: 100%;
		height: 180px;
		display: block;
		background-color: #fff;
	}
	
	.floor5_ul2:hover .floor5_li_div{
		display: block;
	}
	
	.floor5_ul2 .floor5_li_inner{
		height: auto;
		border: none;
		padding: 0px;
	}
	.floor5_ul2 .floor5_li_pname{
		height: 60px;
		margin:0px 0px 20px;
		color: #333;
		font: 20px/30px "Microsoft YaHei";
	}
	.floor5_ul2 .floor5_li_pdel{
		height: 48px;
		color: #aaa;
	}
	
	
	/*第六屏-分支机构-适配*/


	.map_box{
		display: none !important;
	}
	
	.floor6_div768{
		display: block;
	}
	.floor6_div768_a{
		width: 320px;
	}
	
	/*第八屏-联系我们-适配*/
	.floor8_address{
		margin: 100px auto 0px;
	}
	.address_p{
		max-width: 500px;
	}
	.address_d{
		max-width: 500px;
	}
	.address_d span{
		display: block;
		text-align: left;
		padding-left: 35px;
		box-sizing: border-box;
		margin: 10px 0px;
	}
	.address_link{
		display: none;
	}
	.address_p1{
		width: 370px;
		margin: 21% auto 0px;
	}
	
	.floor8_inner{
		top: 51px;
	}
	
	
}
@media (max-width:720px){
	
	/*第一屏幕适配*/
	
	.floor1_d1{
		margin: 0 auto;
	}
	.floor1_d1_name{
		font: 32px/60px "Microsoft YaHei";
	}
	.floor1_d1_del,
	.slide3_div{
		font: 14px/34px "Microsoft YaHei";
	}
	@media (max-height:700px){
		.floor1 .fp-slidesNav.bottom {
		   /* display: none; */
		}
		.floor1_d1{
			padding: 0 8%;
			margin: 0 auto ;
		}
	}
	/*第四屏-业务范围-适配*/
	
	.floor4_list{
		max-width: 100%;
		margin-left: -50%;
	}
	
	.floor4_list_div i{
		font: 56px/90px "Microsoft YaHei";
	}
	.floor4_list_name{
		font: 16px/40px "Microsoft YaHei";
	}
	
	/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		margin: 5% auto 0;
	}
	.floor5_li_a_img{
		height: 280px;
	}
	.floor5_ul2 .floor5_li_pname{
		font: 18px/28px "Microsoft YaHei";
		margin:0px 0px 15px;
	}
	.floor5_ul2 .floor5_li_div {
		height: 170px;
	}
	/*第六屏-分支机构-适配*/

	.floor6_div768_a{
		width: 270px;
		height: 40px;
		font: 18px/40px "Microsoft YaHei";
	}
	
	.floor6_div768_btn{
		width: 130px;
		height: 32px;
		font: 16px/32px "Microsoft YaHei";
		margin: 30px auto 0px;
	}
	
	/*第七屏-互联网平台-适配*/
	.floor8_inner{
		 background: url(../img/f8.jpg) no-repeat left 85%;
		 background-size:100%;
	}
	.floor7_top_s{
		width: 180px;
		height: 36px;
		font: 16px/36px "Microsoft YaHei";
	}
	.address_p{
		max-width: 400px;
		text-align: left;
	}
	
	.address_p1 {
	    margin: 19% auto 0px;
	}
	.address_d{
		max-width: 400px;
	}
	.address_d span{
		padding-left: 0px;
	}
}
@media (max-width:650px){
	
		/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		margin: 7% auto 0;
	}
	.floor5_li_a_img{
		height: 240px;
	}
	
	
}
@media (max-width:550px){
	
		/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		margin: 8% auto 0;
	}
	.floor5_li_a_img{
		height: 200px;
	}
	.floor5_ul2 .floor5_li_div {
		height: 160px;
	}
	.floor5_ul2 .floor5_li_pname{
		font: 16px/26px "Microsoft YaHei";
		margin:0px 0px 10px;
	}
	
}


@media (max-width:480px){
	/*第一屏幕适配*/
	.floor1_d1{
		margin:0 auto;
		top: 20%;
	}
	.floor1_d1_name{
		font: 28px/50px "Microsoft YaHei";
	}
	.floor1_d1_del,
	.slide3_div{
		font: 14px/32px "Microsoft YaHei";
	}
	@media (max-height:710px){
		.floor1 .fp-slidesNav.bottom {
		  /*  display: none; */
		}
		.floor1_d1{
			padding: 0 8%;
			margin: 0 auto;
		}
	}
	/*第三屏-新闻动态-适配*/
	
	.floor3_ul{
		max-width: 360px;
		margin-left: -180px;
	}
	
	/*第四屏-业务范围-适配*/
	.floor4_list_div i{
		font: 50px/90px "Microsoft YaHei";
	}
	
		/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		margin: 9% auto 0;
	}
	.floor5_li_a_img{
		height: 190px;
	}
	.floor5_ul2 .floor5_li_div {
		height: 150px;
	}
	.floor5_ul2 .floor5_li_pname{
		height:48px ;
		font: 16px/24px "Microsoft YaHei";
		
	}
	
	
	/*第六屏-分支机构-适配*/

	.floor6_div768_a{
		width: 240px;
		height: 36px;
		font: 16px/36px "Microsoft YaHei";
		margin: 0 auto 15px;
	}
	
	.floor6_div768_btn{
		width: 120px;
		height: 30px;
		font: 14px/30px "Microsoft YaHei";
	}
	
	/*第七屏-互联网平台-适配*/
	
	.floor7_bot_li1,
	.floor7_bot_li2 {
	    min-width: 50%;
	    box-sizing: border-box;
	    padding: 0px 5%;
	}
	
	.floor7_bot_lia{
		width: 100%;
		height: auto;
	}	
	
	.floor7_top_s{
		width: 120px;
		height: 32px;
		font: 14px/32px "Microsoft YaHei";
	}
	
	/*第八屏-联系我们-适配*/
	.address_p1 {
	    margin: 25% auto 0px;
	}
	
	.address_p{
		max-width: 300px;
	}
	.address_d{
		max-width: 300px;
	}
	

}
@media (max-width:375px){
	/*第一屏幕适配*/
	.floor1_d1{
		margin:0 auto;
	}
	.floor1_d1_name{
		font: 24px/50px "Microsoft YaHei";
	}
	.floor1_d1_del,
	.slide3_div{
		font: 12px/30px "Microsoft YaHei";
	}
		/*第五屏幕-项目案例-适配*/
	
	.floor5_li{
		margin: 10% auto 0;
	}
	.floor5_li_a_img{
		height: 150px;
	}
	.floor5_ul2 .floor5_li_div {
		height: 140px;
	}
	.floor5_ul2 .floor5_li_pname{
		height:44px ;
		font: 14px/22px "Microsoft YaHei";
		margin:0 0 5px;
	}
}


/***********************第三屏--列表显隐---适配*****************/


@media (min-width:375px){
	@media (max-height:660px){
		.floor3 .floor3_li:nth-of-type(3),
		.floor3 .floor3_li:nth-of-type(4),
		.floor3 .floor3_li:nth-of-type(5),
		.floor3 .floor3_li:nth-of-type(6){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 48%; */
		}
	}
	
}

@media (min-width:768px){
	@media (max-height:660px){
		.floor3 .floor3_li:nth-of-type(5),
		.floor3 .floor3_li:nth-of-type(6){
		  /*  display: none !important; */
		}
		.floor3_ul{
			/* top: 45%; */
		}
	}
	@media (max-height:530px){
		.floor3 .floor3_li:nth-of-type(3),
		.floor3 .floor3_li:nth-of-type(4){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 54%; */
		}
	}
}

@media (min-width:900px){
	@media (max-height:660px){
		.floor3 .floor3_li:nth-of-type(5),
		.floor3 .floor3_li:nth-of-type(6){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 45%; */
		}
	}
	
}

@media (min-width:1024px){
	@media (max-height:710px){
		.floor3 .floor3_li:nth-of-type(5),
		.floor3 .floor3_li:nth-of-type(6){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 45%; */
		}
	}
	@media (max-height:530px){
		.floor3 .floor3_li:nth-of-type(3),
		.floor3 .floor3_li:nth-of-type(4){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 54%; */
		}
	}
		
}

@media (min-width:1200px){
	@media (max-height:760px){
		.floor3 .floor3_li:nth-of-type(5),
		.floor3 .floor3_li:nth-of-type(6){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 45%; */
		}
	}
	@media (max-height:660px){
		.floor3 .floor3_li:nth-of-type(3),
		.floor3 .floor3_li:nth-of-type(4){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 53%; */
		}
	}
	@media (max-height:580px){
		.floor3 .floor3_li:nth-of-type(3),
		.floor3 .floor3_li:nth-of-type(4){
		  /*  display: none !important; */
		}
		.floor3_ul{
			/* top: 54%; */
		}
	}
		
}
@media (min-width:1366px){
	@media (max-height:820px){
		
		.floor3 .floor3_li:nth-of-type(5),
		.floor3 .floor3_li:nth-of-type(6){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 43%; */
		}
	}
	@media (max-height:700px){
		.floor3 .floor3_li:nth-of-type(3),
		.floor3 .floor3_li:nth-of-type(4){
		   /* display: none !important; */
		}
		.floor3_ul{
			/* top: 50%; */
		}
	}
		
}
/***********************第三屏--列表显隐---适配   ----end*****************/




/*******************		第四屏-业务范围适配		start********************/
@media (max-height:790px){
	.floor4_list_div i{
		margin: 0 auto;
	}
	.floor4_list_name{
		margin-bottom: 13px;
	}
	.floor4_list{
		top: 33%;
	}
	
}
@media (max-height:730px){
	.floor4_list_div i{
		margin: 0 auto;
	}
	.floor4_list_name{
		margin-bottom: 13px;
	}
	.floor4_list{
		top: 36%;
	}
	.floor4_list_fel{
		height: 48px;
		-webkit-line-clamp: 2;
		margin-bottom: 15px;
	}
}
@media (max-height:690px){
	.floor4_list_div i{
		margin:4% auto 0px;
	}
	.floor4_list_name{
		margin-bottom: 30px;
	}
	.floor4_list{
		top: 36%;
	}
	.floor4_list_fel{
		display: none;
	}
}
/*******************		第四屏-业务范围适配		end********************/




/*******************		第5屏-项目案例适配		start********************/


@media (max-height:900px){
	.floor5_li_pdel{
		height: 72px;
		-webkit-line-clamp: 3;
	}
}

@media (max-height:870px){
	.floor5 .more_btn{
		bottom: 5%;
	}
}



@media (max-height:820px){
	.floor5_li_pname{
		margin: 0 0 20px;
	}
	.floor5_li_pdel{
		height: 48px;
		-webkit-line-clamp: 2;
	}
	.floor5_li_a .floor5_li_i {
	    font: 105px/110px "Microsoft YaHei";
	    margin: 10% auto 0px;
	}
	.floor5 .floor5_li_a_img{
		margin: 0 auto;
		overflow: hidden;
	}
	.floor5_ul2 .floor5_li_div{
		margin: 0 auto;
		overflow: hidden;
		padding: 10px 15px;
		height: auto;
	}
	
}
@media (max-height:740px){
	.floor5 .floor5_li_a_img{
		margin: 0 auto;
		overflow: hidden;
	}
	.floor5_ul2 .floor5_li_div{
		margin: 0 auto;
		overflow: hidden;
		padding: 10px;
		height: auto;
	}
	.floor5_ul2 .floor5_li_pname{
		height: 30px;
		-webkit-line-clamp: 1;
	}
	
}

@media (max-height:680px){
	.floor5_li_pname{
		margin: 0 0 20px;
		height: 30px;
		font: 20px/30px "Microsoft YaHei";
		-webkit-line-clamp: 1;
	}
	
	.floor5_li_pdel{
		height: 48px;
		-webkit-line-clamp: 2;
	}
	.floor5_li_a .floor5_li_i {
	    font: 90px/110px "Microsoft YaHei";
	    margin: 6% auto 0px;
	}
	.floor5 .floor5_li_a_img{
		margin: 0 auto;
		overflow: hidden;
	}
	.floor5_ul2 .floor5_li_div{
		margin: 0 auto;
		overflow: hidden;
		padding: 10px;
		height: auto;
	}
	.floor5_ul2 .floor5_li_pname{
		height: 30px;
		-webkit-line-clamp: 1;
		margin: 0;
	}
	.floor5_ul2 .floor5_li_pdel{
		display: none;
	}
	.floor5 .more_btn{
		bottom: 3%;
	}
}
@media (max-height:600px){
	.floor5_li_pname{
		margin: 0 0 15px;
		height: 30px;
		font: 20px/30px "Microsoft YaHei";
		-webkit-line-clamp: 1;
	}
	.floor5_li_pdel{
		height: 48px;
		-webkit-line-clamp: 2;
	}
	.floor5_li_a .floor5_li_i {
	    font: 80px/100px "Microsoft YaHei";
	    margin: 2% auto 0px;
	}
	.floor5_ul2 .floor5_li_div{
		display: none;
		padding: 0;
	}
	.floor5_ul2:hover .floor5_li_div{
		display: none;
		padding: 0;
	}
	.floor5 .floor_title{
		padding-top: 100px;
	}
	.floor5_li {
	     margin: 4% auto 0; 
	}
}


/*******************		第5屏-项目案例适配		end********************/

/*******************		第6屏-分支机构适配		star********************/

@media (max-height:830px){
	.floor6_div768_a:nth-of-type(8),
	.floor6_div768_a:nth-of-type(7){
		display: none !important;
	}
	.floor6_div768{
		top: 30%;
	}
}

@media (max-height:780px){
	.floor6 .floor_title{
		padding-top:90px ;
	}
	.map_box{
		top: 15%;
		-webkit-transform: scale(0.86) !important; 	
		-moz-transform: scale(0.86) !important; 	
		-ms-transform: scale(0.86) !important;	
		-o-transform: scale(0.86) !important;		
		transform: scale(0.86) !important; 
	}
}
@media (max-height:740px){
	.map_box{
		top: 13%;
	}
	.floor6_div768_a:nth-of-type(5),
	.floor6_div768_a:nth-of-type(6){
		display: none !important;
	}
	.floor6_div768{
		top: 32%;
	}
	.title_top_p{
		display: none;
	}
}
@media (max-height:700px){
	.map_box{
		top: 11%;
		/* -webkit-transform: scale(0.5) !important; 	
		-moz-transform: scale(0.5) !important; 
		-ms-transform: scale(0.5) !important;		
		-o-transform: scale(0.5) !important;		
		transform: scale(0.5) !important;  */
	}
}
@media (max-height:660px){
	.map_box{
		top: 8%;
		/* -webkit-transform: scale(0.3) !important; 	
		-moz-transform: scale(0.3) !important; 	
		-ms-transform: scale(0.3) !important;		
		-o-transform: scale(0.3) !important;		
		transform: scale(0.3) !important;  */
	}
}
@media (max-height:600px){
	.floor6_div768_a:nth-of-type(3),
	.floor6_div768_a:nth-of-type(4){
		display: none !important;
	}
	.map_box{
		top: 2%;
		/* -webkit-transform: scale(0.1) !important; 	
		-moz-transform: scale(0.1) !important; 
		-ms-transform: scale(0.1) !important;		
		-o-transform: scale(0.1) !important;		
		transform: scale(0.1) !important;  */
	}
	.floor6_div768{
		top: 40%;
	}
}

/*******************		第6屏-分支机构适配		end********************/


/*******************		第7屏-互联网平台适配		star********************/
@media (max-height:810px){
	.floor7_top{
		margin-bottom: 6%;
	}
	.floor7_list{
		top: 36%;
	}
}
@media (max-height:750px){
	.floor7_top{
		margin-bottom: 4%;
	}
	.floor7_list{
		top: 40%;
	}
	.floor7_bot_li1{
		/* margin-bottom: 5%; */
	}
	
	
}
@media (max-height:680px){
	.floor7_top{
		margin-bottom: 6%;
	}
	.floor7_list{
		top: 35%;
	}
	.floor7_bot_li1{
		margin-bottom: 3%;
	}
	.floor7_bot_li2{
    	min-width: 180px;
	}
	.floor7_bot_lia {
	    width: 180px;
	    height: 54px;
	}
	.floor7_bot_lia1 {
	    max-width: 180px;
	}
	
	@media (max-width:900px){
		.floor7_bot_li1{
			margin-bottom: 1%;
		}
	}
	
}
@media (max-height:660px){
	.floor7_bot{
		position: relative;
		/* top: -20px; */
	}
	.floor7_bot_li2{
    	min-width: 150px;
	}
	.floor7_bot_lia {
	    width: 150px;
	    height: 54px;
	}
	.floor7_bot_lia1 {
	    max-width: 150px;
	}
}

/*******************		第7屏-互联网平台适配		end********************/

/*******************		第8屏-联系我们适配		start********************/
@media (max-height:880px){
	.floor8_map{
		margin: 5% auto 0px;
		height: 400px;
	}
}

@media (max-height:810px){
	.floor8_map{
		margin: 2% auto 0px;
		height: 370px;
	}
}

@media (max-height:740px){
	.floor8_map{
		margin: 30px auto 0px;
		height: 350px;
	}
	.floor8_address{
		margin: 30px auto 0px;
	}
}

@media (max-height:660px){
	.floor8_map{
		height: 330px;
	}
	.address_d {
	    margin-bottom: 10px;
	}
	/*.address_link{
		display: none;
	}*/
}

@media (max-height:620px){
	.address_d {
	    margin-bottom: 10px;
	}
	.address_link{
		margin-bottom: 0px;
	}
}

@media (max-height:580px){
	.address_d {
	    margin-bottom: 0px;
	}
	.floor8_map{
		height: 300px;
	}
	.address_link{
		display: none;
	}
}
@media (max-height:550px){
	.floor8_map{
		display: none;
	}
	.address_p,
	.address_d,
	.address_link{
		margin: 4% auto;
	}
}


/*******************		第8屏-联系我们适配		end********************/

/*动画效果清楚*/

.floor1_d1_name,
.floor1_d1_del,
.floor_title,
.floor3_li,
.floor3_btn,
.floor5_ul1,
.more_btn,
.floor2_top{
	display: none;
}


/* 头部导航小于1366px适配 */


@media (max-width: 1366px){
	.nav_out{
		height: 60px;
	}
	.nav_inner h1{
		margin-top: 5px;
	}
	.nav_ul .nav_li,
	.nav_ul{
		height: 58px;
	}
	.nav_li .nav_lia{
		height: 58px;
		font: 16px/58px "Microsoft YaHei";
	}
	.nav_lis{
		margin-top: 27px;
	}
	.nav_li:hover .nav_lis{
		margin-top: 22px;
	}
	.floor_title{
		padding-top: 100px;
	}
	.floor2_top{
		top: 40%;
	}
}














































