
/*------ public  -------*/
* {
    margin: 0;
    padding: 0;
    text-decoration:none;
    box-sizing: border-box;
}

body {
    min-width: 1280px;
    /*height: 2000px;*/
    font-family: "微软雅黑" !important;
}
ul,li{
    list-style: none;
}
img {
    max-width: 100%;
}
a {
    color: #fff;
    text-decoration: none;
}
.borderB {
    border-bottom: 1px solid #fff;
}
.blankFFF {
    width: 100%;
    background: #fff;
    height: 2px;
}
.color343434 {
    color: #343434;
}
.color191919 {
    color: #191919;
}
.fontSize28{
    font-size: 28px !important;
}
.fontSize36{
    font-size: 36px !important;
}

.w120 {
    width:120px;
}
.industryHeader {
    background: #2A3542;
    height: 72px;
    padding: 0 12%;
    text-align: center;
    width: 1920px;
    /*position: fixed;*/
    /*top: 0;*/
    /*z-index: 999;*/

}
.header {
    background: #2A3542;
    height: 72px;
    padding: 0 5%;
    text-align: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.logo,nav {
    display: inline-block;
    vertical-align: middle;
}
.logo {
    width: 40%;
    padding: 15px;
}
nav {
    width: 35%;
    height: 72px;
    min-width:450px;
    position: relative;
    font-family: "微软雅黑" !important;
}
nav li {
    display: inline-block;
    width: 25%;
    color: #fff;
    height: 72px;
    line-height: 72px;
    text-align: center;
    max-width: 108px;
    cursor:pointer;

}
/*nav li.active {*/
    /*background: rgba(149,203,219,0.48);*/
    /*border-bottom: 2px solid #FF6C60;*/
/*}*/
nav li:hover {
    background: rgba(149,203,219,0.48);
    /*border-bottom: 2px solid #FF6C60;*/
}
.loginIcon {
    background: url('/management/img/initPage/login-icon.png') no-repeat left;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 8px 0 -5px;
    position: relative;
    top: 1px;
}
.navBtn {
    position: absolute;
    top: 19px;
    right: -100px;
    width:82px;
    height:34px;
    background: rgba(149,203,219,0.48);
    border:none;
    border-radius:5px;
    font-size:16px;
    color: #fff;
    font-family: "微软雅黑" !important;
}
.navBtn:hover{
    background: #558897;
}
.navBtn a,.navBtn a:visited{
    color: #fff;
}
.banner {
    background: url(/management/img/initPage/case-bg.jpg) no-repeat center 24px;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 400px;
    position: relative;
    display: table;
    margin-top: 72px;
}
.introduce {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.introduceBox {
    width:45%;
    margin:0 auto;
    text-align: left;
    min-width:550px;
}
.introduceBox h1{
    margin-bottom:22px;
    font-size: 36px;
}
.introduce p {
    margin: 0;
    font-size: 18px;
}




@media (max-width: 773px) {
    .logo{
        width: 38%;
    }
}
.mb80{
    margin-bottom: 80px !important;
}
figcaption{
    margin-top: 13px !important;
    font-size: 28px !important;
}
.mis-current a figure figcaption{
    color: #FFF !important;
    margin-top: 65px !important;
}
.mis-slide a figure figcaption{
    margin-top: 65px !important;
}
.mis-slide a figure img{
    border: 15px solid rgba(255,255,255,.4);
}
/*.mis-current a figure img{
	width: 156px;
	height: 156px;
}*/
.mis-stage{
    background-color: #A4EAE4 !important;
}
.mis-nav-buttons a.mis-prev:before, .mis-nav-buttons a.mis-next:after{
    font-size: 60px !important;
}
.mis-current li img{
    max-width: 250px !important;
}
/* footer copyRight*/
.footerTop{
    width: 100%;
    background: #FFF;
}
.w1920 {
    width:1920px;
}
.h172 {
    height:172px;
}
.follow {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    color: #3F3F3F;
    padding: 50px 0 8px 0;
    position: relative;
}
.follow h5 {
   font-weight: bold;
    font-size: 18px;
    margin:0 0 24px 0;
}
.followBox {
    float: left;
    width:33.3333%;
}
.contactBox {
    width:60%;
    margin:0 auto;
    text-align: left;
}
.contactBox p{
    font-size:16px;
    margin:5px 0 10px;
}
.scanTips {
    font-size: 12px;
    color: #999;
    margin-top:12px;
}
.copyRight {
    background-color: #e3e5e7;
    text-align: center;
    padding:10px 0;
    font-size: 12px;
    color: #1a1a1a;
}
.copyRight img {
    width:70px;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
}
.blankV {
    width:1px;
    height:20px;
    background: #B8B9BA;
    display: inline-block;
    position: relative;
    top:5px;
    margin:0 10px;
}
.blankV.h172 {
    height:172px;
    position: absolute;
    background: #d2d2d2;
    top:50px;
    left: 33.333%;
}
.blankV.left66 {
    left:66.66666%;
}
footer a {
    color: #2758aa;
    margin-left:17px;
}
/*----- Case page  -----*/
.content {
    width: 100%;
    padding: 30px 0 100px;
    background: #8DE3DC;
    box-sizing: content-box;
}
.contentTitle {
    width: 100%;
    text-align: center;
}
.contentTitle h3 {
    font-weight: 400;
}

.caseWrap {
    width: 100%;
    /*height: 500px;*/
    margin-top: 50px;
    padding: 20px 0;
}
.qrcode {
    width: 194px;
}
.qrcodeText {
    font-size: 14px;
    color: #393939;
    margin:15px 0 44px;
}
.caseBox {
    display: none;
}
.caseBox.active {
    display: block;
}


/* swiper reset */
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 884px;
    margin:0 auto 50px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.paginationWrap {
    width: 100%;
    height: 70px;
    position: relative;
    /*margin-top: -50px;*/
}
.paginationBox {
    width: 654px;
    height: 64px;
    padding: 20px;
    border-radius: 44px;
    background: rgba(255,255,255,0.5);
    /*left: 26%;*/
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    position: relative;
    margin: 0 auto 0;
}
.swiper-container-horizontal .swiper-pagination {
    position: relative;
    margin:0 auto;
}
.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet-active {
    width: 14px;
    height:14px;
    vertical-align: middle;
}
/*.swiper-button-next,.swiper-button-prev {*/
    /*top: 62%;*/
/*}*/
.swiper-button-next,.swiper-button-prev{
    background: url("/management/img/initPage/arrow-left.png") no-repeat;
    height: 39px;
    transition:all 0.3s;
}
.swiper-button-next{
    right: 18%;
    transform: rotate(180deg);

}
.swiper-button-prev  {
    left: 18%;
}
.swiper-pagination-bullet {
    background: transparent;
    border:1px solid #fff;
    opacity: .9;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.caseBoxL,.caseBoxR {
    width: 180px;
    float: left;
}
.caseBtn {
    padding: 20px 10px;
    opacity: 0.6;
    background: #fff;
    height: 210px;
    position: relative;
}
.caseBtn.active {
    opacity: 1;
    /*background: #fff;*/
}
.caseBtn img{
    width: 106px;
    margin: 23px 15px 0;
}
.caseBtn p {
    font-size: 16px;
    margin-top: 14px;
    color: #393939;
}
.arrow {
    position: absolute;
    display: none;
}
.arrow-left {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 17.3px;
    border-color: transparent transparent transparent #ffffff;
    top: 45%;
    right: -10px;
    z-index: 999;
}
.arrow-right {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 17.3px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 45%;
    left: -10px;
    z-index: 999;
}
.caseBtn.active .arrow {
    display: block;
}
.caseBox {
    float: left;
    width: 498px;
    height: 422px;
    text-align: center;
    padding: 32px 0 10px;
    background: url(/management/img/initPage/background-1.png) no-repeat center /cover;
    position: relative;
}
.caseText,.bloodLogo {
    float: left;
}


.caseInfo {
    width: 100%;
    background: rgba(255,255,255,0.5);
    margin: 25px auto 0;
    padding: 20px 15px 19px 128px;
    position: absolute;
    bottom: 0;
}
.bloodLogo {
    width: 90px;
    height: 90px;
    /*padding: 10px;*/
    /*background: #fff;*/
}
.bloodLogo img {
    /*width: 50px;*/
    max-width: 100%;
}
.caseText {
    color: #393939;
    text-align: left;
    margin-left: 26px;
    font-size: 14px;

}
.caseText h3 {
    font-size: 18px;
}
.caseText h3,
.caseText p {
    margin: 0;
}
.fa-star,.fa-star-o {
    color:#ffb400;
}

/********** industry page  ****/
.topBanner{
    /*background: url(../img/top-banner.png) no-repeat top center /100%;*/
    width: 1920px;
    position: relative;
}
.topBanner .mainContent{
    position: absolute;
    top: 0 ;
    left: 50%;
    width: 1920px;
    margin-left: -960px;
}
.bannerlogo{
    background: url(/management/img/initPage/bannerlogo-1.png) no-repeat center;
    width: 78px;
    height: 117px;
    margin: 50px auto 30px auto;
}
.topBannerTit{
    font-size: 45px;
    color: #2A3542;
    text-align: center;
    margin-bottom: 28px;
    font-weight: 700;
}
.topBannerSubtit{
    font-size: 22px;
    color: #2A3542;
    width: 80%;
    margin: 0 auto;
    
    text-align: center;
}
.topBannerSubtit span{
    display: inline-block;
    padding: 2px;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #2A3542;
    border-radius: 4px;
    letter-spacing: 4px;
    text-align: center;
}
.topPicture{
    width: 570px;
    height: 320px;
    background: url(/management/img/initPage/top-picture.png) no-repeat;
    margin: 0 auto;
    margin-top: 95px;
}
i.numBar{
    display: inline-block;
    width: 6px;
    height: 16px;
    background:#2A3542;
    border-radius: 3px;
}
.loginButton{
    position: absolute;
    top: 340px;
    right: 590px;
    font-size: 24px;
    background: #27CFC1;
    border-radius: 50px;
    padding: 5px;
    width: 170px;
    height: 60px;
    line-height: 50px;
    text-align: center;
}

.loginButton a,.loginButton a:visited{
    display: block;
    color: #FFF;
    letter-spacing: 2px;
}
.full-width {
    width: 1920px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.greenWarp{
    width: 1920px;
    background: #A4EAE4;
}
.warpTit,.warpSubtit{
    color: #393939;
    text-align: center;
    margin: 0 auto;
    width: 80%;
}
.warpTit{
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 700;
}
.warpSubtit{
    font-size: 22px;
}
.picture1{
    width: 464px;
    height: 95px;
    margin: 56px auto 67px auto;
}
.picture2{
    width: 824px;
    height: 439px;
    margin: 0 auto 78px auto;
}
.picture3{
    width: 472px;
    height: 119px;
    margin: 56px auto 67px auto;
}
.picture4{
    /*width: 908px;
    height: 415px;
    margin: 0 auto 67px auto;*/
    width: 908px;
    height: 415px;
    position: absolute;
    left: 50%;
    margin-left: -454px;
}
.activeWarp{
    background: #F2F2F2;
    width: 1920px;
}

.articleList{
    width: 813px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}
.articleList:after{
    display: block;
    content: '';
    height: 0;
    clear: both;
}
.articleList li{
    margin-bottom: 60px;
}
.articleImg{
    float: left;
    width: 184px;
    height: 140px;
    margin-right: 32px;
}
.articleTit{
    font-size: 18px;
    color: #393939;
    margin-bottom: 19px;
}
.articleMain{
    font-size: 14px;
    color: #484848;
    margin-bottom: 13px;
}
.articleTime{
    font-size: 12px;
    color: #484848;
    margin-bottom: 10px;
}
.articleBox{
    display: -moz-box; 
    display: -webkit-box; 
    display: box; 
    width: 320px;
}
.articleBox .box{
    -moz-box-flex: 1; 
    -webkit-box-flex: 1; 
    box-flex: 1;
    font-size: 12px;
    text-align: center;
    color: #999;
    border-right: 1px solid #999;
}
.articleBox .box:last-child{
    border-right: none;
}

/*-----  product page  -----*/
.productPage {
    display: none;
}
.productPage .banner {
    background: url(/management/img/initPage/product/banner1.jpg) no-repeat top center;
    height:1050px;
    background-attachment: fixed;
}

.productPage .introduce p{
    font-size: 28px;
    color: #fff;
    text-align: right;
    margin:10px 0;
}
.fontSize60 {
    font-size: 60px!important;
}
.fontSize44 {
    font-size: 44px!important;
}
.bannerLogo {
    width: 120px;
    margin: 103px auto 28px;
    opacity: .2;
}

.bannerTitle {
    width: 320px;
    margin: 0 auto 50px;
    display: inline-block;
    position: relative;
    left: -12%;
    top: -112px;
    z-index:999;
}
.bannerImg {
    width: 38%;
    max-width: 682px;
    /*margin: 96px auto;*/
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 48%;
    opacity: 0;
}
.h800 {
    height: 800px;
}
.h400 {
    height: 400px;
}
/* content area*/

.mr125 {
    margin-right: 125px;
}
.mr58 {
    margin-right: 58px;
}
.productPage .content {
    background: #f5f5f5;
}
.bgOrange {
    background:  #FF7E73;
}
.colorFFF {
    color: #fff!important;
}
.contentSection {
    padding: 190px 0 0;
}
.infoTitle {
    color: #2a3542;
    text-align: center;
}
.infoTitle h3 {
    font-size: 30px;
    font-weight: 300;
    margin: 40px 0 34px;
}
.infoTitle p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
.featureWrap {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0 190px;
    text-align: center;
    opacity:0;
}
.pt90 {
    padding-top:90px;
}
.feature {
    display: inline-block;
}
.feature:last-child {
    margin-right: 0px;
}
/*-----  about page  -----*/
section.about{
    background: #F2F2F2;
}
.aboutBanner{
    background: url(/management/img/initPage/about-us-bg.png) no-repeat top;
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    width: 100%;
    height: 698px;
    position: relative;
    display: table;
    margin-top: 72px;
}
.aboutInfo {
    color: #fff;
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
}
.aboutInfoBox {
    width: 690px;
    margin:0 auto;
    text-align: left;
    min-width:550px;
    margin-top: 155px;
}
.aboutInfoBox h1{
    margin-bottom: 18px;
    font-size: 36px;
}
.aboutInfoBox p {
    margin: 0;
    font-size: 23px;
}
.abus{
    background: url("/management/img/initPage/abus-bg2.png") no-repeat center/100%;
    background-position-y: top;
    width: 100%;
    /*height: 800px;*/
    margin-top: -200px;
    padding-bottom:80px;
}
.aboutInfoMain{
    padding: 50px 0;
}
.aboutTitle{
    padding-top: 260px;
}
.aboutTitle h3{
    margin-top: 20px;
    font-size: 33px;
}
.aboutTitleImg {
    margin-top: 45px;
    
}
.aboutWrap {
    width: 918px;
    margin: 0 auto;
    background: url("/management/img/initPage/abus-map.png") no-repeat center bottom/100%
}
.aboutSharing{
    width:100%;
    margin-top: 60px;
    font-size: 18px;
    color: #3f3f3f;
    /*text-align: center;*/
}
.aboutSharing h5 {
    width:100%;
    padding:12px;
    background: #2a3542;
    color: #fff;
    margin:10px 0;
    font-size: 16px;
}
.aboutSharing p {
    font-size: 14px;
    line-height: 24px
}
ul.aboutService,
ul.aboutService li{
    list-style: disc;
    list-style-position: inside;
    font-size: 14px;
    margin-bottom: 12px;
}

.sectionBg{
    width: 100%;
    background: #A4EAE4;
}
.warp{
    width: 1080px;
    margin: 0 auto;
}
.bg1{
    background: #A4EAE4;
}
.bg2{
    background: #f5f5f5;
}
.bgGray{
    background-image: url(/management/img/initPage/bgGray.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.productPage .contentTitle{
    color: #393939;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    padding: 100px 0 90px;
}
.productPage .contentTitle span{
    font-size: 56px;
}
.functionLi{
    width: 920px;height: 230px;
    margin: 0 auto;
    background: url(/management/img/initPage/function.png) no-repeat 100%;

}
.functionWarp{
    position: relative;
}
.functionWarp img{
   opacity: 0;
}
.functionWarp img:first-child{
    opacity:1;
}
.pd50{
    padding-bottom: 50px;
}
.pd90{
    padding-bottom: 90px;
}
.mb20{
    margin-bottom: 20px;
}
.mb90{
    margin-bottom: 90px;
}
.ml25 {
    margin-left:25px;
}
.mb180{
    padding-bottom: 180px;
}
.pic{
    position: absolute;
}
.pic1_4{
    right: 100px;
    top: 60px;
    z-index: 2;
}
.pic1_5{
    right: -100px;
    top: 40px;
    z-index: 1;
}
.pic2{
    width: 328px;
}
.pic2_4{
    top: 370px;
    left: 50%;
    margin-left: -175px;
    z-index: 2;
}
.pic2_5{
    top: 400px;
    right: 0%;
    margin-right: -175px;
    z-index: 1;
}
.pic2_6{
    top: 400px;
    left: 0%;
    margin-left: -175px;
    z-index: 1;
}
.pic3_3{
    top: 430px;
    left: 50%;
    margin-left: -415px;
}
.pic4_4{
    right: 0px;
    top: 54px;
    z-index: 2;
}
.pic4_5{
    right: 217px;
    top: 100px;
    z-index: 1;
}
.pic5_3{
    top: 370px;
    left: 50%;
    margin-left: -438px;
    z-index: 2;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media (max-width: 1440px) {
    .swiper-button-next{
        right: 13%;
    }
    .swiper-button-prev {
        left: 13%;
    }
}
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
