.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}

/*å¤´éƒ¨æ ·å¼*/
.section{
    height: 100vh!important;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.index_main1{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
header{
    position: absolute;
    top:0px;
    left:0;
    width: 100%;
    z-index: 9999;
    background: linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,0));
    padding:30px 0;
}
header .container{
    width: 90%;
    padding:0 5%;
}


.h_tel{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 50px;
    background:url(../Image/tel.png)no-repeat left center;
    float: right;
    line-height: 65px;
}


.head_right{ float:left; margin-left: 5%; width:60%; }

.index_tab{
    position: relative;
    height: 100vh;
    width: 100%;
}
.tab1li{
    position: absolute;
    top:0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 100%;
}
.tab1li ul{
    display: flex;
    height: 100vh;
    width: 100%;
}
.tab1li ul li{
    /*flex: 1;*/
    width: 33.3333%;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,.2);
    padding:12% 5% 0 5%;
    text-align: center;
    position: relative;
}
.tab1li ul li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.tab1li ul li.on{
    background-color: rgba(18,131,216,.7);
}
.tab1li ul li h2{
    font-size: 34px;
    width: 34px;
    margin:0 auto;
    line-height: 1.2em;
    margin-top: 30px;
}
.tab1li ul li.on h2{
    display: none;
}
.tab1li ul li .xs{
    display: none;
}
.tab1li ul li.on .xs{
    display: block;
}
.tab1li ul li .xs h3{
    font-size: 34px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 25px;
}
.tab1li ul li .xs h3:after{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    z-index: 998;
    background-color: #fff;

}
.tab1li ul li .xs p{
    font-size: 16px;
}
.tab1li ul li:last-child{
    border:none;
}
.tab1{
    opacity: 0;
    width: 100%;
    position: absolute;
    top:0;
    left:0%;
    z-index: 991;
    transition: all 1s ease-out;
    transform: scale(1.2);
/*    display: none;*/
}
.tab1 img{
    height: 100vh;
    width: 100%;
}
.tab1.on{
    opacity: 1;
    transition: all 1.6s;
    transform: scale(1);
    /*display: block;*/
}
.tab1:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(18,131,216,.4);
    z-index: 990;
}
.m_index_tab{
    display: none;
	
}
.m_index_tab li{
    width: 100%;
    position: relative;
    text-align: center;
    background-size: cover;

    z-index: 999;
}
/*.m_index_tab li:after{
    content: '';
    position: absolute;
    top:0;
    left:0;
    background-color: rgba(18,131,216,.4);
    z-index: 99;
    width: 100%;
    height: 100%;
}*/
.m_index_tab li:nth-child(1){
    background:url(../Image/index1.jpg) no-repeat center;background-size:cover;
    
}
.m_index_tab li:nth-child(1) a{
    padding:20% 2% 20% 2%;
}
.m_index_tab li:nth-child(2){
    background:url(../Image/index2.jpg) no-repeat center; background-size:cover;
}
.m_index_tab li:nth-child(3){
    background:url(../Image/index3.jpg) no-repeat center; background-size:cover;
}
.m_index_tab li a{
    color: #fff;
    display: block;
    width: 94%;
    height: 100%;
    background-color: rgba(18,131,216,.4);
    padding:20% 2% 20% 2%;
    margin:0 auto;
}
.m_index_tab li h3{
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
.m_index_tab li h3:after{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    z-index: 998;
    background-color: #fff;

}
.m_index_tab li p{
    font-size: 14px;
    line-height: 1.8em;
}
@media(max-width: 1760px){
    .nav li a{
        padding:0 15px;
    }
    .tab1li ul li h2{
        font-size: 28px;
    }
    .tab1li ul li .xs h3{
        margin-bottom: 30px;
        margin-top: 25px;
        font-size: 28px;
    }
    .tab1li ul li .xs p{
        font-size: 16px;
    }
}
@media(max-width: 1600px){
    .nav li a{
        padding:0 12px;
    }    
}
@media(max-width: 1500px){
    .nav li a{
        padding:0 10px;
    }    
}
@media(max-width: 1440px){
    header .container {
        width: 94%;
        padding: 0 3%;
    }
    .tab1li ul li h2{
        font-size: 22px;
    }
    .tab1li ul li .xs h3{
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 24px;
    }
    .nav{
        margin-left: 2%;
    }
    .nav li a{
        padding:0 12px;
    }
    .tab1li ul li{
        padding:18% 5% 0 5%;
    }
    .tab1li ul li .xs p{
        font-size:14px;
    }
}
@media(max-width: 1360px){
    .nav li a{
        padding:0 8px;
    }  
}
@media(max-width: 1299px){
    header{
        padding:20px 0;
    }
    .logo{
       
    }
    
    .nav li a{
        
    }
    .h_tel{
        display: none;
    }
	.head_right{ float:left; margin-left: 5%; width:80%; }
}
@media(max-width: 999px){
    header .container {
        width: 96%;
        padding: 0 2%;
    }
    .nav li a{
        padding:0 5px;
    }   
}
@media(max-width: 768px){
    .index_main1{
        height: 100%;
    }
    header{
        padding:10px 0;
    }
    .logo{
        width: 50%;
        float: none;
    }
    .index_tab{
        height: 100%;
        display: none;
    }
    .m_index_tab{
        display: block;
    }
    .m_index_tab li img{
        width: 25%;
        display:none;
    }
}
@media(max-width: 640px){
    
    .index_main1{
        height: 100%;
    }
    header{
        padding:10px 0;
    }
    .nav{
        display: none;
    }
    .index_tab{
        height: 100%;
        display: none;
    }
/*    .tab1li{
        position: relative;
        height: 100%;
    }
    .tab1li ul{
        flex-wrap: wrap;
        height: 100%;
    }
    .tab1li ul li{
        width: 100%;
        height: 100%;
    }

    .tab1{
        position: relative;
        display: block;
    }*/
    .m_index_tab{
        display: block;
    }
    .m_index_tab li img{
        width: 25%;
        display:none;
    }
}
@media(max-width: 320px){

}



.page2{background:url(../Image/bj2.jpg)  no-repeat; background-size:cover;}
.page3{background:url(../Image/bj3.jpg)  no-repeat; background-size:cover;}
.page4{background:url(../Image/bj4.jpg)  no-repeat; background-size:cover;}
.page5{background:url(../Image/bj5.jpg)  no-repeat; background-size:cover;}

.index_about{
    width: 90%;
    max-width: 1400px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 6%;
}
.index_about_l{
    width: 35%;
}
.index_about_l video{
    outline: none;
    max-width: 100%;
    width: 100%;
}
.index_about_r{
    width: 50%;
    padding-left: 70px;
	margin-left:5%;
    color: #fff;
	background:url(../Image/p4.png) left top  no-repeat;
}
.index_about_r h2{
    font-size: 40px;    
    line-height: 1em;
}
.index_about_r p{
    font-size: 14px;padding:40px 0px 10px 0;
}
.index_about_r a{
    display: block;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    width: 200px;
    line-height: 46px;
    text-align: center;
    margin-top:35px;
}
.index_case{
	width: 90%;
    max-width: 1400px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 6%;
	background:url(../Image/p5.png) left center  no-repeat;
	
}
.tab2li{
    max-width: 1200px;
    margin:0 auto 30px;
}
.tab2li ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.tab2li ul li{
    margin:0 5px;
}
.tab2li ul li a{
    display: block;
    padding:0 20px;
    line-height: 40px;
    background: #f5f5f5;
    font-size: 16px;
    color: #4c4c4c;
}
.tab2li ul li a:hover{
    color: #fff;
    background: #079ddb;
}
.tab2li ul li.on a{
    color: #fff;
    background: #079ddb;
}
.tab2{
    display: none;
    max-width: 1200px;
    margin:0 auto 0px;
}
.case_list{
    display: flex;
    flex-wrap: wrap;
}
.case_list li{
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.case_list li:nth-child(3n){
    margin-right: 0%;
}
.case_list li a.img{
    display: block;
    overflow: hidden;
}
.case_list li a.img img{
    transition: all 1s ease-out;
}
.case_list li:hover a.img img{
    transition: all 1s ;
    transform: scale(1.1);
}
.case_list li h3{

}
.case_list li h3 a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,78,161,.5);
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    opacity: 0;
    transition: all 0.6s ease-out;
}
.case_list li:hover h3 a{
    opacity: 1;
    transition: all 0.6s;
}

@media(max-width:1700px){
    /*.case_list li:nth-child(4){*/
    /*    display:none;*/
    /*}*/
    /*.case_list li:nth-child(5){*/
    /*    display:none;*/
    /*}*/
    /*.case_list li:nth-child(6){*/
    /*    display:none;*/
    /*}*/
    .n_title1 h3{
        font-size:36px;
    }
    .tab2{
        max-width: 960px;
    }
    .tab2li ul li a{
        font-size: 16px;
        padding:0 12px;
        line-height:36px;
    }

}
@media(max-width:1600px){
    .index_about{
        padding-top:10%;
    }
    .index_case{
        padding-top: 8%;
		
    }
}
@media(max-width:1440px){
    .index_about{
        padding-top:8%;
    }
    .tab2{
        max-width: 900px;
    } 
    .tab2li ul li a{
        font-size: 14px;
        line-height:32px;
    }
}
@media(max-width:1199px){
    .n_title1 h3{
        background:none;
    }
    .tab2li{
        width:100%;
    }
    .index_about{
        padding-top:3%;
    }
    .index_about_l{
        width:100%;
        margin-bottom:15px;
    }
    .index_about_r{
        width:100%;
        padding-left:0%;
    }
    .index_about_r h2{
        font-size:32px;
    }
    .index_about_r h3{
        font-size:24px;
    }
    .index_case{
        padding-top:3%;
    }
}
@media(max-width:768px){
    .n_title1{
        margin-bottom:15px;
    }
	.index_about_r{
		background:none;	
	}
    .index_about_r h2{
        font-size:24px;
    }
    .index_about_r h3{
        padding: 20px 0px 10px 0;
        font-size:18px;
    }
    .index_about_r p{
        line-height:1.8em;
    }
    .index_about_r a{
        width:120px;
        font-size:14px;
        line-height:36px;
        margin-top:10px;
    }
    .index_about{
        padding-top:15%;
    }
    .index_case {
        padding-top: 10%;
		background:none;
    }

    .case_list li h3 a{
        font-size: 16px;
    }
    /*.index_case .case_list li:nth-child(5){*/
    /*    display:none;*/
    /*}*/
    /*.index_case .case_list li:nth-child(6){*/
    /*    display:none;*/
    /*}*/
}
@media(max-width:640px){
    .n_title1 h3{
        font-size:24px;
    }
    .index_about_r h2{
        font-size:20px;
    }
    .tab2li{
        margin:0 auto 15px;
    }
    .tab2li ul li{
        margin:5px;
    }
    .case_list li{
        width: 48%;
        margin:1%;
    }
    .case_list li:nth-child(3n){
        margin:1%;
    }
    video#bgvid {
        /* display: table-cell; */
        /* vertical-align: middle; */
        position: absolute;
        left: 0;
        top: 0;
        min-width: 100%;
        min-height: 100vh;
        /* width: auto; */
        /* height: auto; */
        z-index: -1;
        /* background-size: cover; */
        /* visibility: visible; */
    }
    .fp-tableCell{
        position:relative;
        z-index:1;
    }
    .section{
      
    }
    .section video#bgvid{
        display:none!important;
    }
    .index_about_l video{
        display: block;
        position:relative;
    }
}

.index_news{
    padding-top: 5%;
}
.index_news_content{
    width: 90%;
    max-width: 1400px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
	background:url(../Image/p6.png) left top  no-repeat;
}
.index_news_r{
    width: 90%;
    margin-left: 5%;
}
.index_news_r li{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
	float:left;
	 width:30%;
	 background:#fff;
	 margin-left:3.3%;
}

.index_news_r li .index_news_img{
	position:relative;
}
.index_news_r li .index_news_img img{ width:100%; height:100%;}
.index_news_r li .index_news_time{
	position:absolute; top:0; left:0; background:#004ea1; color:#fff; font-size:18px; font-weight:bold; padding:10px 10px;
}
.index_news_r li .index_news_time p{ font-size:28px; line-height:25px;}
.index_news_r li .index_news_con{
	padding:15px 15px 50px 15px; color:#303030; font-size:16px;background:url(../Image/p7.jpg) bottom center  no-repeat; 
}
.index_news_r li .index_news_con p{
    font-size: 16px;
    color: #303030;
    font-weight: bold;
}

.index_news_r li:nth-child(2) .index_news_con{
	padding:50px 15px 15px 15px; background:url(../Image/p7.jpg) top center no-repeat; 
}
.index_news_r li:nth-child(2) .index_news_time{
	position:absolute; bottom:0; left:0; top:auto;
}





@media(max-width:1560px){
    .index_news{
        padding-top: 8%;
    }
    
    .index_news_content{
    width: 90%;
    max-width: 1400px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
	background:url(../Image/p6.png) left top  no-repeat;
}
.index_news_r{
    width: 90%;
    margin-left: 5%;
}
.index_news_r li{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
	float:left;
	 width:30%;
	 background:#fff;
	 margin-left:3.3%;
}

}
@media(max-width:1440px){
    /*.index_news{*/
    /*    padding-top:8%;*/
    /*}*/
    
    .index_news_content{
    width: 90%;
     max-width:1000px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
	background:none
}
.index_news_r{
    width: 90%;
    margin-left: 5%;
}
.index_news_r li{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
	float:left;
	 width:30%;
	 background:#fff;
	 margin-left:3.3%;
}

}
@media(max-width:1199px){
    .index_news{
        padding-top: 3%;
    }    
    .index_news_l a h3{
        background-color:rgba(7,157,219,.8);
        background-image:url();
    }
}
@media(max-width:768px){
    .index_news_content{
    width: 90%;
     max-width:1000px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
	background:none
}
.index_news_r{
    width: 90%;
    margin-left: 5%;
}
.index_news_r li{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
	float:left;
	 width:100%;
	 background:#fff;
	 margin-left:0%;
	 margin-top:5%;
}
.index_news_r li .index_news_img{ display:none;}
.index_news_r li:nth-child(2) .index_news_con{
	padding:15px 15px 50px 15px; background:url(../Image/p7.jpg) bottom center no-repeat; 
}
.index_news_r li:nth-child(2) .index_news_time{
	position:absolute; bottom:0; left:0; top:auto;

}
}
@media(max-width:640px){
    .index_news {
        padding-top: 15%;
    }
    .index_news_content{
    width: 90%;
     max-width:1000px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
	background:none
}
.index_news_r{
    width: 90%;
    margin-left: 5%;
}
.index_news_r li{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
	float:left;
	 width:100%;
	 background:#fff;
	 margin-left:0%;
}
}

.section{
    position: relative;
}
.index_foot{
    max-width: 1330px;
    margin:0 auto;
    width: 90%;
	background:url(../Image/p7.png) left top  no-repeat;
}
.index_foot .text{
    float: left;
    padding:30px 20px;
    background: rgba(0,78,161,0.5);
    color: #fff;
    width: 25%;
    /*position: absolute;*/
    /*top:50px;*/
    /*left: 95px;*/
    z-index: 2;
	margin-left:120px;
}
.index_foot .text ul li{
	color:#fff; font-size:16px; line-height:30px; padding-left:30px; margin-top:10px;
}
.index_foot .text ul .p8{background:url(../Image/p8.png) left center no-repeat;}
.index_foot .text ul .p9{background:url(../Image/p9.png) left center no-repeat;}
.index_foot .text ul .p10{background:url(../Image/p10.png) left center no-repeat;}
.index_foot .text ul .p11{background:url(../Image/p11.png) left center no-repeat;}

.index_foot .n_code{
    display: flex;
    margin-top:30px;
}
.index_foot .n_code .cop{ width:40%; float:left;}
.index_foot .n_code .cop img{ width:100%;}
.index_foot .n_code p{
    width: 45%;
	float:right; line-height:30px; margin-left:5%; margin-top:10px;
}
.index_messge{
    width: 55%;
    float: right;
}
.index_message_p{ font-weight:bold; font-size:16px; color:#fff; margin:20px 0;}
.message2 ul{
    display: flex;
    flex-wrap: wrap;
}
.message2 ul li{
    width: 45%;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.message2 ul li:nth-child(2n){
    margin-left: 10%;
}
.message2 ul li input{
    display: block;
    width: 100%;
    border: none;
    line-height: 44px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    text-indent: 0px;
    outline: none;
	background: rgba(0,78,161,0.5);
	padding-left:10px;
}
.message2 ul li #content{ min-height:100px;}
.message2 ul li #captcha{ width:50%; float:left;}
.message2 ul li .verify{ width:46%; height:44px;}
.message2 ul li .verify img{ width:100%; height:44px;}

.message2 ul  #submit{ width:100%; line-height:44px; height:44px; text-align:center; color:#fff; background:#004ea1;}




@media(max-width:1600px){
    .index_foot{
        padding-top:5%;
    }
}
@media(max-width:1440px){
    /*.index_foot{*/
    /*    padding-top:10%;*/
    /*}*/
    .index_copyright p{
        width:90%;
    }
}
@media(max-width:1199px){
    .index_foot{
        padding-top:3%;
    }
    .index_foot .text{
        float:none;
        width:100%;
    }
    .index_messge{
        width:100%;
        float:none;
        padding-top:30px;
    }
}
@media(max-width:768px){
    .index_foot {
         background:none;
    }
    .index_foot .text {
        padding: 20px 20px 20px 20px;margin-left:0;
    }
    .message2{
        padding:20px 10px;
        margin-bottom: 50px;
        width:100%;
    }
    .message2 ul li{
        margin-bottom: 20px;
        font-size: 14px;
    }
    .message2 ul li input{
        line-height: 40px;
        height: 40px;
    }
    .mess2_btn input{
        width: 120px;
        line-height: 40px;
        font-size: 14px;
        height:40px;
    }
    .mess2_content_text p:nth-child(2){
        margin-top: 10px;
    }
    
}
@media(max-width:640px){
    .index_messge{
        display:none;
    }
    .message2{
        margin-bottom: 30px;
    }
    .message2 ul li{
        width: 100%;
        margin-bottom: 10px;
    }  
    .message2 ul li:nth-child(2n){
        margin-left: 0%;
    }  
    .mess2_content_text{
        width: 100%;
        float: none;
    }
    .mess2_btn{
        float: none;
        
    }
    .mess2_btn input{
        margin:10px auto 0;
    }    
}


.ui-navi {
    width: 38px !important;
    border-radius: 100px !important;
    padding-bottom: 16px !important;
    padding-top: 16px !important;
    background-image: url(../Image/line1.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: rgba(51,51,51,0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c308bbf,endColorstr=#4c308bbf)!important;
    zoom: 1 !important;
    right: 30px;
    position: fixed;
    z-index: 1000;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
.ui-navi ul li, .fp-slidesNav ul li {
    height: 28px !important;
    margin: 0px 7px 6px 7px!important;
    display: block;
}
.ui-navi ul li a , .fp-slidesNav ul li a {
    width: 24px !important;
    height: 30px !important;
    background: url(../Image/dian2.png) no-repeat center center !important;
    border: none !important;
    margin-top: 1px !important;
    top: 9px!important;
    left: -9px !important;
    font-size:0;
    display: block;
}
.ui-navi ul li a.on, .fp-slidesNav ul li a.on {
    background: url(../Image/xing.png) no-repeat center center !important;
    display:  block;
    height:30px!important;
    display:  flex;
    align-items:  center;
    /* top: 9px; */
}
@media(max-width:1024px){
    .ui-navi.right{
        display:none!important;
    }
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
    background-color: #079ddb;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}



.tishi{ text-align: center; margin-bottom: 40px; font-size: 16px;}

.allmbox1{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.home-next{
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 1;
}
.allmoreButton {
    display: block;
    width: 217px;
    height: 60px;
    background: #2f7ef0;
    color: #FFF;
    font-size: 17px;
    line-height: 60px;
    text-align: center;
}

.allmoreButton i,.allmoreButton span,.allmoreButton strong {
    display: inline-block;
    vertical-align: middle
}
.allmoreButton i{
    font-size:30px;
}
.allmoreButton strong{
    margin-right: 22px;
    letter-spacing: 2px;
    font-weight: 500;
}
.allmoreButtonDot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.allmoreButton:hover .allmoreButtonDot{
    margin:0 3px;
}
.allmoreButtonLine {
    width: 46px;
    height: 1px;
    background: #FFF;
    transition: all .5s ease 0s
}

.allmoreButton:focus,.allmoreButton:hover {
    color: #FFF
}

.allmoreButton:hover .allmoreButtonLine {
    width: 60px
}



/*home banner*/
.section .warpper{
    height: 100%;
}
.section-home .swiper-container{
    width: 100%;
    height: 100%;
}
.section .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.section .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
}
.section-home .bannerImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.section-home .bannerImg .imgBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-home .slide1 .imgBg{
    background: url("../images/banner1-bg.jpg") no-repeat center / cover;  
}



.section-home .slide1 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide1 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide1 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide1 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide1 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}

/*.section-home .slide1 .bannerText{
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color:#fff;
    z-index: 3;
}
.section-home .slide1 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #353535;
    letter-spacing: 8px;
}
.section-home .slide1 .bannerText .sec{
    font-size:26px;
    margin-top: 1%;
}
.section-home .slide1 .bannerLine{
    z-index: 2;
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-home .slide1 .bannerLine img{
    max-width: 100%;
    margin:0 auto;
}*/
.section-home .slide2 .imgBg{
    background: url("../images/banner2-bg.jpg") no-repeat center / cover;
}
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.allmbox1 .swiper-slide-active .imgBg {
    animation: bannerimgAnimate 6s linear 0s;
}


.section-home .slide2 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide2 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide2 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide2 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide2 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}



.section-home .slide3 .imgBg{
    background: url("../images/banner3-bg.jpg") no-repeat center / cover;
}
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #fff;
    z-index: 3;
}
.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/



.section-home .slide3 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide3 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide3 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide3 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide3 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}







.section-home .slide4 .imgBg{
    background: url("../images/banner4-bg.jpg") no-repeat center / cover;
}
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #fff;
    z-index: 3;
}
.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/



.section-home .slide4 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide4 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide4 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide4 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide4 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}







.section-home .slide5 .imgBg{
    background: url("../images/banner5-bg.jpg") no-repeat center / cover;
}
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #fff;
    z-index: 3;
}
.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/



.section-home .slide5 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}
.section-home .slide5 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide5 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(255,255,255,.2);
    transition: all .5s ease 0s;
}
.section-home .slide5 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide5 .bannerText .banner2Textlast{
    font-size:18px;
    color:rgba(255,255,255,0.7);
}








.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-banner .swiper-pagination{
    bottom: 5%;
    margin: 0;
}
.swiper-container-banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    /* border-radius: 0; */
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; margin: 0 4px;
}
.swiper-container-banner .swiper-pagination-bullet-active{
    width: 36px;
    background: #2f7ef0;
    border-radius: 6px;
}
@media screen and (max-width: 960px){
	.section-home .slide3 .bannerText .banTextfir{ font-size: 30px;}
	.section-home .slide2 .bannerText .banTextfir{font-size: 30px;}
	.section-home .slide1 .bannerText .banTextfir{font-size: 30px;}
	
	.section-home .slide4 .bannerText .banTextfir{ font-size: 30px;}
	.section-home .slide5 .bannerText .banTextfir{font-size: 30px;}
	
	.section-home .slide3 .bannerText .banner2Text{font-size: 20px;}
	.section-home .slide4 .bannerText .banner2Text{font-size: 20px;}
	.section-home .slide5 .bannerText .banner2Text{font-size: 20px;}
		.section-home .slide2 .bannerText .banner2Text{font-size: 20px;}
			.section-home .slide1 .bannerText .banner2Text{font-size: 20px;}
	
}


@media screen and (max-width: 750px){
	.section-home .slide3 .bannerText .banTextfir{ font-size: 24px;}
	.section-home .slide2 .bannerText .banTextfir{font-size: 24px;}
	.section-home .slide1 .bannerText .banTextfir{font-size: 24px;}
	
	.section-home .slide4 .bannerText .banTextfir{ font-size: 24px;}
	.section-home .slide5 .bannerText .banTextfir{font-size: 24px;}
	
	.section-home .slide3 .bannerText .banner2Text{font-size: 16px;}
	.section-home .slide4 .bannerText .banner2Text{font-size: 16px;}
	.section-home .slide5 .bannerText .banner2Text{font-size: 16px;}
		.section-home .slide2 .bannerText .banner2Text{font-size: 16px;}
			.section-home .slide1 .bannerText .banner2Text{font-size: 16px;}
			
		
	
}



