body{
   font-family: "PingFangSC-Regular", "PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif
}
a{
    text-decoration: none;
    color:#333
}
/* .isHide{
    display: none!important;
} */
/* header */
.header{
    z-index: 9999999;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background:#001953;
    /* box-shadow:0 1px 6px 0 #e9e9e9; */
    font-size: 16px;
    color:#fff
}
.header.white{
    background:#fff;
}
.logo-area{
    flex: 0 0 auto;
    width:88px;
    height: 31px;
    background:url(../img/caika-logo.png) center center no-repeat;
    background-size: 88px 31px;
    margin-right: 30px;
}
.logo-area.white{
    background:url(../img/caika-logo-white.png) center center no-repeat;
    background-size: 88px 31px
}
.logo-area a{
    display:block;
    width: 100%;
    height: 100%;
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 calc((100% - 1200px) / 2);
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    background:#001953;
}
.header-content.white{
    background:#fff;
}
.main-area{
    padding:0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.main-area>a, .main-area > div{
    flex:0 0 auto;
    display: block;
    padding:0 15px;
    text-decoration:none;
    font-weight: 500;
    color:#fff;
}
.main-area.white>a, .main-area.white > div{
    color:#333;
}
.main-area>div:first-child, .main-area>div:nth-child(2) {
    padding-right: 30px;
}
.main-area>div:first-child span, .main-area>div:nth-child(2) span {
    position:relative;
}
.main-area>div:first-child span:after, .main-area>div:nth-child(2) span:after{
    content: '';
    display:block;
    width: 8px;
    height: 4px;
    background:url(../img/triangle.png) center center no-repeat;
    transition: transform 0.25s ease;
    background-size: 8px 4px;
    position:absolute;
    right:-15px;
    top: 50%;
    margin-top: -2px;
}
.main-area.white>div:first-child span:after, .main-area.white>div:nth-child(2) span:after{
    background:url(../img/triangle-white.png) center center no-repeat;
    background-size: 8px 4px;
}
.search-clicked {
    width: 900px;
    display: flex;
    justify-content:space-around;
    align-items: center;
}
.header-phone {
    display:block;
    width: 143px !important;
    height: 30px;
    background:url(../img/header-phone.png) center center no-repeat;
    background-size: 100% 100%;
}
.header-phone.white{
    background:url(../img/header-phone-white.png) center center no-repeat;
    background-size: 100% 100%;
}
.search-area {
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-area a{
    width: 128px;
    flex: 0 0 auto;
}
.search-area .erp-login{
    width: 150px !important;
    color:#fff;
    text-decoration:none;
    font-weight: 500;
    text-align:center;
}
.search-area.white .erp-login{
    color:#333;
}
.search-area .order-btn{
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    /* border-radius: 35px; */
    text-align:center;
    cursor: pointer;
    text-decoration: none;
    color:#fff;
    background:#1C56A0;
}
.main-area .childMenu {
    position:absolute;
    z-index: -9999;
    top:-400px;
    left:0px;
    width: 100%;
    padding:0 calc((100% - 1200px) /2) 6px;
    height: 280px;
    overflow:hidden;
    transition:all 0.4s ease;
    opacity: 0;
    background:#fff;
    color:#333;
}
.product{
    height: 120px !important
}
.main-area>div:hover .childMenu{
    z-index: 1;
    opacity: 1;
    top: 79px;
}
.main-area>div:hover span:after{
    transform:rotate(180deg)
}

.main-area .childMenu li {
    margin-bottom: 36px;
    font-size: 18px;
    color:#333;
    display:flex;
    align-items: center;
}
.main-area .childMenu li > a{
    display:flex;
    align-items: flex-start;
    text-decoration: none;
}
.main-area .childMenu li img{
    display:block;
    width: 24px;
    height: 24px;
    margin-right: 14px;
}
.main-area .childMenu li > a div{
    line-height: normal;
}
.main-area .childMenu li > a p:first-child{
    font-size: 16px;
    color: #333333;
    height: 21px;
    line-height: 21px;
}
.main-area .childMenu li > a p:last-child{
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
    height: 19px;
    line-height: 19px;
}
.service{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.service ul{
    margin-top: 38px;
}
.service ul:first-child{
    margin-right: 120px;
}
.service ul:last-child{
    margin-left: 50px;
}

.product ul{
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 36px;
}
.product ul li{
    margin-right: 120px;
}
/* footer */
/* footer end */
/* seo */
.seo{
    display: none !important
}
/* seo end */
/* footer */
.footer{
    width:100%;
    color:#fff;
    font-size: 12px;
    background: #001953;
    /* text-align: center; */
    /* background:url(../img/footer-pc.png) center center no-repeat; */
    /* background-size: 100% 100%; */
    padding:55px 0 46px;
}
.footer .container{
    width: 1200px;
    margin: 0 auto;
}
.footer-center{
    display:flex;
    justify-content: space-between;
}
.caika-list{
    display:flex;
}
.caika-list h4{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 22px;
}
.caika-list li{
    margin-bottom: 23px;
    color:#e1e1e1;
}
.caika-list div{
    margin-right: 80px;
}
.caika-list div:last-child{
    margin-right:0px;
}
.caika-list div:nth-child(1) li{
    width: 56px;
}
.caika-list div:nth-child(2) li{
    width: 68px;
    letter-spacing: -1px;
}
.caika-list div:nth-child(2) h4{
    letter-spacing: -1px;
}
.caika-list div:nth-child(3) li{
    width: 140px;
}
.caika-list div:nth-child(4) li{
    width: 14em;
}
.caika-list li a{
    text-decoration: none;
}
.contact{
    margin-right: 30px;
}
.line{
    width:3px;
    height:125;
    background:#999;
    margin-top:-10px
}
.contact .foot-logo{
    width: 88px;
    height: 30px;
    margin-bottom: 37px;
}
.contact .foot-logo img{
    display: block;
    width: 100%;
}
.caika-list li a,.contact h4,.contact p{
    font-size: 14px;
    color: #bfbfbf;
    font-weight: 400;
}
.contact p {
    line-height: 30px;
}
.address img{
    display: block;
    width: 100%;
}
.address h5{
    font-size: 14px;
    font-weight: 600;
    color: #D8D8D8;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1px;
}
.footer .footer-bottom{
    padding-top: 35px;
    color:#fff;
    line-height:22px;
    font-size: 14px;
}
.footer .footer-bottom p{
    line-height: 35px;
    font-weight: 400;
}

.footer-bottom a{
    text-decoration: none;
    color:#fff !important
} 
.footer .footer-bottom p:nth-child(1),.footer .footer-bottom p:nth-child(1) a{
    color: #bfbfbf!important;
}
#yq a{
    padding:0 8px
}
/* fixed nav */
.goback, .phone{
    position:fixed;
    right:0;
    z-index:9999999;
    width: 56px;
    height: 56px;
    border: 1px solid #ccc;
}
.goback{
    top:70%;
    background:url(../img/goback.png) center center no-repeat;
    background-color:#fff;
    background-size: 22px 22px;
}
.phone{
    top:calc(70% - 70px);
    background:url(../img/phone.png) center center no-repeat;
    background-color:#fff;
    background-size: 20px 20px
}
.goback:hover{
    border-color:#175091;
    background-image:url(../img/goback-active.png)
}
.phone:hover{
    border-color:#175091;
    background-image:url(../img/phone-active.png)
}
.phone h3{
    position:absolute;
    right:-56px;
    top:50%;
    z-index:-1;
    transition:all .25s ease;
    -webkit-transition:all .25s ease;
    -moz-transition:all .25s ease;
    -ms-transition:all .25s ease;
    -o-transition:all .25s ease;
    transform:translateX(56px);
    -webkit-transform:translateX(56px);
    -moz-transform:translateX(56px);
    -ms-transform:translateX(56px);
    -o-transform:translateX(56px);
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: -15px;
    color:#fff;
    background:#bbbbbb;
    font-size:12px;
}
.phone:hover h3{
    transform:translateX(-110px);
    -webkit-transform:translateX(-110px);
    -moz-transform:translateX(-110px);
    -ms-transform:translateX(-110px);
    -o-transform:translateX(-110px);
}
.clearfix:after{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}
a[title^='51'] {
    display:none
}
a[title^="站长"]{
    display:none
}
.beian{
    text-decoration: none;
    color:#fff;
}
.beian:hover{
    color:#3276c3 !important
}
@media screen and (max-width: 600px) {
    .footer{
        width: 1200px
    }
 }

.service-tab{
    width: 100%;
    cursor: pointer;
    background: #fff;
    padding: 15px 0;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
}
.service-tab ul, .service-tab ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.service-tab ul{
    width: 200px;
}
.service-tab ul li{
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.service-tab ul li.active{
    background-color: #1771E0;
    color: #fff;
}
.service-tab ol{
    width: 82%;
}
.service-tab ol li div img{
    display: block;
    width: 100%;
}
.service-tab ol li{
    display:none;
}
.service-tab ol li.active{
    display:block;
}
/* 客户案例 begin-----*/
.customer-case{
    background: #F7F8FA;
    width: 100%;
    min-width: 1200px;
}
.customer-case .content{
    width: 1200px;
    margin:auto;
}
.customer-case .content .title{
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-top: 70px;
    text-align: center;
}
.customer-case-content{
    width: 1200px;
}
#customer {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#customer .swiper-container {
    padding-top: 70px;
	padding-bottom: 100px;
}

#customer .swiper-slide {
	width: 1035px;
	height: 357px;
	background: #fff;
	/* box-shadow: 0 8px 30px #ddd; */
    box-sizing: border-box;
    box-shadow: 0px 2px 21px 0px rgba(0,0,0,0.21);
    border-radius: 12px;
}
#customer .swiper-slide .customer-case-list{
    padding: 40px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}
#customer .swiper-slide .customer-case-list .case-left{
    width:440px;
    height: 278px;
}
#customer .swiper-slide .case-left img{
    display: block;
    width: 100%;
    height: 100%;
}
#customer .swiper-slide .customer-case-list .case-right{
    width:480px;
    height: 278px;
    margin-left: 35px;
    position: relative;
}
.case-logo{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}
.case-logo img{
    display: block;
    width: 100%;
}
.case-right h2{
    font-size: 18px;
    font-weight: bold;
    color: #1C56A0;
    line-height: 24px;
    letter-spacing: 1px;
}
.tag-info{
    margin-top: 10px;
    margin-bottom: 20px;
}
.tag-info span{
    display: inline-block;
    padding: 3px 7px;
    border-radius: 10px;
    background: #F7F9FA;
    font-size: 10px;
    color: #1C56A0;
    margin-right: 10px;
}
.case-desc{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}
.case-introduce{
    margin-top: 14px;
}
.case-introduce li{
    display:flex;
    justify-content: flex-start;
    align-items:baseline;
}
.case-introduce li i{
    display: block;
    width: 12px;
    height: 9px;
    background: url("../img/erp/case-icon.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 4px;
}
.case-introduce li p{
    font-size: 12px;
    color: #666666;
    line-height: 23px;
    width: 465px;
}
.case-right a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 188px;
    height: 36px;
    background: #1C56A0;
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 36px;
    letter-spacing: 1px;
    text-align: center;
}

#customer .swiper-button-prev {
	width: 66px;
	height: 66px;
	background: url(../img/erp/case-prev.png) no-repeat;
	background-size: 100%;
    margin-left: -50px;
    margin-top: -60px;
}
#customer .swiper-button-next {
	width: 66px;
	height: 66px;
	background: url(../img/erp/case-next.png) no-repeat;
	background-size: 100%;
    margin-right: -50px;
    margin-top: -60px;
}

/* 客户案例 end-----*/
/*banner内容*/
.top-content{
    padding-top: 145px;
    color:#fff;
    position:relative;
    height: 100%;
}
.top-content p{
    font-size:16px;
    line-height: 21px;
    color:#fff;
    width: 682px;
    word-break: break-word;
    letter-spacing: 1px;
}
.top-content h1{
    font-size: 34px;
    font-weight:bold;
    letter-spacing: 1px;

    padding-bottom: 26px;
}
.top-button{
    position:absolute;
    bottom: 148px;
    left: 0;
}
.top-button>a{
    width: 144px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-right: 12px;
    box-sizing: border-box;

}
.top-button a:last-child{
    background: linear-gradient(90deg, #01349D 0%, #0146DF 100%);
    border: 0;
}
.sb-line{
    width: 60px;
    height: 8px;
    background: #1C56A0;
    border-radius: 4px;
}
/*预约按钮*/
.reverse-btn{
    display:block;
    text-decoration:none;
    width: 144px;
    height: 40px;
    line-height: 40px;
    text-align:center;
    background: #1C56A0;
    color:#fff
}
.reverse-btn-1{
    display:block;
    width: 126px;
    height: 40px;
    background: linear-gradient(90deg, #93B7FF 0%, #407FFF 100%);
    border-radius: 5px;
    text-align:center;
    line-height:40px;
    color:#fff;
}
.reverse-btn-2{
    margin:0 auto;
    display:block;
    width: 226px;
    height: 43px;
    background: linear-gradient(90deg, #54A3FF 0%, #0569F8 100%);
    border-radius: 38px;
    text-align:center;
    line-height: 43px;
    font-size: 20px;
    font-weight:bold;
    color:#fff;
    letter-spacing: 2px;
}
.reverse-btn-3{
    display: block;
    width: 117px;
    height: 35px;
    background:#001953;
    border-radius: 3px;
    text-align:center;
    line-height: 35px;
    color:#fff;
    font-size: 14px;
}
.reverse-wrapper {
    height: 300px;
    background:url(../img/reverse-bg.png) center center no-repeat;
    background-size: 100% 100%;
    padding-top: 61px;
}
.reverse-main{
    width: 1200px;
    margin:0 auto;
    text-align:center;
}
.reverse-main h4{
    font-size: 20px;
    color:#d0d0d0;
    margin-bottom: 25px;
}
.reverse-main h1{
    font-size: 32px;
    color:#fff;
    margin-bottom: 40px;
}
/*side-nav start*/
.side-nav{
    width: 47px;
    position:fixed;
    bottom: 250px;
    right:3px;
    z-index: 9999999;
}
/*#newBridge{*/
/*    display:none !important*/
/*}*/
#newBridge .icon-right-center{
    display:none !important
}
.side-nav > div{
    width: 47px;
    height: 47px;
    margin-bottom: 10px;
    transition: background 0.25s ease
}
.side-nav > div:first-child{
    background:url(../img/sidenav/online.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(2){
    background:url(../img/sidenav/telephone.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(2):hover{
    background:url(../img/sidenav/telephone-hover.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(3){
    background:url(../img/sidenav/contact.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(3):hover{
    background:url(../img/sidenav/contact-hover.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(4){
    background:url(../img/sidenav/order.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(4):hover{
    background:url(../img/sidenav/order-hover.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav > div:nth-child(5){
    background:url(../img/sidenav/goback.png) center center no-repeat;
    background-size: 47px 47px;
}
.side-nav .gophone .phone-number{
    width: 156px;
    height: 47px;
    opacity: 0;
    background:url(../img/sidenav/phone-number.png) center center no-repeat;
    background-size: 156px 47px;
    margin-left:100px;
    transition: all 0.25s ease;
}
.side-nav .gophone:hover .phone-number{
    margin-left: -160px;
    opacity: 1;
}
.side-nav .goqrcode{
    overflow:hidden
}
.side-nav .goqrcode:hover{
    overflow:visible
}
.side-nav .goqrcode .qrcode{
    width: 156px;
    height: 218px;
    opacity: 0;
    background:url(../img/sidenav/wechat-enter.png) center center no-repeat;
    background-size: 156px 218px;
    margin-left:100px;
    transition: all 0.25s ease;
    padding-top: 39px;
    padding-left: 18px;
}
.side-nav .goqrcode .qrcode .qrcode-img{
    width: 124px;
    height: 124px;
    display:block;
    background:url(../img/sidenav/qrcode.png) center center no-repeat;
    background-size: 124px 124px;
}
.side-nav .goqrcode:hover .qrcode{
    margin-left: -160px;
    opacity: 1;
}
.side-nav .goorder .order-btn{
    width: 92px;
    height: 47px;
    opacity: 0;
    background:url(../img/sidenav/order-btn.png) center center no-repeat;
    background-size: 92px 47px;
    margin-left:100px;
    transition: all 0.25s ease;
}
.side-nav .goorder:hover .order-btn{
    margin-left: -96px;
    opacity: 1;
}
.gotop{
    opacity: 0;
    transition: opacity 0.25s ease !important;
}
.gotop.active{
    opacity: 1;
}
/*side-nav end*/
/*success-tip*/
.success-tip-wrapper {
    display:none;
    position:fixed;
    left:0;
    bottom:0;
    top:0;
    right:0;
    background:rgba(0,0,0,0.3);
    z-index:999
}
.success-tip{
    width: 312px;
    height: 300px;
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    margin: auto;
    background:#fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.12);
    border-radius: 22px;
}
.success-icon {
    width: 104px;
    height: 104px;
    background:url(../img/order/success.png) center center no-repeat;
    background-size: 104px 104px;
    margin:0 auto;
    margin-top: 44px;
    margin-bottom: 32px;
}
.order-success-word{
    font-size: 24px;
    color:#333;
    letter-spacing: 1px;
    text-align:center;
    margin-bottom: 22px;
}
.contact-word{
    font-size: 16px;
    color:#666;
    letter-spacing: 1px;
    text-align:center
}
.close-icon{
    width: 22px;
    height: 22px;
    position:absolute;
    top: 22px;
    right: 24px;
    background:url(../img/close.png) center center no-repeat;
    background-size: 22px 22px;
    cursor: pointer;
}
.border-radius-4{
    border-radius: 4px;
}
.border-radius-top{
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.border-radius-bottom{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}