﻿/*????????????????????????*/
p { line-height:25px}
.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%;
}

.logo{
    float: left;
}
.h_tel{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 32px;
    background:url(img/tel1.png)no-repeat left center;
    float: right;
    line-height: 65px;
    display: none;
}
.nav{
    float: left;
    display: flex;
    margin-left: 5%;
}
.nav li{
    position: relative;
}
.nav li:after{
    content: '';
    position: absolute;
    bottom:0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 9999;
    width: 0;
    transition: all 0.4s ease-out;
}
.nav li:hover:after{
    width: 100%;
    transition: all 0.6s;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 65px;
    padding:0 20px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:40px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 2em;  
}


.menu-button{
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #0067ac;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #0067ac;
    text-align: center;
    position: absolute;
    left:0;
    top:71px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:0.5em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}
.mobileNav li .b_nav{
    display: none;
}

.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(img/index1.jpg) no-repeat center;
    
}
.m_index_tab li:nth-child(1) a{
    padding:80px 2% 30px 2%;
}
.m_index_tab li:nth-child(2){
    background:url(img/index2.jpg) no-repeat center;
}
.m_index_tab li:nth-child(3){
    background:url(img/index3.jpg) no-repeat center;
}
.m_index_tab li a{
    color: #fff;
    display: block;
    width: 94%;
    height: 100%;
    background-color: rgba(18,131,216,.4);
    padding:40px 3%;
    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;
}
/*.index_foot{*/
/*    position: absolute;*/
/*    left: 5%;*/
/*    bottom: 20px;*/
/*    z-index: 9999;*/
/*    color: #fff;*/
/*}*/
/*.index_foot a{*/
/*    color: #fff;*/
/*}*/
/*.index_foot1{*/
/*    max-width: 430px;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.index_foot1_code{*/
/*    text-align: center;*/
/*}*/
/*.index_foot1_address{*/
/*    margin-left: 20px;*/
/*}*/
/*.index_foot1_address p{*/
/*    font-size: 14px;*/
/*    line-height: 1.8em;*/
/*}*/
/*.index_foot1_address p strong{*/
/*    font-size: 16px;*/
/*    margin-bottom: 5px;*/
/*    display: block;*/
/*}*/
@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;
    }  
    /*.service-wrap1 video{*/
    /*    display:none!important;*/
    /*}*/
}
@media(max-width: 1299px){
    header{
        padding:20px 0;
    }
    .logo{
        width: 14%;
    }
    .tab1li ul li .xs p{
        font-size: 14px;
		line-height:25px;
    }
    .nav li a{
        padding:0 8px;
        line-height: 40px;
    }
    .h_tel{
        display: none;
    }
}
@media(max-width: 999px){
    header .container {
        width: 96%;
        padding: 0 2%;
    }
    .nav li a{
        padding:0 5px;
    }    
}
@media(max-width: 768px){
    .logo{
        width: 100%;
    }
    .nav{
        width: 100%;
        margin-left: 0;
    }
    .nav li a{
        padding:10px 5px;
    }
    .tab1li ul li{
        padding:30% 3% 0 3%;
    }
}
@media(max-width: 640px){
    .service-wrap1 video{
        display:none!important;
    }
    .index_main1{
        height: 100%;
    }
    header{
        padding:10px 0;
    }
    .logo{
        width: 70%;
        float: none;
    }
    .menu-button{
        display: block;
    }
    .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;
    }
    /*.index_foot{*/
    /*    position: relative;*/
    /*    left: 0;*/
    /*    top:0;*/
    /*    padding:15px 10px;*/
    /*    box-sizing: border-box;*/
    /*    background-color: rgba(18,131,216,1);*/
    /*}*/
    .m_index_tab li img{
        width: 25%;
        display:none;
    }
    /*.index_foot1_code{*/
    /*    width: 100%;*/
    /*    margin-bottom: 10px;*/
    /*}*/
    /*.index_foot1_address{*/
    /*    margin-left: 0;*/
    /*}*/
}
@media(max-width: 320px){

}



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:-100; 
    background-size: cover;
    visibility:visible ;
    
}
/*video::-webkit-media-controls-fullscreen-button{ display: none !important; }*/
/*video{*/
/*    object-fit:fill;*/
/*}*/
.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: 62%;
    padding-left: 3%;
    color: #fff;
}
.index_about_r h2{
    font-size: 40px;    
    line-height: 1em;
}
.index_about_r h3{
    font-weight: normal;
    font-size: 30px;
    padding:40px 0px 10px 0;
    line-height: 1em;
}
.index_about_r p{
    font-size: 14px;
	line-height:25px;
}
.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{
    padding-top: 6%;
}
.n_title1 {
    text-align: center;
    margin-bottom: 30px;
}
.n_title1 h3 {
    font-size: 40px;
    color: #fff;
    font-family: "??????????????";
    /* font-weight: bold; */
    line-height: 1.2em;
    background: url(img/title4.png) no-repeat center 5px;
}
.n_title1 p {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.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(7,157,219,.6);
    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 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%;
    }

    .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{
        background-color:#0067ac;
    }
    .section video#bgvid{
        display:none!important;
    }
    .index_about_l video{
        display:none;
        position:relative;
    }
}

.index_news{
    padding-top: 5%;
}
.index_news_content{
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin:0 auto;
    width:90%;
}
.index_news_l{
    width: 40%;
}
.index_news_l a{
    display: block;
    overflow: hidden;
    position: relative;
}
.index_news_l a h3{
    position: absolute;
    width: 100%;
    font-size: 20px;
    color: #fff;
    background: url(img/jt1.png) no-repeat 94% center rgba(7,157,219,.8);
    left:0;
    bottom:0;
    font-weight: normal;
    text-indent: 10px;
    padding:10px 0;
}
.index_news_l a img{
    transition: all 0.6s ease-out;
}
.index_news_l a:hover img{
    transition: all 0.6s ;
    transform: scale(1.1);
}
.index_news_r{
    width: 55%;
    margin-left: 5%;
}
.index_news_r li{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    padding: 25px 0;
    border-bottom:1px dashed #fff;
}
.index_news_r li:nth-child(1){
    padding-top: 0;
}
.index_news_r li .news_date{
    color: #fff;
    text-align: center;
    background-color: #079ddb;
    max-width: 138px;
    padding:16px 0;
    width: 18%;
}
.index_news_r li .news_date p{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1em;
}
.index_news_r li .news_date span{
    font-size: 16px;
    color: #fff;
    display: block;
        line-height: 1.2em;
}
.index_news_r li .text{
    max-width: 530px;
    margin-left: 6%;
    width: 76%;
}
.index_news_r li .text a{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.index_news_r li .text p{
    font-size: 14px;
}
@media(max-width:1560px){
    .index_news{
        padding-top: 8%;
    }
    .index_news_content{
        max-width:1100px;
    }
    .index_news_r li{
        padding:15px 0;
    }
}
@media(max-width:1440px){
    /*.index_news{*/
    /*    padding-top:8%;*/
    /*}*/
    .index_news_content{
        max-width:1000px;
    }
    .index_news_r li{
        padding:15px 0;
    }
    .index_news_r li .news_date{
        
    }
    .index_news_r li .news_date p{
        font-size:50px;
    }
    .index_news_r li .text {
        margin-left: 4%;
        width: 78%;
    }
}
@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_l{
        width:100%;
        margin-bottom:15px;
        display:none;
    }
    .index_news_r{
        width:100%;
        margin-left:0;
    }
}
@media(max-width:640px){
    .index_news {
        padding-top: 15%;
    }
    .index_news_r li .news_date{
        display:none;
    }
    .index_news_r li .news_date p{
        font-size:24px;
    }
    .index_news_r li .text {
        margin-left: 0%;
        width: 100%;
        max-width:100%;
    }
    .index_news_r li .text a{
        font-size:18px;
        line-height:1.6em;
    }
}

.section{
    position: relative;
}
.index_foot{
    max-width: 1330px;
    margin:0 auto;
    width: 90%;
    padding-top: 5%;
}
.index_foot .text{
    float: left;
    padding:50px 30px 20px;
    background-color: #079ddb;
    color: #fff;
    max-width: 310px;
    /*position: absolute;*/
    /*top:50px;*/
    /*left: 95px;*/
    z-index: 2;
}
.index_foot .text h3{
    font-size: 20px;
}
.index_foot .text p{
    font-size: 16px;
    margin-top: 10px;
}
.index_foot .n_code{
    display: flex;
    margin-top:30px;
}
.index_foot .n_code p{
    width: 50%;
    text-align: center;
}
.index_messge{
    width: 67%;
    float: right;
    padding-top: 70px;
}
.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 span{
    display: block;
    position: absolute;
    right:10px;
    top:0;
    line-height: 66px;
}
.message2 ul li:nth-child(2n){
    margin-left: 10%;
}
.message2 ul li input{
    display: block;
    width: 100%;
    background: none;
    border: none;
    line-height: 66px;
    height: 66px;
    font-size: 16px;
    color: #fff;
    text-indent: 0px;
    border-bottom: 1px solid #ccc;
    outline: none;
}
/* WebKit browsers */
.message2 ul li input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}
/* Mozilla Firefox 4 to 18 */
.message2 ul li input:-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
/* Mozilla Firefox 19+ */
.message2 ul li input::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}
/* Internet Explorer 10+ */
.message2 ul li input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}
.mess2_content{
    width: 100%;
}
.mess2_content_text{
    width: 55%;
    font-size: 14px;
    color: #fff;
    float: left;
}
.mess2_content_text p:nth-child(2){
    font-size: 16px;
    color: #fff;
    margin-top:20px;
}
.mess2_content_text p strong{
    font-size: 18px;
}
.mess2_btn{
    float: right;
}
.mess2_btn input{
    display: block;
    width: 200px;
    line-height: 54px;
    height: 54px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #079ddb;
    border: none;
    cursor: pointer;
}


.index_copyright{
    position: absolute;
    bottom:20px;
    color: #fff;
    font-size: 14px;
    width: 100%;
}
.index_copyright p{
    max-width: 1400px;
    margin:0 auto;    
}
.index_copyright a{
    color: #fff;
}
@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 {
        padding-top: 15%;
    }
    .index_foot .text {
        padding: 20px 20px 20px 20px;
    }
    .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(img/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(img/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(img/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;
    }
}

