/*
* @Author: Dodo
* @Date:   2018-07-02 16:10:47
* @Last Modified by:   DoDo
* @Last Modified time: 2020-01-07 15:19:34
*/
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
}
body.on{
    overflow: hidden;
}
a{
    outline: none;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}




@media screen and (min-width:1366px) {
    .container {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width:1440px) {
    .w1600.container{
        width: 1400px;
    }
}
@media screen and (min-width:1660px) {
    .w1600.container{
        width: 1600px;
    }
}

/*====================================== public ======================================*/
.f0{
    font-size: 0;
}
.bg-fff{
    background-color: #fff;
}
.bg-f7f7f7{
    background-color: #f7f7f7;
}
.bg-f9{
    background-color: #f9f9f9;
}

.put-pla::-webkit-input-placeholder { color: #999; }
.put-pla:-moz-placeholder { color: #999; opacity: 1; }
.put-pla::-moz-placeholder { color: #999; opacity: 1; }
.put-pla:-ms-input-placeholder { color: #999; }

/* header */
.header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background-color: #fff;
    
}
.header.on{
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .06);  
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .06);  
    box-shadow:0 0 10px rgba(0, 0, 0, .06); 
}
.header .a-logo{
    padding-top: 9px;
    padding-bottom: 9px;
}
.header .a-logo img{
    height: 68px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.header-bream{
    float: right;
    width: 30px;
    height: 25px;
    position: relative;
    padding-top: 12px;
    margin-top: 19px;
    cursor: pointer;
}
.header-bream span{
    display: block;
    height: 1px;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
    background-color: #023c92;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before,.header-bream:after{
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #023c92;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.header-bream::before{
    top: 2px;
}
.header-bream::after{
    bottom: 2px;
}

.header-bream.on span{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.header-bream.on::before{
    top: 12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg); 
}
.header-bream.on::after{
    bottom: 12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg); 
}


.nav{
    float: right;
}
.header-search{
    position: relative;
    float: right;
    margin-left: 42px;
    margin-right: -60px;
}
.header-search .mg-open{
    display: block;
    margin-top: 35px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-search .div-01{
    position: absolute;
    right: 0;
    top: 35px;
    width: 445px;
    padding-left: 31px;
    padding-right: 34px;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translateX(100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header-search .div-01 .put-01{
    border: none;
    background: none;
    outline: none;
    width: 100%;
    border-bottom: 1px solid #999;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 8px;
}
.header-search .div-01 .but-01{
    float: left;
    border: none;
    background: none;
    outline: none;
    margin-left: -31px;
}
.header-search .div-01 .mg-close{
    float: right;
    margin-right: -34px;
    cursor: pointer;
}
.nav-list{
    float: right;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-list li{
    float: left;
}
.nav-list li>a{
    position: relative;
    display: block;
    text-align: center;
    height: 86px;
    overflow: hidden;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-list li>a span{
    line-height: 86px;
    color: #444;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.nav-list li>a .span-en{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-family: "Arial";
}

.nav-down{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    font-size: 0;
    padding-top: 32px;
    padding-bottom: 34px;
    z-index: -1;
    /*background: url('../images/bg-01.png') center top repeat-x #fff;*/
    background-color: #fff;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-top: 1px solid #eee;
    -webkit-box-shadow:0 5px 5px rgba(0, 0, 0, .02);  
    -moz-box-shadow:0 5px 5px rgba(0, 0, 0, .02);  
    box-shadow:0 5px 5px rgba(0, 0, 0, .02); 
}
.nav-down a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333;
    min-width: 180px;
    border-bottom: 1px solid #e0e0e0;
    margin-right: 75px;
    line-height: 18px;
    padding-bottom: 8px;
    padding-left: 8px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.nav-down a::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 18px;
    background: #023c92;
}



.nav-list li:hover>a,.nav-list li.on>a{
    background: #023c92;
}
.nav-list li:hover>a span,.nav-list li.on>a span{
    color: #fff;
    transform: translateY(-100%);
}
.nav-list li:hover .nav-down{
    visibility: visible;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translateY(0);
}
.nav-down a:hover{
    color: #023c92;
}


/* footer */
.footer{
    background: #f2f2f2;
}
.footer-top{
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-map{
    position: relative;
    float: left;
    width: 42.91%;
}
.footer-map img{
    width: 100%;
}
.footer-map .mg-zi{
    position: absolute;
    left: 0;
    top: 0;
    animation:sh 3s infinite linear;
    -moz-animation:sh 3s infinite linear; /* Firefox */
    -webkit-animation:sh 3s infinite linear; /* Safari and Chrome */
    -o-animation:sh 3s infinite linear; /* Opera */
}

@keyframes sh
{
    0% {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0); 
    }
    25% {
        -webkit-transform:translateY(3px);
        -moz-transform:translateY(3px);
        -o-transform:translateY(3px);
        transform:translateY(3px);
    }
    50% {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
    }
    75% {
        -webkit-transform:translateY(-3px);
        -moz-transform:translateY(-3px);
        -o-transform:translateY(-3px);
        transform:translateY(-3px);
    }
    100% {
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -o-transform:translateY(0);
        transform:translateY(0);
    }
}

.footer-contact{
    float: right;
    width: 42%;
    margin-top: 17px;
}
.footer-list{
    padding-top: 40px;
}
.footer-list li{
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 22px;
    margin-top: 18px;
    font-size: 14px;
    color: #444;
}
.footer-list li:first-child{
    margin-top: 0;
}
.footer-list li b{
    font-size: 18px;
}
.footer-ewm{
    margin-top: 30px;
}
.footer-ewm .div-01{
    float: left;
    width: 120px;
    margin-left: 50px;
    font-size: 14px;
    color: #444;
    line-height: 14px;
}
.footer-ewm .div-01:first-child{
    margin-left: 0;
}
.footer-ewm .div-01 .span-txt{
    margin-top: 14px;
}



.footer-copy{
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    background: #023c92;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer-copy .span-01{
    margin-left: 43px;
}
.footer-copy .span-01 a{
    color: #fff;
}
.footer-share{
    float: right;
}
.footer-share .bdshare-button-style0-16 a{
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.footer-share .bdshare-button-style0-16 a.bds_weixin{
    background-image: url('../images/s-icon1.png');
}
.footer-share .bdshare-button-style0-16 a.bds_sqq{
    background-image: url('../images/s-icon2.png');
}
.footer-share .bdshare-button-style0-16 a.bds_tsina{
    background-image: url('../images/s-icon3.png');
}


.pages a,.pages strong{
    display: inline-block;
    min-width: 36px;
    padding-left: 5px;
    padding-right: 5px;
    height: 36px;
    line-height: 36px;
    color: #222;
    font-size: 14px;
    margin: 0 10px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.pages a.ling{
    width: 120px;
    background: #e6e6e6;
}

.pages strong{
    background: #023c92;
    color: #fff;
}



/*====================================== index ======================================*/
.banner_owl .owl-dots{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 4%;
    z-index: 10;
    text-align: center;
}
.banner_owl button.owl-dot{
    position: relative;
    width: 54px;
    height: 8px;
    background: rgba(255,255,255,.9);
    border-radius: 8px;
    margin: 0 7px;
    text-align: center;
}
.banner_owl button.owl-dot.active{
    background: rgba(195,13,35,.9);
}
.banner_owl button.owl-dot.active::before{
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scale(2);
}
.banner-a1{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.index-about{
    padding: 100px 0;
}
.index-about-cont{
    position: relative;
    z-index: 1;
    float: left;
    width: 45.83%;
    padding-right: 60px;
}
.index-about-title{
    position: relative;
    padding-left: 20px;
    border-left: 2px solid #023c92;
}
.index-about-title .span-en{
    font-size: 24px;
    line-height: 24px;
    color: #888;
    text-transform: uppercase;
}
.index-about-title .b-cn{
    font-size: 32px;
    color: #023c92;
    line-height: 32px;
    margin-top: 6px;
}
.index-about-title .index-about-more{
    position: absolute;
    right: 0;
    top: 6px;
}
.index-about-more{
    width: 145px;
    height: 52px;
    background: url('../images/bg-09.png') center center no-repeat;
    line-height: 38px;
    padding: 7px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-about-more span{
    padding-right: 38px;
    color: #023c92;
    background: url('../images/icon-04.png') right center no-repeat;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.index-about-des{
    font-size: 16px;
    line-height: 30px;
    color: #666;
    text-align: justify;
    margin-top: 50px;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.index-about-sort{
    margin-right: -112px;
    background: #fff;
    font-size: 0;
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .14);  
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .14);  
    box-shadow:0 0 10px rgba(0, 0, 0, .14);
    margin-top: 45px; 
}
.index-about-sort .a-01{
    float: left;
    width: 33.33%;
    padding-top: 30px;
    padding-bottom: 24px;
    font-size: 18px;
    text-align: center;
    border-left: 1px solid #e6e6e6;
}
.index-about-sort .a-01:first-child{
    border-left: none;
}
.index-about-sort .a-01 img{
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.index-about-sort .a-01 .span-txt{
    margin-top: 17px;
    color: #333;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.index-about-img{
    float: right;
    width: 54.17%;
}
.index-about-img img{
    width: 100%;
}


.index-product{
    padding-top: 91px;
    padding-bottom: 100px;
    background: url('../images/bg-03.jpg') repeat;
}
.index-title .span-en{
    font-size: 72px;
    line-height: 72px;
    color: rgba(2,60,146,.1);
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
}
.index-title .span-cn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    font-weight: bold;
}
.index-title .span-cn .bdo-01{
    display: inline-block;
    padding-right: 32px;
    background: url('../images/bg-05.png') right bottom no-repeat;
}
.index-title .span-cn .bdo-02{
    display: block;
    padding-left: 32px;
    background: url('../images/bg-04.png') left bottom no-repeat;
    font-size: 36px;
    color: #023c92;
    line-height: 36px;
}
.index-title.white .span-en{
    color: rgba(255,255,255,.1);
}
.index-title.white .span-cn .bdo-02{
    color: #fff;
}

.index-public-owl{
    position: relative;
    padding-left: 76px;
    padding-right: 76px;
}
.index-public-owl .owl-nav button.owl-next,
.index-public-owl .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-public-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/icon-08.png');
}
.index-public-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/icon-09.png');
}


.index-product-title{
    margin-top: 30px;
}
.index-product-title .span-01{
    display: inline-block;
    min-width: 120px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #fff;
    margin: 0 25px;
    line-height: 36px;
    background: #023c92;
    border-radius: 36px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-title .span-01:hover,
.index-product-title .span-01.on{
    background: #c30d23;
}

.index-product-nr{
    position: relative;
    margin-top: 40px;
}
.index-product-nr .div-nr-01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: -10;
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-product-nr .div-nr-01.on{
    display: block;
    visibility: visible;
    position: relative;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: translateY(0);
    z-index: 10;
}
.index-product-nr .index-about-more{
    margin-top: 35px;
}

.index-product-owl{
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 0;
}

.index-product-scroll{
    position: relative;
    z-index: 5;
    width: 100%;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.index-product-scroll ul,.index-product-scroll li{margin:0;padding:0;list-style:none}
.index-product-scroll img{border:0;vertical-align:top}

.index-product-scroll{position:relative; height:496px;text-align:left}
.index-product-scroll .d_img{position:relative;margin:0 auto;width:100%;height:100%} 
.index-product-scroll .d_img li{position:absolute;display:none;z-index:0;}
.index-product-scroll .d_img li img{width:100%}
    
 
.index-product-scroll .d_img li.d_pos1{display:block;width:16.25%;left:0%;top:42px;z-index:1}
.index-product-scroll .d_img li.d_pos2{display:block;width:16.25%;left:18.75%;top:42px;z-index:2}
.index-product-scroll .d_img li.d_pos3{display:block;width:18.75%;left:40.625%;top:0;z-index:3}
.index-product-scroll .d_img li.d_pos4{display:block;width:16.25%;right:18.75%;top:42px;z-index:2}
.index-product-scroll .d_img li.d_pos5{display:block;width:16.25%;right:0%;top:42px;z-index:1}


.index-product-scroll .d_menu{
    display: none;
}

.index-product-scroll .d_prev,
.index-product-scroll .d_next{
    position: absolute;
    top: 172px;
    z-index: 10;
    width: 50px;
    height: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-box-shadow:0 5px 10px rgba(6, 0, 1, .2);  
    -moz-box-shadow:0 5px 10px rgba(6, 0, 1, .2);  
    box-shadow:0 5px 10px rgba(6, 0, 1, .2); 
    border-radius: 50%;
}
.index-product-scroll .d_prev{
    left:36.875%;
    background-image: url('../images/icon-08.png');
}
.index-product-scroll .d_next{
    right:36.875%;
    background-image: url('../images/icon-09.png');
}

.index-product-a1 .span-img{
    background: #fff;
    height: 300px;
    line-height: 300px;
    text-align: center;
    -webkit-transition: all 0.5s ease .15s;
    -moz-transition: all 0.5s ease .15s;
    -o-transition: all 0.5s ease .15s;
    transition: all 0.5s ease .15s;
}
.index-product-a1 .span-img img{
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    height: auto;
    max-width: 100% !important;
    max-height: 300px;
}
.index-product-a1 .span-title{
    padding-bottom: 5px;
    background: url('../images/line-03.jpg') bottom left no-repeat;
    margin-top: 10px;
}
.index-product-a1 .span-title .bdo-title{
    font-size: 18px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.index-product-a1 .span-des{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
}
.index-product-a1.on .span-img{
    height: 384px;
    line-height: 384px;
    -webkit-box-shadow:0 0 16px rgba(6, 0, 1, .14);  
    -moz-box-shadow:0 0 16px rgba(6, 0, 1, .14);  
    box-shadow:0 0 16px rgba(6, 0, 1, .14); 
}
.index-product-a1.on .bdo-title{
    color: #023c92;
}



.index-ability{
    padding-top: 91px;
    padding-bottom: 112px;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.index-ability-cont{
    margin-top: 58px;
    background: url('../images/line-02.png') center center repeat-x;
}
.index-ability-owl{
    position: relative;
}
.index-ability-owl::before,.index-ability-owl::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 27px;
    height: 27px;
    background: #fff;
    border: 8px solid #2c60b9;
    border-radius: 50%;
}
.index-ability-owl::before{
    left: 34.625%;
}
.index-ability-owl::after{
    right: 34.625%;
}
.index-ability-owl .owl-nav button.owl-next,
.index-ability-owl .owl-nav button.owl-prev{
    filter:alpha(opacity=60);
    -moz-opacity:.6;
    -khtml-opacity: .6;
    opacity: .6;
    transform: translateY(calc(-100% - 10px));
}
.index-ability-a1 .span-fz{
    padding-bottom: 15px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.index-ability-a1::before,.index-ability-a1::after{
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
}
.index-ability-a1::before{
    width: 27px;
    height: 27px;
    background: #2c60b9;
    border: 1px solid rgba(255,255,255,0);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.index-ability-a1::after{
    width: 15px;
    height: 15px;
    background: #fff;
}
.index-ability-a1 .span-cont{
    padding-bottom: 35px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.index-ability-a1 .span-icon{
    width: 124px;
    margin-left: auto;
    margin-right: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url('../images/bg-08.png');

    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.index-ability-a1 .span-icon img{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-ability-a1 .span-icon .mg2{
    position: absolute;
    left: 0;
    top: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.index-ability-a1 .b-txt{
    font-size: 20px;
    color: #fff;
    line-height: 22px;
    margin-top: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-ability-a1 .span-img{
    width: 218px;
    border: 2px solid rgba(237,237,236,0);
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}


.index-field{
    padding-top: 91px;
    padding-bottom: 100px;
}
.index-field-owl{
    margin-top: 40px;
}
.index-field-a1{
    margin-top: 5px;
}
.index-field-a1:first-child{
    margin-top: 0;
}
.index-field-a1>img{
    width: 100%;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.index-field-a1 .span-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(2,60,146,.9);
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
}
.index-field-a1 .span-mc::before,.index-field-a1 .span-mc::after{
    content: " ";
    position: absolute;
    z-index: 1;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.index-field-a1 .span-mc::before{
    left: 3.125%;
    top: 3.125%;
    right: 100%;
    bottom: 100%;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.index-field-a1 .span-mc::after{
    right: 3.125%;
    bottom: 3.125%;
    left: 100%;
    top: 100%;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.index-field-a1 .span-cont{
    position: absolute;
    left: 3.125%;
    right: 3.125%;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
}
.index-field-a1 .bdo-num{
    font-size: 40px;
    font-family: "Arial";
    line-height: 40px;
}
.index-field-a1 .bdo-name{
    font-size: 20px;
    line-height: 30px;
    margin-top: 6px;
}
.index-field-a1 .bdo-line{
    height: 60px;
    background: url('../images/line-01.png') bottom center no-repeat;
    margin-top: 10px;
}
.index-field-a1 .bdo-more{
    margin-top: 37px;
    width: 140px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.index-consultation{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    padding-bottom: 80px;
    padding-top: 76px;
    color: #fff;
}
.index-consultation .span-cn{
    font-size: 30px;
    line-height: 40px;
}
.index-consultation .span-en{
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 17px;
}
.index-consultation .a-more{
    width: 150px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 8px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    margin-top: 44px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.index-consultation .a-more:hover{
    color: #023c92;
    background: #fff;
}

/*====================================== 02_产品中心 ======================================*/
.banner-inside{
    position: relative;
}
.banner-inside img{
    display: block;
    width: 100%;
}
.banner-inside-word{
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
    color: #fff;
}
.banner-inside-word.blue{
    color: #023c92;
}
.banner-inside-word .span-en{
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    padding-left: 12.5%;
}
.banner-inside-word .span-cn{
    font-size: 28px;
    line-height: 28px;
    margin-top: 17px;
    padding-left: 12.5%;
}


.public-bream{
    border-bottom: 1px solid #ededed;
}
.public-address{
    float: right;
    line-height: 50px;
    padding-left: 30px;
    background: url('../images/icon-13.png') left center no-repeat;
    font-size: 14px;
    color: #666;
}
.public-address a{
    font-size: 14px;
    color: #666;
}
.public-address a.on{
    color: #023c92;
}
.public-bream-cont{
    overflow: auto;
    height: 50px;
    white-space: nowrap;
}
.public-bream-cont a{
    display: inline-block;
    min-width: 114px;
    height: 50px;
    line-height: 50px;
    margin-bottom: -1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    color: #666;
    background: url('../images/line-04.jpg') left center no-repeat;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.public-bream-cont a:first-child{
    background: none;
}
.public-bream-cont a.on{
    background: #023c92;
    color: #fff;
}

.public-bream-submenu{
    padding-top: 20px;
    overflow: auto;
    white-space: nowrap;
}
.public-bream-submenu a{
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f7f7f7;
    margin-top: 10px;
    margin-right: 8px;
}
.public-bream-submenu a:hover,.public-bream-submenu a.on{
    background: #023c92;
    color: #fff;
}

.product-list{
    padding-top: 30px;
    padding-bottom: 60px;
}

.product-list .row{
    padding-bottom: 10px;
}
.product-list .index-product-a1{
    margin-bottom: 30px;
}
.product-list .index-product-a1 .span-img{
    height: 392px;
    line-height: 392px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.product-list .index-product-a1 .span-img img{
    display: inline-block;
    max-height: 370px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*====================================== 03_产品中心_详情 ======================================*/
.product-xq{
    padding-bottom: 60px;
}
.product-intro{
    padding-top: 50px;
}
.product-intro-cont{
    padding-top: 42px;
    padding-bottom: 50px;
    background: #f7f7f7;
    margin-top: 30px;
}
.product-title{
    font-size: 30px;
    color: #333;
    line-height: 32px;
    padding-left: 21px;
    border-left: 5px solid #023c92;
}
.product-intro-scroll{
    float: left;
    width: 41.66%;
    margin-right: 80px;
    padding-top: 8px;
}
.product-intro-img{
    width: 100%;
    text-align: center;
    height: 320px;
    line-height: 320px;
    background: #fff;
    font-size: 0;
}
.product-intro-img img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 320px;
}
.product-intro-owl{
    width: 100%;
    margin-top: 6px;
}
.product-intro-owl .owl-nav button.owl-prev,.product-intro-owl .owl-nav button.owl-next{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.product-intro-owl .owl-nav button.owl-prev{
    left: 0;
    background-image: url('../images/icon-16.png');
}
.product-intro-owl .owl-nav button.owl-next{
    right: 0;
    background-image: url('../images/icon-17.png');
}
.product-intro-owl .span-01{
    position: relative;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    font-size: 0;
    cursor: pointer;
}
.product-intro-owl .owl-item .span-01 img{
    display: inline-block !important;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80px;
}
.product-intro-owl .span-01.on:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #023c92;
}


.product-intro-art{
    font-size: 14px;
    line-height: 28px;
    color: #555;
}
.product-intro-art .b-title{
    font-size: 24px;
    line-height: 38px;
    color: #333;
}
.product-intro-art .div-des{
    height: 308px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 11;
    overflow: hidden;
    margin-top: 17px;
}
.product-intro-art .div-des.on{
    height: auto;
    display: inline;
}
.product-intro-art .div-toggle{
    text-align: right;
    margin-top: 30px;
}
.product-intro-art .div-toggle .span-01{
    display: inline-block;
    line-height: 22px;
    padding-right: 31px;
    font-size: 16px;
    color: #023c92;
    background: url('../images/icon-15.png') right center no-repeat;
    display: none;
    cursor: pointer;
}
.product-intro-art .div-toggle .span-01:first-child{
    display: inline-block;
    background: url('../images/icon-14.png') right center no-repeat;
}
.product-intro-art .div-toggle.on .span-01{
    display: inline-block;
}
.product-intro-art .div-toggle.on .span-01:first-child{
    display: none;
}


.product-art,.product-parameter{
    padding-top: 50px;
}
.product-art .div-des{
    font-size: 14px;
    line-height: 28px;
    color: #555;
    margin-top: 25px;
}
.product-parameter .div-auto{
    margin-top: 30px;
    overflow: auto;
}
.product-parameter .div-des{
    min-width: 767px;
}

/*====================================== 04_技术支持 ======================================*/
.down-main{
    padding-top: 50px;
    padding-bottom: 60px;
}
.down-list{
    padding-bottom: 30px;
}
.down-list li{
    padding-bottom: 30px;
}
.down-a1{
    padding: 40px 30px;
    background: #f7f7f7;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.down-a1 .span-title{
    font-size: 24px;
    color: #333;
    padding-left: 45px;
    background: url('../images/icon-18.png') left top no-repeat;
    line-height: 30px;
/*    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
}
.down-a1 .span-01{
    text-align: right;
    margin-top: 30px;
}
.down-a1 .span-01 .bdo-01{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #023c92;
    border-radius: 7px;
    font-size: 16px;
    color: #023c92;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*====================================== 05_技术支持_问题咨询 ======================================*/
.question-main{
    padding-top: 50px;
    padding-bottom: 60px;
}
.question-title{
    font-size: 30px;
    color: #023c92;
    line-height: 30px;
}
.question-form{
    padding-top: 10px;
    padding-left: 6.66%;
    padding-right: 11.33%;
}
.question-01{
    padding-top: 30px;
    padding-left: 177px;
}
.question-01 .span-title{
    float: left;
    margin-left: -177px;
    width: 177px;
    text-align: right;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    padding-right: 8px;
}
.question-01 .span-title bdo{
    color: #ff0000;
}
.question-01 .put-01{
    background: none;
    outline: none;
    resize: none;
    width: 100%;
    line-height: 20px;
    padding: 7px 15px;
    border: 1px solid #dbdbdb;
    font-size: 14px;
}
.question-01 .text-01{
    height: 100px;
}

.question-top{
    padding: 11px 64px 11px 40px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    background: url('../images/icon-19.png') right 50px center no-repeat #ededed;
    cursor:pointer;
}
.question-bottom{
    padding: 13px 40px;
    background: #f7f7f7;
    height: 310px;
    overflow: auto;
}
.question-bottom .div-01{
    margin-top: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #023c92;
}
.question-bottom .div-01:first-child{
    margin-top: 0;
}
.question-bottom .div-01 label{
    cursor: pointer;
    font-weight: normal;
}
.question-bottom .div-01 input{
    margin-right: 11px;
    position: relative;
    top: 1px;
}

.question-01 .but-01{
    border: none;
    outline: none;
    width: 196px;
    height: 56px;
    background: #023c92;
    border-radius: 8px;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}

/*====================================== 06_应用领域 ======================================*/
.field-main{
    padding-top: 50px;
    padding-bottom: 30px;
}
.field-main .index-field-a1{
    margin-bottom: 30px;
}
.field-main .index-field-a1 .bdo-line{
    height: 36px;
    background: url('../images/line-01.png') top center no-repeat;
    margin-top: 10px;
}
.field-main .index-field-a1 .bdo-more{
    margin-top: 25px;
}

/*====================================== 07_应用领域_详情 ======================================*/
.field-art{
    padding-top: 45px;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 28px;
    color: #555;
}
.public-art-title{
    font-size: 30px;
    color: #023c92;
    text-align: center;
    line-height: 40px;
}
.field-art .div-des{
    margin-top: 28px;
}

/*====================================== 08_资讯中心 ======================================*/
.news-main{
    padding-top: 50px;
    padding-bottom: 60px;
}
.news-list{
    padding-bottom: 30px;
}
.news-list li{
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 30px 30px 30px 300px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.news-list li .a-img{
    font-size: 0;
    margin-left: -270px;
    width: 230px;
    height: 170px;
    line-height: 170px;
}
.news-list li .a-img img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 170px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.news-list li .div-title{
    position: relative;
    padding-right: 100px;
    line-height: 20px;
}
.news-list li .div-title a{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
}
.news-list li .div-title .span-date{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #023c92;
}
.news-list li .div-des{
    font-size: 14px;
    line-height: 28px;
    color: #555;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}
.news-list li .a-more{
    margin-top: 34px;
    width: 120px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #023c92;
    color: #023c92;
    border-radius: 8px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*====================================== 09_资讯中心_详情 ======================================*/
.news-art{
    padding-top: 45px;
    padding-bottom: 50px;
}
.news-art .div-title{
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.news-art .div-title .span-title{
    font-size: 30px;
    color: #023c92;
    line-height: 40px;
}
.news-art .div-title .span-info{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    padding-top: 12px;
}
.news-art .div-title .span-info .bdo-01,.news-art .div-title .span-info .bdo-share{
    float: left;
    margin: 10px 35px 0;
}
.news-art .div-title .span-info .bdo-01 img{
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.news-art .div-title .span-info .bdshare-button-style0-16 i{
    font-style: normal;
}
.news-art .div-title .span-info .bdshare-button-style0-16 a{
    margin: 3px 15px 0 5px;
}
.news-art .div-des{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-top: 24px;
}

.news-art-pages{
    padding-top: 25px;
    margin-top: 44px;
    border-top: 1px solid #e6e6e6;
}
.news-art-pages .span-01{
    float: right;
    max-width: 50%;
    padding-left: 25px;
}
.news-art-pages .span-01 a{
    display: block;
    font-size: 16px;
    color: #666;
    padding-left: 32px;
    background: url('../images/icon-14.png') left center no-repeat;
    max-width: 100%;
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-art-pages .span-01:first-child{
    float: left;
    padding-left: 0;
    padding-right: 25px;
}
.news-art-pages .span-01:first-child a{
    background: url('../images/icon-15.png') left center no-repeat;
}
.news-art-pages .span-01 a:hover{
    color: #023c92;
}

/*====================================== 11_联系我们 ======================================*/
.contact-main{
    padding-top: 50px;
    padding-bottom: 60px;
}
.contact-cont{
    margin-top: 50px;
}
.contact-map{
    float: left;
    width: 55%;
}
.contact-map img{
    width: 100%;
}

.contact-list{
    float: right;
    width: 36.66%;
}
.contact-list li{
    padding-left: 80px;
    padding-top: 28px;
    line-height: 24px;
}
.contact-list li:first-child{
    padding-top: 0;
}
.contact-list li .mg-icon{
    float: left;
    margin-left: -80px;
}
.contact-list li .span-name{
    font-size: 18px;
    color: #333;
    padding-top: 3px;
}
.contact-list li .span-des{
    font-size: 16px;
    color: #666;
    margin-top: 7px;
    min-height: 48px;
}

.contact-form{
    padding-top: 65px;
}

/*====================================== 10_关于我们 ======================================*/

.about-intro{
    padding-top: 50px;
    padding-bottom: 53px;
}
.about-title{
    font-size: 30px;
    line-height: 30px;
    color: #023c92;
    padding-bottom: 20px;
    background: url('../images/line-05.jpg') left bottom no-repeat;
}
.about-title.tc{
    background-position: center bottom;
}

.about-intro-des{
    font-size: 14px;
    line-height: 28px;
    color: #555;
    margin-top: 33px;
}

.about-zizhi{
    padding-top: 75px;
    padding-bottom: 55px;
    background: url('../images/line-06.png') center top no-repeat;
}

.about-zizhi-owl{
    padding-left: 55px;
    padding-right: 55px;
    margin-top: 26px;
}
.about-zizhi-01{
    padding: 14px;
}
.about-zizhi-01 .span-01{
    height: 172px;
    line-height: 170px;
    font-size: 0;
    text-align: center;
    border: 1px solid #ededed;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-zizhi-owl .owl-item .about-zizhi-01 .span-01 img{
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.about-zizhi-01 .span-01:hover{
    -webkit-box-shadow:0 0 14px rgba(0, 0, 0, .14);  
    -moz-box-shadow:0 0 14px rgba(0, 0, 0, .14);  
    box-shadow:0 0 14px rgba(0, 0, 0, .14); 
}

.about-social{
    padding-top: 110px;
    padding-bottom: 110px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.about-social-cont{
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    line-height: 18px;
    color: #023c92;
    margin-top: 40px;
}
.about-social-01{
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.about-social-01 .mg-icon{
    margin-bottom: 20px;
}


.about-innovate{
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-innovate-cont .mg-01{
    float: right;
    width: 52.66%;
}
.about-innovate-01{
    position: absolute;
    left: 0;
    top: 12.5%;
    bottom: 12.5%;
    width: 54.16%;
    z-index: 1;
    background: url('../images/bg-11.png') right top no-repeat #f4f4f4;
    font-size: 18px;
    color: #023c92;
    line-height: 28px;
}
.about-innovate-01 .div-cont{
    position: absolute;
    top: 50%;
    left: 15.38%;
    right: 15.38%;
    transform: translateY(-50%);
}
.about-innovate-01 .div-des{
    padding-top: 64px;
}


.about-ability{
    padding-bottom: 80px;
}
.about-ability-top{
    padding-top: 75px;
    background: url('../images/line-06.png') center top no-repeat;
}

.about-ability .index-ability-owl::before,.about-ability .index-ability-owl::after{
    display: none;
}
.about-ability .index-ability-cont{
    background: url('../images/line-07.png') center center repeat-x;
}
.about-ability .index-ability-a1::before{
    background: #fff;
    border: 1px solid rgba(229,229,229,0);
}
.about-ability .index-ability-a1::after{
    width: 15px;
    height: 15px;
    background: #e6e6e6;
}


.about-ability .index-ability-a1 .b-txt{
    color: #666;
    font-weight: normal;
}

.return-top{
    position: fixed;
    right: 5%;
    bottom: 5%;
    width: 60px;
    background: #023c92;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    display: none;
}
.return-top.on{
    display: block;
}
