/*//调整*/
.xitong {
    width: 100%;
    height: 1030px;

    background-size: 100% 100%;
    overflow: hidden;
}

.xitong_mid_left {
    width: 730px;
    float: left;
    position: relative;
    right: 1000px;
}




/* åº”ç”¨åœºæ™¯ */
.situation{
    width: 100%;
    height: 600px;
}
.situation_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.situation_content{
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.situation_content .situation_item{
    width: 590px;
    height: 160px;
    border: 1px solid #E6E6EB;
    box-sizing: border-box;
    padding-left: 46px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
}
.situation_img{
    width: 69px;
    height: 50px;
    background: url('/static/images/daijia/situation01.png') no-repeat 0 0;
    background-size: 100% auto;
    margin-right: 60px;
}
.situation_content:nth-of-type(1) .situation_item:nth-of-type(2) .situation_img{
    background-image: url('/static/images/daijia/situation02.png');
}
.situation_content:nth-of-type(2) .situation_item:nth-of-type(1) .situation_img{
    background-image: url('/static/images/daijia/situation03.png');
}
.situation_content:nth-of-type(2) .situation_item:nth-of-type(2) .situation_img{
    background-image: url('/static/images/daijia/situation04.png');
}
.situation_right{
    width: 320px;
}
.situation_right h4{
    color: #A1A6B2;
    font-size: 16px;
    margin-bottom: 10px;
}
.situation_right p{
    color: #A1A6B2;
    font-size: 16px;
}
.situation_content .situation_item:hover{
    background: #577FFF;
    border: none;
}
.situation_content .situation_item:hover .situation_img{
    background-image: url('/static/images/daijia/situation01_hover.png');
}
.situation_content:nth-of-type(1) .situation_item:nth-of-type(2):hover .situation_img{
    background-image: url('/static/images/daijia/situation02_hover.png');
}
.situation_content:nth-of-type(2) .situation_item:nth-of-type(1):hover .situation_img{
    background-image: url('/static/images/daijia/situation03_hover.png');
}
.situation_content:nth-of-type(2) .situation_item:nth-of-type(2):hover .situation_img{
    background-image: url('/static/images/daijia/situation04_hover.png');
}
.situation_content .situation_item:hover h4{
    color: #fff;
}
.situation_content .situation_item:hover p{
    color: #fff;
    opacity: 0.7;
}

/*/咨询按钮/*/
.x_knowledge_banner_bottom_left.msgTan:hover {
    background: #4377f7;
    animation: btn-hover 1s;
    -webkit-animation: btn-hover 1s;
    box-shadow: 0px 0px 10px #4377f7;
}
.x_knowledge_banner_bottom_right.msgTan_r:hover {
    background:#ffffff;
    animation: btn-hover-r 1s;
    -webkit-animation: btn-hover-r 1s;
    box-shadow:0px 0px 10px #4377f7;
}
.x_knowledge_banner_bottom {
    padding-top: 43px;
    height: 57px;
    text-align: center;
}

.msgTan {
    display: inline-block;
    width: 183px;
    height: 57px;
    margin: 0px 25px;
    line-height: 57px;
    font-size: 21px;
    border-radius: 57px;
    animation: btn-out 1s;
    -webkit-animation: btn-out 1s;
}
.msgTan_l {
    background: #3567ff;
    color: #fff;
}
.msgTan_r {
    background: #FFFFFF;
    color: #3567ff;
    animation: btn-out-r 1s;
    -webkit-animation: btn-out-r 1s;
    border: 1px solid #3567ff;
}

/* è½¯ä»¶äº§å“ */
.software{
    width: 100%;
    height: auto;
    background: #F7F8FC;
    overflow: hidden;
    padding-bottom: 50px;
}
.software_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.software_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 105px;
    margin-bottom: 79px;
}
.software_item{
    width: 189px;
    height: auto;
    transition: 1s;
}
.software_item img{
    width: 189px;
    height: 375px;
}
.software_item span{
    color: #333333;
    font-size: 16px;
    text-align: center;
    display: block;
    margin-top: 32px;
}
.software_item:hover{
    transform: translateY(-30px);
}

/* ä¼˜åŠ¿ */
.superiority{
    width: 100%;
    height: 580px;
}
.superiority_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.superiority_content{
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.superiority_item{
    height: 140px;
    width: 376px;
    background: #FFFFFF;
    box-shadow: 0px 8px 15px 5px rgba(241, 243, 245, 0.7);
    border-radius: 4px;
    padding-left: 43px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.superiority_img{
    width: 60px;
    height: 62px;
    background: url('/static/images/daijia/superiority01.png') no-repeat 0 0;
    background-size: 100% auto;
    margin-right: 38px;
}
.superiority_content:nth-of-type(1) .superiority_item:nth-of-type(2) .superiority_img{
    background-image: url('/static/images/daijia/superiority02.png');
}
.superiority_content:nth-of-type(1) .superiority_item:nth-of-type(3) .superiority_img{
    background-image: url('/static/images/daijia/superiority03.png');
}
.superiority_content:nth-of-type(2) .superiority_item:nth-of-type(1) .superiority_img{
    background-image: url('/static/images/daijia/superiority04.png');
}
.superiority_content:nth-of-type(2) .superiority_item:nth-of-type(2) .superiority_img{
    background-image: url('/static/images/daijia/superiority05.png');
}
.superiority_content:nth-of-type(2) .superiority_item:nth-of-type(3) .superiority_img{
    background-image: url('/static/images/daijia/superiority06.png');
}
.superiority_right{
    width: 200px;
}
.superiority_right h4{
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.superiority_right p{
    color: #A1A6B2;
    font-size: 14px;
    opacity: 0.7;
}
.superiority_content:nth-of-type(1) .superiority_item:nth-of-type(1):hover .superiority_img{
    background-image: url('/static/images/daijia/superiority01_hover.png');
}
.superiority_content:nth-of-type(1) .superiority_item:nth-of-type(2):hover .superiority_img{
    background-image: url('/static/images/daijia/superiority02_hover.png');
}
.superiority_content:nth-of-type(1) .superiority_item:nth-of-type(3):hover .superiority_img{
    background-image: url('/static/images/daijia/superiority03_hover.png');
}
.superiority_content:nth-of-type(2) .superiority_item:nth-of-type(1):hover .superiority_img{
    background-image: url('/static/images/daijia/superiority04_hover.png');
}
.superiority_content:nth-of-type(2) .superiority_item:nth-of-type(2):hover .superiority_img{
    background-image: url('/static/images/daijia/superiority05_hover.png');
}
.superiority_content:nth-of-type(2) .superiority_item:nth-of-type(3):hover .superiority_img{
    background-image: url('/static/images/daijia/superiority06_hover.png');
}
.superiority_item:hover {
    background: linear-gradient(-55deg, #577FFF 0%, #9CB3FF 100%);;
}
.superiority_item:hover h4,.superiority_item:hover p{
    color: #fff;
}

/* æœåŠ¡ä¼˜åŠ¿ */
.service_superiority{
    width: 100%;
    /*height: 840px;*/
    background: #F7F8FC;
    overflow: hidden;
}
.service_superiority_in{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.service_superiority_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
.service_superiority_content li:nth-of-type(2n + 1){
    width: 230px;
    height: auto;
    text-align: center;
}
.service_superiority_content:nth-of-type(1) li{
    border-bottom: 1px solid #E6E8F0;
    margin-bottom: 45px;
    cursor: pointer;
}
.service_superiority_img{
    height:98px;
    width: 81px;
    background: url('/static/images/daijia/service_superiority01.png') no-repeat center center;
    background-size: 100% auto;
    display: block;
    margin: 0 auto;
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(3) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority02.png');
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(5) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority03.png');
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(7) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority04.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(1) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority05.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(3) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority06.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(5) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority07.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(7) .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority08.png');
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(1):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority01_hover.png');
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(3):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority02_hover.png');
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(5):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority03_hover.png');
}
.service_superiority_content:nth-of-type(1) li:nth-of-type(7):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority04_hover.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(1):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority05_hover.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(3):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority06_hover.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(5):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority07_hover.png');
}
.service_superiority_content:nth-of-type(2) li:nth-of-type(7):hover .service_superiority_img{
    background-image: url('/static/images/daijia/service_superiority08_hover.png');
}
.service_superiority_content li h3{
    font-size: 20px;
    color: #737780;
    margin-top: 20px;
    margin-bottom: 19px;
    font-weight: bold;
}
.service_superiority_content li p{
    font-size: 16px;
    color: #A1A6B2;
    width: 60%;
    margin: 0 auto 32px;
}
.service_superiority_line{
    width: 1px;
    height: 200px;
    background: #E6E8F0;
}

/* è¡¨å• */
.form_box{
    height: 900px;
}
.form_in{
    padding: 0px;
}


.show_product_content .situation_tab li:nth-of-type(1).current{
    background-image: url('/static/images/daijia/show_product_choose01.png');
    background-size: 20px 17px ;
}
.show_product_bottom:nth-of-type(2) .show_product_item{
    width: 211px;
    height: auto;
}
.show_product_content .situation_tab li:nth-of-type(3){
    background-image: url('/static/images/daijia/show_product_choose02.png');
    background-size: auto 20px ;
}
.show_product_content .situation_tab li:nth-of-type(3).current{
    background-image: url('/static/images/daijia/show_product_choose03.png');
    background-size: auto 20px ;
}
.show_product_content .situation_tab li:nth-of-type(2){
    background-image: url('/static/images/daijia/show_product_nochoose03.png');
    background-size: auto 18px ;
}
.show_product_content .situation_tab li:nth-of-type(2).current{
    background-image: url('/static/images/daijia/show_product_choose03.png');
    background-size: auto 18px ;
}