﻿*{box-sizing: border-box;}
.header{background:none;
    -webkit-box-shadow:none;
     box-shadow:none;}
.header .logo { display:none;  }
.header .logo-white{display:block;}
.header ul.parent li a { color:#f0f0f0; }
.header ul.parent li:hover a { color:#fff; }
.header .telphone p {color: #f0f0f0; }
.header .telphone span {  color: #f0f0f0; }
.header_home{background:#fff;}
.header_home  .logo { display:block;  }
.header_home .logo-white{display:none;}
.header_home ul.parent li a { color:#333; }
.header_home ul.parent li:hover a { color:#1472FF; }
.header_home .telphone p {color: #333; }
.header_home .telphone span {  color: #333; }
.container:before, .container:after {
    display: table;
    content: "";
}
.section h2 {
    font-size: 30px;
    line-height: 48px;
    color: #333;
    margin: 60px 0 40px 0;
    text-align: center;
    font-weight: 600;
}
.section .pre{
        margin: -20px 0 40px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align:center;
}
.zy-bg {
    /*background-image: url(../images/zy/zy-bg.png),linear-gradient(182deg,#fff,#e6f0ff);*/
    background-image: url(../images/zy/zy-bg.png);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.zy {
    max-width: 1440px;
    margin: auto;
    height: 510px;
    position: relative;
}
.normal-width, .top-normal-width {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.zy .top-content {
    position: relative;
    text-align: center;
    padding-top: 160px;
    width: 720px;
    z-index: 1;
}
.zy .top-content .top-title {
    font-size: 44px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 4.4px;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
}
.zy .top-content .top-subtitle {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    margin: auto auto 20px;
}
.top-content .top-content-try {
    margin-top: 20px;
}
.jysys_tab {
     margin-top:-50px;
     z-index:888;padding: 0 24px;
    position: relative;
     -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    background: white;
    -webkit-box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 8px;
    display: flex;
}
  .jysys_tab h1{
      font-size:20px;
      margin-left:20px;
      border-right: 1px #ccc solid;
    padding-right: 30px;
  }
 .jysys_tab .item {
    min-width: 116px;
    text-align: center;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: black;
    line-height: 44px;
    margin-left: 56px;
    cursor: pointer;
}
 .jysys_tab .tab-active {
    height: 44px;
    background: rgba(0,76,255,0.05) !important;
    border-radius: 4px;
    font-weight: 500;
    color: #004cff;
}
 .ptb-90 {
    padding: 90px 0;
}
 .bg-secondary {
    background: #f6f6f6 !important;
}
 .text-center {
    text-align: center;
}
 .section-heading {
    margin-bottom: 50px;
}
 .section-heading h3{
    color: #333;font-size: 30px;
    line-height: 35px;
    font-weight: 500;
}
.section-heading p{
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 20px;
    color: #7f8c8d;
    font-size: 15px;
}
.biz-home-single-service {
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
}
.biz-home-single-service-two{
    background: #fff;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in;
    -ms-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10);
}
.biz-home-single-service-two:hover{
    box-shadow: 1px 2px 15px -5px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}
.biz-home-single-service-two:hover .service-style-two span, .biz-home-single-service-two:hover .service-style-two h5{
    color: #003bb1;
}
.service-style-one {
    position: relative;
    padding: 0 0 0 50px;
}
.service-style-two{
    position: relative;
    padding: 0;
}
.service-style-two span{
    transition: all 0.3s ease-in;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    display: inline-block;
}
.service-style-one span{
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 30px;
}

.biz-home-single-service:hover .service-style-one span:before, .biz-home-single-service:hover .home-service-text h5{
    color: #1461ff;
}
.biz-home-single-service:hover{
    cursor: pointer;
    background: #f5f5f5;
    border-radius: 4px;
}
.service-style-one span:before {
    color: #333;
    transition: all 0.3s ease-in;
}
.home-service-text h5 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 18px;
    color: #2e3b4e;
}
.home-service-text p{    
    color: #787878;
    line-height: 28px;
    font-size: 14px;
}
