* {
    margin: 0px;
    padding: 0px;
    outline: none;
}



body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    font: inherit !important;
    overflow-x: hidden;
}

.header{
    position:relative;
}
.ty_banner{
    width:100%;
    height:500px;
}
.about_banner{
    background:url(../images/about_banner.jpg) center no-repeat;
    background-size: cover;
}

.w1600{
    max-width:1600px;
    margin:0 auto;
}
.ejlm{
    background:#fff;
}
.ejlm li{
    position:relative;
    line-height:80px;
    padding:0px 30px;
    transition: 0.3s ease 0s;
    display:inline-block;
}
.ejlm li a{
    font-size:15px;
    color:#333;
}
.ejlm li::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}
.ejlm li::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: none;
    transition: all .3s;
}
.ejlm li:hover a{
    color: #339933;
}
.ejlm li:hover:before {
    width: 80%;
    left: 10%;
    background-color: #339933;
}
.ty_content{
    padding:60px 0px;
    background-color: rgba(243, 243, 243, 1);
}
.ty_zt{
    background:#fff;
    padding:1% 3% 3%;
}

.ty_title{
    margin:20px 0px;
    padding-bottom:20px;
    font-size:32px;
    text-align:center;
    color:#333; 
    border-bottom: 1px solid #e8e8e8;
}

.qywh img{
    float:left;
    margin-right:20px;
}
.kjcx img{
    float:right;
    margin-left:20px;
}
.kjcx p:nth-child(15) img{
    float:left;
    margin-left:0px;
    margin-right:60px;
}
.zlgl img{
    float:right;
    margin-left:20px;
}
*{
    font-family: 微软雅黑, "Microsoft yahei" !important;
 
}

.proLi {
    height: 350px;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 20px;
    width: calc((100% - 0px)/4);
}
.porTbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;
    border: solid 1px #f1f1f1;
    border-bottom: none !important;
}
.proImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.porBbox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 70px;
    padding: 20px 20px 10px;
    border: 1px solid #f2f2f2;
}
.showBox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0,0,0,.6);
    transition: all 0.5s ease;
}
.showBoxLink {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.showBoxLink::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.showBoxLink::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.proLi:hover .showBoxLink::before {
    width: 1rem;
}
.proLi:hover .showBox {
    opacity: 1;
}
.pr_topl{
    width:44%;
    float:left;
}
.mySwiper2{
    border: solid 1px #f1f1f1;
}
.mySwiper .swiper-button-next:after,.mySwiper .swiper-button-prev:after{
    font-size:24px !important;
    color:#595959 !important;
}
.mySwiper{
    padding:30px 10% !important;
}
.pr_top{
    padding-top:30px;
}
.yll i{
    margin-right:6px;
    margin-left:10%;
}
.pr_topr{
    float:right;
    width:50%;
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #e8e8e8;
}
.pr_topr1{
    font-weight: bold;
    white-space: normal;
    text-align: left;
    font-size:30px;
    margin-top:10px;
}
.p_PriceBox {
    background: #FFF1F0;
    width: auto;
    height: auto;
    padding: 0;
    margin-bottom: 0px;
    min-height: 52px;
    margin: 18px 0;
    padding-top: 10px;
}
.d_summary {
    display: inline-block;
    vertical-align: middle;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
    white-space: normal;
    line-height: 28px;
    margin-top: 15px;
}
.d_SortName {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    margin-left: 20px;
}
.p_SortName a{
    font-size:14px;
    color: #707070;
}
.pr_bottom{
    margin-top:20px;
}
.pr_bo_t{
    width:100%;
    height:45px;
    position:relative;
}
.pr_bo_t::after{
    content:'';
    position:absolute;
    bottom:1px;
    left:0px;
    width:100%;
    height:1px;
    background:rgba(0, 0, 0, 0.1)
}
.pr_bo_t1{
    height:45px;
    color: #f0861a!important;
    border-bottom: 3px solid #f0861a!important;
    padding:0px 25px;
    width:130px;
    font-size:14px;
    text-align:center;
    position:relative;
    z-index: 1;
}
.pr_bo_b{
    line-height:3em;
    padding-top:30px;
}
.fenye{
    font-size:14px;
    color:#595959;
    padding:20px;
    margin-top:40px;
}
.fenye p{
    width:50%;
    float:left;
}
.fenye p:nth-child(2){
    text-align:right;
}
.fenye a{
    font-size:14px;
    color:#707070;
    display:inline-block;
}
.newList {
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;
}
.newLinkBox {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.leftTimeBox {
    width: 80px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    transition: all .5s ease;
    color:#707070;
}
.newData {
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
}
.centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.rightIcon {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}
.newTitle {
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.newToolBox {
    margin: 5px 0;
    color: #b4b4b4;
}
.data1 {
    margin-right: 5px;
}
.newSummry {
    white-space: normal;
    color: #666;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.8;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}
.rIcon {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: auto;
    height: 98%;
    transition: all .5s ease;
}
.newList:hover {
    height: 150px;
}
.newList:hover .whiteIcon {
    opacity: 0;
}
.newList:hover .redIcon {
    opacity: 1;
}
.redIcon {
    opacity: 0;
}
.newList:hover .leftTimeBox {
    background: #ccc;
    color: #fff;
}
.p_news{
    margin-top:30px;
}
.newList1 {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 40px;
}
.centerContentBox {
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}
.newList1 .newTitle {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.newSummry {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
}
.ne_content div{
    text-align:center;
}
.readMore {
    display: block;
    float: none;
    width: 130px;
    height: 30px;
    padding: 0px;
    line-height: 28px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    font-size:14px;
    color:#595959;
    text-align:center;
}
.ne_title{
    font-size:36px;
    line-height:40px;
    padding-bottom:30px;
    border-bottom:1px solid rgba(0, 0, 0, 0.1);
    margin-bottom:30px;
    text-align:center;
    padding-top:40px;
}
hr {
   background:rgba(0, 0, 0, 0.1);
    border: 0;
    display: block;
    height: 1px;
    border-radius: 3px;
    margin: 20px auto;
}
.ne_content p {
    margin: 15px 0;
    line-height:1.5;
}
.rlzyz{
    display: flex;
    align-items: center;
    padding:60px 0px;
}
.rlzyzl{
    width:49%;
    position:relative;
}
.rlzyzl2{
    position:absolute;
    width:100%;
    bottom:0px;
    left:0px;
    background-color: rgba(110, 198, 86, 0.86);
}
.rlzyzl2a{
    font-size:24px;
    color:#fff;
    font-weight:bold;
    margin:30px 30px 0px 30px;
}
.rlzyzl2b{
    margin:10px 30px 25px 30px;
    font-size:14px;
    color:#fff;
}
.rlzyzr{
    width:49%;
    margin-left:2%;
}
.rlzyzr1{
    line-height:28px;
    font-size:14px;
    color:#fff;
    background-color: rgba(110, 198, 86, 1);
    padding: 30px 30px;
    width:100%;
    margin-bottom:20px;
}
.rlzyz img{
    width:100%;
    display:block;
}
.rczpa p:nth-child(1) img{
    width:20%;
    float:right;
    margin-left:2%;
}
.ty_bottom p{
    color:#595959;
}
.lxwm_top1{
    animation-fill-mode: both;
    display: flex;
    align-items: center;
    min-height:280px;
    background:url(../images/lxwm_bg.jpg) center no-repeat;
    background-size:100% 100%;
    padding-left:30px;
    margin-top:30px;
}
.lxwm_top1a{
    width:100%;
    font-size:36px;
    color:#000;
    font-weight:bold;
}
.lxwm_top1b{
    width:100%;
    font-size:22px;
    font-weight:400;
    margin-top:10px;
}
.lxwm_bottom{
    background:#fdfdfd;
    padding-bottom:80px;
    padding-top:40px;
    padding-left:50px;
}
.lxwm_bottom1a{
    font-size:24px;
    color:#000;
    font-weight:bold;
    letter-spacing: 1px;
}
.lxwm_bottom1b{
    font-size:14px;
    color:#999;
    margin-top:6px;
}
.lxwm_bottom2{
    margin-top:40px;
}
.ab_qygh_title1{
    font-size:28px;
    color:#262626;
    text-align:center;
    padding-top:30px;
    margin-bottom:20px;
}
.lyfk3 li textarea{
    width:100%;
    min-height:160px;
    background-color: #f2f4f6;
    color: #333;
    padding:10px;
    border:none;
    margin-bottom:20px;
}
.lyfk3 li input{
    background-color: #f2f4f6;
    color: #333;
    padding:10px;
    border:none;
    min-height:46px;
    width:49%;
    float:left;
    margin-bottom:20px;
}
.lyfk3 li:nth-child(3) input{
    margin-left:2%;
}
.lyfk3 li:nth-child(5) input{
    margin-left:2%;
}
.lx_btn{
    background-color: #333;
    border-color: #329cff;
    line-height:42px;
    width:100%;
    text-align:center;
    color:#fff;
    margin-bottom:30px;
    cursor: pointer;
}

/*banner end*/
.lxwm_banner{
    background:url(../images/lxwm_banner.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.lxwm_banner1{
    background:url(../images/lxwm_banner1.jpg) center no-repeat;
    background-size:cover;
    background-position:center;
}
.footer_bottom{
    background-color: rgba(3, 96, 165, 1);
}
.footer_bottom li {
    float: left;
    line-height: 52px;
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}

.footer_bottom li:last-child {
    float: right;
    margin-right: 0px;
}

.footer_bottom a {
    color: #fff;
    font-size: 14px;
}

.footer_bottom img {
    display: inline-block;
    height: 12px;
}

.gaba img {
    height: 18px;
    margin-right: 5px;
    position:relative;
    top:3px;
}

.sj {
    display: none;
}

@media only screen and (max-width: 1100px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pc {
        display: none;
    }

    .sj {
        display: block;
    }

    .sj_nav_top {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 70px;
        width: 100%;
        z-index: 999;
        background: #fff;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
    }

    .header_logo {
        height: 60px;
        position: relative;
        left: 3%;
        top: 15px;
        text-align: left;
    }

    .header_logo img {
        height: 40px;
        display: inline;
    }

    .nav_lefta1 {
        height: auto;
        font-size: 12px;
        color: #000000;
        padding-top: 8px;
        margin-bottom: 2px;
        font-weight: 400;
    }

    .ty_acontent p img {
        width: 100%;
        height: auto !important;
    }

    .nav_lefta2 {
        font-size: 0.48rem;
        color: #000000;

    }

    .sj_nav_zk {
        color: #000;
        position: absolute;
        right: 5%;
        top: 18px;
    }

    .sj_nav_zk i:first-child {
        font-size: 34px;
    }

    .sj_nav_list {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        left: 0%;
        top: -100%;
        z-index: 9999;
        transition: 1s;
    }

    .sj_nav_list.action {
        top: 70px;
    }

    .sj_nav_img {
        width: 40%;
        margin: 30px auto 20px;
    }

    .sj_nav_img img {
        width: 100%;
    }

    .sj_nav_gb {
        color: #000;
        position: absolute;
        right: 5%;
        top: 40px;
    }

    .sj_nav_gb i {
        font-size: 24px;
    }

    .sj_nav_list ul li {
        line-height: 50px;
        position: relative;
    }

    .sj_nav_list ul li>a {
        text-indent: 15px;
    }

    .header_zba ul li a {
        text-indent: 30px;
    }

    .sj_nav_list>.sj_nav_ul>li>a {
        font-size: 16px;
        color: #000;
        border-bottom: 1px solid #f8f8f8;
    }

    .header_zba {
        width: 100%;
        background: #fff;
        display: none;
    }

    .header_zba ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .header_zba ul li a {
        color: #000;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03)
    }

    .sj_nav_ul i {
        position: absolute;
        right: 10px;
        top: 5px;
        color: #000;
        font-size: 30px;
        width: 40px;
        text-align: center;
    }

    .ty_banner {
        width: 100%;
        height: auto;
        margin-top: 70px;
        margin-left: 0px;
        background-size: cover;
        padding:0px;
    }

    .nav_listr {
        display: none;
    }

    .nav_listl {
        width: 100%;
        padding-left: 0%;
        float: none;
        text-align: center;
    }

    .nav_list {
        height: auto;
        line-height: 50px;
        background: #f8f8f8;
    }

    .nav_listl ul li {
        display: inline-block;
        font-size: 16px;
        margin: 0px;
        position: relative;
        width: 20%;
    }

    .nav_listl ul li a {
        font-size: 14px;
    }

    .w80 {
        width: 94%;
        margin: 0 auto;
    }


    .w1530 {
        width: 96%;
        margin: 0 auto;
    }

    .w1410 {
        width: 96%;
        margin: 0 auto;
    }

    .w1300 {
        width: 96%;
        margin: 0 auto;
    }

    .banner {
        height: 210px;
        margin-top:70px;
    }


    .w1428 {
        width: 100%;
        margin: 0 auto;
    }
    .ne_content iframe{
        text-align:center;
        width:100% !important;
        height:300px !important;
    }

    .banner .swiper-slide div {
        height: 210px;
    }
    .section:nth-child(1){
        height: auto !important;
    }
    .section{
        padding-top:70px
    }
    .gsjj_l {
        width: 100%;
        float: none;
    }
    .gsjj_l1 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }
    .gsjj_lh {
        font-size: 16px;
        color: #fff;
    }
    .gsjj_r {
        width: 100%;
        float: none;
    }
    .gsjj_l3{
        text-align:center;
    }
    .gsjj_l3 li {
        background-color: rgba(255, 102, 0, 0);
        border: 1px solid rgba(255,255,255,0.5);
        transition: 0.5s;
        width: 100px;
        line-height: 36px;
        text-align: center;
        display: inline-block;
        margin: 0px 0.5% 15px;
    }
    .gsjj_l2 p {
        font-size: 14px;
        color: #fff;
        text-indent: 2em;
        line-height: 1.7;
        text-align: justify;
    }
    .gsjj_l3 li a {
        color: #fff;
        font-size:14px;
    }
    .product_title1 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }
    .product_title2 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }
    .product_list li {
    width: 84%;
    margin: 0 auto;
    margin-bottom: 10px;
}
    .product_list li:nth-child(3){
        display:none;
    }
    .product_list ul {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .product_list_text {
        padding: 10px;
        transition: all .5s ease;
        background: rgba(34,154,55,.4);
        position: relative;
        padding-bottom: 10px;
        line-height: 30px;
    }
    .product_list_text::after,.product_list_text2{
        display:none;
    }
    .product_list {
        margin-top: 30px;
    }
    .xilei.section{
        padding-top:8vh;
    }
    .xilei ul li {
        width: 100%;
        float: none;
        transition: .5s;
        height: 18.4vh;
         padding-top:0px;
    }
    .xilei ul li a {
        display: table-cell;
        vertical-align: middle;
        height: 18.4vh;
        width: 0.1%;
    }
    .xilei2 {
        font-size: 22px;
        font-weight: 400;
        color: #fff;
    }
    .w1110 {
        width: 94%;
        margin: 0 auto;
    }
    .lxwm_l {
        width: 100%;
        float: none;
        text-align: left;
        margin: 0 auto;
    }
    .lxwm_r {
        width: 100%;
        float: none;
        margin:0 auto;
    }
    #allmapa {
        height: 200px;
        width: 100%;
    }
    .lxwm_lb {
        width: 100px;
        margin:10px 0px 20px;
        float: none;
    }
    .lxwm_la {
        width: 100%;
        float: none;
    }
    .lxwm_l1 {
        font-size: 22px;
        font-weight: bold;
        color: #fff;
    }
    .lxwm_l2 {
        font-size: 22px;
        color: #fff;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .section:last-child{
        padding-top:0px;
    }
    .w1460 {
        width: 94%;
        margin: 0 auto;
    }
    .footer-top li{
        display:None;
    }
    .footer-top li:nth-child(5){
        display:block;
    }
    .footer-top li:nth-child(6){
        display:block;
    }
    .footer_toplt_l p {
        font-size: 14px;
        line-height: 30px;
    }
    .footer_ewm img {
        width: 100px;
    }
    .footer_text {
        font-size: 12px;
        color: #fff;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 2px;
    }
    .footer-top {
        background-color: #2e77ba;
        padding: 30px 0px;
    }
    .footer_bottom li {
        float: left;
        line-height: 34px;
        color: #fff;
        margin-right: 5px;
        font-size: 14px;
    }
    .ty_bottom img{
        width:100% !important;
        height:auto !important;
    }
    .ty_bottom p,.ty_bottom span{
        font-size:14px !important;
        line-height:2.5 !important;
    }
    .ty_banner{
        height:300px;
    }
    .ejlm{
        text-align:center;
    }
    .ejlm li {
        position: relative;
        line-height: 60px;
        padding: 0px 20px;
        transition: 0.3s ease 0s;
        display: inline-block;
        width:auto;
    }
    .ty_content {
        padding: 30px 10px;
        background-color: rgba(243, 243, 243, 1);
    }
    .kjcx img{
        margin:0px !important;
    }
    .ty_bottom p br{
        display:none;
    }
   .p_Product {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: calc((100% - 0px)/1)!important;
        padding: 15px 15px 0;
        height: inherit;
    }
    .p_summary{
        display:None;
    }
    .porBbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        padding: 20px 20px 20px;
        border: 1px solid #f2f2f2;
        text-align:center;
    }
    .ejlm{
        width:100%;
    }
    .w1600 {
        max-width: 100%;
        margin: 0 auto;
        width:100%;
    }
    .pr_topl {
        width: 100%;
        float: none;
    }
    .mySwiper {
        padding: 10px 10px !important;
    }
    .yll{
        display:none;
    }
    .pr_topr {
        float: right;
        width: 100%;
        margin: 0 0 16px 0;
        padding: 0 0 16px 0;
        border-bottom: 1px solid #e8e8e8;
    }
    .pr_topr1 {
        font-weight: bold;
        white-space: normal;
        text-align: left;
        font-size: 22px;
        margin-top: 10px;
    }
    .pr_bo_b p{
        line-height:2.5 !important;
    }
    .pr_bo_b p br{
        display:None;
    }
    .leftTimeBox,.rightIcon{
        display:none;
    }
    .centerContentBox {
        width: calc((100% - 0px)/1);
        padding-left: 0%;
    }
    .js-fixLed{
        display:block;
        height:auto;
    }
    .newLinkBox{
        padding-right:0px;
    }
    .newList1{
        margin-top:20px;
    }
    .rlzyz {
        display: flex;
        align-items: center;
        padding: 30px 0px;
        flex-direction: column;
    }
    .rlzyzl {
        width: 100%;
        position: relative;
    }
    .rlzyzr {
        width: 100%;
        margin-left: 0%;
    }
    .ne_title {
        font-size: 22px;
        line-height: 40px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        text-align: center;
        padding-top: 40px;
    }
    .ne_content img{
        width:100%;
    }
    .lxwm_top1 {
        animation-fill-mode: both;
        display: flex;
        align-items: center;
        min-height: 100px;
        background: url(../images/lxwm_bg.jpg) center no-repeat;
        background-size: 100% 100%;
        padding-left: 30px;
        margin-top: 30px;
    }
    .lxwm_top1a {
        width: 100%;
        font-size: 22px;
        color: #000;
        font-weight: bold;
    }
    .lxwm_top1b {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        margin-top: 0px;
    }
    .lxwm_bottom {
        background: #fdfdfd;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 0px;
    }
    #allmap{
        height:200px;
    }
    .lxwm_bottom2 {
        margin-top: 20px;
    }
}
.ejlm .swiper-slide{
    width:auto;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
    width:12px !important;
    height:12px !important;
    background:#fff;
    margin-left:-5.5px!important;
    margin-top:-5.5px!important;
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 23px;
    height: 23px;
    margin: 7px;
    position: relative;
}
#fp-nav ul li a.active {
    border:1px solid #fff;
    border-radius: 50%;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px !important;
    width: 12px !important;
    margin: -5.5px 0 0 -5.5px !important;
    border-radius: 100%;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.40);
}