.navbar .btn-login {
    border: 1px solid #0a64fa;
    color: #0A64FA;
}

.introduction-panel{
    height: 463px;
    background: url(/product/images/fdms/banner.png) no-repeat scroll center center transparent;
    background-size: cover;
}

.introduction-panel .section{
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

.introduction-panel .section .sub-title{
    width:570px;
    line-height: 28px;
}
.introduction-panel .section .sub-title:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.introduction-panel .section .sub-title li{
    color: #637282;
    font-size:18px;
    line-height:40px;
}
.introduction-panel .section .sub-title li:before{
    content: "";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    float: left;
    background-color: #637282;
    margin-top: 20px;
    margin-right: 10px;
}
.introduction-panel .section .btn{
    padding: 12px 16px;
    border-radius: 6px;
    margin-top: 24px;
    align-items: center;
    display: flex;
    float: left;
}

.introduction-panel .home-btn .icon{
    background-image: url('/product/images/intelligent/zixun@2x.png');
    background-size: 100% 100%;
}

.introduction-panel .section .btn.appointment{
    color: white;
    background: #0A64FA;
}
.introduction-panel .section .btn.appointment:hover{
    background-color: #095AE1;
}

.introduction-panel .section .btn.experience{
    width: 118px;
    height: 42px;
    color: #1B2733;
    border:1px solid #2348FF;
    color:#2348FF;
    border-radius: 2px;
    margin-left: 12px;
}

.introduction-panel .section .btn.experience:hover{
    background-color: #ecedf0;
}

.intro-section{
    width: 1280px;
    margin: 0 auto;
}

.intro-section .section-title{
    text-align: center;
    margin-bottom: 40px;
}

.section-1 .section-title{
    margin-bottom: 24px;
}

.section-1 .intro-text{
    margin-bottom: 40px;
    color: rgba(0, 0, 0, 0.65);
    text-align: center;
}

.section-1 img{
    width: 1280px;
}

.section-2 .card-container{
    display: flex;
    justify-content: space-between;
    gap: 24px;
    /* flex: 1 1 100%; */
}

.section-2 .card-container .card{
    padding: 40px 32px;
    box-sizing: border-box;
    border-radius: 12px;
    background: linear-gradient(160deg, #EBECFF 8%, #F1F0F7 87%);
    flex: 1 1 100%;
}

.section-2 .card-container .card img{
    width: 40px;
    height: 40px;
    margin:0 auto 16px;
    display: block;
}

.section-2 .card-container .card .card-title{
    text-align: center;
    font-weight: 500;
    margin-bottom: 24px;
    background: linear-gradient(100deg, #A047D3 -3%, #5F4EBB 98%), linear-gradient(102deg, #8326B5 -3%, #4B2EF0 98%), linear-gradient(106deg, #2977D6 0%, #009DAF 100%), #D8D8D8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.section-2 .card-container .card .section-text{
    text-align: center;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.65);
}



.section-3 .content{
	margin: 40px auto 0;
	display: flex;
}

.section-3 .content .left{
	flex: 1 1 100%;
	font-size: 24px;
	padding: 34px 0;
    box-sizing: border-box;
	display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.section-3 .content .left .item{
	padding-left: 40px;
}

.section-3 .content .left .item:nth-child(2){
	/* margin-top: 48px; */
}

.section-3 .content .left ul{
	width: 100%;
}

.section-3 .content .left ul li{
	margin-top: 12px;
	font-size: 18px;
	color:rgba(0,0,0,0.85);
}

.section-3 .section-subtitle{
	margin-bottom: 24px;
}

.section-3 .content .right{
	flex: 1 1 100%;
}

.section-3 .content .right img{
	width: 600px;
	display: block;
}

.section-4 {
    width: auto;
    background: linear-gradient(180deg, rgba(246, 243, 255, 0.5) 0%, rgba(235, 236, 255, 0.9) 70%, rgba(246, 243, 255, 0.5) 100%);
}
  
.section-4 .title {
    text-align: center;
}
  
.section-4 .container {
    width: 1280px;
    height: auto;
    margin: 0px auto;
    border-radius: 12px;
}
  
.section-4 .container .menu {
    position: relative;
    width: 100%;
    height: 100px;
    color: #1B2733;
    text-align: center;
    font-size: 0;
}
  
.section-4 .container .menu ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    background: #fcfcfc;
    border-bottom: 1px solid #E8EBEF;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: flex-end;
}
  
.section-4 .container .menu li {
    bottom: 0;
    height: 80px;
    flex: 1;
    padding: 0 40px;
    box-sizing: border-box;
    line-height: 80px;
    display: inline-block;
}
  
.section-4 .container .menu li span:hover {
    cursor: pointer;
}
  
.section-4 .container .menu li:nth-child(1) {
    left: 0;
}
  
.section-4 .container .menu li:nth-child(2) {
    left: 256px;
}
  
.section-4 .container .menu li:nth-child(3) {
    left: 512px;
}
  
.section-4 .container .menu li .card-title {
    font-weight: 400;
    font-size: 24px;
}
  
.section-4 .container .menu li.active .card-title {
    font-weight: 600;
}
  
.section-4 .container .menu li img {
    width: 48px;
    height: 48px;
    margin: 0 8px 20px 0;
    vertical-align: middle;
}
  
.section-4 .container .menu .active {
    height: 100px;
    line-height: 100px;
    color: #1B2733;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 12px 12px 0 0;
}
  
.section-4 .container .menu .under-line {
    position: absolute;
    left: 76px;
    content: "";
    width: 140px;
    height: 3px;
    display: block;
    background-color: #0A64FA;
    transition: 0.2s;
}
  
.section-4 .container section {
	padding: 35px 0;
	display: none;
	justify-content: center;
	align-items: flex-start;
	gap: 40px;
	border-radius: 0 0 12px 12px;
	background-color: #FFF
}

  
.section-4 .container section img {
    width: 560px;
}
  
.section-4 .container section .context {
    width: 560px;
    margin-top: 100px;
}
  
.section-4 .container section .context .context-text {
    margin-top: 28px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.65);
}
  
.section-4 .container section .context .experience {
    width: 120px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 2px;
    color: white;
    margin-top: 50px;
    background-color: #0A64FA;
    float: left;
}
  
.section-4 .container section .context .experience:hover {
    background-color: #095AE1;
}

.section-5{
    width: 1280px;
}

.section-5 .row{
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.section-5 .row .card{
    width: 418px;
    height: 232px;
    border-radius: 12px;
    background-size: 100% 100%;
    margin-bottom: 8px;
    padding: 24px 30px;
    box-sizing: border-box;
}

.section-5 .row .card .card-title{
    margin-bottom: 24px;
}

.section-5 .row .card .section-text{
    color: rgba(0, 0, 0, 0.65);
}
.section-3.sliding-door-section.third .intro-section.sliding-door-section.section{
    padding-top: 40px;
}