/*默认*/
.modular{ display: flex; justify-content: center;}
.modular .container{ max-width: 1396px; width: 92%; float: left;}

/*通用*/
.tab1-title{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 60px;}
.tab1-title .li{ width: 50%; margin-right: 3%; border: 2px solid #E7EBF7; background-color: #E7EBF7; padding: 20px; box-sizing: border-box; border-radius: 12px; cursor: pointer;}
.tab1-title .li .p1{ display: flex; align-items: center; font-size: 20px; font-weight: bold; color: #4F5779;}
.tab1-title .li .p1 span{ width: 40px; height: 40px; margin-right: 10px;}
.tab1-title .li .p1 span.ico1{ background: url(../images/icox18.png) no-repeat center center; background-size: cover;}
.tab1-title .li .p1 span.ico2{ background: url(../images/icox19.png) no-repeat center center; background-size: cover;}
.tab1-title .li .p1 span.ico3{ background: url(../images/icox20.png) no-repeat center center; background-size: cover;}
.tab1-title .li .p1 span.ico4{ background: url(../images/icox21.png) no-repeat center center; background-size: cover;}
.tab1-title .li .p2{ margin-top: 20px; font-size: 17px; color: #4F5779;}
.tab1-title .li.current{ border: 2px solid #3E62DA; background-color: initial;}
.tab1-title .li.current .p1{ color: #010A28;}
.tab1-title .li.current .p2{ color: #333A52;}
.tab1-title .li.current .p1 span.ico1{ background: url(../images/icox18-1.png) no-repeat center center; background-size: cover;}
.tab1-title .li.current .p1 span.ico2{ background: url(../images/icox19-1.png) no-repeat center center; background-size: cover;}
.tab1-title .li.current .p1 span.ico3{ background: url(../images/icox20-1.png) no-repeat center center; background-size: cover;}
.tab1-title .li.current .p1 span.ico4{ background: url(../images/icox21-1.png) no-repeat center center; background-size: cover;}
.tab1-title .li:last-child{ margin-right: 0;}
.tab1-con{ width: 100%; float: left;}
.tab1-con .con{ width: 100%; float: left;}
.tab1-con .con .img{ width: 100%; float: left;}
.tab1-con .con .img img{ width: 100%;}
.card{ max-width: 1396px;  width: 100%; float: left; display: flex; }
.card .box-left{ width: 325px; height: 100vh; background-color: #fff; border: 1px solid #E3E4E6; border-radius: 10px 0 0 10px; position: fixed; overflow-y: auto;}
.card .box-left::-webkit-scrollbar-thumb { border-radius: 3px; background-color:gray;}
.card .box-left::-webkit-scrollbar { width: 5px; height: 5px;}
.card .box-left::-webkit-scrollbar-track { background-color:#dcdcdc;}
.card .box-left .t{ width: 100%; float: left; display: flex; align-items: center; font-size: 18px; height: 72px; border-bottom: 1px solid #E3E4E6; font-weight: bold; justify-content: center;}
.card .box-left .t a{ display: flex; align-items: center;}
.card .box-left .t p{ margin-left: 10px;}
.card .box-left .tab2-title{ width: 100%; float: left; margin-top:10px;}
.card .box-left .li{ width: 100%; float: left; padding: 20px 0 20px 30px; box-sizing: border-box; font-size: 18px;  color: #7d8190;}
.card .box-left .li a{color: #7d8190;}
.card .box-left .li span{ margin-right: 5px; color: #b3b6be;}
.card .box-left .li.current{ font-weight: bold; color: #010A28;}
.card .box-left .li.current a{ color: #010A28;}
.card .box-left .li.current span{ color: #6e7384;}
.card .box-left .son-li{ padding: 13px 0 13px 56px; }
.card .box-right{ width: 1071px; float: right; padding: 20px; box-sizing: border-box; background-color: rgb(224, 224, 224); margin-left: 320px;}
.card-column{ width: 100%; background-color: #fff; border: 1px solid #E3E4E6; padding: 25px; box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03);}
.card-column h2{ font-size: 32px; margin-bottom: 5px; display: flex; align-items: center;}
.card-column h2 img{ margin-right: 15px;}
.card-column p{ font-size: 17px; line-height: 22px; display: flex; color: rgba(1, 10, 40, 0.8);}
.card-column p span{ font-size: 30px; font-weight: bold; margin-right: 5px;}
.card-img{ width: 100%; background-color: #fff; border: 1px solid #E3E4E6; padding: 30px; box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03); display: flex; flex-direction: column; justify-content: center; align-items: center;}
.card-img img{ max-width: 100%; border-radius: 8px;}
.card-img .button1{ width: 100%; height: 56px; float: left; border: 1px solid #E3E4E6; border-radius: 28px; font-size: 18px; display: flex; justify-content: center; align-items: center; font-weight: bold; margin-top: 25px;}
.card-list1{ width: 100%; float: left; display: flex; justify-content: space-between; flex-wrap: wrap;}
.card-list1 .item{ width: 49%; background-color: #fff; border: 1px solid #E3E4E6; padding: 20px; box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03); margin-top: 2%; display: flex; flex-direction: column;}
.card-list1 .item h2{ font-size: 24px; margin-bottom: 10px;}
.card-list1 .item p{ font-size: 17px; line-height: 22px; color: rgba(1, 10, 40, 0.8);}
.card-list1 .item ul{ width: 100%; display: flex;justify-content: space-between; margin-top: 5px;}
.card-list1 .item ul li{ width: 48.5%; border-top: 3px solid #3E62DA;}
.card-list1 .item ul li h3{ font-size: 48px; margin-top: 15px;}
.card-list1 .item ul li p{ font-size: 18px; margin-top: 5px;}
.card-list1 .item .button1{ width: 100%; height: 56px; float: left; border: 1px solid #E3E4E6; border-radius: 28px; font-size: 18px; display: flex; justify-content: center; align-items: center; font-weight: bold; margin-top: 25px;}
.card-list2{ width: 100%; background-color: #fff; border: 1px solid #E3E4E6; padding: 30px; box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03); display: flex;justify-content: space-between;}
.card-list2 .item{ width: 24%; border-top: 3px solid #3E62DA;}
.card-list2 .item h3{ font-size: 48px; margin-top: 15px;}
.card-list2 .item p{ font-size: 18px; margin-top: 5px; color: rgba(1, 10, 40, 0.8);}
.card-list3{ width: 100%; float: left; display: flex; justify-content: space-between; flex-wrap: wrap;}
.card-list3 .item{ width: 49%; background-color: #fff; border: 1px solid #E3E4E6; padding: 20px; box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03); margin-top: 2%; display: flex; flex-direction: column;}
.card-list3 .item img{ margin-bottom: 20px;}
.card-list3 .item h2{ font-size: 24px; margin-bottom: 10px;}
.card-list3 .item p{ font-size: 17px; min-height: 66px; line-height: 22px; color: rgba(1, 10, 40, 0.8);}
.card-list3 .item ul{ width: 100%; display: flex;justify-content: space-between; margin-top: 5px;}
.card-list3 .item .button1{ width: 100%; height: 56px; float: left; border: 1px solid #E3E4E6; border-radius: 28px; font-size: 18px; display: flex; justify-content: center; align-items: center; font-weight: bold; margin-top: 25px;}
.card-list4{ width: 100%; float: left; display: flex; justify-content: space-between;}
.card-list4 .item{ width: 49%; background-color: #fff; border: 1px solid #E3E4E6; padding: 20px 20px 30px 20px; box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03); display: flex; flex-direction: column;}
.card-list4 .item .t{ width: 100%; float: left; display: flex; align-items: center; font-size: 24px; font-weight: bold;}
.card-list4 .item .t img{ margin-right: 15px;}
.card-list4 .item .jiage{ margin-top: 15px; display: flex;}
.card-list4 .item .jiage p{ font-size: 17px; color: rgba(1, 10, 40, 0.8);}
.card-list4 .item .jiage .li{ display: flex; flex-direction: column; justify-content: space-between; margin-right: 20px; padding: 10px 0;}
.card-list4 .item .jiage .li:first-child{ margin-right: 10px; padding: 0;}
.card-list4 .item .jiage .p1{ font-size: 48px; font-weight: bold; color: #010A28;}
.card-list4 .item .jiage .p2{color: rgba(1, 10, 40, 0.6); text-decoration: line-through;}
.card-list4 .item .jiage .p3{ font-size: 19px; font-weight: bold;}
.card-list4 .item .desc{ font-size: 17px; line-height: 24px; margin-top: 10px; color: rgba(1, 10, 40, 0.8);}
.card-list5{width: 100%; float: left; background-color: #fff; border-left: 1px solid rgba(1, 10, 40, 0.09); border-top: 1px solid rgba(1, 10, 40, 0.09); box-sizing: border-box; border-radius: 15px;box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03); display: flex;justify-content: space-between; overflow: hidden;}
.card-list5 .li{ width: 19.5%;}
.card-list5 .li:last-child{ width: 22%;}
.card-list5 p{  height: 62px; border-bottom: 1px solid rgba(1, 10, 40, 0.09); border-right: 1px solid rgba(1, 10, 40, 0.09); display: flex; align-items: center; padding-left: 20px; font-size: 14px; color: rgba(1, 10, 40, 0.8);}
.card-list5 p:first-child{ color: #395CD2; font-weight: bold;}
.card-calculator{ width: 100%; float: left; display: flex; justify-content: space-between;}
.card-calculator .item{ width: 49%; background-color: #fff; border: 1px solid #E3E4E6; padding: 20px 20px 30px 20px; box-sizing: border-box; border-radius: 15px; box-shadow: 0px 2.72px 3.71px 0px rgba(0,0,0,0.02); box-shadow: 0px 12.16px 8.58px 0px rgba(0,0,0,0.03);}
.card-calculator .item:last-child{ background-color: #3E62DA;}
.card-calculator .calculator1 .li{ display: flex; flex-direction: column; margin-top: 30px;}
.card-calculator .calculator1 .li:first-child{ margin-top: 0;}
.card-calculator .calculator1 .li p{ font-size: 17px; font-weight: bold;}
.card-calculator .calculator1 .li .d{ display: flex; margin-top: 10px;}
.card-calculator .calculator1 .li .d .f{ width: 56px; height: 56px; font-size: 20px; font-weight:bold; border: 1px solid rgba(14, 23, 67, 0.15); display: flex; align-items: center; justify-content: center; box-sizing: border-box; border-radius: 16px 0 0 16px; border-right: 0;}
.card-calculator .calculator1 .li .d span{ width: 56px; height: 56px; border-radius: 16px; display: flex; justify-content: center; align-items: center; background-color: rgba(14, 23, 67, 0.05); font-size: 20px; font-weight: bold; cursor: pointer;}
.card-calculator .calculator1 .li .d input{ max-width: 255px; width: 100%; min-width: 100px; text-align: center; font-size: 20px; font-weight:bold; border: 1px solid rgba(14, 23, 67, 0.15); border-radius: 0 16px 16px 0; flex: 1;}
.card-calculator .calculator1 .li .d select{ text-align: center; font-size: 18px; font-weight:bold; border: 1px solid rgba(14, 23, 67, 0.15); border-radius: 16px; padding: 10px;}
.card-calculator .calculator1 .button1{ width: 100%; height: 56px; float: left; border-radius: 28px; display: flex; justify-content: center; align-items: center; font-size: 18px; box-sizing: border-box;  border: 1px solid #3563CD; background-color: #487BF1; color: #fff; margin-top: 25px; cursor: pointer;}
.card-calculator .calculator2{ display: flex;flex-direction: column; justify-content: space-between}
.card-calculator .calculator2 .top{ width: 100%;}
.card-calculator .calculator2 .t{ width: 100%; float: left; color: #fff;}
.card-calculator .calculator2 .t .p1{ font-size: 22px; border-bottom: 1px solid rgba(255, 255, 255, 0.28); padding-bottom: 20px;}
.card-calculator .calculator2 .t .p2{ font-size: 32px; border-top: 1px solid rgba(255, 255, 255, 0.28); padding-top: 20px;}
.card-calculator .calculator2 .t .p3{ font-size: 17px; color: rgba(255, 255, 255, 0.8); margin-top: 8px;}
.card-calculator .calculator2 .li{ width: 100%; float: left; color: #fff; border-left: 3px solid #fff; border-radius: 2px; margin-bottom: 40px; padding-left: 10px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between;}
.card-calculator .calculator2 .li p{font-size: 22px;}
.card-calculator .calculator2 .li span{ font-size: 17px; color: rgba(255, 255, 255, 0.8);}
.cooperate{ width: 100%; height: auto; float: left; padding: 35px 0; border-top: 1px solid rgba(1, 10, 40, 0.09); border-bottom: 1px solid rgba(1, 10, 40, 0.09); margin-top: 30px; display: flex; align-items: center; justify-content: space-between; }
.cooperate p{ width: 247px; font-size: 18px; color: rgba(1, 10, 40, 0.64); line-height: 24px;}
.pricing1{ width: 100%; float: left; margin-top: 160px;}
.pricing1 .title{ width: 100%; float: left; }
.pricing1 .title .p1{ font-size: 16px; font-weight: bold; color: #395CD2;}
.pricing1 .title .p2{ font-size: 48px; line-height: 58px; font-weight: bold; margin-top: 10px;}
.pricing1 .title .p2 span{ color: #3E62DA; background-color: rgba(218, 224, 244, 0.4);}
.pricing1 .title .p3{ font-size: 48px; font-weight: bold;}
.pricing1 .box{ width: 100%; float: left; display: flex; justify-content: space-between; margin-top: 30px;}
.pricing1 .box-left{ width: 800px; border: 1px solid #d6d7de; border-radius: 32px; box-sizing: border-box; display: flex; margin-right: 30px;}
.pricing1 .box-left ul{ width: 45%; border-left: 1px solid rgba(1, 10, 40, 0.09); display: flex; flex-direction: column; justify-content: center; padding: 30px; box-sizing: border-box;}
.pricing1 .box-left ul li{ font-size: 18px; display: flex; align-items: center; margin: 10px 0;}
.pricing1 .box-left ul li img{ margin-right: 10px;}
.pricing1 .box-right{ width: 566px; border: 2px solid #395cd2; border-radius: 32px; box-sizing: border-box;}
.pricing1 .text{ width: 55%; float: left; padding: 30px; box-sizing: border-box; color: rgba(1, 10, 40, 0.8);}
.pricing1 .text .t{ width: 100%; float: left; display: flex; align-items: center; font-size: 24px; font-weight: bold;}
.pricing1 .text .t img{ margin-right: 15px;}
.pricing1 .text .jiage{ width: 100%; float: left; margin-top: 15px; display: flex;}
.pricing1 .text .jiage p{ font-size: 17px;}
.pricing1 .text .jiage .li{ display: flex; flex-direction: column; justify-content: space-between; margin-right: 20px; padding: 10px 0;}
.pricing1 .text .jiage .li:first-child{ margin-right: 10px; padding: 0;}
.pricing1 .text .jiage .p1{ font-size: 48px; font-weight: bold; color: #010A28;}
.pricing1 .text .jiage .p2{color: rgba(1, 10, 40, 0.6); text-decoration: line-through;}
.pricing1 .text .jiage .p3{ font-size: 19px; font-weight: bold;}
.pricing1 .text .desc{ width: 100%; float: left; font-size: 17px; line-height: 24px; margin-top: 10px; color: rgba(1, 10, 40, 0.8);}
.pricing1 .text .button1{ width: 100%; height: 56px; float: left; border-radius: 28px; display: flex; justify-content: center; align-items: center; font-size: 18px; box-sizing: border-box;  border: 1px solid #3563CD; background-color: #487BF1; color: #fff; margin-top: 25px;}
.pricing1 .box-right .text{ width: 100%;}
.pricing1 .box-right .text .desc{max-width: 400px;}
.pricing1 .box-right .text .button1{ max-width: 185px;}
.pricing2{ width: 100%; float: left; margin-top: 160px;}
.pricing2 .title{ width: 100%; float: left; }
.pricing2 .title p{ font-size: 48px; font-weight: bold;}
.pricing2 .title p span{ color: #3E62DA; background-color: rgba(218, 224, 244, 0.4);}
.pricing2 .con{ width: 100%; float: left; background: url(../images/bj01.png) no-repeat center center; background-size: cover; margin-top: 30px; padding: 50px; box-sizing: border-box; border-radius: 32px;}
.pricing2 .con .list{ width: 100%; float: left; display: flex; justify-content: space-between; background-color: #fff; border-top: 1px solid rgba(1, 10, 40, 0.09); border-left: 1px solid rgba(1, 10, 40, 0.09); border-radius: 32px; overflow: hidden;}
.pricing2 .con .list .li{ width: 20%;}
.pricing2 .con .list p{  height: 62px; border-bottom: 1px solid rgba(1, 10, 40, 0.09); border-right: 1px solid rgba(1, 10, 40, 0.09); display: flex; align-items: center; padding-left: 20px; color: rgba(1, 10, 40, 0.8);}
.pricing2 .con .list p:first-child{ color: #395CD2; font-weight: bold;}
.imagetext1{ width: 100%; float: left; display: flex; justify-content: space-between; padding: 80px 0; border-bottom: 1px solid rgba(1, 10, 40, 0.09);}
.imagetext1 .box-left,.imagetext1 .box-right{ display: flex; flex-direction: column; justify-content: space-between;}
.imagetext1 .box-left .text{ padding-right: 60px;}
.imagetext1 .box-right .text{ padding-left: 60px;}
.imagetext1 .box-right .but{ margin-left: 60px;}
.imagetext1 .text .p1{ font-size: 16px; font-weight: bold; line-height: 20px; color: #395CD2; display: flex; align-items: center; box-sizing: border-box; padding-bottom: 15px;}
.imagetext1 .text .p2{ font-size: 18px; line-height: 26px; margin-top: 10px; color: rgba(1, 10, 40, 0.8);}
.imagetext1 .text h2{ font-size: 48px; line-height: 58px;}
.imagetext1 .text h2 span{ color: #3E62DA; background-color: rgba(218, 224, 244, 0.4);}
.imagetext1 .but .button1{ width: 134px; height: 56px; float: left; border-radius: 28px; border: 1px solid #E3E4E6; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 18px;}
.imagetext1 .text .ico1{ background: url(../images/icox2.png) no-repeat left; height: 68px; background-size: 81px 68px; padding-left: 81px; margin-left: -13px;}
.imagetext1 .text .ico2{ background: url(../images/icox3.png) no-repeat left; height: 70px; background-size: 70px 70px; padding-left: 70px; margin-left: -13px;}
.imagetext1 .text .ico3{ background: url(../images/icox4.png) no-repeat left; height: 70px; background-size: 70px 70px; padding-left: 70px; margin-left: -13px;}
.imagetext1 .text .ico4{ background: url(../images/icox5.png) no-repeat left; height: 68px; background-size: 82px 68px; padding-left: 82px; margin-left: -13px;}
.imagetext2{ width: 100%; float: left; display: flex; justify-content: space-between; align-items: center; padding: 80px 0; border-bottom: 1px solid rgba(1, 10, 40, 0.09);}
.imagetext2 .box-left,.imagetext2 .box-right{ display: flex; flex-direction: column; justify-content: space-between; align-items: center;}
.imagetext2 .box-left .text{ padding-right: 60px;}
.imagetext2 .box-right .text{ padding-left: 60px;}
.imagetext2 .text .p2{ font-size: 18px; line-height: 26px; margin-top: 10px; color: rgba(1, 10, 40, 0.8);}
.imagetext2 .text h2{ font-size: 48px; line-height: 58px;}
.imagetext2 .text h2 span{ color: #3E62DA; background-color: rgba(218, 224, 244, 0.4);}