.bg1 {
    background: #197bd0
}
.bg2 {
    background: #fa617c
}
.bg3 {
    background: #88ec8e
}
.bg4 {
    background: #f8783b
}
.ai0 {
    width: 40px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 55px;
    margin-left: 10px !important;
    background: #bb0a0a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center;
}
.ai1 {
    width: 25px;
    font-size: 14px;
    border-radius:10px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: -5px;
    margin-left: -10px !important;
    background: #bb0a0a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center;
}
.ai2 {
    width: 45px;
    font-size: 14px;
   
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 25px;
    margin-left: -10px !important;
    background: #bb0a0a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    text-align: center;
}
.ai3 {
    width: 40px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: -25px;
    margin-left: 10px !important;
    background: #bb0a0a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center;
}
/*2025/02/20 ��������*/
.jc-right1 {

   
    right: 50px;
    margin-right: 50px;
    z-index: 1;
    position: absolute;
    top: 10px;

}
    .jc-right1 img{
        width:600px;
    }
.overview {
    width: 100%;
    height: auto;
    background: #f4f4f4;
    padding: 30px;
}
.solve-container {
    width: 1200px;
    margin: 0px auto;
}

.overview-title {
    font-size: 22px;
    line-height: 22px;
    position: relative;
    margin-left: 15px;
    margin-top: 40px;
}

    .overview-title::before {
        content: '';
        display: block;
        width: 3px;
        height: 20px;
        background: #0089ff;
        border-radius: 4px;
        position: absolute;
        left: -15px;
        top: 1px;
    }

.pro-con-wight {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.badge {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    color: white;
    padding: 5px 10px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: linear-gradient(252.52deg, #FFAF51 0.05%, #FF2E00 100%);
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.pro-list-wight {
    display: inline-block;
    width: 24%;
    height: 140px;
    text-align: center;
   
    border-radius:12px;
    box-sizing: border-box;
    padding-top: 18px;
    margin: 30px 0px 0px 0px;
    box-shadow: 2px 2px 8px #e9e9e9;
    cursor:pointer
}
    .pro-list-wight:hover{
    
                box-shadow: 2px 8px 15px #ccc;
                transition:0.6s;
            
    }
    .pro-list-wight  {
        border: 2px;
        text-decoration: none;
        box-sizing: border-box;
        position: relative;
        border-radius: 10px;
    }

        .pro-list-wight:before, .pro-list-wight:after {
            box-sizing: border-box;
            content: '';
            border: 1px solid transparent;
            border-radius: 3px;
            position: absolute;
            width: 0;
            height: 0;
        }

        .pro-list-wight:before {
            top: 0;
            left: 0;
            transition: border-color 0s .8s,width .2s .6s,height .2s .4s;
        }

        .pro-list-wight:hover:before {
            border-top-color: #017aee;
            /* �ϱ߿���ɫ */
            border-right-color: #0092f2;
            /* �ұ߿���ɫ */
            width: 100%;
            height: 100%;
            transition: width .2s,height .2s .2s;
        }

        .pro-list-wight:after {
            right: 0;
            bottom: 0;
            transition: border-color 0s .4s,width .2s .2s,height .2s;
        }

        .pro-list-wight:hover:after {
            border-bottom-color: #0092f2;
            /* �±߿���ɫ */
            border-left-color: #00aff7;
            /* ���߿���ɫ */
            width: 100%;
            height: 100%;
            transition: border-color 0s .4s,width .2s .4s,height .2s .6s;
        }
    .pro-con {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
.pro-list {
    display: inline-block;
    width: 386px;
    height: 160px;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    box-sizing: border-box;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 30px 10px 0px 0px;
    box-shadow: 2px 2px 8px #e9e9e9;
    cursor: pointer
}
    .pro-list:hover {
        box-shadow: 2px 8px 15px #ccc;
        transition: 0.6s;
    }
.pro-list {
    border: 2px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 6px;
}

    .pro-list :before, .pro-list :after {
        box-sizing: border-box;
        content: '';
        border: 1px solid transparent;
        border-radius: 3px;
        position: absolute;
        width: 0;
        height: 0;
    }

    .pro-list :before {
        top: 0;
        left: 0;
        transition: border-color 0s .8s,width .2s .6s,height .2s .4s;
    }

    .pro-list :hover:before {
        border-top-color: #017aee;
        /* �ϱ߿���ɫ */
        border-right-color: #0092f2;
        /* �ұ߿���ɫ */
        width: 100%;
        height: 100%;
        transition: width .2s,height .2s .2s;
    }

    .pro-list :after {
        right: 0;
        bottom: 0;
        transition: border-color 0s .4s,width .2s .2s,height .2s;
    }

    .pro-list :hover:after {
        border-bottom-color: #0092f2;
        /* �±߿���ɫ */
        border-left-color: #00aff7;
        /* ���߿���ɫ */
        width: 100%;
        height: 100%;
        transition: border-color 0s .4s,width .2s .4s,height .2s .6s;
    }
.pro-list-icon {
    width: 50px;
    height: 50px;
}
.pro-list-title {
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    margin-top: 11px;
}
.pro-list-text {
    font-size: 14px;
    color: #888888;
    line-height: 21px;
}
.pro-list-title1 {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
    margin-top: 11px;
}

.pro-list-text1 {
    font-size: 14px;
    color: #f8f8f8;
    line-height: 21px;
}
/*2025/02/20 �ײ�foot*/
.footerN {
    width: 100%;
    background: #000;
    min-width: 1322px;
    overflow: hidden;

}
.footerN-link {
    width: 80%;
    margin: 0px auto;
    padding-top: 50px;
  height:330px;
}
.footerN-link ul{
    width:25%;
    list-style-type:none;
    float:left;
}
    .footerN-link ul li{
        line-height:36px;
        max-height:36px;
        font-size:15px;
    }
        .footerN-link ul li b{
            padding-bottom:15px;
            font-size:17px;
            color:#fff;
        }

.footerN-code {
    width: 100%;
    height: 160px;
  margin-bottom:30px;
}
.footerN-qr{
    width:520px;
    float:left;
    padding-left:10%;
}
    .footerN-qr ul{
        width:130px;
        list-style-type:none;
        float:left
    }
        .footerN-qr ul li{
            text-align:center;
            font-size:14px;
            color:#fff;
            padding:5px
        }
        .footerN-contact {
            width:530px;
            float: left;
            margin-left:30px;
          
        }
.Nsu {
    line-height: 45px;
    height: 45px;
    position: relative;
    top: -15px;
    font-size: 18px;
    margin-right: 30px;
    color: #fff;
}
.footerN-contact a{
    padding:5px;
}
/*2025/01/02*/
/*ע��*/
.register-main {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 20px;
}
.register-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 45px;
    margin-top: 35px;
    width: 360px;
    position: relative;
}

    .register-input .shu {
        width: 80px;
        height: 45px;
        text-align: center;
        float: left;
        line-height:45px;
        border-right: 1px solid #ccc
    }

    .register-input .inputphone {
        border: none;
        outline: none;
        position: absolute;
        width: 274px;
        height: 44px;
        line-height: 44px;
        font-size: 15px;
        padding-left: 5px;
        color: #000;
	 font-weight: 600;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }

        .register-input .inputphone:hover {
            border: 1px solid #217af0
        }

    .register-input .inputyanzhen {
        border: none;
        outline: none;
        float: left;
        width: 238px;
        height: 43px;
        line-height: 43px;
        font-size: 14px;
        padding-left: 10px;
        border-radius: 5px;
        color: #000;
		    font-weight: 600;
    }

        .register-input .inputyanzhen :hover {
            border: 1px solid #217af0
        }
    .register-input .button {
        background: #f5f6f8;
    
        border: none;
        outline: none;
        height: 44px;
        line-height: 44px;
        width: 120px;
        font-size: 15px;
        border-left: 1px solid #ccc;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        text-align: center;
        /* float: left; */
        cursor: pointer;
        position: absolute;
        margin-left: 239px;
    }

        .register-input .button:hover {
            background: #1a97d7;
            color: #fff;
        }

.register-name {
    height: 90px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.register-name2 {
    height: 30px;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 16px;
}

    .register-name2 p b {
        color: #ff0000
    }

.register-name h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 48px;
   
    color:#005aa8;
}

.register-name p {
    color: var(--fd-color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 12px 0 40px;
    text-shadow: 2px 2px 5px #b5b8be
}
.register-button .btnzhuce {

    width: 360px;
    position: relative;
    text-align: center;
    background: #005aa8;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 15px;
}

    .register-button .btnzhuce:hover {
        background: #0268b5;
    }
.service-laws {
    color: var(--fd-color-text-secondary);
    font-size: 14px;
    margin-top: 30px;
}
.compact {
    color: #005aa8;
    cursor: pointer;
  

}
#serLoadPic {
    display: none;
    position: absolute;
    width: 470px;
    height: 347px;
    background: rgb(255, 255, 255);
    top: 70px;
    opacity: 0.8;
    left: 16px;
}
    #serLoadPic img {
        width: 100px;
        opacity: 1;
        margin-left: 185px;
        margin-top: 120px
    }
    /*ע��*/
    .dingweia {
        color: #000;
        padding: 20px 50px;
    }
    .dingweia:hover{
        color:#217af0
    }
.scheme{
    width:100%;
    margin:20px auto;
    margin-bottom:0;
}
.newjustwin-register {
    width: 100%;
    margin: 0px auto;
    height: 260px;
    min-height: 1px;
    overflow: hidden;
    padding-top: 56px;
    padding-bottom: 60px;
    background: linear-gradient(to bottom,#1941a5,#4076e1) !important;
   
    background-size: cover;
}
.scheme-text {
    font-size: 16px;
    line-height: 35px;
    color: #2e2e2e;
    margin-bottom: 39px;
    z-index: 1;
    width: 450px;
}
        .scheme p img {
           max-width:100%;


        }
.scheme-name {
    text-align:center;
    font-weight: 700;
    font-size: 34px;
    font-family: PINGFANG BOLD;
    margin-bottom: 11px;
    color: #2e2e2e;
    margin: 47px 0 45px 0;
}
.anniu {
    text-align: center;
    top: 60px;
    position: relative;
    height: 60px;
}
    .scheme-a1 {
        max-width: 1320px;
        margin: 50px auto;
        margin-bottom:0px;
    }

.scheme-a2 {
    width: 100%;
    margin: 0px auto;
    
    padding: 40px;
}
    .scheme-a2 .scheme-content {
        width: 1320px;
        margin: 10px auto;
        
    }
        .scheme-a2 .scheme-content .content {
            display: flex;
            width:100%;
            height:auto;
            padding:10px;

        }
            .scheme-a2 .scheme-content .content .content-left {
                float:left;
                width:45%;
                padding-top:100px;
            }
            .scheme-a2 .scheme-content .content .content-right {
                float: left;
                width: 55%;
                padding:50px;
            }

        .scheme-a2 .scheme-content .Ncontent {
            display: flex;
            width: 100%;
            height: auto;
            padding: 10px;
        }

            .scheme-a2 .scheme-content .Ncontent .Ncontent-left {
                float: left;
                width:760px;              
               padding:10px 20px;
             
            }

                .scheme-a2 .scheme-content .Ncontent .Ncontent-left > p{
                    line-height:36px;
                    font-size:15px;
                   
                    color:#555;
                }
                    .scheme-a2 .scheme-content .Ncontent .Ncontent-left > p img{
                        margin:10px;
                    }
                    .scheme-a2 .scheme-content .Ncontent .Ncontent-right {
                        float: left;
                        width: 318px;
                        padding:0 20px 50px 50px;
                    }

                        .scheme-a2 .scheme-content .Ncontent .Ncontent-right .Ncontent-right-name{
                            font-size:16px;
                            
                            border-bottom:1px solid #d4d4d4;
                            height:45px;
                            line-height:45px;
                           
                        }
                            .scheme-a2 .scheme-content .Ncontent .Ncontent-right .Ncontent-right-name .Nmore{
                                float:right;
                                margin-right:20px;
                                cursor:pointer;
                                font-size:14px !important;
                                font-weight:normal !important;
                                color:#217af0
                                    
                            }
                                .scheme-a2 .scheme-content .Ncontent .Ncontent-right .Ncontent-right-name .Nmore:hover{
                                    color:#ff6a00;
                                }
                                .scheme-a2 .scheme-content .Ncontent .Ncontent-right ul {
                                    list-style-type: none;
                                    margin-top:10px;
                                }
                                    .scheme-a2 .scheme-content .Ncontent .Ncontent-right ul li {
                                        width: 100%;
                                        padding: 0;
                                        margin: 10px 10px 10px -5px;
                                        cursor: pointer;
                                    }
                                .scheme-a2 .scheme-content .Ncontent .Ncontent-right ul li:hover {
                                    box-shadow: 2px 2px 8px #d4d4d4;
                                    border-radius: 5px;
                                    transition: .3s;
                                }
                                .scheme-a2 .scheme-content .Ncontent .Ncontent-right ul li table tr td {
                                    padding: 5px;
                                }
                                .scheme-a2 .scheme-content .Ncontent .Ncontent-right ul li table tr .Ntd{
                                    width:110px;
                                }
                                .scheme-a2 .scheme-content .Ncontent .Ncontent-right ul li table tr td img {
                                    width: 110px;
                                }
                        .scheme-a2 .scheme-content .Ncontent .Ncontent-right .anli-name {
                            font-size: 16px;
                            line-height: 22px;
                            color: #222;
                            display: -webkit-box;
                            overflow: hidden;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            text-overflow: ellipsis;
                        }
                                    .scheme-a2 .scheme-content .Ncontent .Ncontent-right .anli-name:hover{
                                        color:#217af0
                                    }
                                    .scheme-a2 .scheme-content .Ncontent .Ncontent-right .anli-content {
                                        font-size: 13px;
                                        line-height: 25px;
                                        color: #ccc;
                                    }
.Nload {
    cursor: pointer;
    padding: 12px;
    border-radius: 8px;
    margin-top: 24px;
    background: -webkit-linear-gradient(154deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    background: -moz-linear-gradient(154deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    background: linear-gradient(296deg, rgba(243, 236, 242, .8) 33.56%, rgba(232, 237, 243, .8) 92.44%), #fff;
    width:300px;
    height:80px;
    
    
}
    .Nload p{
        margin-bottom:13px;
    }
    .Nload p a {
        margin: 12px;
    }
    .scheme-a3 {
        width: 100%;
        padding: 40px;
        height: 600px;
        background: #217af0
    }
.scheme-a4 {
 width:100%;
 background:#fff;
 height:700px;
    margin: 20px auto;

}
.scheme-a5 {
    max-width: 1320px;
    margin: 20px auto;
   height:920px;

}
    .scheme-left {
        width: 1320px;
        margin: 10px auto;
        
    }
        .scheme-left ul {
            width: 100%;
            list-style-type: none;
            display: inline-block;
        }
            .scheme-left ul li {
                float: left;
                padding: 50px 37px 0 37px;
                width: 170px;
                height: 316px;
                border-radius: 8px;
                border: 1px solid #ebeef5;
                background-color: #fff;
                overflow: hidden;
                color: #303133;
                transition: .3s;
                cursor:pointer;
                margin-right:10px;

            }
                .scheme-left ul li:hover {
                    margin-top:-20px ;

                 
                }
                .scheme-left ul li .img{
                    text-align:center
                }
                .scheme-left ul li .img img {
                    width: 60px;
                    height: 60px;
                }
                .scheme-left ul li p {
                    color: #3a3a3a;
                    font-size: 14px;
                    line-height: 24px;
                    -webkit-line-clamp: 4;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                    text-overflow: ellipsis;
                
                    margin-left: 5px;
                }
                .scheme-left ul li .b {
                    color: #2e2e2e;
                    font-size: 20px;
                    font-weight: 700;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 100%;
                    text-align: center;
                    font-family: PINGFANG BOLD;
                    margin: 25px 0 29px 0;
                    line-height: unset;
                }
.tabs {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 40px;
}
    .tabs ul {
       width:180px;
     float:left
    }
    .tabs li {
       
        width: 100%;
        text-align: center;
        margin: 0 1px;
        background: #b2b2b2;
        font-size: 14px;
        color: white;
        line-height: 60px;
        cursor: pointer;
        height:60px;
    }
.tabs-left ul {
    width: 100%;
    margin: 0 auto 65px auto;
    height: 38px;
   
}
.tabs-left li {
    float: left;
    width: 16%;
    height: 38px;
}
.tabs li a {
    display: block;
    background: #f8f8f8;
    text-decoration: none;
    color: #000;
}

            .tabs li a:hover {
                background: #f5f5f5;
                
            }

#tabs_container {
    padding: 40px;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
    zoom: 1;
    height: 390px ;
}
.b1{
margin-left:160px;
height:690px !important
}
.b1 .img{
text-align:center
}
.b1 p{
    line-height:36px;
    font-size:16px;
}
    #tabs_container div {
        float: left;
        margin-right: 40px;
        zoom: 1;
    }

.transition {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.make_transist {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.hidescale {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideleft {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showleft {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hidescaleup {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.showscaleup {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
}

.hideflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: rotatey(-90deg) scale(1.1);
    -moz-transform: rotatey(-90deg) scale(1.1);
    -o-transform: rotatey(-90deg) scale(1.1);
    -ms-transform: rotatey(-90deg) scale(1.1);
    transform: rotatey(-90deg) scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.showflip {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: rotatey(0deg) scale(1);
    -moz-transform: rotatey(0deg) scale(1);
    -o-transform: rotatey(0deg) scale(1);
    -ms-transform: rotatey(0deg) scale(1);
    transform: rotatey(0deg) scale(1);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.tabulous_active {
    background: #217af0 !important;
    color: #fff !important;
}

.tabulousclear {
    display: block;
    clear: both;
}
.scheme-right{
    max-width:1320px;
    margin:10px auto
}
    .scheme-right table tr td{
        padding:20px;
        font-size:16px;

    }
.table-right {

    width:45%;
}
.jiejue{
    height:38px;
    top:50px;
    position:relative;
    z-index:3
}
.nmore a{
    width: 100%;
    height: 40px;
    color:#808080;
    margin-top: 10px;
    background: #f8f8f8;
    border-radius: 4px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*2025/01/01*/
/*2024/12/17�°�*/
.software-banner {
    width: 100%;
    height: 591px;
    background: url('images/software/newbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.softwarejc-name {
    width: 98%;
  
    margin: 0px auto;
    padding-top: 20px;
}
.jc {
    width: 100%;
    height: 591px;
    background: linear-gradient(to bottom, #3a5ae1, #2040c9);
    position: relative;
    z-index: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin: 0px auto
}
.jc-left {
    width: 60%;
    height: 500px;
    float: left;
    padding: 10px 120px 10px 100px;
    max-width: 700px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}
.software-Nbanner-name {
    font-size: 52px;
    line-height: 60px;
    height: 60px;
    color: #fff;
   
    top: 150px;
    position: relative;
    font-weight: 800;
     cursor: pointer
}
    .software-Nbanner-text{
       
        border-radius:30px;
        top:170px;
        font-size:14px;
        line-height:40px;
      
        position:relative;
        color:#eee;
        width:80%;
      
    }
.software-Nbanner-btn {    
    top: 220px;
    position: relative;
    width: 80%;
    float: left;
 

}
    .software-Nbanner-btn .a3 {
        color: #217af0;
        cursor: pointer;
        padding: 13px 30px;
        font-size: 14px;
        margin: 15px;
        border-radius: 8px;
        background:#fff;
    }
    .software-Nbanner-btn .a1 {
        
        color: #fff;
        cursor: pointer;
        padding: 13px 30px;
        font-size: 14px;
        margin: 15px;
        border-radius: 8px;
        background: #217af0
    }
    .software-Nbanner-btn .a2 {
        
        border-radius: 8px;
        color: #fff;
        cursor: pointer;
        background: #089919;
        padding: 13px 25px;
        font-size: 14px;
        margin: 15px;
    }
    .software-Nbanner-btn .a1:hover{
        background:#0089ff;
    }
    .software-Nbanner-btn .a2:hover {
        background:#0bc230
    }
    .software-Nbanner-btn .a3:hover {
        background: #217af0;
        color:#fff
        
    }
    .jc-right {
        background: #fff;
        width: 430px;
        height: 480px;
        border-radius: 15px;
        box-shadow: 2px 2px 8px #eee;
        right: 50px;
        margin-right: 50px;
        z-index: 1;
        position: absolute;
        top: 40px;
        color: #000;
    }
.zj-name{
    font-size:16px;
  
    text-align:left;
    text-indent:30px;
    height:60px;
    line-height:60px;
    margin-top:30px;
    color:#000;

}
.zj-main{
    margin:10px auto;
    width:90%;
    height:100px;
    margin-top:30px;


}
.zj-context {
    width: 33%;
    display: block;
    float: left;
    text-align: center;

}
    .zj-context-link{
       border-right:1px solid #000;
    }
.zj-context > p {
    line-height: 36px;
    color: #000 !important;
}
.zj-context-name{
    font-size:18px;
}
.zj-text {
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    width: 90%;
    margin: 10px auto;
    padding: 10px;
}
.register{
    text-decoration:underline;
    margin-left:36px;
    cursor:pointer;
    color:#000;
    margin-top:50px;
}
    .register:hover{
        color:#ff6a00;
    }
    .jcmb4 {
        width: 100%;
        height: 50px;
        line-height: 50px;
        display: inline-block;
        padding-left: 100px;
    }
    .jcmb4 a > img{
        width:30px;
        position:relative;
        top:10px;
        right:5px;
    }
    .software-banner-sg {
        width: 100%;
        height: 591px;
        background: url('images/software-sg/newbg.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 0;
    }
.software-name{
    width:1020px;
    height:400px;
    margin:0px auto;
    padding-top:20px;
}
.software-banner-name {
    font-size: 46px;
    line-height: 60px;
    height: 60px;
    color: #000;
    text-shadow: 2px 2px 5px #555;
    top: 120px;
    white-space: nowrap;
    position: relative;
    font-weight: 800;
	 cursor:pointer
}
.software-banner-title {
    font-size: 16px;
    color: #808080;
    top: 150px;
    position: relative
}
        .title_cn {
            text-align: center;
            font-weight: bold;
            font-size: 30px;
        }
.mb4 {
    top: 230px;
    cursor: pointer;
    position:relative;
}
    .mb4 a img {
        width: 30px;
        position: relative;
        right: 8px;
        top: 8px;
    }
.mbshi0 {
    width: 140px;
    height: 80px;
    padding: 13px 40px;
    color: #007aff;
    font-size: 15px;
    background: #fff;
    border-radius: 5px;
    margin-right: 30px;
}

.mbshi1 {
    width: 140px;
    height: 80px;
    padding: 13px 40px;
    color: #fff;
    font-size: 15px;
    background: #007aff;
    border-radius: 5px;
    margin-right: 30px;
}

.mbshi2 {
    width: 140px;
    height: 80px;
    padding: 13px 40px;
    color: #fff;
    font-size: 15px;
    background: #0dae06;
    border-radius: 5px;
    margin-right: 30px;
}

.mbshi0:hover {
    color: #fff;
    text-decoration: none;
    background: #0169ec !important
}

.mbshi1:hover {
    color: #fff;
    text-decoration: none;
    background: #0169ec !important
}

.mbshi2:hover {
    color: #fff;
    text-decoration: none;
    background: #0c7a37 !important
}



#new_box {
    width: 100%;
  
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0px;
    position:relative;
    z-index:3
}

.new_con {
    width: 90%;
    max-width: 1320px;
    margin: 0 auto;
    
    
    position:relative;
    z-index: 3
}

.newtel {
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 3px 15px 5px rgba(193, 213, 255, 0.3);
    background: #fafafa;
    border: 2px solid #fff;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    width: 1320px;
    margin: 0 auto;
    top: -20px;
}

.new_telst {
   
    margin: 0 auto;
    position: relative;
  
    text-align: center
}

    .new_telst li {
        width: 19%;
        line-height: 60px;
        height:60px;
        text-align: center;
        float: left;
        display: inline;
        font-family: "΢���ź�";
        cursor: pointer;
        font-size:16px;
    }
        .new_telst li img{
            width:30px;
            margin-right:10px;
            position:relative;
            top:10px;
        }
        .newon {
            color: #217af0;
            font-weight: bold;
            border-bottom: 3px solid #0089ff;
        }
        
        .new_telst li:hover {
            color: #217af0 !important;
            font-weight: bold;
            border-bottom: 3px solid #0089ff;
        }

        .new_telst p {
            position: absolute;
            top: 34px;
            left: 0px;
            width: 166px;
            height: 7px;
            border-top: 1px solid #217af0;
            overflow: hidden;
            text-align: center;
        }

    .new_telst b {
        display: inline-block;
        width: 0;
        height: 0;
        margin-top: -3px;
        border-style: solid dashed dashed dashed;
        border-width: 9px;
        border-color: #217af0 #fff #fff #fff;
        overflow: hidden;
        zoom: 1;
        font-size: 0;
    }

.new_lst {
    position: relative;
    margin-top: 10px;
    padding-top: 20px;
    width: 98%;
    margin: 10px auto;
    max-width: 1300px;
    height: 100%;
    min-height: 1320px;
}

  

.new-wrap {
    margin-top: 30px;
}
    .new-wrap  p {
 
        
        line-height:2;
        font-size:14px;
    }
    .new-wrap .new_lst p h1 {
        font-size: 34px;
        margin: 0;
        line-height: 1.6;
    }
        .new-wrap p img {
            /*width: 100%;*/
            cursor:pointer;
        }
        .new-wrap .show {
            display: block;
        }

li.new_cnlf {
    width: 370px;
    float: left;
}

    li.new_cnlf p {
        width: 100%;
    }

p.newlf_tel a {
    color: #217af0;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    display: block;
}

    p.newlf_tel a:hover {
        color: #C33
    }

p.newlf_tx {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 105px;
    overflow: hidden;
}

li.new_cnrf {
    float: right;
    width: 820px;
    margin-left: 10px;
}

.newrf_lst dd {
    width: 368px;
    height: 85px;
    border: 1px solid #e4e4e4;
    float: left;
    margin-left: 35px;
    margin-bottom: 20px;
}

p.new_rq {
    width: 65px;
    height: 65px;
    background: #969393;
    float: left;
    text-align: center;
    color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

    p.new_rq span {
        display: block;
        font-size: 24px;
        text-align: center;
        font-weight: bold;
        line-height: 35px;
        padding-top: 5px;
    }

p.newrf_tx {
    float: left;
    width: 270px;
    margin-top: 8px;
}

    p.newrf_tx a {
        color: #333;
        font-size: 14px;
        display: block;
        line-height: 30px;
    }

    p.newrf_tx span {
        display: block;
        font-size: 12px;
        color: #999;
        height: 60px;
        overflow: hidden;
    }

.newrf_lst dd:hover {
    width: 366px;
    height: 83px;
    border: 2px solid #217af0;
    box-shadow: 0px 0px 15px rgba(37, 125, 242, .27);
}

    .newrf_lst dd:hover p.newrf_tx a {
        color: #217af0;
    }

    .newrf_lst dd:hover p.new_rq {
        background: #217af0;
        margin-top: 9px;
        margin-left: 9px;
    }

    .newrf_lst dd:hover p.newrf_tx {
        margin-top: 7px;
    }

.mr0 {
    margin-right: 0px;
}

.tree-left {
    width: 65%;
    max-width: 820px;
    float: left;
    border: 1px solid rgba(55, 99, 170, .1);
    border-radius: 8px;
    padding:5px 15px;
    margin-bottom:20px;
}
.tree-left p{
    line-height:2;
    font-size:15px;
    margin-bottom:25px;

}
    .tree-left p img{
        max-width:100%;
        cursor:pointer;
    }
.hexintitle {
    text-align:center;
    font-size:26px !important
}
.tree-right {
    width: 33%;
    margin-left: 0.5%;
    position: absolute;
    right: 10px;
    border: 1px solid rgba(55, 99, 170, .1);
    border-radius: 8px;
    padding:5px;
}
        .tree-right ul li {
            background: linear-gradient(to right, #f3f2ff, #f2fafd);
            border-radius: 10px;
            box-shadow: 2px 2px 5px #eee;
            width: 48%;
            height: 86px;
            margin-bottom: 20px;
            float:left;
            margin:1%;
            margin-bottom:10px;

            cursor:pointer !important;
        }
.biaoqian {
    background: linear-gradient(to right, #ff430b, #fe9a42);
    position: absolute;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 20px;
    text-align: center;
    margin-left: 155px;
}
.biaoqiannew {
    background: #0ab903;
    position: absolute;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: 50px;
    height: 20px;
    text-align: center;
    margin-left: 155px;
}
.tree-right ul li:hover {
    background: #f4f4ff;
    box-shadow: 2px 2px 8px #cee1ff;
}

.tree-right ul li img {
    width: 40px;
    margin-left: 6px;
}
            .tree-right ul li table {
                margin: 0px auto;
                padding-top: 15px;
                width:100%;
            }
            .tree-right ul li p {
                font-size: 12px;
               line-height:26px;
                color: #83838b
            }
                    .tree-right ul li p span{
                        font-size:15px;
                       
                       color:#000;
                    }
                    .tree-video {
                        width: 100%;
                        max-width: 1300px;
                        height: 960px;
                    }
        .tree-video ul{
            list-style-type:none;
            width:100%;

        }
        .tree-video ul li{
            width:23%;
            height:auto;
            margin:20px 0.4% ;
            float:left;
            border-radius:8px;
             height:246px;
            padding:5px 5px 10px 5px;
            box-shadow:2px 2px 5px #eee;
        }
            .tree-video ul li:hover{
                box-shadow:2px 2px 5px #eee;
            }
.hexinname {
    font-size: 14px;
    margin-top: 10px;
    line-height: 26px;
    padding-left: 10px;
    font-weight: 600;
}

.shen1 {
    background: #bf1717;
    border-radius: 5px;
    padding: 1px 9px;
    float: right;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: normal
}

    .shen1:hover {
        color: #fff;
        background: #ff0000
    }
.tree-video ul li video {
    width: 100%;
    height: 200px;
}

.hight-main2-hight ul {
    list-style-type: none;
}
.hight-main2 {
    width: 32%;
    padding: 20px;
    border: 1px solid rgba(55, 99, 170, .1);
    min-width: 300px;
    max-width: 450px;
}
    .hight-main2-hight ul li {
        line-height: 33px;
        color: #091255;
        font-size: 15px;
        cursor: pointer;
    }
.hight-main-name2 span{
    color:#217af0;
    font-weight:600
}
.hight-main-name2-img {
    text-align: center
}
.hight-main2-hight ul li:hover {
    color: #155aff
}

        .hight-main2-hight ul li:before {
            content: "";
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #0169ec;
            border-radius: 50%;
            margin-right: 5px;
            box-shadow: 2px 2px 8px rgba(0,0,0,0.3)
        }
.hight-download {
    height: 100px;
    display: flex;
}

.hight-down {
    background: #fff;
    box-shadow: 2px 2px 8px #dff1ff;
    width: 130px;
    height: 120px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

    .hight-down p {
        text-align: center;
    }

.hight-down-img {
    height: 80px;
    line-height: 80px;
}

.hight-down p > img {
    width: 50px;
}
#and1, #iph1 {
    display: none
}
.hightimg img{
    width:120px;
}
.link {
    width: 2px;
    height: 530px;
    border-left-style: solid;
    border-left-color: rgba(55,99,170,.1);
    border-left-width: 2px;
    position: absolute;
    margin-top: 68px;
    margin-left: 3px;
}

.hight {
    width: 100%;
}

.hight-banner {
    height: 660px;
    width: 100%;
    background: url('../Highlights/images/bg1.jpg');
    background-size: cover;
    position: relative;
    top: -45px
}

.sticky {
    padding: 10px;
    /* Initially, it's not fixed */
    position: absolute;
   
    right: 15px;
    transition: top 0.3s ease;
    padding-bottom: 60px;
}


.softwarevideo {
    width:100%;
}
    .softwarevideo p img{
        width:100%;
    }
    .video-container {
        position: relative;
        width: 100%;
    }

video {
    width: 100%;
    display: block;
}

.play-button-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-button {
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent background */
    color: white;
    border: none;
    cursor: pointer;
}

    .play-button img {
        width: 60px
    }
.portfolio {
    width: 24%;
    float: left;
    margin: 0.5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #e8e8e8;
    padding:3px;
    cursor:pointer;
}
    .portfolio:hover{
        box-shadow:2px 2px 8px #bbb;
    }
    .dingwei {
        width: 90%;
        max-width: 1440px;
        margin: -40px auto 0px;
        height: 60px;
        line-height: 60px;
        box-shadow: 0px 3px 15px 5px rgba(193, 213, 255, 0.3);
        background: #fafafa;
        border: 2px solid #fff;
        position: relative;
        z-index: 1;
        border-radius: 8px;
    }

    .dingwei a {
        width: 19%;
        display: inline-block;
        text-align: center;
        font-size:16px;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

.dingwei-active {
    color: #0089ff !important;
    border-bottom: 3px solid #0089ff;
}

.dingwei a:hover {
    color: #0089ff !important;
    border-bottom: 3px solid #0089ff;
}
.tree-contentnew{
    width:90%;
    max-width:1180px;
    margin:0 auto;

}
.treename {
    padding: 50px 0px 10px;
    margin-top: 0px;
    width: 1180px;
    font-size: 28px !important;
    color: rgb(24, 24, 24);
    line-height: 42px;
    font-weight: normal;
    text-align:center;
    margin-bottom:30px;
}
/*2024/12/17�°�*/
@font-face {
    font-family: 'FZZYJW'; /*��������*/
    src: url('css/FZZYJW.TTF') format('truetype'); /*����Դ�ļ�*/
}

.sss{
    margin-top:10px;
}
.sss ul{
    list-style-type:none;
}
.sss ul li{
    float:left;

  width:125px;
}
.sss ul li>a{ 
    color:#000 !important;


}
    .sss ul li > a span {
        line-height: 30px;
        position: relative;
        top: -8px;
        margin-left: 8px;
    }
    .sss ul li > a:hover {
        color: #ff6a00 !important
    }
.newmain1 {
    width: 1320px;
    float: left;
    margin: 10px 5px;
    padding: 10px 15px;
    background: #fff;
    margin-left: 10px;
}

.jicheng-des1 {
    width: 750px;
    border-right: 1px solid #eee;
    float: left;
    padding: 13px 10px 0px 20px;
    margin-top: 20px;
}

.jicheng-title1 {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
    font-family: 'FZZYJW';
}

.jicheng-cont1 {
    padding-top: 15px;
    font-size: 14px;
    color: #1296db;
    line-height: 30px;
}

.jicheng-name1 {
    width: 450px;
    float: left;
    padding: 35px 0 20px 10px;
    overflow: inherit;
}

.active1 {
    border-radius: 5px;
    box-shadow: 2px 2px 8px #d4d4d4;
    padding: 3px 5px;
    color: #f72406
}
.hot1{
    width: 35px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    margin-left: -5px;
    background: #f60a20;
    border-top-left-radius: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center
}

.huo1 {
    width: 35px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    margin-left: -5px;
    background: #ff6a00;
    border-top-left-radius: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center
}

.new1 {
    width: 35px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    position: absolute;
    margin-left: -5px;
    background: #08b234;
    border-top-left-radius: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    color: #fff;
    text-align: center
}


/*�°汾*/
.filetree li a {
    text-decoration: none;
    color: black;
}

a:hover {
    color: #ff6a00;
}

.tree-content1 table tr td a {
    text-decoration: none;
    color: #555 !important;
}

    .tree-content1 table tr td a:hover {
        text-decoration: none;
        color: #f0a31e !important;
    }

.jicheng {
    width: 100%;
    height: 170px;
    border-bottom: 1px solid #eee;
}

.btn1 {
    position: relative;
    top: -100px;
    left: 160px;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
}

    .btn1:hover {
        color: #ff6a00;
        border: 2px solid #ff6a00;
    }


.heng {
    width: 1360px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: #fff;
    height: 230px;
    margin: 10px auto;
    box-shadow: 2px 2px 10px #bbb;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

    .heng ul {
        list-style-type: none;
        width: 1360px;
        margin: 10px auto;
        padding-top: 10px;
        padding: 10px;
    }

        .heng ul li {
        
            float: left;
            width: 102px;
            height: 90px;
            cursor: pointer;
            padding: 7px 5px;
        }

            .heng ul li:hover {
                border-radius: 5px;
                box-shadow: 2px 2px 8px #bbb;
            }

            .heng ul li img {
                width: 40px;
                vertical-align: middle;
                text-align: center;
                margin-left: 33px;
                margin-left:0 \9;
            }

            .heng ul li p {
                text-align: center;
                line-height: 50px;
                color: #000;
                font-size: 12px;
                height: 50px;
            }
/*�ֲ�*/
.container2 {
    width: 360px;
    height: auto;
    display: inline-block;
    margin: 20px 20px 20px 0;
        top: 0;
    float: left;
}
.swiper-container {
    width: 80%;
    height: 160px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 160px;
}

    .swiper-slide img {
        width: 100%;
        height: 160px;
    }

.name {
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    width: 100%;
    background: #000;
    opacity: 0.5;
    text-align: left;
    padding-left: 10px;
}

.lun {
    width: 100%;
}

.swiper-button-prev {
    background-image: url('img/left.png');
}

.swiper-button-next {
    background-image: url('img/right.png');
    background-size: 50%
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px !important;
    right: 10px;
}

.top {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.25em;
    color: #005aa8;
    border-bottom: 2px solid #005aa8;
    padding-bottom: 0.85em;
}

.little-title {
    color: #005aa8;
    font-size: 18px;
    line-height: 36px;
    text-align: left;
    width: 92%;
    margin: 20px auto;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9e9e9;
}

.more {
    font-size: 14px;
    color: #cfcfcf !important;
    cursor: pointer;
    float: right;
    line-height: 30px;
}

    .more:hover {
        color: #ff6a00 !important;
    }

.title1 {
    font-size: 18px;
    padding-left: 5px;
}
/*�������б�����*/



/*�ֲ�*/
.software{
    text-align:center \9
}
.zhengti {
    width: 1360px;
    margin: 10px auto;
    display: flex;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 2px 2px 8px #d4d4d4;
    border: 1px solid #efefef;
    display: inline-block \9;
    
}

/*�������б�����*/
.newmain {
    width: 900px;
    float: left;
    margin: 30px 5px;
    
    padding: 10px 15px;
    background: #fff;
    margin-left: 5px;
}

.jicheng-des {
    width: 420px;
    border-right: 1px solid #eee;
    float: left;
    padding: 13px 10px 0px 0;
}

.jicheng-title {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
}

.jicheng-cont {
    padding-top: 15px;
    font-size: 14px;
    color: #1296db;
    line-height: 30px;
}

.jicheng-name {
    width: 450px;
    float: left;
    padding: 15px 0 20px 10px;
    overflow: inherit;
}

.newmain-cont p {
    line-height: 36px;
    text-indent: 28px;
    color: #555;
    font-size: 14px;

    padding-top: 20px;
    width:98%;
}





.jicheng-na {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    
    margin-top:5px;
}

.jicheng-btn {
    margin-top: 30px;
}

    .jicheng-btn .a1 {
        padding: 8px 15px;
        color: #fff;
        cursor: pointer;
        border-radius: 4px;
        background: #1296db;
    }

        .jicheng-btn .a1:hover {
            background: #ff6a00;
        }

    .jicheng-btn .a2 {
      
        padding: 8px 10px;
        color: #666;
        background: #fff;
        border: 1px solid #bbb;
        border-radius: 4px;
        cursor: pointer;
margin:0 5px;
    }

        .jicheng-btn .a2:hover {
            color: #000;
            border: 1px solid #000;
        }

.jicheng-btn .a3 {
        padding: 8px 10px;
        color: #fff;
        background: #089919;
        border: 1px solid #089919;
        border-radius: 4px;

        cursor: pointer;
    }

        .jicheng-btn .a3:hover {
            color: #089919;
            background:#fff;
            border: 1px solid #089919;
        }


    .newmain-cont p img {
        width:80%;
    }

.newmain-cont table {
    padding-top: 30px;
    width: 940px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.newmain-cont-anli {
    width: 180px;
    border: 1px solid #bbb;
    padding: 10px 5px;
    border-radius: 2px;
    box-shadow: 2px 2px 10px #d4d4d4;
    border-bottom: 2px solid #1296db;
    background: #fff;
    margin: 10px 5px;
}

    .newmain-cont-anli img {
        margin-left: 30px;
        width: 130px;
    }

.newmain-cont-anli-name {
    padding-top: 20px;
    text-align: center;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
}

.newmain-cont-anli:hover {
    background: #fff;
    box-shadow: 2px 2px 10px #bfe7fb;
    cursor: pointer
}

/*�°汾*/
.treebox{
    width:320px;
    position:absolute;
}
.treebox-title {
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
    box-shadow: 2px 2px 8px #efefef;
    color:#1296db;
    font-size: 16px;
    padding-left: 10px;
    font-weight: 600;
}
.banben{
    width:320px;

}
.banben ul {
    list-style-type:none;
}
    .banben ul li {
        width: 150px;
        height: 60px;
        line-height: 60px;
        box-shadow: 2px 2px 8px #efefef;
        float: left;
        margin-top:5px;
        margin-right:6px;
        margin-left: 0;
        border-radius: 3px;
        border: 1px solid #f8f8f8;
        cursor: pointer;
    }
        .banben ul li:hover {
            box-shadow: 2px 2px 8px #ccc;
            border: 1px solid #a1d2fb;
        }
.active {
    background:#d1e9fe;
    border-radius:3px;
    color:#ff6a00;
}
        .banben ul li p{
            text-align:center
        }
        .banben ul li p img {
            width: 22px;
            vertical-align: middle;
           
        }
        .banben ul li p span{
            width:12px;
          
        }
        /*����ͼ*/
        #zSlider {
            width: 830px;
            margin: 20px auto;
            overflow: hidden;
        }

#picshow {
    position: relative;
}

#picshow, #picshow_img {
    width: 760px;
    height: 434px;
    overflow: hidden;
    float: left;
}

    #picshow_img li {
        width: 830px;
        height: 454px;
        overflow: hidden;
        float: left;
        display: none;
    }

    #picshow_img img {
        width: 760px;
        height: 434px;
    }

#picshow_tx {
    left: 0px;
    width: 880px;
    bottom: 0px;
    position: absolute;
    height: 90px;
    overflow: hidden;
}

    #picshow_tx li {
        background: url(../images/picshow_bg.png) repeat;
        padding: 10px 30px;
        height: 70px;
        color: #fff;
        display: none;
    }

        #picshow_tx li a {
            color: #fff;
        }

            #picshow_tx li a:hover {
                text-decoration: underline;
            }

        #picshow_tx li h3 {
            margin: 13px 0;
        }

        #picshow_tx li p {
            color: #ccc;
            line-height: 16px;
            height: 16px;
            overflow: hidden;
        }

#select_btn {
    width: 760px;
    height:350px;
  
    float: left;
    display: inline;
    background-color:#f8f8f8;
    margin-top:15px;
}

    #select_btn li {
        padding: 13px 13px;
        width: 220px;
        height: 140px;
        cursor: pointer;
        transition: all .7s ease 0s;
        float:left
    }

        #select_btn li:hover {
            box-shadow:2px 2px 5px #808080;
        }



        #select_btn li.current {
         
            box-shadow: 2px 2px 5px #808080;
        }

            #select_btn li.current a {
                color: aliceblue
            }

            #select_btn li.current:hover {
                box-shadow: 2px 2px 5px #808080;
            }

    #select_btn a {
        color: #000;
    }

    #select_btn img {
        padding: 1px 5px 2px 1px;
        border: 1px solid #ccc;
        width: 220px;
        height: 140px;
        margin-right: 10px;
        float: left;
    }

    #select_btn .select_text {
        height: 20px;
        font: bold 13px/16px 'Microsoft YaHei';
        overflow: hidden;
        display: block;
    }

        #select_btn .select_text:hover {
            text-decoration: underline;
        }

    #select_btn .select_date {
        height: 23px;
        line-height: 23px;
        overflow: hidden;
        display: block;
    }

#foot_bm a, #foot_bm, p, p a {
    color: #666;
}
/*����ͼ*/


.mydiv {
    line-height: 20px;
    border: 1px solid #d4d4d4;
    font-size: 12px;
    z-index: 999;
    width: 420px;
    height:220px;
    left: 50%;
    top: 40%;
    margin-left: -150px !important; /*FF IE7 ��ֵΪ��������һ�� */
    margin-top: -60px !important; /*FF IE7 ��ֵΪ�����ߵ�һ��*/
    margin-top: 0px;
    position: fixed !important; /* FF IE7*/
    position: absolute; /*IE6*/
    background-image: url('images/tanchu.png');
    box-shadow: 2px 2px 10px #808080;
}
.mydiv button{
    color:black;
    border:1px solid #84c9dd;
   position:relative;
   margin-left:70px;
   text-align:center;
   width:100px;
   line-height:30px;
   height:30px;
   top:20px;
   background:#fff;
  cursor:pointer;
}
.app {
    width:70%;
    margin:10px auto;
    margin-top:160px;
    padding:20px; 
}

.app-title{
    width:100%;
    height:50px;
}
.app-title p b{
        font-size:16px;
        color:#1296db;

}
.app-left{
    width:100%;
    height:auto;
    position:relative;
}
.app-left table{
    width:80%;
    margin:10px auto;
    border-collapse:collapse;
}
.app-left table tr td{
    font-size:15px;
    padding:20px;
    font-family:'Microsoft YaHei';
    color:#555;
}
.app-left table tr{
    border-bottom:1px solid #d4d4d4;
}
.app-left a{
    position:relative;
    z-index:999;
    left:435px; 
    top:-55px;    
}
.app-left p{
       line-height:33px;
        text-indent:28px;
        color:#555;
        font-size:14px;
}
.app-phone{
    width:35%;
}
.app p {
    line-height: 33px;
    text-indent: 28px;
    color: #555;
    font-size: 14px;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 

.treeview .placeholder {
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}
.main{
    left:50px \9;
    width:200px;
    height:auto;
    margin-left:50px;
    float:left;
    margin-top:10px;
}
.filetree li { padding: 3px 0 2px 16px; width:200px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
.software{
    width:100%;
    height:auto;
    clear:both;
}

.software-case{
    width:96%;
    height:50px;
    line-height:50px;
    margin:30px auto;
   

}
.tree-content{
     border:1px solid #d4d4d4;
    border-radius:5px;
    width:900px;
    padding:5px;
   left:200px ;
}
.tree-content3 {
    border: 1px solid #e8f5fc;
    border-radius: 5px;
    width: 900px;
    padding: 5px;
    height: auto;
}
.buju{
    width:100%;
    height:auto;
    margin:20px auto;
    position:relative;
}
.buju-title{
    border-bottom:1px solid #808080;
    width:90%;
    height:30px;
     padding-left:20px;
    position:relative;
    margin-top:20px;
 
     
}
.buju-title2{
    border-bottom:1px solid #808080;
    width:98%;
    padding-top:20px;
    height:30px;
    padding-left:20px;
    position:relative;
    margin-top:30px;

}
.buju-title2 a b{
    color:#1296db;
    font-size:18px;
    line-height:30px;
}
.buju-title a b{
    color:#1296db;
    font-size:18px;
     line-height:30px;
}
.buju-left1{
    width:500px;
    height:auto;
    padding:10px;
}
.buju-right1{
    margin-left:510px;
    width:350px;
    text-align:center;
    padding-top:20px;
    vertical-align:middle;

}
.buju-left2{
    width:350px;
    height:auto;
    text-align:center;
     vertical-align:middle;
     padding-top:20px;
}
.buju-right2{
    width:500px;  
    padding:10px; 
    margin-left:360px;
}

.tree-content1 {
    border-radius: 5px;
    width: 900px;
    padding: 5px;
}
.tree-content1 table{
    width:90%;
    height:auto;
    margin:20px auto;
    border-collapse:collapse;
    border:1px solid #d4d4d4;
}
.tree-content1 table tr {
    border:1px solid #d4d4d4;
   
}
.tree-content1 table tr td {
     border-right:1px solid #d4d4d4;
}

    .software-case a {
        color:black;
        
    }
.software-case img {
    width:40px;
    height:40px;
    vertical-align:middle;
    padding:5px;
}
.software-case a:hover img {
    background-image: url('../images/bg.png');
    border-radius:5px;
    padding:5px;
}
    .software-case td {
        width:200px;
        font-size:12px;
        text-align:center;
    }
.tree-nei {
    width:900px;
    height:auto;
    margin-left:325px;
}
.tree-title {
    width: 900px;
    margin: 10px auto;
    padding-left: 10px;
    border: 1px solid #e8f5fc;
    border-radius: 5px;
    line-height: 35px;
}
.tree-title a{
 color:black;
}
.tree-pro{
    width:100%;
    margin:10px auto;
    

}
    .tree-pro p {
        line-height:36px;
        text-indent:28px;
        color:#555;
        font-size:14px;
        padding-left:20px;
          padding-right:20px;
    }
    .tree-pro td{
        line-height:30px;
        padding-left:10px;
    }
    .tree-pro a p b {
        font-size:16px;    }
    /**/
.side {
    width: 240px;
    float: left;
    background: #ffffff url(images/titbar_leftbg.jpg) repeat-y center top;
    border-radius:30px;
    padding-bottom:10px;
    margin-bottom:20px;
}

.main {
    
    float: left;
}
.navgd {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px #e0dfdf solid;
}

.main h1 {
    line-height: 60px;
    font-size: 30px;
    font-family: "Microsoft YaHei","΢���ź�","Microsoft JhengHei",MingLiu,Verdana, Arial, Helvetica, sans-serif,"����";
    padding: 0 10px;
    border-bottom: 1px #e0dfdf solid;
    text-align: center;
}

.main h2 {
    line-height: 60px;
    font-size: 30px;
    font-family: "Microsoft YaHei","΢���ź�","Microsoft JhengHei",MingLiu,Verdana, Arial, Helvetica, sans-serif,"����";
    padding: 0 10px;
    text-align: left;
}

.main h5 {
    height: 31px;
    line-height: 31px;
    margin-top: 10px;
    color: #565656;
    background: #efefef url(images/titpro_bg.gif) left center;
}

.main h5 strong {
        width: 80px;
        float: left;
        height: 31px;
        line-height: 31px;
        display: block;
        padding-left: 0px;
        margin-top: 2px;
        color: #565656;
        background: #ffffff;
    }

.main h5 a.more, .main h5 a.more:link, .main h5 a.more:visited {
        height: 31px;
        line-height: 31px;
        float: right;
        padding-right: 20px;
        color: #1a3c7d;
        background: #ffffff;
        padding-left: 15px;
    }
.submenu li {
    height: 54px;
    margin-top: 0px;
    font-size: 14px;
}

   .submenu li a,.submenu li a:link, .submenu li a:visited {
        color: #000000;
        display: block;
        line-height: 54px;
        height: 54px;
        background: url(images/subMenuBg.jpg) no-repeat center top;
        padding-left: 55px;
        text-align: left;
        font-weight: bold;
    }

       .submenu li a:hover {
            color: #000000;
            background: url(images/subMenuBg.jpg) no-repeat center top;
            text-decoration: underline;
        }

       .submenu li a.on, .submenu li a.on:link, .submenu li a.on:visited {
            color: #1b4ea5;
            display: block;
            line-height: 54px;
            height: 54px;
            background: url(images/subMenuBg.jpg) no-repeat center bottom;
            padding-left: 65px;
            text-align: left;
            font-weight: bold;
        }
.leftPart {
    width: 216px;
    margin: 0 auto;
    margin-top: 15px;
}