/*???*/
.fontb{font-weight:bold;}
.fontc{color:#333;font-weight:bold;}
.fontcr{color:#333;}
.flags .top {text-align: center;}
.flags .top h2 {font-size: 35px;line-height: 40px;color: #003da8;margin-top: 95px;}
.flags .top p {font-size: 16px;color: #898989;margin-top: 10px;}
.flags .bottom {margin-top: 60px; padding-bottom: 20px;}
.flags .cspan1, .flags .cspan2 {    width: 380px;    height: 475px;    float: left;    transition: all .3s ease-out;
}
.flags .cspan2:hover {    box-shadow: 0 20px 10px -14px rgba(0, 0, 0, .3);    -webkit-transform: translateY(-3px);    transform: translateY(-3px);}
.flags .cspan1 {    background: #fff;    box-sizing: border-box; padding: 60px 40px;    transition: box-shadow .3s, border-color .3s;    position: relative; border: 3px solid #deb721;}
.flags .cspan1:hover {    box-shadow: inset 0 0 0 3px #deb721;    border-color: #deb721;}
.flags .cspan1 h2 { display: inline-block; font-size: 26px; color: #003da8; line-height: 60px;}
.flags .cspan1 h2:after { content: ''; display: block; width: 26%; height: 3px; background: #003da8; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.flags .cspan1:hover h2:after { width: 50%;}
.flags .cspan1 p {color: #898989;font-size: 16px;
    line-height: 28px;
    margin: 25px 0 20px 0;
}

.flags .cspan1 a {
    width: 144px;
    line-height: 37px;
    font-size: 16px;
    text-align: center;
}

.flags .cspan2 {
    overflow: hidden;
    margin-left: 30px;
    position: relative;
}

.flags .cspan2 .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in;
}

.flags .cspan2:hover .pic {
    transform: scale(1.08);
}

.flags .cspan2 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    height: 72px;
    background: rgba(0, 61, 168, .85);
    color: #fff;
    padding: 0 40px;
    box-sizing: border-box;
}

.flags .cspan2 .text h2 {
    line-height: 72px;
    font-size: 18px;
}

.flags .cspan2 .text p {
    font-size: 16px;
    line-height: 28px;
    margin: 20px 0 30px 0;
}

.flags .cspan2 .text a {
    font-size: 16px;
    color: #fff;
}

.flags .cspan2 .text a:hover {
    text-decoration: underline;
}

.flags .cspan2 .text h2 i {
    display: inline-block;
    width: 35px;
    height: 32px;
    vertical-align: -10px;
    margin-right: 14px;
}

.flags .cspan2 .text h2 i.b1 {
    background: url(../../images/tubiao_06.png) no-repeat;
}

.flags .cspan2 .text h2 i.b2 {
    background: url(../../images/tubiao_03.png) no-repeat;
}
.cloud {
    margin-top: 80px;
}

.cloud .pic {
    float: left;
    width: 480px;
}

.cloud .fr {
    width: 640px;
    float: right;
}

.cloud .fr .top h2 {
    font-size: 35px;
    line-height: 40px;
    color: #003da8;
    margin: 35px 0 20px 0;
}

.cloud .fr .top p {
    color: #727171;
    font-size: 16px;
    line-height: 28px;
}

.cloud .btnbox {
    border-bottom: 1px solid #d2d2d2;
    padding: 30px 0;
}

.cloud .btnbox a {
    display: block;
    float: left;
    width: 26.33333333%;
    margin-right: 10.5%;
    color: #727171;
    font-size: 14px;
}

.cloud .btnbox a:nth-last-child(1) {
    margin: 0;
}

.cloud .btnbox a dl h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 10px auto 5px auto;
    color: #000002;
    text-align: center;
    transition: all 0.3s ease-in;
}

.cloud .btnbox a:hover dl h1 {
    color: #003da8;
}

.cloud .btnbox a dl dt {
    width: 70px;
    margin: 0 auto;
    transition: all 0.3s ease-in;
}

.cloud .btnbox a:hover dl dt {
    transform: scale(0.95);
}

.cloud .fr a.yellow {
    width: 144px;
    line-height: 37px;
    margin-right: 90px;
    margin-top: 36px;
    font-size: 16px;
    text-align: center;
}

.design {
    margin: 0 auto;
    margin-top: 100px;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.design .col {
    width: 50%;
    height: 470px;
    position: relative;
    overflow: hidden;
    float: left;
}

.design .col .pic {
    width: 44%;
    height: 100%;
    float: right;
    overflow: hidden;
}

.design .col .pic span {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.design .col.hover .pic span {
    transform: scale(1);
}

.design .col .txt {
    width: 60%;
    height: 100%;
    position: absolute;
    left: -4%;
    top: 0;
    background: #fff;
    z-index: 10;
    transition: all 0.3s ease-in;
}

.design .col .txt:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    right: -13px;
    top: 50%;
    display: block;
    background: #fff;
    transform: rotate(45deg);
    margin-top: -16px;
}

.design .col.hover .txt {
    left: 0%;
}

.design .col .txt ul {
    width: 260px;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 14px;
    line-height: 28px;
    color: #898989;
    padding-left: 4%;
}

.design .col .txt ul span {
    color: #646464;
    font-size: 18px;
}

.design .col .txt ul h2 {
    font-size: 22px;
    color: #030000;
    line-height: 30px;
    margin: 10px 0 20px 0;
}

.design .col .txt ul p {
    height: 130px;
}

.design .col .txt ul a.yellow {
    width: 144px;
    line-height: 37px;
    margin-top: 45px;
    font-size: 16px;
    text-align: center;
}

.news.teshu {
    margin: 100px auto;
}

@media screen and ( max-width: 850px ) {
    .news.teshu {
        margin: 0px auto 50px auto;
    }
}

.news {
    width: 1200px;
    margin: 0 auto;
}

.news h2 {
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    color: #003da8;
    margin: 130px auto 50px auto;
}

.news .con {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.news .bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.news .bg .pic {
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    position: absolute;
    left: 0;
    top: 0;
    background-clip: content-box;
}

.news .rowbox {
    position: relative;
    z-index: 1000;
}

.news .list {
    width: 25%;
    height: 300px;
    float: left;
    border-right: 1px solid #669be3;
    border-bottom: 1px solid #669be3;
    position: relative;
    z-index: 100;
}

.news .list:nth-child(4n) {
    border-right: 0 solid #669be3;
}

.news .list a {
    display: block;
    box-sizing: border-box;
    padding: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.news .list a:hover {
    color: rgba(255, 255, 255, 1);
}

.news .list a h3 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 5px;
    font-weight: normal;
}

.news .list a span {
    font-size: 14px;
    display: block;
    line-height: 16px;
}

.news .list a em {
    font-size: 12px;
    line-height: 14px;
}

.news .list p {
    margin-top: 95px;
    font-size: 14px;
}

.news .list .txt {
    position: relative;
    z-index: 100;
}

.news .list .bluebg {
    width: 100%;
    height: 100%;
    background: rgba(0, 61, 168, 1);
    opacity: 0.85;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

.news .list .bluebg.hover {
    transform: scale(1);
    opacity: 0;
}

.news .list .bpic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s ease-in;
    transform: scale(1);
    opacity: 0;
}

.news .list .bpic.hover {
    transform: scale(1);
    opacity: 1;
}

.reputation h2 {
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    color: #003da8;
    margin: 120px 0 30px 0;
}

.reputation .bottom dl {
    width: 385px;
    margin: 20px 22px 0 0;
    float: left;
}

.reputation .bottom dl:nth-last-child(1) {
    margin: 20px 0 0 0;
}

.reputation dl dd {
    width: 100%;
    height: 186px;
    background: #f5f5f5;
    position: relative;
    font-size: 14px;
    line-height: 28px;
    color: #898989;
    padding: 30px 35px;
    box-sizing: border-box;
}

.reputation dl dd span {
    position: absolute;
    display: block;
    bottom: 25px;
    right: 35px;
}

.reputation dl dd:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 37px;
    background: url(../../images/kejian.png) no-repeat;
    width: 17px;
    height: 16px;
    display: block;
}

.reputation dl dt {
    margin-top: 32px;
    font-size: 16px;
}

.reputation dl dt span {
    width: 81px;
    height: 81px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.indexconcata {
    background: url(../../images/lianxibg.jpg) no-repeat center top #163e59;
    background-attachment: fixed;
    width: 100%;
    height: 408px;
    background-size: cover;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-top: 100px;
    position: relative;
}

.indexconcata:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.indexconcata .maincon {
    position: relative;
    z-index: 11;
    color: #fff;
    margin-top: 90px;
    text-align: center;
}

.indexconcata .maincon dl {
    width: 280px;
    height: 170px;
    display: inline-block;
    font-size: 18px;
    line-height: 39px;
    margin-top: 30px;
}

.indexconcata .maincon dl:nth-child(2) {
    margin: 30px 170px 0 170px;
}

.indexconcata .maincon dl i {
    display: inline-block;
    height: 49px;
    margin-bottom: 30px;
}

.indexconcata .maincon dl i.b1 {
    width: 32px;
    background: url(../../images/lianxi_03.png) no-repeat;
}

.indexconcata .maincon dl i.b2 {
    width: 47px;
    background: url(../../images/lianxi_06.png) no-repeat;
}

.indexconcata .maincon dl i.b3 {
    width: 42px;
    background: url(../../images/lianxi_08.png) no-repeat center;
}

.indexconcata .maincon dl h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 10px;
    font-weight: normal;
}

.indexconcata .maincon dl a {
    border: 1px solid #fff;
    border-radius: 0px;
    display: inline-block;
    padding: 0 20px;
    color: #fff;
    transition: all 0.3s ease-in;
    line-height: 37px;
}

.indexconcata .maincon dl a:hover {
    border: 1px solid #003da8;
    background: #003da8;
}


/**新加的banner**/
.slide-text.slide_style_left .index_bannerpc_tit{color:#fff;position:relative;}
.slide-text.slide_style_left .index_bannerpc_tit span.input_banner_betatxt{font-size:24px;}
.index_bannerpc_newicon{position:absolute;right:-60px;top:-15px;width:59px;height:auto;}
.slide-text.slide_style_left.index_bannerpc_cont{margin-top:0;z-index:1000000000}
.slide-text.slide_style_left .index_bannerpc_txt{color:#fff;margin-bottom:10px;font-size:24px;line-height:32px;}
.slide-text.slide_style_left .index_bannerpc_txt34{font-size:30px;}
.slide-text.slide_style_left .index_bannerpc_txtNormal{font-size:18px;}
.slide-text.slide_style_left .index_bannerpc_txtsmall{font-size:16px;color:#fff;line-height:24px;width:74%;font-weight: 300;}
.slide-text.slide_style_left .index_bannerpc_txtsmallxs{width:70%}
.slide-text a.index_bannerpc_btngreen{background-color:#159f9a;}
.slide-text a.index_bannerpc_btngreen:hover{background-color:#38c1c6;}
.slide-text a.index_bannerpc_btnmobile{background-color:#008090;}
.slide-text a.index_bannerpc_btnmobile:hover{background-color:#39bfc6;}
.slide-text .index_bannerpc_downloadbtn{z-index:1000000000}
.slide-text .index_bannerpc_downloadbtn .hide{    border-left: 3px solid #159f9a;}
.slide-text .index_bannerpc_downloadbtn .hide a{color:#159f9a;cursor:pointer;}
.slide-text .index_bannerpc_downloadbtn.hover .hide a{color:#38c1c6}
.slide-text.slide_style_left.index_bannerpc_cont>p{margin: 0 0 40px 0;}

img.tianzheng_banner{max-width:518px;width:100%;}
.slide-text a.tianzheng_btn{background-color:#fff;color: #023da8;}
.slide-text a.tianzheng_btn:hover{background-color:#0076FF;color: #FFFFFF;}
.tianzheng_mask{width:100%; height:100%;left:0;top:0;z-index: 199999999999990;display:none;position: fixed;background-color: rgba(0,0,0,0.7);display: none;}
.tianzheng_popup{width: 470px;height: 500px;margin:-250px 0 0 -235px;display:none;left:50%;top:50%;position:fixed;z-index:199999999999991;background: #ffffff;box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15); }
.tianzheng_pop_close{position:absolute;right:28px;top:24px;width:20px;height:20px;cursor:pointer;}
.tianzheng_pop_close img{width:100%;height:auto;}
.tianzheng_popup h3{font-size: 28px;margin-top:56px;font-weight: 700;text-align: center;color: #333333;line-height: 37px;}
.tianzheng_popup h4{font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #333333;
    line-height: 37px;margin-top:12px;}
.tianzheng_popup .tip{height:48px;line-height:48px;color:#D04848;font-size:14px;text-align:center;}
.tianzheng_popup .list{padding:0 42px;}
.tianzheng_popup .list input{display:block;
    width: 100%;
    height: 50px;line-height: 50px;box-sizing: border-box;
    border: 1px solid #dedede;
    font-size: 14px;
    padding:0 5%;
    color: #333333;
}
.tianzheng_popup .list input::placeholder{
    opacity: 0.7;
    font-size: 14px;
    color: #333333;
}
.tianzheng_popup .list input.focus{
    border: 1px solid #023da8;
    box-shadow: 0px 0px 8px 0px rgba(2,61,168,0.50);
}
.tianzheng_popup .list input.tianzhengerr{opacity: 1; border: 1px solid #d04848;}
.tianzheng_popup .list span{display:block;height: 19px;
    font-size: 14px;
    color: #d04848;
    line-height: 19px;margin:2px 0 3px;}
.tianzheng_pop_subbtn{
    height: 50px;line-height: 50px;
    margin:0 42px;font-size:16px;
    background-color: #023da8;
    text-align: center;
    color: #ffffff;display:block;
    cursor:pointer;margin-top:9px;
}
.tianzheng_pop_subbtn:hover{background-color: #012a75;color:#fff;}

.tianzheng_popup .suc{display:none;}
.tianzheng_popup .suc .suc_icon{margin:112px auto 16px;width:76px;height:76px;}
.tianzheng_popup .suc .suc_tit{font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 37px;margin-bottom:48px;}
.tianzheng_popup .suc ul{margin:0 32px;}
.tianzheng_popup .suc ul li{opacity: 0.7;
    font-size: 16px;
    color: #333333;
    line-height: 21px;margin-bottom:20px;}
    /*2021*/
.index_newbanner_twobtncont .index_newbanner_twobtn{font-size:16px;float:left;padding:0 56px 0 36px;height:56px;cursor:pointer;
    color:#FFFFFF;border-radius:8px;line-height:56px;border: 1px solid #979797;
    background:transparent url("../../images/2019/3d/3d-icon31.png") no-repeat 165px center;margin-right:24px;
}
.index_newbanner_twobtncont .index_newbanner_twobtn span{width:2px;height:36px;margin:10px 0 0 42px;background:rgba(255,255,255,0.2);}
.index_newbanner_twobtncont .index_newbanner_twobtn:hover{color:#fff;
    background:#003DA8 url("../../images/2019/3d/3d-icon31.png") no-repeat 165px center;
    border: 1px solid #003DA8;}
.slide-text.slide_style_left .index_newbanner_tit{font-weight: bold;}
#animationWindow_mobile .btn-mobile-disable{background-color:#454545}



.cloud_model{margin-top:38px;}
.cloud_model h1{font-size: 38px;
    font-weight: 400;
    text-align: center;
    color: #003da9;
    line-height: 53px;}
.cloud_model_itemcont{display:flex;flex-direction:row;flex-wrap:wrap;
    justify-content:space-between;
    margin: 12px auto 40px;width:590px;}
.cloud_model_item{width:50%;font-size: 16px;
    text-align: left;
    color: #898989;
    line-height: 31px;}
.cloud_model_item:before{
    content: "·";
    font-size: 16px;
    text-align: left;
    color: #898989;
    line-height: 31px;
    letter-spacing: 4px;
}
.cloud_model_listcont{margin-bottom:65px;}
.cloud_model_list{width:33%;float:left;border: 1px solid #fff;padding:20px;}
.cloud_model_list:hover{background: #ffffff;
    border: 1px solid #003da9;
    box-shadow: 0px 5px 6px 1px rgba(0,61,169,0.15); }
.cloud_model_listul{border: 1px solid #e0e0e0;padding:0 20px;height:430px;}
.cloud_model_list:hover .cloud_model_listul{border:1px solid #ffffff;}
.cloud_model_listimg{width:150px;margin:50px auto 36px;}
.cloud_model_listimg img{width:100%;height:auto;}
.cloud_model_listtit{font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #333333;margin-bottom:20px;
    line-height: 42px;}
.cloud_model_list:hover .cloud_model_listtit{font-weight: 600;}
.cloud_model_listtxt{font-size: 16px;
    text-align: center;
    color: #8a8a8a;
    line-height: 22px;}
.cloud_model_list:hover .cloud_model_listtxt{color:#000000}
.cloud_model_info{width:100%;background-color:#003da9;}
.cloud_model_infobj{margin:40px;position:relative;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;padding:0 79px;}
.cloud_model_infobjleft{width:36px;height:36px;position:absolute;left:0;top:0;background:url("../../images/2021/index-cloud-icon5.png") no-repeat center;background-size:100% 100%;}
.cloud_model_infobjright{width:36px;height:36px;position:absolute;right:0;bottom:0;background:url("../../images/2021/index-cloud-icon4.png") no-repeat center;background-size:100% 100%;}

.index_banner_market_tit{font-size:15px;color:#fff;text-align:center;letter-spacing: 1px;}
.index_banner_market_txt{font-size:20px;color:#fff;text-align:center;font-weight:bold;margin:5px 0 6px;letter-spacing: 2px;}
.index_banner_market_desp{font-size:13px;color:#fff;text-align:center;letter-spacing: 1px;}

@media screen and (max-width: 1230px) {
    .flags .cspan1, .flags .cspan2 {
        width: 31.33333%;
    }
    .flags .cspan1 {
        padding: 40px 36px;
    }

    .flags .cspan2 {
        margin-left: 3%;
    }

    .cloud .pic {
        width: 40%;
    }

    .cloud .fr {
        width: 54%;
    }

    .design .col .txt ul {
        width: 80%;
        line-height: 24px;
        font-size: 13px;
    }

    .design .col .txt ul span {
        font-size: 16px;
    }

    .design .col .txt ul h2 {
        font-size: 18px;
    }

    .news {
        width: 100%;
    }

    .reputation .bottom dl {
        width: 30.3333333%;
        margin: 20px 4.5% 0 0;
    }

    .indexconcata .maincon dl {
        width: 30.33333333%;
        display: block;
        float: left;
    }

    .indexconcata .maincon dl:nth-child(2) {
        margin: 30px 4.5% 0 4.5%;
    }
    .slide-text.slide_style_left.index_bannerpc_cont>p{width:70%;line-height:36px;margin: 0 0 30px 0;}
    img.tianzheng_banner{width:70%}

    .flags .cspan1 p {font-size: 14px;line-height: 20px;    }
}

@media screen and (max-width: 1030px) {
    .flags .cspan1 h2 {
        font-size: 20px;
        line-height: 50px;
    }

    .flags .cspan1 {
        padding: 30px 20px;
    }

    .flags .cspan1 a {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .reputation h2 {
        margin: 60px 0 20px 0;
    }

    .reputation dl dd {
        font-size: 14px;
        line-height: 24px;
    }

    .indexconcata .maincon dl {
        font-size: 16px;
    }

    .indexconcata .maincon dl i {
        margin-bottom: 15px;
    }

    .indexconcata .maincon dl h1 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 5px;
    }

    .index_bannerpc_newicon{position:absolute;right:-60px;top:-15px;width:59px;height:auto;}
    .slide-text.slide_style_left.index_bannerpc_cont>p{font-size:18px;width:70%;line-height:22px;margin: 0 0 30px 0;}
    .slide-text a.index_bannerpc_btngreen{font-size: 16px;height: 40px;width: 160px;}
    .index_bannerpc_cont .downloadbtn a.btn-primary{line-height: 40px;}
    .slide-text a.index_bannerpc_btngreen .b1{width: 18px;height:16px;vertical-align: 0;}
    .index_bannerpc_cont .downloadbtn{    width: 160px; vertical-align: 0; margin-right: 5px;}
    .slide-text .index_bannerpc_downloadbtn .hide{ top:45px;}
}

@media screen and ( max-width: 850px ) {
    .reputation .bottom dl {
        width: 48%;
        margin: 20px 4% 0 0;
    }

    .reputation .bottom dl:nth-child(2) {
        margin: 20px 0 0 0;
    }

    .news .list {
        width: 33.333333333%;
    }

    .news .list:nth-child(4n) {
        border-right: 1px solid #669be3;
    }

    .news .con {
        height: auto;
    }



    .cloud_model{margin-top:35px;}
    .cloud_model h1{font-size: 24px;line-height: 30px;}
    .cloud_model_itemcont{display:flex;flex-direction:row;flex-wrap:wrap;
        justify-content:space-between;
        margin: 10px auto 20px;width:80%;}
    .cloud_model_item{width:100%;font-size: 14px;line-height: 26px;letter-spacing: 4px;}
    .cloud_model_item:before{
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 4px;
    }
    .cloud_model_listcont{margin-bottom:35px;}
    .cloud_model_list{width:100%;float:none;padding:10px;display:block;}

    .cloud_model_listul{padding:0 10px;height:240px;}

    .cloud_model_listimg{width:70px;margin:30px auto 20px;}
    .cloud_model_listtit{font-size: 20px;
        margin-bottom:10px;
        line-height: 32px;}
    .cloud_model_listtxt{font-size: 12px;line-height: 22px;}

    .cloud_model_infobj{margin:20px;
        font-size: 14px;

        line-height: 24px;padding:0 30px;}
    .cloud_model_infobjleft{width:26px;height:26px;}
    .cloud_model_infobjright{width:26px;height:26px;}

}

@media screen and (max-width: 769px) {
    .flags .top h2 {
        font-size: 30px;
        margin-top: 80px;
    }

    .flags .top p {
        font-size: 14px;
        line-height: 26px;
    }

    .flags .cspan1 {
        height: auto;
    }

    .flags .cspan1, .flags .cspan2 {
        width: 100%;
        float: none;
        margin: 20px 0 0 0;
    }

    .cloud {
        margin-top: 30px;
    }

    .cloud .fr .top h2 {
        font-size: 30px;
        line-height: 35px;
        margin: 15px 0 10px 0;
    }

    .cloud .pic {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .cloud .fr {
        width: 100%;
        float: none;
    }

    .news .list {
        width: 50%;
    }

    .design {
        margin-top: 50px;
    }

    .design .col {
        float: none;
        width: 100%;
    }

    .design .col:nth-child(1) {
        border-bottom: 1px solid #d2d2d2;
    }

    .news h2, .reputation h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .news h2 {
        margin: 60px auto 30px auto;
    }

    .reputation .bottom dl {
        width: 100%;
        float: none;
        margin: 20px auto 0 auto;
    }

    .reputation .bottom dl:nth-child(1) {
        margin: 20px auto 0 auto;
    }

    .reputation .bottom dl:nth-last-child(1) {
        margin: 20px auto 0 auto;
    }

    .indexconcata {
        height: 500px;
    }

    .indexconcata .maincon {
        margin-top: 40px;
    }

    .indexconcata .maincon dl {
        font-size: 14px;
        height: auto;
        float: none;
        width: 100%;
        margin: 30px auto 0 auto;
        line-height: 28px;
    }

    .indexconcata .maincon dl:nth-child(2) {
        margin: 30px auto 0 auto;
    }

    .indexconcata .maincon dl h1 {
        font-size: 18px;
    }

    .indexconcata .maincon dl a {
        line-height: 26px;
    }

    .indexconcata .maincon dl i {
        margin-bottom: 10px;
    }

    .indexconcata .maincon dl i.b3 {
        height: 33px;
    }
    .index_bannerpc_newicon{position:absolute;right:-59px;top:-10px;width:49px;height:auto;}
    .slide-text.slide_style_left.index_bannerpc_cont>p{font-size:16px;width:75%;line-height:22px;margin: 0 0 20px 0;}
    .slide-text a.index_bannerpc_btngreen{font-size: 14px;height: 36px;width: 140px;}
    .index_bannerpc_cont .downloadbtn a.btn-primary{line-height: 36px;height:36px;}
    .slide-text a.index_bannerpc_btngreen .b1{width: 16px;height:14px;vertical-align: 0;}
    .index_bannerpc_cont .downloadbtn{    width: 140px; vertical-align: 0; margin-right: 5px;}
    .index_bannerpc_cont{top:12%;}
    .slide-text .index_bannerpc_downloadbtn .hide{ top:41px;}
    .index_3dmodel .slide-text.slide_style_left.index_bannerpc_cont>p{width:100%;}

    .index_3dmodel .slide-text a.btn-primary{width:100%;}
    .index_3dmodel .slide-text.slide_style_left .index_bannerpc_txtsmall{font-size:12px;}

}

@media screen and (max-width: 480px) {
    .flags .top h2 {
        font-size: 24px;
        margin-top: 30px;
    }

    .flags .bottom {
        margin-top: 20px;
    }

    .flags .cspan2 .text p {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0 20px 0;
    }

    .cloud .fr .top h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .cloud .fr .top p {
        font-size: 14px;
        line-height: 26px;
    }

    .cloud .btnbox {
        padding: 15px 0;
    }

    .cloud .btnbox a {
        font-size: 13px;
        line-height: 24px;
        width: 30.33333333%;
        margin-right: 4.5%;
    }

    .cloud .btnbox a dl dt {
        width: 60px;
    }

    .cloud .fr a.yellow {
        width: 80%;
        margin: 15px auto 0 auto;
        display: block;
    }

    .design {
        margin-top: 0px;
        border: 0;
    }

    .design .col {
        height: auto;
        margin-top: 30px;
    }

    .design .col .pic {
        width: 100%;
        height: 400px;
        float: none;
    }

    .design .col .txt {
        position: inherit;
        width: 100%;
        left: 0;
    }

    .design .col .txt:after {
        display: none;
    }

    .design .col .txt {
        width: 100%;
        padding-left: 0;
        margin: 0 auto;
        height: auto;
    }

    .design .col .txt ul {
        width: 100%;
        margin-top: 20px;
    }

    .design .col .txt ul h2 {
        margin: 5px auto;
    }

    .design .col .txt ul p {
        height: auto;
    }

    .design .col .txt ul a.yellow {
        width: 80%;
        display: block;
        margin: 10px auto 0 auto;
    }

    .design .col:nth-child(1) {
        border-bottom: 0 solid #d2d2d2;
    }

    .news h2, .reputation h2 {
        font-size: 24px;
        line-height: 28px;
        margin: 60px 0 10px 0;
    }

    .news h2 {
        margin: 60px 0 20px 0;
    }

    .news .con .bg {
        display: none;
    }

    .news .list a {
        color: rgba(255, 255, 255, 1);
    }

    .news .list {
        width: 100%;
        height: 260px;
        border-right: 0;
    }

    .news .list:nth-child(4n) {
        border-right: 0 solid #669be3;
    }

    .news .list .bluebg {
        width: 100%;
        height: 100%;
        background: rgba(0, 61, 168, 1);
        opacity: 0.85;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        transition: all 0.3s ease-in;
        overflow: hidden;
        transform: scale(0);
        opacity: 0;
    }

    .news .list .bluebg.hover {
        transform: scale(0);
        opacity: 0;
    }

    .news .list .bpic {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        transition: all 0.3s ease-in;
        transform: scale(1);
        opacity: 1;
        position: absolute;
    }

    .news .list .bpic.hover {
        transform: scale(1);
        opacity: 1;
    }

    .news .list .bpic:before {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), #000);
        opacity: 0.6;
        content: " ";
        z-index: 30;
        transition: all 0.3s ease-in;
    }

    .news .list:hover .bpic:before {
        opacity: 0.4;
    }

    .news .list p {
        margin-top: 85px;
        font-size: 14px;
    }


    .slide-text.slide_style_left .index_bannerpc_tit{font-size:18px;}
    .slide-text.slide_style_left .index_bannerpc_tit span.input_banner_betatxt{font-size:14px;}
    .index_bannerpc_newicon{position:absolute;right:-40px;top:-10px;width:39px;height:auto;}
    .slide-text.slide_style_left.index_bannerpc_cont>p{font-size:12px;width:70%;line-height:18px;margin: 0 0 10px 0;}
    .slide-text a.index_bannerpc_btngreen{font-size: 12px;height: 32px;width: 120px;}
    .index_bannerpc_cont .downloadbtn a.btn-primary{line-height: 32px;height: 32px;}
    .slide-text a.index_bannerpc_btngreen .b1{width: 14px;height:13px;}
    .index_bannerpc_cont .downloadbtn{    width: 120px; vertical-align: 0; margin-right: 5px;}
    .index_bannerpc_cont{top:9%;}
    .slide-text .index_bannerpc_downloadbtn .hide{ top:37px;}
    .slide-text.slide_style_left .index_bannerpc_txtlittle{margin-bottom:3px;}
}

@media screen and (max-width: 380px) {
    .slide-text.slide_style_left .index_bannerpc_tit{font-size:14px;}
    .slide-text.slide_style_left .index_bannerpc_tit span.input_banner_betatxt{font-size:12px;}
    .index_bannerpc_newicon{position:absolute;right:-30px;top:-10px;width:29px;height:auto;}
    .slide-text.slide_style_left.index_bannerpc_cont>p{font-size:12px;width:95%;line-height:16px;margin: 0 0 10px 0;}
    .slide-text a.index_bannerpc_btngreen{font-size: 12px;height: 28px;width: 110px;}
    .index_bannerpc_cont .downloadbtn a.btn-primary{line-height: 28px;height: 28px;}
    .slide-text a.index_bannerpc_btngreen .b1{width: 11px;height:10px;}
    .index_bannerpc_cont .downloadbtn{    width: 110px; vertical-align: 0; margin-right: 5px;}
    .index_bannerpc_cont{top:7%;}
    .slide-text .index_bannerpc_downloadbtn .hide{ top:33px;}

    .addres dt {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 360px) {
    .slide-text.slide_style_left .index_bannerpc_tit{font-size:14px;}
    .index_bannerpc_newicon{position:absolute;right:-30px;top:-10px;width:29px;height:auto;}
    .slide-text.slide_style_left.index_bannerpc_cont>p{font-size:12px;width:95%;line-height:16px;margin: 0 0 5px 0;}
    .slide-text a.index_bannerpc_btngreen{font-size: 12px;height: 26px;width: 80px;}
    .index_bannerpc_cont .downloadbtn a.btn-primary{line-height: 26px;}
    .slide-text a.index_bannerpc_btngreen .b1{width: 11px;height:10px;}
    .index_bannerpc_cont .downloadbtn{    width: 90px; vertical-align: 0; margin-right: 5px;}
    .index_bannerpc_cont{top:7%;}
}
@media screen and (max-width: 344px){
    .index_banner_market_tit{font-size:14px;}
    .index_banner_market_txt{font-size:18px;}
    .index_banner_market_desp{font-size:12px;}

}
/*????*/
.casebanner {
    height: 350px;
    margin-bottom: 50px;
}

.casebanner.wu {
    margin: 0;
}

.casebanner.black {
    margin-bottom: 0px;
}

.casebanner .maincon {
    margin-top: 150px;
    color: #fff;
}

.casebanner.black .maincon {
    color: #1b1b1b;
}

.casebanner .maincon h1 {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
}
.casebanner .maincon .casebanner_top_tith {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 15px;
    color:#fff;
    padding-top:0;
}
.casebanner .maincon p {
    width: 680px;
    font-size: 16px;
    line-height: 30px;
}
.casebanner .maincon .casebanner_top_txtp{
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}
.caselistboxbg {
    background: #f3f3f3;
}

.caselistbox {
    padding: 60px 0 60px 0;
}

.caselistbox h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #003da8;
}

.caselistbox h2 span {
    border-bottom: 1px solid #003da8;
    padding-bottom: 10px;
    overflow: hidden;
}

.caselistbox h2 a {
    color: #003da8;
    display: block;
    clear: both;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
}

.caselistbox h2 a:hover {
    color: #007efe;
    text-decoration: underline;
}

.caselistbox h2 span i {
    display: inline-block;
    height: 28px;
    margin-right: 10px;
}

.caselistbox h2 span i.b1 {
    background: url(../../images/case_icon_03.png) no-repeat;
    width: 34px;
    background-size: contain;
    vertical-align: -3px;
}

.caselistbox h2 span i.b2 {
    background: url(../../images/case_icon_14.png) no-repeat;
    width: 28px;
    background-size: contain;
    vertical-align: -3px;
}

.caselistbox h2 span i.b3 {
    background: url(../../images/case_icon_18.png) no-repeat;
    width: 30px;
    background-size: contain;
    vertical-align: -3px;
}

.caselistbox .bottom a {
    width: 350px;
    height: 280px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    display: block;
    text-align: center;
    float: left;
    margin: 30px 75px 0 0;
    overflow: hidden;
}

.caselistbox .bottom a:hover {
    box-shadow: 0 0 30px 0 rgba(0, 14, 84, 0.2);
}

.caselistbox .bottom a:nth-child(3n) {
    margin: 30px 0 0 0;
}

.caselistbox .bottom a dt {
    width: 100%;
    height: 210px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 20px;
}

.caselistbox .bottom a dt span {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in;
}

.caselistbox .bottom a:hover dt span {
    transform: scale(1.08);
}

.caselistbox .bottom a dd {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 20px;
    padding: 0 10px;
    text-align: left;
}

.caselistbo_xiang {
    width: 1030px;
    margin: 90px auto 150px auto;
}

.caselistbo_xiang .top {
    text-align: center;
}

.caselistbo_xiang .top h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0px 0 20px 0;
}

.caselistbo_xiang .top p {
    color: #727171;
}

.caselistbo_xiang .txt p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}

.caselistbo_xiang .txt h2 {
    font-weight: bold;
    font-size: 24px;
}

.caselistbo_xiang .txt strong {
    font-weight: bold;
}

.caselistbo_xiang .txt .pic {
    width: 60%;
    margin: 50px auto 20px auto;
    text-align: center;
    color: #999;
}

.caselistbo_xiang .txt .pic span {
    display: block;
    margin-top: 10px;
}

/*????*/
/*.place{ font-size: 14px; border-bottom: 1px solid #dcdcdc; padding-bottom: 15px;}*/
.histroy {
    padding: 20px 0;
}

.histroy h1 {
    font-size: 40px;
    line-height: 45px;
    color: #003da8;
    text-align: center;
    margin-bottom: 60px;
}

.histroy .con {
    width: 100%;
    margin: 40px auto;
}

.histroy .row {
    clear: both;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}

.histroy .row:nth-last-child(1) ul {
    padding: 0px 0 0 60px;
}

.histroy .row span {
    display: block;
    width: 125px;
    background: url(../../images/dian_icon1.png) no-repeat right center;
    font-size: 30px;
    line-height: 35px;
    color: #0050b4;
    float: left;
    position: relative;
}

.histroy .row ul {
    width: 1000px;
    line-height: 30px;
    border-left: 1px solid #c9c9c9;
    float: left;
    padding: 0px 0 40px 60px;
    overflow: hidden;
    margin-left: -7px;
    font-size: 14px;
}

.histroy .line1 {
    background: #fff;
    position: absolute;
    left: 110px;
    width: 15px;
    height: 11px;
    background: #fff;
}

/*???????*/
.contact {
    width: 100%;
    margin: 0 auto 180px auto;
}

.contact .tab {
    width: 100%;
    background-color: #313945;
}

.contact .tab.fixed {
    position: fixed;
    z-index: 1000;
    top: 68px;
    left: 0;
}

.contact .tab .tab_con {
    width: 1200px;
    margin: 0 auto;
}

.contact .tab a {
    cursor:pointer;
    width: 25%;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
    color:#fff;
}

.contact .tab a:nth-last-child(1) {
    border: 0;
}

.contact .tab a.curr {
    background: #006cff;
    color:#fff;
}
.contact .tab .contact_tab_tit {
    cursor:pointer;
    width: 25%;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #aaa;
    box-sizing: border-box;
    color:#fff;
}

.contact .tab .contact_tab_tit:nth-last-child(1) {
    border: 0;
}

.contact .tab .contact_tab_tit.curr {
    background: #006cff;
    color:#fff;
}

.contact .con {
    width: 1200px;
    margin: 0 auto;
}

.contact .cu1 ul {
    width: 315px;
    line-height: 28px;
    font-size: 14px;
    color: #4c4948;
    background: url(../../images/address.jpg) left 2px no-repeat;
    padding-left: 30px;
    float: left;
    overflow: hidden;
    margin: 75px 82px 0 0;
    height: 220px;
}

.contact .cu1 ul:nth-child(3n) {
    margin: 75px 0 0 0;
}

.contact .cu1 ul:nth-child(1), .contact .con ul:nth-child(2), .contact .con ul:nth-child(3) {
    height: 270px;
}

.contact .cu1 ul h1 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 18px;
}

.contact .cu1 ul strong {
    font-weight: normal;
    margin-left: 15px;
}
.contact .cu1 .branch_office{display:flex;flex-wrap:wrap; justify-content: space-between;}
.contact .cu1 .branch_office ul{width: 31%;margin: 75px 0 0 0;height: auto;}

.contact .sublist {
    clear: both;
    overflow: hidden;
}

.contact .cu2 .fs {
    padding: 60px 0;
    overflow: hidden;
}

.contact .cu2 dl {
    /*float: left;*/
    display:inline-block;vertical-align: top;
    width: 33.3333333333333333%;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    padding: 50px 0;
}

.contact .cu2 dl:nth-child(2) {
    border-left: 1px solid #b5b5b5;
    /*border-right: 1px solid #b5b5b5;*/
}

.contact .cu2 dl dt {
    margin: 0 auto;
    height: 48px;
    margin-bottom: 15px;
    overflow: hidden;
}

.contact .cu2 dl dt.b1 {
    width: 44px;
}

.contact .cu2 dl dt.b2 {
    width: 35px;
}

.contact .cu2 dl dt.b3 {
    width: 49px;
}

.contact .cu2 table {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    border-left: 1px solid #b5b5b5;
    border-top: 1px solid #b5b5b5;
}

.contact .cu2 table td {
    border-bottom: 1px solid #b5b5b5;
    border-right: 1px solid #b5b5b5;
    padding: 10px 0 10px 30px;
}

.contact .cu2 table td.first {
    padding: 0 10px;
}

.contact .cu2 table dl {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}

.contact .cu2 table dl h1 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 10px;
}

.contact .cu2 table dl dt {
    width: 51px;
}

.contact .cu3 {
    margin: 60px auto;
}

.contact .cu3 dl {
    float: left;
    width: 33%;
    box-sizing: border-box;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    padding: 50px 0;
}

.contact .cu3 dl dt {
    width: 45%;
    margin: 0 auto;
    margin-top: 40px;
}

/*.contact .cu3 dl:nth-child(1) {*/
    /*border-right: 1px solid #b5b5b5;*/
/*}*/

.contact .cu3 dl dd i {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 23px;
}

.contact .cu3 dl dd .c1 {
    background: url(../../images/guanzhu_03.png) no-repeat;
    background-size: contain;
}

.contact .cu3 dl dd .c2 {
    background: url(../../images/guanzhu_05.png) no-repeat;
    background-size: contain;
}
.contact .cu3 dl dd .c3 {
    background: url(../../images/guanzhu_17.jpg) no-repeat;
    background-size: contain;
}
.contact .cu3 dl dd p {
    display: inline-block;
}

/*????????*/
.aboutxt {
    margin-top: 80px;
    clear: both;
}

.aboutxt .pic {
    float: left;
}

.aboutxt .txt {
    float: right;
    width: 625px;
}

.aboutxt .txt .top {
    color: #003da8;
    font-size: 28px;
    line-height: 38px;
}

.aboutxt .txt .top span {
    display: block;
    font-weight: bold;
}
.aboutxt .txt .top .aboutxt_top_h2 {
    display: block;
    font-weight: bold;
    color: #003da8;
    font-size: 28px;
    line-height: 38px;
}
.aboutxt .txt p {
    font-size: 14px;
    line-height: 28px;
    color: #4B5B76;
    margin-top: 20px;
}

.qualifications {
    background: #f7f8f8;
    clear: both;
    padding: 65px 0;
    margin-top: 100px;
}

.qualifications a {
    display: block;
    float: left;
    width: 26.33333333%;
    margin-right: 10.5%;
    color: #727171;
    font-size: 14px;
    line-height: 28px;
}

.qualifications a:nth-last-child(1) {
    margin: 0;
}

.qualifications a dl h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 35px auto 15px auto;
    color: #000002;
    text-align: center;
    transition: all 0.3s ease-in;
}

.qualifications a:hover dl h1 {
    color: #003da8;
}
.qualifications a dl .qualifications_list_tith2 {
    font-size: 24px;
    line-height: 30px;
    margin: 35px auto 15px auto;
    color: #000002;
    text-align: center;
    transition: all 0.3s ease-in;
}

.qualifications a:hover dl .qualifications_list_tith2 {
    color: #003da8;
}


.qualifications a dl dt {
    width: 55px;
    margin: 0 auto;
    transition: all 0.3s ease-in;
}

.qualifications a:nth-last-child(1) dl dt {
    width: 95px;
}

.qualifications a:hover dl dt {
    transform: scale(0.95);
}

.qualifications a span {
    background: #003da8;
    width: 150px;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    transition: all 0.3s ease-in;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.qualifications a:hover span {
    background: #007efe;
    color: #fff;
}

.whybox {
    margin-top: 100px;
}

.whybox .pic {
    float: left;
    width: 472px;
}

.whybox .pic video {
    width: 100%;
}

.whybox .fr {
    width: 660px;
    float: right;
}

.whybox .fr .top {
    border-bottom: 1px solid #003da8;
    padding-bottom: 25px;
}

.whybox .fr .top h1 {
    font-size: 28px;
    line-height: 35px;
    color: #003da8;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.whybox .fr .top h1 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}


.whybox .fr .top .whybox_frtop_tith {
    font-size: 28px;
    line-height: 35px;
    color: #003da8;
    font-weight: bold;
    margin: 0 0 20px 0;
}

.whybox .fr .top .whybox_frtop_tith span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
.whybox .fr .top p {
    color: #4B5B76;
    font-size: 14px;
    line-height: 28px;
}

.whybox .btnbox {
    margin-top: 60px;
}

.whybox .btnbox dl {
    display: block;
    float: left;
    width: 26.33333333%;
    margin-right: 10.5%;
    color: #727171;
    font-size: 14px;
    text-align: center;
}

.whybox .btnbox dl:nth-last-child(1) {
    margin: 0;
}

.whybox .btnbox dl h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 10px auto 0px auto;
    color: #000002;
    text-align: center;
    transition: all 0.3s ease-in;
}

.whybox .btnbox dl dt {
    width: 90px;
    margin: 0 auto;
    transition: all 0.3s ease-in;
}

.whybox .btnbox dl:hover dt {
    transform: scale(0.95);
}

.whycata {
    background: url(../../images/huiwhy.jpg) center no-repeat;
    height: 144px;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-top: 50px;
    box-sizing: border-box;
    margin-top: 100px;
}

.whycata a {
    background: #003da8;
    width: 180px;
    display: inline-block;
    line-height: 40px;
    transition: all 0.3s ease-in;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-left: 150px;
}

.whycata a:hover {
    background: #007efe;
    color: #fff;
}

.whycata span {
    line-height: 50px;
}

.global {
    width: 100%;
    margin-top: 100px;
}

.global .top {
    background: #f7f8f8;
    text-align: center;
    padding: 30px 0;
}

.global .top h1 {
    font-weight: bold;
    line-height: 34px;
    font-size: 28px;
    color: #043da0;
}

.global .top h1 span {
    display: block;
    font-weight: bold;
    color: #003da8;
    font-size: 16px;
}

.global .top .global_top_tith {
    font-weight: bold;
    line-height: 34px;
    font-size: 28px;
    color: #043da0;
}

.global .top .global_top_tith span {
    display: block;
    font-weight: bold;
    color: #003da8;
    font-size: 16px;
}
.global .dizhi {
    display: none;
}

/*????*/
.main-img {
    width: 1127px;
    margin: 0 auto;
    margin-top: 80px;
    position: relative;
}

.point-area {
    text-align: center;
    position: relative;
    width: 150px;
    height: 150px;
    -webkit-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out
}

.point-area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin: auto;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background: transparent;
    background-size: contain;
}

.point-area .point-shadow:after {
    box-shadow: inset 0 0 5em rgba(0, 61, 168, .16)
}

.point-area .point-white {
    background-color: #fff;
    border: 1px solid #00c1de
}

.point-area .point-dot {
    z-index: 1;
    background: url(../../images/dizhi.png) no-repeat;
    background-size: contain;
}

.point-area .point-10 {
    width: 100%;
    height: 100%
}

.point-area .point-10:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite
}

.point-area .point-20 {
    width: 100%;
    height: 100%
}

.point-area .point-20:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out .45s infinite;
    animation: ripple 4.5s ease-out .45s infinite
}

.point-area .point-30 {
    width: 100%;
    height: 100%
}

.point-area .point-30:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 675ms infinite;
    animation: ripple 4.5s ease-out 675ms infinite
}

.point-area .point-40 {
    width: 100%;
    height: 100%
}

.point-area .point-40:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite
}

.point-area .point-50 {
    width: 100%;
    height: 100%
}

.point-area .point-50:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1125ms infinite;
    animation: ripple 4.5s ease-out 1125ms infinite
}

.point-area .point-60 {
    width: 100%;
    height: 100%
}

.point-area .point-60:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1.35s infinite;
    animation: ripple 4.5s ease-out 1.35s infinite
}

.point-area .point-70 {
    width: 100%;
    height: 100%
}

.point-area .point-70:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1575ms infinite;
    animation: ripple 4.5s ease-out 1575ms infinite
}

.point-area .point-80 {
    width: 100%;
    height: 100%
}

.point-area .point-80:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
    animation: ripple 4.5s ease-out 1.8s infinite
}

.point-area .point-90 {
    width: 100%;
    height: 100%
}

.point-area .point-90:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 2025ms infinite;
    animation: ripple 4.5s ease-out 2025ms infinite
}

.point-area .point-100 {
    width: 100%;
    height: 100%
}

.point-area .point-100:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #003da8;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 2.25s infinite;
    animation: ripple 4.5s ease-out 2.25s infinite
}

lesshat-selector {
    -lh-property: 0
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

[not-existing] {
    zoom: 1
}

/*????*/
.honor {
    margin-top: 20px;
}

.honor dl {
    width: 310px;
    height: 320px;
    display: block;
    text-align: center;
    float: left;
    font-size: 16px;
    margin: 30px 135px 0 0;
    line-height: 28px;
    overflow: hidden;
}

.honor dl:nth-child(3n) {
    margin: 30px 0 0 0;
}

.honor dl dt {
    width: 100%;
    height: 245px;
    overflow: hidden;
    margin-bottom: 20px;
}

.honor dl dt span {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s ease-in;
}

.honor dl:hover dt span {
    transform: scale(1.02);
}

/*????*/
.downloadbox {
    padding-bottom: 50px;
}

.downloadbox .tab {
    width: 100%;
    clear: both;
    background: #313945;
    position: absolute;
}

.downloadbox .tab li {
    width:11%;/*9个tab的时候*/
    /*width: 12%; !*8个tab的时候*!*/
    /*width: 14%;7个tab的时候*/
    display: block;
    float: left;
    color: #3e3a39;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #aaaaaa;
    box-sizing: border-box;
}
.developer_downloadbox .tab li{width: 25%;}
.downloadbox .tab li:nth-last-child(1) {
    border: 0;
}

.downloadbox .tab li a.current {
    background: #006cff;
}

.downloadbox .tab li a {
    display: block;
    color: #fff;
    cursor:pointer;
}
.downloadbox .tab li a:hover {
    background: #006cff;
}
.downloadbox .tab.fixed {
    position: fixed;
    z-index: 1000;
    top: 68px;
    left: 0;
}

.downloadbox .tab .con {
    width: 1200px;
    margin: 0 auto;
}

.downloadbox_con {
    width: 1200px;
    margin: 0 auto;
}

#A1, #A2, #A3, #A4, #A5,#A6 {
    padding-top: 120px;
    clear: both;
}
.down_tabs_item{
    padding-top: 120px;
    clear: both;
}
.more_versions_btn{
    /*width: 400px;*/
    width: 100%;
    height: 46px;line-height: 46px;
    border: 1px solid #0052d9;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    color: #0052d9;
    margin:40px auto 0;
    display:block;
    cursor:pointer;transition: all .1s ease-in;
}
.more_versions_btn:hover{background-color:#004dd4;color:#fff;}
.down_linux_select{
    width: 190px;
    height: 32px;line-height: 32px;
    background: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px;

    font-size: 14px;
    color: rgba(0,0,0,0.40);
}
.down_linux_select option {
    /*可以设置背景色和字体颜色*/
    color: #333;
    font-size: 14px;
    border-radius: 0;
    height:50px;line-height:50px;
}
.down_linux_select option:hover {
    /*可以设置背景色和字体颜色*/
    color: #fff;
    background-color: #003da8;
}

select.down_linux_select:focus {
    outline: none;color: #333;border: 1px solid #333;
    /*background-color: #fff;*/
    /*box-shadow: 0px 0px 5px #2E2E2E;*/
}

.linux_select_dropdown {
    position: relative;
    display: inline-block;
}

.linux_dropdown_content {
    display: none; /* 默认隐藏 */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}






.download_list {
    clear: both;
}

.download_list .top {
    border-bottom: 1px solid #bcbcbc;
    line-height: 80px;
    font-size: 36px;
}

.download_list .list {
    clear: both;
    margin-top: 45px;
    width: 100%;
}

.download_list .list .pic {
    width: 122px;
    max-height:122px;
    float: left;
    overflow: hidden;
}

.download_list .list ul {
    width: 750px;
    float: left;
    margin: 0 0 0 60px;
}

.download_list .list ul h2 {
    font-size: 24px;
    line-height: 26px;
}

.download_list .list ul p {
    font-size: 14px;
    margin: 15px 0;
    line-height: 22px;
}

.download_list .list ul span {
    margin-right: 10px;
}

.download_list .list ul a {
    color: #0050b4;
    float:right;
}

.download_list .list ul a:hover {
    text-decoration: underline;
}

.download_list .list ul span {
    color: #727171;
}

.download_list .list dl {
    width: 190px;
    float: right;
    text-align: center;
    color: #595757;
    font-size: 16px;
    line-height: 47px;
}

.download_list .list dl dt {
    position: relative;
}

.download_list .list dl dt a {
    background: #003da8;
    color: #fff;
    display: block;
    border-radius: 0px;
    margin-top: 8px;
}

.download_list .list dl dt a:hover {
    background: #003085;
}

/*.download_list .list dl dt.downloadbtn.hover a {*/
    /*background: url(../../images/xzt_03.png) no-repeat left bottom #003da8;*/
/*}*/
.download_list .list dl dt.downloadbtn_freelicense.hover a {background: none}


.download_list .list dl dt .hide {
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: hidden;
    top: 52px;
    left: 0;
    z-index: 111;
    display: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
    border: 1px solid #ccc;
    border-left: 3px solid #007efe;
}

.download_list .list dl dt .hide.active {
    display: block !important;
}

.download_list .list dl dt .hide a {
    margin: 0 5px;
    background: none;
    color: #003da8;
    font-size: 14px;
    line-height: 57px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.download_list .list dl dt .hide a:hover {
    color: #007efe;
}

.download_list .list dl dt.downloadbtn.hover .hide a {
    background: none;
}

.download_list .list dl dt .hide a i {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 20px;
    vertical-align: -8px;
}

.download_list .list dl dt .hide a i.b1 {
    background: url(../../images/xzt_07.png) no-repeat;
}

.download_list .list dl dt .hide a i.b2 {
    background: url(../../images/xzt_11.png) no-repeat;
}

.download_list .list dl dt .hide a:hover i.b1 {
    background: url(../../images/xzth_07.png) no-repeat;
}

.download_list .list dl dt .hide a:hover i.b2 {
    background: url(../../images/xzth_11.png) no-repeat;
}

.download_list .list dl dt .hide a:nth-last-child(1) {
    border: 0;
}

.download_list .list dl span {
    color: #ec6721;
}

.download_list .listmore {
    margin-left: 182px;
    clear: both;
}

.download_list .listmore .bt {
    float: right;
    font-size: 24px;
    color: #ec6721;
    background: url(../../images/jian_18.jpg) no-repeat right center;
    padding-right: 20px;
    line-height: 30px;
}

.download_list .listmore .bt.hover {
    background: url(../../images/jian_15.jpg) no-repeat right center;
    padding-right: 20px;
}

.download_list .listmore .list-item {
    display: none;
    clear: both;
}

.download_list .listmore .list-item.block {
    display: block;
}

.download_list table .downloadbtn {
    position: relative;
    /*margin-right: 20px;*/
}

/*.download_list table .downloadbtn:nth-child(1){margin-right:20px;}*/

.download_list table .downloadbtn .hide {
    position: absolute;
    width: 122px;
    background: #fff;
    overflow: hidden;
    top: 38px;
    right: 1px;
    z-index: 111;
    display: none;
    box-sizing: border-box;
    transition: all 0.3s ease-in;
    border: 1px solid #ccc;
    border-left: 2px solid #007efe;
}

.download_list table .downloadbtn .hide.active {
    display: block !important;
}

.download_list table .downloadbtn .hide a {
    margin: 0 3px;
    background: none;
    color: #003da8;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.download_list table .downloadbtn .hide a:hover {
    color: #007efe;
}

.download_list table .downloadbtn .hide a:nth-last-child(1) {
    border: 0;
}

.download_list table .downloadbtn.hover .hide a {
    background: none;
}

.download_list table .downloadbtn .hide a i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: -7px;
}

.download_list table .downloadbtn .hide a i.b1 {
    background: url(../../images/xzt_07.png) no-repeat;
    background-size: 20px 20px;
}

.download_list table .downloadbtn .hide a i.b2 {
    background: url(../../images/xzt_11.png) no-repeat;
    background-size: 20px 20px;
}

.download_list table .downloadbtn .hide a:hover i.b1 {
    background: url(../../images/xzth_07.png) no-repeat;
    background-size: 20px 20px;
}

.download_list table .downloadbtn .hide a:hover i.b2 {
    background: url(../../images/xzth_11.png) no-repeat;
    background-size: 20px 20px;
}

.download_list table a.nt {
    width: 120px;
    line-height: 33px;
    background: #003da8;
    color: #fff;
    display: block;
    border-radius: 2px;
}

.download_list table a.nt:hover {
    background: #003085;
}

/*.download_list table .downloadbtn.hover a {*/
    /*background: url(../../images/xzt_03.png) no-repeat left bottom #003da8;*/
/*}*/

.download_list table {
    border-top: 1px solid #bcbcbc;
    padding-top: 10px;
    margin-top: 10px;
}

.download_list table td {
    padding: 8px 3px;
    box-sizing: border-box;
    font-size: 14px;
    color: #595757;
}

.popover1 {
    background: #fff;
    width: 618px;
    height: 270px;
    border: 1px solid #b8b8b9;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -135px 0 0 -309px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    display: none;
    z-index: 1000000!important;
}

.popover1 .close {
    background: url(../../images/close.jpg) no-repeat;
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 8px;
    top: 8px;
    opacity:1;
}

.popover1 h3 {
    font-weight: bold;
    margin-top: 55px;
}

.popover1 ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
}

/*????*/
.news_xiang {
    margin: 40px auto 80px auto;
}

.news_xiang_l {
    width: 260px;
    /*min-height: 380px;*/
    float: left;
    background: #f5f5f5;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.news_xiang_l h2 {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 10px;
    background: #fff;
    border-bottom: 1px solid #c4c4c4;
}

.news_xiang_l ul {
    padding: 10px 10px;
    overflow: hidden;
    font-size: 14px;
    line-height: 32px;
}

.news_xiang_l ul a {
    color: #666;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_xiang_l ul a:hover {
    color: #0049cf;
}

.news_xiang_r {
    width: 900px;
    /*min-height: 800px;*/
    float: right;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
}

.news_xiang_r .top {
    text-align: center;
    border-bottom: 1px solid #c4c4c4;
    width: 90%;
    margin: 0 auto;
    padding: 50px 0 20px 0;
}

.news_xiang_r .top h2 ,.news_xiang_r .top h1.info_h1{
    font-size: 30px;
    line-height: 30px;
}

.news_xiang_r .top p {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.news_xiang_r .top p span {
    margin: 0 10px;
}

.news_xiang_r .top p span i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: -2px;
}

.news_xiang_r .top p span i.b1 {
    background: url(../../images/xq_icon_03.jpg) no-repeat;
}

.news_xiang_r .top p span i.b2 {
    background: url(../../images/xq_icon_05.jpg) no-repeat;
}

.news_xiang_r .top p span i.b3 {
    background: url(../../images/xq_icon_06.jpg) no-repeat;
}

.news_xiang_r .con {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 50px 0;
}

.news_xiang_r .con p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-indent: 2em;
}

.news_xiang_r .con img {
    width: auto;
    max-width:100%;
    text-align: center;
    /*height:auto;*/
}

/**/
.news_xiang .con img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 20px auto;
    text-align: center;
    color: #999;
    /*height:auto;*/
}

/*.news_xiang_r .con .pic img{ width:auto; text-align:center;}*/
/**/

.news_xiang_r .bottom {
    border-top: 1px solid #c4c4c4;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 10%;
    background: #f5f5f5;
    font-size: 14px;
}

.news_xiang_r .bottom a {
    display: block;
    color: #999;
}

.news_xiang_r .bottom a:hover {
    color: #0045d1;
}

/*????????*/
.casebanner .maincon h2 {
    font-size: 40px;
    color: #333;
    padding-top: 50px;
}

.flshengm {
    width: 1200px;
    margin: 40px auto;
}

.flshengm .list {
    padding: 0 0 22px;
    overflow: hidden;
}

.flshengm h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    text-align: left;
}
.flshengm h2 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    text-indent: 1.5em;
}
.privacy_ahref{text-decoration: underline;color: #006de4;}
.privacy_ahref:hover{color:#006cff;}
.flshengm p {
    font-size: 14px;
    line-height: 22px;
    color: #898989;
    text-indent: 2em;
}
.flshengm p.noindent {
    text-indent:0;
    margin:5px 0;
}
.privacy_linkl{float:left;width:105px;}
.privacy_linkr{float:left;width:60%;word-break:break-all;text-indent:0}
/*???*/
.casebanner .search {
    width: 880px;
    height: 90px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 250px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.casebanner .search .shu {
    width: 700px;
    height: 50px;
    line-height: 40px;
    font-size: 14px;
    padding: 20px;
    background: #fff;
    border: 0;
    float: left;
}

.casebanner .search .btn {
    background: url(../../images/search.png) no-repeat center #003da8;
    width: 140px;
    height: 90px;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in;
    display: block;
    float: left;
}

.casebanner .search .btn:hover {
    background-color: #09388c;
}

.support {
    width: 100%;
    padding: 80px 0 200px 0;
}

.support dl {
    width: 24%;
    float: left;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    height: 402px;
    border-bottom: 8px solid #003da8;
    overflow: hidden;
    transition: all 0.3s ease-in;
    margin: 20px 1.3333333333% 0 0;
}

.support dl:hover {
    border: 1px solid #6b8cc6;
    border-bottom: 1px solid #003da8;
    box-shadow: 0 0 15px 0 rgba(107, 140, 198, .8);
}

.support dl:nth-child(4) {
    margin: 20px 0 0 0;
}

.support dl a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    cursor: default;
}

.support dl dt {
    width: 68px;
    margin: 60px auto 40px auto;
}

.support dl dd h1 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.support dl dd p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    color: #898989;
    font-size: 16px;
    line-height: 28px;
}


/* cad2018??????-???banner */
.review_presss .bs-slider-overlay{}
.review_more{display:block;width:181px;height:57px;line-height:55px;font-size:20px;color:#fff;padding-left:27px;border:1px solid #023f93;cursor:pointer;position: absolute;top:70%;left:50%;transition: all .5s ease;}
.review_more i{display:block;width:30px;height:30px;background: url("../../images/cad2018release/color_icon.png") no-repeat;margin: 13px 19px 0 0;float: left;background-size: cover}
.review_more:hover{background-color:#007efe;color:#fff;transition: all .5s ease;}

/* cad2018?????????? */
.cadPress_wrapper{background: url("../../images/cad2018release/big_bg.png")no-repeat;background-size: cover;}
.cadPress{height:500px;background: #000 url("../../images/cad2018release/cad2018_release_banner.jpg") no-repeat center 3px; background-size: cover;}
.downloadbox .cadPressTab{background-color:#030412;}
.downloadbox .cadPressTab li{border: none;background-color:#030412;text-align: center;}
.downloadbox .cadPressTab li a{font-size:16px;font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif;line-height:50px;display: block;float: left;margin:0;width:100%;}
.downloadbox .cadPressTab li a.curr{color:#00e7ff;}
.downloadbox .cadPressTab li a:hover{color:#00e7ff;}

/* ?????????? */
.cadPressBox .download_list .top{text-align:center;}
.cadPressBox #A1,.cadPressBox #A2,.cadPressBox #A3,.cadPressBox #A4,.cadPressBox #A5,.cadPressBox #A6{padding:0;}
.cadPressBox .downloadbox_con{padding-top:50px;}
.cadPressBox #A1, .cadPressBox #A2, .cadPressBox #A3, .cadPressBox #A4, .cadPressBox #A5, .cadPressBox #A6{padding-top:120px;}
.cadPressBox .flags .top h2{margin: 0 0 82px;font-size:30px;color:#1b1b1b;font-weight:400;}
.cadPressBox .flags .top h2.mar_btm_0{margin-bottom: 0}
.cadPressBox .flags .or{overflow: visible}
.cadPressBox .flags .top p{margin-bottom: 25px;font-size:14px;color:#999;}
.cadPressBox .flags .top p:last-child{margin:0  auto 40px;font-size:14px;color:#666;width:535px;text-align:center;line-height:18px;}
.cadPressBox #A1  p.bottom{font-size:12px;color:#999;line-height:15px;margin:0;padding-bottom:0;}
.cadPressBox .flags .cspan1,.cadPressBox .flags .cspan2{height:507px;}
.cadPressBox .flags .cspan1{border:1px solid #c4c4c4;padding:24px 29px;}
.cadPressBox .flags .cspan1:hover{box-shadow: 0 0 25px #e3e3e3;border:1px solid transparent;}
.cadPressBox .flags .cspan1 h3{line-height: 30px;font-size: 22px;font-weight:400;color:#333;margin:20px 0 15px;}
.cadPressBox .flags .cspan1 h5{line-height: 12px;height:12px;font-size: 12px;font-weight:400;color:#999;margin:5px 0 15px;}
.cadPressBox .flags .cspan1 p{line-height: 23px;font-size: 14px;color:#666;margin:0;}
.cadPressBox .flags .cspan1 a{line-height: 12px;height:34px;font-size: 12px;color:#666;padding-top:15px;display: inline-block;text-align: left;width:100%;}
.cadPressBox .flags .cspan2 .pic{padding:24px 30px;}

/* ?????? */
.banner_wrapper{overflow: hidden;margin: 0 auto;}
.banner_wrapper ul{width:3642px;position: relative;}
.banner_wrapper li{width:276px;height:196px;border:1px solid #c4c4c4;padding:8px;float:left;margin-left:30px;}
.banner_wrapper li:nth-child(1){margin-left: 0;}
.banner_wrapper li:hover{box-shadow: 0 0 25px #e3e3e3;border:1px solid transparent;}

/* ??????? */
.cadPressBox #A3 .flags .cspan1{width:48%;height:350px;padding:20px;float: left;}
.cadPressBox #A3 .flags .cspan2{width:48%;float:right}
.cadPressBox #A3 .flags .cspan1 h3{height:20px;line-height:14px;margin-top:15px;color:#333;float: left;}
.cadPressBox #A3 .flags .cspan1 a{width:auto;height:12px;font-size:12px;line-height:12px;margin-top:19px;color:#666;float: right;}

/* ?α????? */
.cadPressBox #A4 .bottom{width:1080px;margin:0 auto}
.cadPressBox #A4 .flags .cspan1 ,#A4 .flags .cspan2{width:320px;height:600px;}
.cadPressBox #A4 .flags .cspan1{padding:0;position: relative;border: none;margin-left: 60px;}
.cadPressBox #A4 .flags .cspan1.mar_left_0{margin-left: 0;}
.cadPressBox #A4 .flags .cspan1:hover{border: none;box-shadow: 0 0 0}
.cadPressBox #A4 .flags .cspan1 .pic{width:100%;height:100%;overflow: hidden;transition: all 0.3s ease-in;padding:0;}
.cadPressBox #A4 .flags .cspan1 .text{position: absolute;left: 0;bottom: 0;z-index: 10;height: 190px;background: rgba(0, 0, 0, .7);color: #fff;padding: 0 40px;box-sizing: border-box;overflow: hidden;transition: all .5s ease;}
.cadPressBox #A4 .flags .cspan2{margin-left:60px;}
.cadPressBox #A4 .flags .cspan1 h2{line-height: 20px;font-size: 20px;color:#fff;margin-top: 85px;}
.cadPressBox #A4 .flags .cspan1 h2:after{height:0;}
.cadPressBox #A4 .flags .cspan1 h2 i{background: url("../../images/cad2018release/btn.png")no-repeat;display: block;width:40px;height:40px;position: absolute;left: 50%;margin-left: -20px;top:18px;background-size: cover}
.cadPressBox #A4 .flags .cspan1 h5{line-height: 30px;font-size: 18px;color:#fff;height:auto;margin-top:6px;}
.cadPressBox #A4 .flags .cspan1 p{line-height: 24px;font-size: 14px;color:#fff;}
.cadPressBox #A4 .flags .cspan1 p{margin-top: 50px;}
.cadPressBox #A4 .flags .cspan1 p:nth-child(2){margin-top:15px;}
.cadPressBox #A4 .flags .cspan1 .text:hover{height:100%;transition: all .5s ease;}
.cadPressBox #A4 .flags .cspan1 .text:hover p{margin-top: 0;}
.cadPressBox #A4 .flags .cspan1 .text:hover i{transform: rotate(45deg); transition: all .5s ease;}

.cadPressBox #A4 .flags .cspan1 .text.showInfo{height:100%;transition: all .5s ease;}
.cadPressBox #A4 .flags .cspan1 .text.showInfo p{margin-top: 0;}
.cadPressBox #A4 .flags .cspan1 .text.showInfo i{transform: rotate(45deg); transition: all .5s ease;}
/* ???CAD2018 */
.cad_top{position:relative;width:100%;height:326px;margin-bottom:104px;background:url("../../images/cad2018release/cad2018/color_step.png")no-repeat center;}
.cad_top .pic{margin-left:-180px;text-align: center;position:absolute;left:50%;bottom: -32px;}
.cad_top .pic img{width:auto;}
.cad_bottom{}
.cad_bottom li{width:380px;height:200px;border:1px solid #c4c4c4;transition: all .5s ease;background-color:#fff;float:left;margin:0 0 30px 30px;text-align:center;padding:30px 19px 0;}
.cad_bottom li:hover{box-shadow: 0 0 25px #e3e3e3;border:1px solid transparent;}
.cad_bottom li .icon{width:60px;height:53px;transition: all .5s ease;display:inline-block;}
.cad_bottom li h5{font-size:20px;margin: 20px 0 10px; color:#333;font-weight:400;}
.cad_bottom li p{font-size:14px;line-height: 18px;margin-bottom: 10px;color:#999;}
.cad_bottom li:nth-child(3n+1){margin-left:0;}
.cad_bottom li:nth-child(1) .icon{background:url("../../images/cad2018release/cad2018/property_right.png")no-repeat center;}
.cad_bottom li:nth-child(2) .icon{background:url("../../images/cad2018release/cad2018/deep_develop.png")no-repeat center;}
.cad_bottom li:nth-child(3) .icon{background:url("../../images/cad2018release/cad2018/drawing_format.png")no-repeat center;}
.cad_bottom li:nth-child(4) .icon{background:url("../../images/cad2018release/cad2018/inno_tech.png")no-repeat center;}
.cad_bottom li:nth-child(5) .icon{background:url("../../images/cad2018release/cad2018/UI.png")no-repeat center;}
.cad_bottom li:nth-child(6) .icon{background:url("../../images/cad2018release/cad2018/multi_platform.png")no-repeat center;}
.cad_bottom li:nth-child(1):hover .icon{background:url("../../images/cad2018release/cad2018/property_right_hover.png")no-repeat center;}
.cad_bottom li:nth-child(2):hover .icon{background:url("../../images/cad2018release/cad2018/deep_develop_hover.png")no-repeat center;}
.cad_bottom li:nth-child(3):hover .icon{background:url("../../images/cad2018release/cad2018/drawing_format_hover.png")no-repeat center;}
.cad_bottom li:nth-child(4):hover .icon{background:url("../../images/cad2018release/cad2018/inno_tech_hover.png")no-repeat center;}
.cad_bottom li:nth-child(5):hover .icon{background:url("../../images/cad2018release/cad2018/UI_hover.png")no-repeat center;}
.cad_bottom li:nth-child(6):hover .icon{background:url("../../images/cad2018release/cad2018/multi_platform_hover.png")no-repeat center;}
.cad_bottom li:nth-child(3) h5{margin-top: 22px;}
.cad2018 .bottom a.learn_more{cursor:pointer;width:154px;height:40px;line-height: 40px;text-align: center;margin:60px auto 0;padding-top:0;display:block;border:1px solid #c4c4c4;}
.cad2018 .bottom a.learn_more:hover{background-color:#007efe;color:#fff;border:1px solid transparent;transition: all .5s ease;}
.cad_bottom li a{width:100%;height:100%;display: inline-block;}
.cad_bottom li:last-child:hover a{background-color:transparent;color:#fff;transition: all .5s ease;}
.cadPressBox #A5 .flags .bottom{margin-top:0;}


.custom_select {
    position: relative;

}
.custom_select:first-child{
    margin-bottom:12px;
}
.custom_select .custom_select_outside{
    text-align:left;overflow:hidden;
    width: 100%;
    height: 32px;line-height: 32px;
    background: #ffffff url(../../images/select-triangle-icon.png) no-repeat 97% center;
    background-size:9px auto;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    cursor:pointer;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    word-break: break-all;
    padding: 0 12px 0 5px;


}
.custom_select .custom_select_outside:hover{
    /*border: 1px solid #6F6F6F;*/
    /*color:#6F6F6F;*/
    -webkit-box-shadow:0 0 3px #d4e3fc;
    -moz-box-shadow:0 0 3px #d4e3fc;
    box-shadow:0 0 3px #d4e3fc;

    border: 1px solid #1d4ddc;
    border-radius: 3px;
}
.custom_select ul.custom_select_options {
    min-width: 100%;
    max-width: 270px;
    /*width: 100%;*/
    max-height:400px;overflow:auto;
    float: none;
    margin: 0;
    border: 1px solid #dcdcdc;
    display: none;
    position: absolute;
    left:0;
    top:33px;
    background-color: #fff;
    /*box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1;
    border-radius: 6px;
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.05), 0px 4px 5px 0px rgba(0,0,0,0.08), 0px 2px 4px -1px rgba(0,0,0,0.12);
}

.custom_select ul.custom_select_options li {
    height:30px;line-height:30px;font-size:14px;color:#333;
    cursor: pointer;background-color: #fff;padding:0 5px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 显示省略号 */
    color: rgba(0,0,0,0.90);
    text-align:left;
}
.custom_select ul.custom_select_options li:hover{
    color: rgba(0,0,0,0.90);
    background-color: #f3f3f3;
}
.custom_select ul.custom_select_options li:active{
    color: #0052d9;
    background-color: #ecf2fe;
}
.custom_select ul.custom_select_options li.self_selected{
    color: #0052d9;
    background-color: #ecf2fe;
}
.custom_select_error{height:18px;line-height: 18px;color:#d70341;font-size:12px;text-align:left;}
.alldown_select_error{display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #d70341;
    font-size: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
}
.cad_download_top{position:relative;margin-top:0px;overflow:hidden;
    background: url(../../images/download_icon_35.png) no-repeat center;
    background-size: cover;
    height: 350px;

}

.cad_download_topimg{width:100%;height:auto;display:block;}
.cad_download_topimg_pc{}
.cad_download_topimg_h5{display: none;}

.cad_download_option{background: #f5f7fa;padding:30px 0;}
.cad_download_search{background: #ffffff;border-radius: 8px;padding:24px 0 4px;}
.cad_download_scope{display:flex;justify-content: space-between;width:94%;margin:0 auto;flex-wrap: wrap;}
.cad_download_beat{width:48%;display:flex;margin-bottom:20px;position:relative;}
.beat_lable{width:104px;font-size: 14px;
    font-weight: Bold;text-align: left;
    color: #2d2e2e;height: 32px;
    line-height: 32px;}
.beat_content{flex:1;display:flex;}
.beat_content_item{flex:1;height: 32px;overflow:hidden;position:relative;}
.beat_item{padding:0 8px;color: #616161;font-size: 14px;
    height: 32px;line-height: 32px;cursor:pointer;
    border-radius: 4px;margin-right:10px;}
.beat_item:hover{color: #3681f7;}
.beat_item_active{background: #ecf2fe;color: #3681f7;}

.beat_more{display:none;cursor:pointer;position:absolute;right:-10px;top:0;width: 32px; height: 32px;background:url(../../images/download_icon_38.png) no-repeat;z-index:1;background-size:100% auto;}
.beat_more_down{background-position: 0px 0px;}
.beat_more_down:hover{background-position: 0px -64px;}
.beat_more_up{background-position: 0px -32px;}
.beat_more_up:hover{background-position: 0px -96px;}

.cad_download_toptxt{position:absolute;width:1200px;left:50%;top:50%;
    z-index:2;
    margin-left:-600px;
    font-size: 36px;
    font-weight: Bold;
    text-align: left;
    color: #333333;
    line-height: 68px;}

.cad_download_info{background-color: #f5f7fa;padding-bottom:80px;}
.cad_download_infocont{display:flex;flex-wrap:wrap;justify-content: space-between;}

.cad_download_list{
    width: 24%;
    height: 257px;
    background: #ffffff;
    border-radius: 8px;
    position:relative;
    margin-bottom:28px;transition: all 0.1s ease;
}
.cad_download_list:hover{box-shadow: 0px 8px 30px 0px rgba(177,179,190,0.50);}
.cad_download_list .horn{position:absolute;right:0;top:0;height:22px;line-height:22px;padding:0 8px ;
    font-size: 12px;font-weight:bold;border-radius: 0px 8px 0px 8px;display:block;}
.cad_download_list .horn_2d{background-color:#ecf2fe;color:#0052d9;}
.cad_download_list .horn_engin{background-color:#fef3e6;color:#ED7B2F; }
.cad_download_list .horn_made{background-color:#FDECEE;color:#E34D59; }
.cad_download_list .horn_cloud{background-color:#e8f8f2;color:#00a870; }

.cad_download_listinfo{width:90%;margin:20px auto 0;}
.cad_download_listtit{display:flex;margin-bottom:12px;}
.cad_download_listlogo{width:40px;height:40px;margin-right:12px;}
.cad_download_listtxt{line-height:40px;font-size: 15px;
    font-weight: Bold;
    text-align: left;
    color: #2d2e2e;}
.cad_download_listsoft{font-size: 12px;
    text-align: left;
    color: #818181;margin-bottom:5px;
    line-height: 18px;}
.cad_download_listselect{display:flex;justify-content: space-between;margin-top:15px;}
.cad_download_listselect .custom_select{width:47%;}

.cad_download_listbtn{width:90%;margin-left:-45%;
    position:absolute;left:50%;bottom:20px;display:flex;
    justify-content: space-between;transition: all 0.1s ease;
}
.cad_download_listbtn .list_btn{
    height: 32px;line-height: 32px;
    background: #ffffff;
    border: 1px solid #0052d9;
    border-radius: 3px;
    width:100%;cursor:pointer;
    font-size: 14px;
    text-align: center;display:block;
    color: #3681f7;transition: all 0.1s ease;
}
.cad_download_listbtn .list_btn_two{width:46%;}
.cad_download_list:hover .cad_download_listbtn .list_btn{
    background: #3681f7;color: #ffffff;border: 1px solid #3681f7;
}
.cad_download_listbtn:hover .list_btn:hover{background: #0052d9;border: 1px solid #0052d9;color: #ffffff;}

.cad_download_listmore{display:none;}
.cad_download_listmorea{color:#818181;font-size:14px;padding-right:12px;cursor:pointer;background:url(../../images/download_icon_39.png) no-repeat right center; background-size:6px auto;}
.cad_download_listmorea:first-child{margin-right: 20px;}
.cad_download_listmorea:hover{text-decoration: underline;color:#3681F7;}
.cad_download_list:hover .cad_download_listmore{display:block;}
.cad_download_list:hover .cad_download_listmorea{color:#3681F7;background:url(../../images/download_icon_39_1.png) no-repeat right center; background-size:6px auto;}

.filter_h5_master{display:none;position:fixed;left:0;top:0;z-index:9;width:100%;height:100%;background: rgba(0,0,0,0.50);}
.cad_download_filter{display:none;width:100%; background-color: #ffffff;margin-bottom:20px;position:relative;z-index: 10}
.filter_h5{height: 43px;display:flex;justify-content: flex-end;}
.filter_h5_tit{
    margin-right:8px;
    font-size: 14px;
    color: #2d2e2e;
    line-height: 43px;
    background:url(../../images/download_icon_41.png) no-repeat right center;
    background-size:8px auto;
    padding-right:12px;
}
.filter_h5_tit:hover{color:#3681F7;}
.filter_h5_titactive{
    background:url(../../images/download_icon_40.png) no-repeat right center;
    background-size:8px auto;color:#3681F7;
}
.cad_download_filtercont{position:relative;display:none;}
.filter_h5_classify{overflow-y:auto;max-height:400px;padding-bottom:60px;}
.classify_list{margin-bottom:16px;}
.classify_list_tit{font-size: 12px;font-weight: bold;
    color: #2d2e2e;margin-bottom:8px;
    line-height: 16px;}
.classify_list_cont{display:flex;justify-content: space-between;flex-wrap: wrap}
.classify_item{width:32%;margin-bottom:8px;height: 32px;line-height: 32px;
    background: #f4f5f9;
    border-radius: 4px;font-size: 12px;
    text-align: center;
    color: #2d2e2e;}
.classify_item:hover{background: #ecf2fe;border: 1px solid #3681f7;color: #3681f7;}
.classify_item_active{background: #ecf2fe;border: 1px solid #3681f7;color: #3681f7;}
.classify_seat{width:32%; height: 0;}

.classify_list_conttwo .classify_item{width:48%;}
.classify_list_conttwo .classify_seat{width:48%; height: 0;}


.filter_h5_btncont{position:absolute;bottom:0;left:0;width: 100%;
    height: 56px;border-top: 1px solid #f0f0f0;
    background-color: #ffffff;}
.filter_h5_btninfo{display:flex;justify-content: space-between;margin-top:10px;}
.filter_h5_btn{width:47%;height: 32px;line-height: 32px;
    border-radius: 4px;font-size: 14px;
    text-align: center;
    cursor:pointer;
}
.filter_h5_btnreset{background: #ffffff;border: 1px solid #f2f2f2;color: #2d2e2e;}
.filter_h5_btnreset:hover{}
.filter_h5_btnsure{background: #3681f7;border: 1px solid #3681f7;color: #ffffff;}
.filter_h5_btnsure:hover{background: #0052D9;}

.cad_nodata {
    width: 100%;
    height: 150px;
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:16px;color:#616161;
}

.download_thanks{
    width:90%;
    /*margin:150px 0;*/
    margin-top:50px;
    min-height:400px;
    margin-left:auto;
    margin-right:auto;
    display:flex;
    flex-direction: column; align-items: center;justify-content: center;
}
.download_thanks_tit{
    font-weight: bold;
    color: #333;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    margin-bottom: 30px;
}
/*#003da8*/
.download_thanks_tit span{ color: #007efe;}
.download_thanksc_cont{display:flex;align-items: center; justify-content: center;}
.download_thanksc_pace{color: #007efe;font-size: 16px;line-height: 30px;}
.download_thanksc_abnormal{font-size: 16px;line-height: 30px;color: #333;margin:0 20px 0 50px;}
.download_thanksc_btn{width: 200px;
    height: 32px;color: #fff;font-size: 14px;
    line-height: 32px;text-align:center;
    border-radius: 3px;background: #3681f7;
    cursor: pointer;}
.download_thanksc_btn:hover{
    background-color: #0052d9;color: #fff;
}

.download_thanks_top{width:100%;margin-top: 50px;padding:77px 0 49px;
    background:url(../../images/download_thanks_bg.png) no-repeat;background-size:cover;}
.download_thanks_toptit{
    font-size: 24px;
    color: #212830;
    line-height: 34px;
    text-align: center;margin-bottom:8px;}
.download_thanks_topname{
    font-size: 24px;
    color: #0052D9;
    line-height: 34px;font-weight: bold;
    text-align: center;margin-bottom:6px;
}

.download_thanks_topos{
    line-height: 23px;font-weight: bold;
    text-align:center;font-size: 16px;color: #0052D9;
    margin-bottom:30px;
}

.download_thanks_toptxt{font-size: 16px;
    color: #2D2E2E;text-align: center;
    line-height: 30px;}
.download_thanks_tophref{cursor:pointer;color:#0052D9}
.download_thanks_tophref:hover{text-decoration: underline;}
.download_thanks_topdesc{font-size: 12px;
    color: #9A9A9A;
    line-height: 16px;margin-top:30px;
    text-align: center;}

.download_thanks_more{width:100%;padding:54px 0 84px;background: linear-gradient( 180deg, #F2F7FD 0%, #F2F7FD 100%);}
.download_thanks_more_tit{text-align: center;font-size: 20px;
    color: #212830;
    line-height: 34px;margin-bottom:50px;}
.download_thanks_more_cont{display:flex;justify-content: space-between;}
.download_thanks_more_list{width:32%;position:relative;padding:40px 32px 84px;box-shadow: 0px 4px 20px 0px rgba(206,209,215,0.2);
    border-radius: 10px;}
.downtks_more_listone{background: linear-gradient( 180deg, #DBEEFF 0%, #FAFAFA 100%); }
.downtks_more_listtwo{background: linear-gradient( 180deg, #CDF0F8 0%, #FAFAFA 100%);}
.downtks_more_listthree{background: linear-gradient( 180deg, #E9EBFF 0%, #FAFAFA 100%);}

.downtks_more_list_tit{font-weight: 500;
    font-size: 18px;
    color: #1C1D21;
    line-height: 33px;margin-bottom:30px;}
.downtks_more_list_txt{font-weight: 400;
    font-size: 14px;
    color: #848586;
    line-height: 22px;margin-bottom:40px;}
.downtks_more_list_btn{display:block;width: 170px;margin-left:-85px;
    height: 34px;font-size: 14px;position:absolute;bottom:50px;left:50%;
    color: #FFFFFF;text-align:center;
    line-height: 34px;
    background: linear-gradient( 135deg, #62D3FF 0%, #316FF3 100%);
    box-shadow: 0px 4px 20px 0px rgba(206,209,215,0.2);
    border-radius: 5px;cursor:pointer;}
.downtks_more_list_btn:hover{color: #FFFFFF;background: #003da8;}
.downtks_more_list_img{position:absolute;top:-11px;right:-20px;width:110px;height:auto;}


.down_webview_mask{display:none;background-color:#000;filter:alpha(opacity=80);opacity:0.8;height:100%;width:100%;position:fixed;top:0;left:0;z-index:99999998;zoom:1;}
.down_webview_dump{display:none;width:860px;height:320px;margin:-160px 0 0 -430px;
    background: rgba(248, 250, 253, 1) url('../../images/download_thanks_icon4.png') no-repeat top left;
    background-size:auto 147px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(121, 121, 121, 1);
    border-radius: 10px;

    position:fixed;top:50%;left:50%;z-index:99999999;}
.down_webview_close{width: 40px;height: 40px;cursor:pointer;display:block;position:absolute;right:20px;top:20px;background: url('../../images/xinchuang-icon12.png') no-repeat center;}
.down_webview_title{margin-top:40px;font-weight: 700;font-size: 24px;text-align: center;line-height: 28px;color: #333;}
.down_webview_txt{margin-top:40px;font-size: 18px;color: #596178;text-align: center;line-height: 20px;}
.down_webview_copy{margin-top:30px;display:flex;align-items: center;justify-content: center;}
.down_webview_copy span{color: #333;font-weight: 700;font-size: 18px;line-height: 28px;}
.down_webview_copy a{display:flex;align-items: center;justify-content: center;cursor:pointer;
    margin-left:16px;width: 165px;height: 47px;font-size: 18px;color: #027AFE;background-color: rgba(223, 235, 255, 1);border-radius: 5px;}
.down_webview_copy a img{width: 28px;height: 28px;margin-right:5px;}
.down_webview_copy a:hover{text-decoration: underline;}
.down_webview_browser{margin-top:20px;font-size: 18px;color: #596178;text-align: center;line-height: 28px;}




@media screen and (max-width: 1440px) {
    .review_more{top:500px;left:700px;}
}
@media screen and (max-width: 1280px) {
    .news_xiang_r .con img {
        height:auto;
    }
    .news_xiang .con img {
        height:auto;
    }
}
@media screen and (max-width: 1230px) {
    .casebanner {
        height: 400px;
    }

    .casebanner .search {
        margin-top: 200px;
    }

    .casebanner .maincon {
        margin-top: 140px;
    }

    .caselistbox .bottom a {
        width: 30.33333333%;
        margin: 30px 4.5% 0 0;
    }

    .histroy .row ul {
        width: 80%;
    }

    .contact {
        width: 100%;
    }

    .contact .con {
        width: 90%;
        margin: 0 auto;
    }

    .contact .cu1 ul {
        width: 30.333333333%;
        box-sizing: border-box;
        margin: 75px 4.5% 0 0;
        font-size: 14px;
        line-height: 26px;
    }
    .contact .cu1 .branch_office ul{width: 31%;margin: 75px 0 0 0;}
    .aboutxt .pic {
        width: 48%;
    }

    .aboutxt .txt {
        width: 50%;
    }

    .whybox .pic {
        width: 40%;
    }

    .whybox .fr {
        width: 54%;
    }

    .whycata {
        margin-top: 30px;
        padding-top: 30px;
    }

    .whycata a {
        display: block;
        margin: 0 auto;
    }

    .whycata span {
        line-height: 28px;
        display: block;
        margin: 0 auto 10px auto;
        font-size: 16px;
        width: 80%;
    }

    .honor dl {
        width: 30.33333333%;
        margin: 30px 4.5% 0 0;
    }

    .downloadbox .tab .con {
        width: 100%;
    }

    .downloadbox_con {
        width: 90%;
    }

    .download_list .list .pic {
        width: 10%;
    }

    .download_list .list ul {
        width: 56%;
        margin: 0 0 0 2%;
    }

    .download_list .listmore {
        margin-left: 12%;
    }

    .contact .tab .tab_con {
        width: 100%;
    }

    .contact .con {
        width: 90%;
    }

    .news_xiang_r .top h2 ,.news_xiang_r .top h1.info_h1{
        font-size: 24px;
        line-height: 26px;
    }

    .news_xiang_l {
        width: 30%;
    }

    .news_xiang_r {
        width: 65%;
    }

    .review_more{top:420px;left:600px;}
    .banner_wrapper{width:888px;}
    .cadPressBox #A4 .bottom{width:100%;}
    .cadPressBox #A4 .flags .cspan1, #A4 .flags .cspan2{width:292px;}
    .cadPressBox #A4 .flags .cspan1{margin-left:40px;}
    .cadPressBox #A4 .flags .cspan1 h5{font-size: 16px;line-height: 25px;}
    .cad_bottom li h5{margin-top:16px;}
    .cad_bottom li p{line-height: 20px;}

    .flshengm {
        width: 90%;
    }

    .custom_select ul.custom_select_options{
        width: 100%;
        margin: 0;
    }

    .cad_download_toptxt {
        position: absolute;
        width: 90%;
        margin-left: -45%;
        font-size: 30px;
        line-height: 48px;
    }


    .down_webview_dump{width:70%;height:270px;margin:-135px 0 0 -35%;
        background-size:auto 147px;}
    .down_webview_close{width: 30px;height: 30px;right:20px;top:20px;background-size:100% auto;}
    .down_webview_title{margin-top:35px;font-size: 18px;line-height: 28px;}
    .down_webview_txt{margin-top:30px;font-size: 14px;line-height: 20px;}
    .down_webview_copy{margin-top:20px;}
    .down_webview_copy span{font-size: 14px;line-height: 28px;}
    .down_webview_copy a{margin-left:10px;width: 118px;height: 36px;font-size: 14px;}
    .down_webview_copy a img{width: 18px;height: 18px;margin-right:5px;}
    .down_webview_browser{margin-top:20px;font-size: 14px;line-height: 20px;}
}

@media screen and (max-width: 1150px) {
    .main-img {
        display: none;
    }

    .global .dizhi {
        display: block;
        width: 100%;
        margin-top: 30px;
    }

    .global .dizhi li {
        float: left;
        font-size: 16px;
        line-height: 32px;
        width: 20%;
        margin: 0 2.5%;
    }
    .cad_download_topimg_pc{height:300px;width:auto;}
}

/* iPad Pro 1024px */
@media screen and (max-width: 1030px) {
    .caselistbo_xiang {
        width: 90%;
    }

    .casebanner .maincon h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .casebanner .maincon h2 {
        font-size: 30px;
        line-height: 40px;
        padding-top: 20px;
    }
    .casebanner .maincon .casebanner_top_tith {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .casebanner .maincon p {
        font-size: 16px;
        line-height: 28px;
    }
    .casebanner .maincon .casebanner_top_txtp{
        font-size: 16px;
        line-height: 28px;
    }
    .caselistbox .bottom a {
        font-size: 14px;
        line-height: 26px;
    }

    .histroy .row ul {
        width: 70%;
    }

    .contact {
        margin: 0 auto 60px auto;
    }

    .contact .cu1 ul {
        width: 100%;
        float: none;
        box-sizing: border-box;
        margin: 35px auto 0 auto;
        height: auto;
        font-size: 16px;
        line-height: 30px;
    }

    .contact .cu1 ul:nth-child(1), .contact .cu1 ul:nth-child(2), .contact .cu1 ul:nth-child(3) {
        height: auto;
    }

    .contact .cu1 ul:nth-child(3n) {
        margin: 35px auto 0 auto;
    }
    .contact .cu1 .branch_office ul{width:48%;margin: 35px 0 0;}
    .aboutxt .txt .top {
        font-size: 24px;
        line-height: 32px;
    }
    .aboutxt .txt .top .aboutxt_top_h2{
        font-size: 24px;
        line-height: 32px;
    }
    .aboutxt .txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .whycata {
        height: 180px;
    }

    .honor dl {
        font-size: 14px;
        line-height: 26px;
    }

    .casebanner .search {
        width: 90%;
        height: 50px;
    }

    .casebanner .search .shu {
        width: 84%;
        height: 50px;
        padding: 10px 20px;
        box-sizing: border-box;
        line-height: 40px;
    }

    .casebanner .search .btn {
        background: url(../../images/search.png) no-repeat center #003da8;
        background-size: 25px 25px;
        width: 16%;
        height: 50px;
    }

    .news_xiang_r .top h2,.news_xiang_r .top h1.info_h1 {
        font-size: 20px;
    }
    .review_more{top:360px;left:506px;width:170px;height:50px;line-height: 50px;font-size: 16px;}
    .review_more i{width:25px;height:25px;}
    .cadPressBox .flags .cspan1, .cadPressBox .flags .cspan2{height:474px;}
    .cadPressBox .flags .cspan1{padding:20px;}
    .cadPressBox .flags .cspan1 h3{font-size: 18px;}
    .cadPressBox #A1, .cadPressBox #A2, .cadPressBox #A3, .cadPressBox #A4, .cadPressBox #A5, .cadPressBox #A6{padding-top: 105px;}
    .cadPressBox .downloadbox_con #A2 .flags{width:100%;}
    .cadPressBox #A3 .flags .cspan1{height:265px;}
    .cadPressBox #A3 .flags .cspan2{height:265px;}
    .cadPressBox #A4 .bottom{width:auto;}
    .cadPressBox #A4 .flags .cspan1{width:31.33333%;margin-left: 3%;}
    .cadPressBox #A4 .flags .cspan1 h2{font-size: 18px;}
    .cadPressBox #A4 .flags .cspan1 h5{font-size: 16px;}
    .cadPressBox #A4 .flags .cspan1 p{font-size: 12px;}
    .cadPressBox #A4 .flags .cspan1 .text{padding:0 24px;}
    .cad_bottom li{margin-left: 30px;}
    .cad_bottom li:nth-child(2n){float: right;}
    .cad_bottom li:nth-child(2n+1){margin-left: 0;}
    .cad_bottom li h5{font-size: 16px;margin: 10px 0 0 }
    .cad_bottom li:nth-child(3) h5{margin-top: 10px;}
    .cad_bottom li p{font-size:10px;line-height: 14px;}
    .cadPressBox #A4 .flags .cspan1 .text:hover{height:190px;}
    .cadPressBox #A4 .flags .cspan1 .text:hover p{margin-top: 0;}
    .cadPressBox #A4 .flags .cspan1 .text:hover i{transform: rotate(0deg); transition: all .5s ease;}
    .cadPressBox #A4 .flags .cspan1 .text.showInfo{height:100%;}
    .cadPressBox #A4 .flags .cspan1 .text.showInfo i{transform: rotate(45deg); transition: all .5s ease;}


}
@media screen and (max-width: 980px) {
    .beat_item{margin-right: 5px;font-size:12px;}
    .cad_download_list {
        height: 273px;
        width:31%;
    }
    .cad_download_listsoft{font-size:12px;}
    .cad_download_listtxt{font-size:14px;}
    .cad_download_infocont .custom_select .custom_select_outside{font-size:12px;}
    .cad_download_listmorea{font-size:12px;}


    .cad_download_filter{display:block;}
    .cad_download_option{display:none;}

    .download_thanks_top {
        padding: 49px 0 49px;
    }
    .download_thanks_tit {
        font-size: 24px;
        line-height: 50px;
        margin-bottom: 30px;
    }

    .download_thanks_toptit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 4px;
    }
    .download_thanks_topname {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 2px;
    }
    .download_thanks_topos{
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 18px;
    }
    .download_thanks_toptxt {
        font-size: 12px;
        line-height: 22px;
        margin-left:10px;
        margin-right:10px;
    }
    .download_thanks_topdesc {
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
    }
    .download_thanks_more {
        padding: 20px 0 30px;
    }
    .download_thanks_more_tit {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .download_thanks_more_list {
        width: 32%;
        padding: 30px 24px 51px;
    }
    .downtks_more_list_tit {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 16px;
    }
    .downtks_more_list_txt {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    .downtks_more_list_img {
        top: -9px;
        right: -16px;
        width: 84px;
    }
    .downtks_more_list_btn {
        width: 128px;
        height: 26px;
        font-size: 12px;
        line-height: 26px;
        bottom: 25px;
        margin-left: -64px;
    }

    .downloadbox .tab li {
        font-size: 12px;
    }

}
@media screen and ( max-width: 850px ) {
    .casebanner {
        margin-top: 50px;
    }

    .downloadbox .tab.fixed {
        top: 50px;
        z-index: 10000;
    }

    .contact .tab.fixed {
        top: 50px;
    }

    .contact .cu2 .fs {
        padding: 60px 0;
    }

    .contact .cu2 dl {
        font-size: 18px;
        line-height: 32px;
        padding: 30px 0;
    }

    .contact .cu2 dl dt {
        height: 40px;
        margin-bottom: 10px;
    }

    .contact .cu2 dl dt.b1 {
        width: 34px;
    }

    .contact .cu2 dl dt.b2 {
        width: 25px;
    }

    .contact .cu2 dl dt.b3 {
        width: 39px;
    }

    .flshengm {
        width: 90%;
    }

    .news_xiang_r .top {
        padding: 30px 0 10px 0;
    }

    .news_xiang_l {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .news_xiang_r {
        width: 100%;
        float: none;
    }
    .review_more{top: 265px;left: 380px;width: 160px;height: 45px;line-height: 45px;font-size: 14px;padding-left:25px;}
    .review_more i{width:22px;height:22px;}
    .banner_wrapper{width:582px;}
    .cadPress{margin-top: 47px;}
    .cadPressBox #A1, .cadPressBox #A2, .cadPressBox #A3, .cadPressBox #A4, .cadPressBox #A5, .cadPressBox #A6{padding-top:60px;}
    .cadPressBox .flags .top p{margin-bottom:30px;}
    .cadPressBox .flags .cspan1, .cadPressBox .flags .cspan2{height:auto;}
    .cadPressBox #A3 .flags .cspan1 ,.cadPressBox #A3 .flags .cspan2{width:100%;height:auto;}
    .cadPressBox #A4 .flags .cspan1{float:left;height:450px;}
    .cadPressBox #A4 .flags .cspan1 .text{height:150px;padding:0 10px;}
    .cadPressBox #A4 .flags .cspan1 .text:hover{height:150px;}
    .cadPressBox #A4 .flags .cspan1 h2{margin-top: 65px;font-size:16px;}
    .cadPressBox #A4 .flags .cspan1 h2 i{width:30px;height:30px;}
    .cadPressBox .flags .cspan1 h3{height:auto;}
    .cadPressBox #A4 .flags .cspan1 h5{line-height: 20px;font-size:14px;margin-bottom:5px;}
    .cadPressBox #A4 .flags .cspan1 p{line-height: 15px;}
    .cadPressBox #A4 .flags .cspan1 .text.showInfo{height:100%;}
    .cadPressBox #A4 .flags .cspan1 .text.showInfo i{transform: rotate(45deg); transition: all .5s ease;}


    .tianzheng_popup{width: 310px;height: 350px;margin:-175px 0 0 -155px; }
    .tianzheng_pop_close{right:15px;top:15px;width:15px;height:15px;}

    .tianzheng_popup h3{font-size: 20px;margin-top:25px;line-height: 30px;}
    .tianzheng_popup h4{font-size: 16px;line-height: 26px;margin-top:10px;}
    .tianzheng_popup .tip{height:30px;line-height:30px;font-size:14px;}
    .tianzheng_popup .list{padding:0 22px;}
    .tianzheng_popup .list input{
        height: 36px;line-height: 36px;
        font-size: 14px;
        padding:0 3%;

    }
    .tianzheng_popup .list input::placeholder{font-size: 14px;}

    .tianzheng_popup .list span{height: 16px;font-size: 12px;line-height: 16px;margin:2px 0 3px;}
    .tianzheng_pop_subbtn{
        height: 36px;line-height: 36px;
        margin:0 3%;font-size:16px;
        margin-top:5px;
    }

    .tianzheng_popup .suc .suc_icon{    margin: 50px auto 10px;
        width: 66px;
        height: 66px;}
    .tianzheng_popup .suc .suc_tit{    font-size: 20px;
        font-weight: 700;
        text-align: center;
        color: #333333;
        line-height: 32px;
        margin-bottom: 30px;}
    .tianzheng_popup .suc ul{margin:0 8%;}
    .tianzheng_popup .suc ul li{font-size: 14px;line-height: 21px;margin-bottom:10px;}

    .downloadbox .tab li{line-height:20px;height:40px;}
    .downloadbox .tab li a{height:40px;line-height:20px;display: flex;justify-content: center;align-items: center;}
    .downloadbox .tab li a.down_applicationa{line-height:20px;}

}

/* iPad 768px */
@media screen and (max-width: 769px) {
    .casebanner {
        height: 300px;
    }

    .casebanner .search {
        margin-top: 150px;
    }

    .casebanner .maincon {
        margin-top: 110px;
    }

    .casebanner .maincon h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .casebanner .maincon h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .casebanner .maincon .casebanner_top_tith {
        font-size: 26px;
        line-height: 30px;
    }
    .casebanner .maincon h2.user_items_of {width:40%;padding-top:0;}
    .casebanner .maincon p {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .casebanner .maincon .casebanner_top_txtp{
        width: 100%;
        font-size: 14px;
        line-height: 26px;
    }
    .caselistbox .bottom a {
        width: 45%;
        margin: 30px 2.5% 0 2.5%;
    }

    .caselistbox .bottom a:nth-child(3n) {
        margin: 30px 2.5% 0 2.5%;
    }

    .histroy .row span {
        font-size: 18px;
        line-height: 30px;
        width: 80px;
    }

    .histroy .line1 {
        left: 65px;
        top: -3px;
    }

    .histroy .row ul {
        padding: 0px 0 40px 30px;
    }

    .histroy .row:nth-last-child(1) ul {
        padding: 0px 0 0 30px;
    }

    .histroy .row ul {
        width: 75%;
    }

    .contact .tab a {
        line-height: 60px;
        font-size: 20px;
    }

    .aboutxt .pic {
        width: 100%;
        float: none;
    }

    .aboutxt .txt {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .aboutxt .txt .top {
        font-size: 20px;
        line-height: 30px;
    }
    .aboutxt .txt .top .aboutxt_top_h2{
        font-size: 20px;
        line-height: 30px;
    }
    .qualifications {
        margin-top: 30px;
        padding: 30px 0;
    }

    .qualifications a {
        float: none;
        width: 100%;
        margin: 30px auto 0 auto;
        font-size: 14px;
        line-height: 26px;
    }

    .qualifications a:nth-last-child(1) {
        margin: 30px auto 0 auto;
    }

    .qualifications a span {
        margin-top: 20px;
    }

    .qualifications a dl h1 {
        font-size: 20px;
        line-height: 26px;
        margin: 15px auto;
    }
    .qualifications a dl .qualifications_list_tith2 {
        font-size: 20px;
        line-height: 26px;
        margin: 15px auto;
    }
    .whybox {
        margin-top: 30px;
    }

    .whybox .pic {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .whybox .fr {
        width: 100%;
        float: none;
    }

    .whybox .btnbox dl h1 {
        font-size: 22px;
        line-height: 30px;
        margin: 10px auto 0px auto;
    }

    .global {
        width: 100%;
        margin-top: 50px;
    }

    .global .top h1 {
        font-size: 24px;
    }
    .global .top .global_top_tith {
        font-size: 24px;
    }
    .global .dizhi li {
        width: 45%;
        margin: 0 2.5%;
    }

    .honor dl {
        width: 45%;
        margin: 30px 2.5% 0 2.5%;
    }

    .honor dl:nth-child(3n) {
        margin: 30px 2.5% 0 2.5%;
    }

    .download_list .top {
        line-height: 50px;
        font-size: 30px;
    }

    .downloadbox .tab li {
        font-size: 12px;
    }

    .download_list .list ul h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .download_list .list dl {
        width: 28%;
        font-size: 14px;
        line-height: 40px;
    }

    .download_list .list dl dt .hide {
        top: 45px;
    }

    #A1, #A2, #A3, #A4, #A5,#A6 {
        padding-top: 60px;
    }
    .down_tabs_item{
        padding-top: 60px;
    }
    .more_versions_btn{
        /*width: 300px;*/
        height: 40px;line-height: 40px;
        font-size: 14px;
        margin:30px auto 0;

    }
    .download_list .listmore {
        margin-left: 0%;
    }

    .popover1 {
        width: 90%;
        height: 270px;
        font-size: 14px;
        left: 5%;
        top: 50%;
        margin: -135px 0 0 0;
        line-height: 26px;
    }

    .popover1 h3 {
        font-weight: bold;
        margin-top: 35px;
    }

    .contact .cu2 dl {
        float: none;
        width: 100%;
        font-size: 18px;
        line-height: 32px;
        padding: 15px 0;
    }

    .contact .cu2 dl:nth-child(2) {
        border-left: 0;
        border-right: 0;
    }

    .contact .cu2 dl dt {
        height: 40px;
        margin-bottom: 10px;
    }

    .contact .cu2 dl dt.b1 {
        width: 34px;
    }

    .contact .cu2 dl dt.b2 {
        width: 25px;
    }

    .contact .cu2 dl dt.b3 {
        width: 39px;
    }

    .contact .cu2 table dl dt {
        width: 40px;
    }

    .flshengm .list {
        padding: 20px 0;
    }

    .support {
        padding: 30px 0;
    }

    .support dl {
        width: 48%;
        box-sizing: border-box;
        height: 402px;
        border-bottom: 8px solid #003da8;
        overflow: hidden;
        transition: all 0.3s ease-in;
        margin: 20px 4% 0 0;
    }

    .support dl:nth-child(2) {
        margin: 20px 0 0 0;
    }

    .support dl:nth-child(4) {
        margin: 20px 0 0 0;
    }

    .support dl dt {
        width: 68px;
        margin: 60px auto 40px auto;
    }

    .support dl dd h1 {
        font-size: 22px;
        text-align: center;
        line-height: 26px;
    }

    .support dl dd p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .news_xiang_r .top h2,.news_xiang_r .top h1.info_h1 {
        font-size: 18px;
    }

    .news_xiang_r .top p span {
        margin: 0 5px;
    }

    .news_xiang_r .top p {
        font-size: 12px;
    }
    .cad_bottom li{margin:0 auto 30px;float:none;width:100%;}
    .cad_bottom li:nth-child(2n){float: none;}

    .custom_select .custom_select_outside{
        background: #ffffff url(../../images/select-triangle-icon.png) no-repeat 97% center;
        background-size: 9px auto;
    }

    .cad_download_topimg_pc {
        display:none;
    }
    .cad_download_topimg_h5{display: block;}
    .cad_download_toptxt {
        position: absolute;
        width: 100%;
        margin-left: 0;
        font-size: 30px;
        line-height: 48px;
        text-align: center;
        left: 0;
        top: 12%;
    }
    .cad_download_top {
        margin-top: 49px;
        background: url(../../images/download_icon_36.png) no-repeat center;
        background-size: cover;
        height:300px;
    }

    .cad_download_list {
        height: 264px;
        width:45%;
    }
    .download_list table a.nt {
        width: 62px;
    }
    .contact .cu1 .branch_office ul{width:100%}

}
@media screen and (max-width: 720px) {
    /*.downloadbox .tab li{line-height:20px;height:40px;}.downloadbox .tab li a{height:40px;line-height:40px;}*/
    /*.downloadbox .tab li a.down_applicationa{line-height:20px;}*/


    .download_thanks {
        width: 90%;
        margin-left:auto;
        margin-right:auto;
    }
    .download_thanksc_cont {
        flex-direction: column;
    }
    .download_thanksc_abnormal {
        margin: 30px 0 10px;
    }

    .download_thanks_more_cont {
        flex-direction: column;
    }
    .download_thanks_more_list {
        width: 100%;
        margin-bottom: 16px;
    }

    .down_webview_browser{margin-left:10px;margin-right:10px;}
    .down_webview_txt{margin-top:20px;margin-left:10px;margin-right:10px;}
}
@media screen and (max-width: 530px) {
    .down_tabs_wrap{display:flex;flex-wrap:wrap;}
    .downloadbox .tab .down_tabs_wrap li{width:33%;}
    .downloadbox .tab .down_tabs_wrap li:nth-child(3n){border:none;}
    .downloadbox .tab .down_tabs_wrap li:last-child{border-right:1px solid #aaaaaa}
    #A1{
        padding-top: 132px;
    }
    .downloadbox .tab li a.down_applicationa{line-height:40px;}


    .down_webview_dump{width:90%;height:270px;margin:-135px 0 0 -45%;}
    .down_webview_close{width: 20px;height: 20px;right:10px;top:10px;}

    .down_webview_copy{margin-top:20px;flex-wrap: wrap;}


}
/* iPhone 6 Plus*/
@media screen and (max-width: 480px) {
    /*????????*/
    .downloadbox .cadPressTab li a{font-size:12px;letter-spacing: -1px;}


    .caselistboxbg {
        margin-top: 20px;
    }

    .caselistbox {
        padding: 0 0 20px 0;
    }

    .caselistbo_xiang {
        margin: 30px auto 60px auto;
    }

    .caselistbo_xiang .top h1 {
        font-size: 18px;
        line-height: 30px;
        margin: 0px 0 10px 0;
    }

    .caselistbo_xiang .txt .pic {
        width: 100%;
        margin: 30px auto 20px auto;
    }

    .caselistbo_xiang .txt p {
        font-size: 15px;
        line-height: 28px;
    }

    .caselistbox {
        margin-top: 20px;
    }

    .caselistbox h2 {
        font-size: 20px;
    }

    .caselistbox h2 span i {
        height: 20px;
        margin-right: 0;
    }

    .caselistbox h2 a {
        margin-top: 0;
    }

    .caselistbox .bottom a {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin: 20px auto 0 auto;
    }

    .caselistbox .bottom a:nth-child(3n) {
        margin: 30px auto 0 auto;
    }

    .histroy .row ul {
        width: 68%;
    }

    .contact .tab a {
        line-height: 34px;
        font-size: 12px;
    }

    .aboutxt {
        margin-top: 0px;
    }

    .whybox .fr .top h1 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .whybox .fr .top .whybox_frtop_tith {
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
    .whybox .fr .top p {
        font-size: 14px;
        line-height: 26px;
    }

    .whybox .btnbox {
        padding: 15px 0;
    }

    .whybox .btnbox dl {
        font-size: 13px;
        line-height: 24px;
        width: 30.33333333%;
        margin-right: 4.5%;
    }

    .whybox .btnbox dl dt {
        width: 60px;
    }

    .whybox .btnbox {
        margin-top: 20px;
    }

    .whycata {
        padding-top: 25px;
    }

    .global {
        width: 100%;
        margin-top: 30px;
    }

    .global .top {
        padding: 40px 0;
    }

    .honor dl {
        width: 100%;
        height: auto;
        margin: 30px auto 0 auto;
    }

    .honor dl:nth-child(3n) {
        margin: 30px auto 0 auto;
    }

    .download_list .list {
        margin-top: 20px;
    }

    .download_list .top {
        line-height: 40px;
        font-size: 20px;
    }

    .download_list .list .pic {
        width: 20%;
    }

    .download_list .list ul {
        width: 75%;
        margin: 0 0 0 5%;
    }

    .download_list .list dl {
        width: 90%;
        margin: 0 auto;
        clear: both;
        padding-top: 20px;
        float: none;
    }

    .download_list .list dl dt .hide a {
        line-height: 40px;
    }

    .download_list table a.nt {
        width: 60px;
        line-height: 30px;
    }

    .download_list table td {
        padding: 8px 0;
        line-height: 18px;
        font-size: 12px;
    }

    .news_xiang {
        margin: 30px auto 60px auto;
    }

    .caselistbo_xiang .txt h2 {
        font-weight: bold;
        font-size: 16px;
    }

    .contact .cu2 table td {
        padding: 10px 0 10px 20px;
    }

    .contact .cu2 table td.first {
        padding: 0 10px;
    }

    .contact .cu2 table dl {
        font-size: 16px;
        line-height: 24px;
    }

    .contact .cu2 table dl h1 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact .cu2 table dl dt {
        width: 30px;
    }

    .contact .cu3 dl {
        font-size: 16px;
        line-height: 28px;
        padding: 30px 0;
    }

    .contact .cu3 dl dt {
        width: 60%;
        margin-top: 10px;
    }

    .contact .cu3 dl dd i {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        vertical-align: 13px;
    }

    .support dl {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        float: none;
        margin: 20px auto 0 auto;
    }

    .support dl:nth-child(2) {
        margin: 20px auto 0 auto;
    }

    .support dl:nth-child(4) {
        margin: 20px auto 0 auto;
    }
    .review_more{top: 140px;left: 200px;width: 100px;height: 26px;line-height: 26px;font-size: 10px;padding-left:15px;}
    .review_more i{width:15px;height:15px;margin: 5px 10px 0 0}
    .cadPress_wrapper{background: none;}
    .cadPress_wrapper .maincon{width:100%;}
    .cadPressBox .flags .top h2{font-size: 24px;margin-bottom:0;height:24px;line-height: 24px;}
    .cadPressBox .flags .cspan1 h3{font-size: 14px;}
    .cadPressBox .flags .top p{margin-bottom: 0;}
    .cadPressBox .flags .banner_wrapper{width:276px;margin-top: 20px;}
    .cadPressBox #A4 .flags .cspan1{float:none;width:100%;height:375px;margin-left:0;}
    .cadPressBox #A4 .flags .cspan1 .text{padding:0 20px;height:125px;}
    .cadPressBox #A4 .flags .cspan1 .text:hover{height:125px;}
    .cadPressBox #A4 .flags .cspan1 .text.showInfo{height:100%;}
    .cadPressBox #A4 .flags .cspan1 .text.showInfo i{transform: rotate(45deg); transition: all .5s ease;}
    .cadPressBox #A4 .flags .cspan1 h2{margin-top: 60px;}
    .cadPressBox #A4 .flags .cspan1 h5{margin-bottom: 20px;}
    .cadPressBox #A4 .flags .cspan1 p{line-height: 20px;}
    .cad_top, .cad_bottom{float:none;width:100%;}
    .cad_top .pic img{width:90%;}
    .cad_top{height:260px;}
    .cad_bottom{margin-top: 20px;}
    .cadPressBox #A3 .flags .cspan1 a{margin-top:15px;}
    .cadPress{height:195px;}
    .cad2018 .bottom a.learn_more{width:60%;font-size: 16px;border:none;background-color: #003da8;margin: 0 auto;}
    .cad2018 .bottom a.learn_more{color:#fff;}
    .cadPressBox .flags .top p:last-child{width:100%;margin-bottom: 0;}

    .flshengm h1 { font-size: 18px;}
    .flshengm h2{font-size: 16px;}
    .flshengm p {font-size: 14px;}


    .custom_select ul.custom_select_options {
        width: 100%;
        margin: 0;
    }

    .cad_download_toptxt {
        font-size: 28px;
        line-height: 42px;

    }
    .cad_download_list{height:auto;width:100%;}
    .cad_download_listmore{display:block;margin-bottom:12px;}
    .cad_download_listbtn {
        width: 100%;
        margin-left: auto;
        margin-bottom: 20px;
        position: relative;
        left: auto;
        bottom: auto;

    }

}

@media screen and (max-width: 380px) {
    .histroy .row ul {
        width: 60%;
    }

    .whycata span {
        font-size: 14px;
        line-height: 26px;
    }

    .global .dizhi li {
        font-size: 14px;
    }
    .cadPress{height:175px;}
    .cadPressBox #A4 .flags .cspan1 h5{margin-bottom: 10px;}
    .cadPressBox #A4 .flags .cspan1 .text{padding:0 18px;}
    .review_more{top:125px;left:183px;}
    .downloadbox .tab li{width:14.28%;}
    .developer_downloadbox .tab li{width: 25%;}
    /*.downloadbox .tab li:last-child{width:25%;}*/

    .cad_download_toptxt {
        font-size: 26px;
        line-height: 40px;

    }

    .download_thanks_tit {
        font-size: 26px;
        line-height: 44px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 330px) {
    .cad_top{height:220px;}
    .cad_top .pic{margin-left: -160px;}

    .download_thanks_topdesc{width:90%;margin-left:auto;margin-right:auto;}
    .down_webview_dump{width:90%;height:316px;margin:-158px 0 0 -45%;}
}

/*????*/
.casebanner.wu {
    margin-bottom: 0;
}

.placebox dl {
    float: left;
    margin-top: 45px;
    font-size: 16px;
}

.placebox dl a {
    padding: 0 20px;
    line-height: 34px;
    display: block;
    float: left;
    transition: all 0.3s ease-in;
}

.placebox dl a:hover {
    background: #006cff;
    color: #fff;
}

.placebox dl a.curr {
    background: #006cff;
    color: #fff;
}

.placebox dt {
    float: left;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 83, 173, 0.5);
    margin-right: 15px;
    overflow: hidden;
}

.placebox dd {
    float: left;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0, 83, 173, 0.5);
    overflow: hidden;
}
.placebox dt.video_detail_rightdt{margin: 6px;height:auto;}
.placebox dd.video_detail_rightdd{box-shadow:none;width: 177px;}
.placebox dt.video_detail_rightdt a {padding: 7px 20px;}
.placebox dd.video_detail_rightdd h3 a{line-height: 28px;}
.placebox dd span {
    background: #d2d2d2;
    display: block;
    float: left;
    height: 16px;
    width: 1px;
    margin-top: 8px;
}
.placebox dd span:last-child{display: none}
/*.known_qiye h2 {*/
    /*font-size: 32px;*/
    /*line-height: 32px;*/
    /*text-align: center;*/
    /*margin: 58px auto 20px auto;*/
/*}*/

.known_qiye li {
    width: 280px;
    overflow: hidden;
    float: left;
    margin: 19px 26px 0 0;
    transition: all 0.3s ease-in;
}

.known_qiye li:hover {
    box-shadow: 0 0 30px 0 rgba(0, 14, 84, 0.2);
}

.known_qiye li:nth-child(4n) {
    margin: 19px 0 0 0;
}

.known_qiye .con {
    padding: 10px 0 60px;
}

.known_qiye .con dl {
    width: 100%;
    margin: 20px auto;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
    clear: both;
    transition: all 0.3s ease-in;
}

.known_qiye .con dl:hover {
    box-shadow: 0 0 30px 0 rgba(0, 14, 84, 0.2);
}

.known_qiye .con dl dt {
    overflow: hidden;
    float: left;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    width:290px;
    height:150px;
}

.known_qiye .con dl dd {
    width: 830px;
    float: right;
}

.known_qiye .con dl dd h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
}

.known_qiye .con dl dd h4 {
    font-size: 12px;
    color: #999;
    font-weight: normal;
}

.known_qiye .con dl dd h4 span {
    margin-left: 20px;
}
.known_qiye .con dl dd h4 span span{margin-left:0;}

.known_qiye .con dl dd p {
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}

.known_qiye .con.small {
    margin-top: 20px;
}

.known_qiye .con.small dl dd {
    width: 715px;
    float: left;
    margin-left: 40px;
}

.known_qiye .con.small em {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #eaeaea;
    color: #999;
    display: block;
    float: right;
    border-radius: 50%;
    width: 28px;
    padding: 14px 20px;
    height: 40px;
    margin-top: 40px;
    box-sizing: content-box
}

/*??????*/
.sitemap_banner {
    height: 283px;
    clear: both;
    margin-top: 68px;
}

.sitemap {
    margin: 30px auto;
    border-top: 1px solid #d4d4d4;
}

.sitemap h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
}

.sitemap .con {
    margin: 60px auto;
}

.sitemap ul {
    width: 278px;
    font-size: 16px;
    border-right: 1px dashed #999;
    line-height: 35px;
    box-sizing: border-box;
    float: left;
    height: 650px;
    overflow: hidden;
    margin-left: 40px;
}

.sitemap ul:first-child {
    margin-left: 0;
}

.sitemap ul:last-child {
    border: 0;
    width: 240px;
}

.sitemap ul h3 a {
    background: #333333;
    width: 240px;
    line-height: 34px;
    color: #fff;
    font-size: 18px;
    display: block;
}

.sitemap ul h3 {
    margin-top: 60px;
    font-weight: normal;
}

.sitemap ul li:first-child h3 {
    margin-top: 0;
}

.sitemap ul a {
    box-sizing: border-box;
    padding-left: 16px;
}

/*?????*/
.plunk_for_banner {
    width: 100%;
    height: 350px;
}

.plunk_for_banner h2 {
    color: #333;
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    padding: 130px 0 40px 0;
}
.plunk_for_banner .support_toptit {
    color: #333;
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    padding: 130px 0 40px 0;
}
.plunk_for_banner .weile {
    width: 100%;
    padding-top: 130px;
}

.plunk_for_banner .weile.wu {
    padding-top: 0;
}

.plunk_for_banner .search {
    width: 850px;
    height: 62px;
    margin: 0 auto;
    background: #fff;
    border: 6px solid rgba(0, 43, 117, 0.2);
    background-clip: padding-box;
}

.plunk_for_banner .search select {
    display: none;
}

.plunk_for_banner .search .select_box {
    font-size: 14px;
    color: #999;
    width: 120px;
    padding-left: 10px;
    margin-top: 10px;
    border-right: 1px solid #c2c2c2;
    line-height: 30px;
    float: left;
    position: relative;
}

.plunk_for_banner .search .select_showbox:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    border-left: 6px solid transparent;
    border-top: 5px solid #808080;
    border-right: 6px solid transparent;
    margin-top: -3px;
}

.plunk_for_banner .search .select_showbox.active {
    background: #fff;
}

.plunk_for_banner .search .select_showbox.active:after {
    content: "";
    border-top: 5px solid #007efe;
}

.plunk_for_banner .search .select_option {
    border: 1px solid #c2c2c2;
    display: none;
    left: -1px;
    top: 45px;
    position: absolute;
    z-index: 99;
    background: #fff;
}

.plunk_for_banner .search .select_option li {
    width: 130px;
    cursor: pointer;
    line-height: 33px;
    box-sizing: border-box;
    padding-left: 10px;
    color: #666;
}

.plunk_for_banner .search .select_option li.selected {
    background-color: #007efe;
    color: #fff;
}

.plunk_for_banner .search .select_option li.hover {
    background: #007efe;
    color: #fff;
}

.plunk_for_banner .search input.inp_srh, .plunk_for_banner .search input.btn_srh {
    float: left;
    border: 0;
}

.plunk_for_banner .search input.inp_srh {
    width: 690px;
    height: 50px;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
}

.plunk_for_banner .search input.btn_srh {
    background: url(../../images/search_bt.jpg) no-repeat;
    width: 23px;
    height: 23px;
    cursor: pointer;
    margin: 12px 0 0 0;
}

.search_over {
    background: #fff;
    padding: 30px 60px 0 60px;
    overflow: hidden;
    min-height: 500px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-top: -70px;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.search_over .placebox {
    height: 70px;
}

.search_over .placebox ul {
    margin-top: 20px;
}

.search_over .over {
    font-size: 20px;
    margin: 30px auto;
}

.search_over .list {
    width: 100%;
    position: relative;
    background: url(../../images/searchicond_07.jpg) no-repeat left 15px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px 30px;
    color: #999;
    font-size: 14px;
    box-sizing: border-box;
    overflow: hidden;
    clear: both;
}

.search_over .list h3 a {
    font-size: 20px;
    font-weight: normal;
    text-decoration: underline;
    color: #003da8;
}

.search_over .list h3 a:hover {
    text-decoration: none;
}

.search_over .list p {
    margin-top: 10px;
}

.search_over .list i {
    background: url(../../images/searchicond_09.jpg) no-repeat;
    width: 92px;
    padding-left: 11px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 30px;
    text-align: center;
}

.supportbox {
    width: 100%;
    padding: 60px 0 200px 0;
}

.supportbox .title {
    overflow: hidden;
    text-align: center;
}

.supportbox .title h2 {
    font-size: 32px;
    line-height: 33px;
}
.supportbox .title .supportbox_tith {
    font-size: 32px;
    line-height: 33px;
}

.supportbox .title p {
    width: 1000px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 30px;
    color: #98a7b1;
}

.supportbox dl {
    width: 24%;
    float: left;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
    height: 402px;
    overflow: hidden;
    transition: all 0.3s ease-in;
    margin: 20px 1.3333333333% 0 0;
    position: relative;
}

.supportbox dl:hover {
    box-shadow: 0 0 15px 0 rgba(107, 140, 198, .8);
}

.supportbox dl:nth-child(4) {
    margin: 20px 0 0 0;
}

.supportbox dl a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.supportbox dl dt {
    width: 68px;
    margin: 60px auto 40px auto;
}

.supportbox dl dd h1 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}
.supportbox dl dd .supportbox_stith {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}

.supportbox dl dd p {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    color: #898989;
    font-size: 14px;
    line-height: 28px;
}

.supportbox dl span {
    width: 100%;
    height: 43px;
    line-height: 43px;
    color: #003da8;
    font-size: 16px;
    border-top: 1px solid #d9d9d9;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.supportbox dl span i {
    background: url(../../images/samkoamd.jpg) no-repeat;
    display: inline-block;
    width: 8px;
    height: 14px;
    margin-left: 20px;
    vertical-align: -2px;
}

/*???tab*/
.small_plunk_banner {
    height: 350px;
    position: relative;
}

.small_plunk_banner .text {
    color: #333;
    font-size: 16px;
    padding-top: 160px;
}

.small_plunk_banner .text h2 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.small_plunk_banner .text .support_top_tit {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}
.small_plunk_banner .nav {
    width: 100%;
    height: 60px;
    background: rgba(20, 41, 85, 0.7);
    text-align: center;
    clear: both;
    position: absolute;
    left: 0;
    bottom: 0;
}

.small_plunk_banner .nav a {
    color: #fff;
    margin: 0 30px;
    font-size: 18px;
    line-height: 58px;
    display: inline-block;
}

.small_plunk_banner .nav a:hover {
    color: #3399ff;
}

.small_plunk_banner .nav a.curr {
    color: #3399ff;
    border-bottom: 2px solid #007efe;
}

.small_plunk_banner h4 {
    color: #fff;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    padding-top: 150px;
    font-weight: 100;
}

.small_plunk_banner .search {
    width: 732px;
    height: 62px;
    margin: 0 auto;
    margin-top: 56px;
    background: #fff;
    border: 6px solid rgba(0, 43, 117, 0.2);
    background-clip: padding-box;
}

.small_plunk_banner .search input.txt_input {
    width: 690px;
    height: 50px;
    float: left;
    box-sizing: border-box;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    border: 0;
}

.small_plunk_banner .search input.btn_srh {
    background: url(../../images/search_bt.jpg) no-repeat;
    width: 23px;
    height: 23px;
    cursor: pointer;
    margin: 12px 0 0 0;
    border: 0;
}

/*????*/
.placebox .bottom_cor {
    width: 1200px;
    padding: 30px 0 0 0;
    margin: 0 auto;
    clear: both;
}

.placebox .bottom_cor .left_s {
    float: left;
}

.placebox .bottom_cor .left_s:nth-child(2) {
    margin-left: 35px;
}

.placebox .bottom_cor .left_s h5 {
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
    display: inline-block;
    margin-right: 5px;
}

.placebox .bottom_cor .dropDown {
    display: inline-block;
}

.placebox .bottom_cor .selectNext {
    width: 200px;
    height: 34px;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    line-height: 32px;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 0 rgba(40, 131, 255, 0.5);
    border: 1px solid #006cff;
}

.placebox .bottom_cor .xl-iconNext {
    position: absolute;
    right: 0;
    top: 0;
    width: 28px;
    height: 33px;
    background: url(../../images/selcetjian.png) no-repeat center #006cff;
    border-radius: 0 4px 4px 0;
}

.placebox .bottom_cor .selectNext:hover {
    background-color: #f7f7f7;
}

.placebox .bottom_cor .xl-iconNext.sq-icon {
    background: url(../../images/selcetjian.png) no-repeat center #0362e3;
}

.placebox .bottom_cor .selectListNext {
    width: 200px;
    box-sizing: border-box;
    z-index: 999;
    display: none;
    border-radius: 6px;
    position: absolute;
    top: 34px;
    left: 0px;
    box-shadow: 0 0 10px 0 rgba(40, 131, 255, 0.5);
}

.placebox .bottom_cor .listANext {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #545454;
    display: block;
    background: #fff;
    box-sizing: border-box;
    padding-left: 20px;
}

.placebox .bottom_cor .listANext:hover {
    background-color: #006cff;
    color: #fff;
}

.placebox .bottom_cor .listANext:first-child {
    border-radius: 6px 6px 0 0;
}

.placebox .bottom_cor .listANext:last-child {
    border-radius: 0 0 6px 6px;
}

.placebox .bottom_cor .dropDown {
    position: relative;
}

.placebox .bottom_cor .search_so {
    margin-top: 0;
}

.s_support {
    padding: 20px 0 60px;
}

.s_support .bottom dl {
    width: 580px;
    height: 160px;
    border: 1px solid #c4c4c4;
    box-sizing: border-box;
    background: #fff;
    display: block;
    float: left;
    margin: 40px 40px 0 0;
    overflow: hidden;
}

.s_support .bottom dl:hover {
    box-shadow: 0 0 30px 0 rgba(0, 14, 84, 0.2);
}

.s_support .bottom dl:nth-child(2n) {
    margin: 40px 0 0 0;
}

.s_support .bottom dt {
    width: 159px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    float: left;
    position: relative;
}

.s_support .bottom dt a {
    background: url(../../images/xiaozhichi_26.png) no-repeat center;
    display: block;
    width: 100%;
    height: 100%;
}

.s_support .bottom dd {
    width: 412px;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    float: left;
    padding: 25px 18px;
    text-align: left;
}

.s_support .bottom dd h4 {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.s_support .bottom dd span {
    display: block;
    margin-top: 20px;
}

.s_support .bottom dd span a {
    color: #1296db;
    margin-right: 20px;
}

.s_support .bottom dd span a:hover {
    color: #003da8;
}

.s_support .bottom dd span a i {
    display: inline-block;
    width: 22px;
    height: 21px;
    margin-right: 10px;
    vertical-align: -6px;
}

.s_support .bottom dd span a i.b1 {
    background: url(../../images/xiaozhichi_14.png) no-repeat;
    width: 19px;
}

.s_support .bottom dd span a i.b2 {
    background: url(../../images/xiaozhichi_16.png) no-repeat;
}

.s_support .bottom dd span a i.b3 {
    background: url(../../images/xiaozhichi_29.png) no-repeat;
}

.s_support .bottom dl:hover dd {
    border: 1px solid #fff;
}

.faqboxlist {
    padding: 30px 0 170px 0;
}

.faqboxlist li {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 18px 40px;
    margin-top: 10px;
}

.faqboxlist li .none {
    display: none;
}

.faqboxlist li h4 {
    font-size: 20px;
    font-weight: normal;
    color:#333;
    cursor: pointer;
}

.faqboxlist li.selected h4 {
    color: #007efe;
}

.faqboxlist li .list-item {
    box-sizing: border-box;
    padding: 20px 32px 0 32px;
}

.faqboxlist li .list-item p {
    color: #666;
    font-size: 14px;
    text-indent: 2em;
}

.videobox {
    overflow: hidden;
    margin: 40px auto 100px auto;
}

.videobox_left {
    width: 800px;
    float: left;
    background: #fff;
    border: 1px solid #ababab;
    padding: 20px;
    box-sizing: border-box;
}

.videobox_left video {
    width: 100%;
    height: 480px;
    background: #000;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.videobox_left li {
    color: #666;
    line-height: 20px;
    font-size: 14px;
}

.videobox_left li h2 {
    font-size: 20px;
    color: #1e1e1e;
    margin: 20px 0 10px 0;
}
.videobox_left li .support_video_tith {
    font-size: 20px;
    color: #1e1e1e;
    margin: 20px 0 10px 0;
}
.videobox_left li span {
    color: #999;
    font-size: 12px;
    margin-right: 20px;
}

.videobox_left li span i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
}

.videobox_left li span i.b1 {
    background: url(../../images/video-icon_09.jpg) no-repeat;
}

.videobox_left li span i.b2 {
    background: url(../../images/video-icon_12.jpg) no-repeat;
}

.videobox_left li span i.b3 {
    background: url(../../images/video-icon_14.jpg) no-repeat;
}

.videobox_left li p {
    margin-top: 10px;
}
.videobox_left li p.video_detail_desc{line-height: 24px;}

.videobox_right {
    width: 380px;
    float: left;
    background: #fff;
    border: 1px solid #ababab;
    padding: 20px 20px 22px 20px;
    box-sizing: border-box;
    float: right;
}

.videobox_right h2 {
    line-height: 35px;
    font-size: 16px;
    border-bottom: 1px solid #ababab;
}

.videobox_right h2 i {
    background: url(../../images/video-icon_05.jpg) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
}

.videobox_right dl {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 30px auto;
}

.videobox_right dl dt {
    width: 130px;
    height: 70px;
    position: relative;
    float: left;
}

.videobox_right dl dt em {
    background: #007efe;
    line-height: 20px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.videobox_right dl dd {
    width: 190px;
    float: right;
}

.videobox_right dl dd h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 6px;
}

.videobox_right dl dd span {
    color: #999;
}

.videobox_right dl dd span i {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: -2px;
}

.videobox_right dl dd span i.b1 {
    background: url(../../images/video-icon_09.jpg) no-repeat;
}

.videobox_right dl dd span i.b2 {
    background: url(../../images/video-icon_12.jpg) no-repeat;
}
.video_detail_righttit .video_detail_righttita{text-align:left;}
.video_detail_righttit .video_detail_righttita:hover{
    background: #fff;
    color: #006cff;}
/*.video_detail_righttit .video_detail_righttita:active{background:none;}*/
/*.video_detail_righttit .video_detail_righttita:focus{background:none;}*/
.video_detail_rightitem{display:flex;align-items: center;padding-left:10px;margin-top:5px;display:none;}
.video_detail_rightitem i{width: 16px;height: 16px;margin-right: 8px;}
.video_detail_rightitem .b1 {
    background: url(../../images/video-icon_09.jpg) no-repeat;
}
.video_detail_rightitem .b2 {
    background: url(../../images/video-icon_12.jpg) no-repeat;
}

.support_tab {
    width: 100%;
    background: #313945;
}

.support_tab.fixed {
    position: fixed;
    z-index: 1000;
    top: 68px;
    left: 0;
}

.support_tab .tab_con {
    width: 1200px;
    margin: 0 auto;
}

.support_tab a {
    width: 25%;
    display: block;
    float: left;
    color: #3e3a39;
    font-size: 14px;
    background: #c9caca;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #aaaaaa;
    box-sizing: border-box;
}

.support_tab a:nth-last-child(1) {
    border: 0;
}

.support_tab a.curr {
    background: #006cff;
    color:#fff;
}


.support_tab .support_tablist_tit {
    width: 25%;
    display: block;
    float: left;
    color: #fff;
    font-size: 14px;
    background: #313945;
    line-height: 36px;
    text-align: center;
    border-right: 1px solid #aaaaaa;
    box-sizing: border-box;
    cursor:pointer;
}

.support_tab .support_tablist_tit:nth-last-child(1) {
    border: 0;
}

.support_tab .support_tablist_tit.curr {
    background: #006cff;
    color:#fff;
}

/*???????????*/
.aboutus .fog{position:absolute;left:0;top:0;display: block;width: 100%;height:100%;background-color:#000;opacity:0;}
.aboutus a.video-button{position:absolute;left:0;top:0;display: block;width: 100%;height:100%;background:url(
../../images/video_button.png) no-repeat center;transition: all .3s ease;}
.aboutus .pic:hover .fog{opacity:0.5;transition: all .3s ease;}
.aboutus .video-button:hover{background:url(../../images/video_button_hover.png) no-repeat center;transition: all .3s ease;}
.pic_tan{ display:none; box-sizing:border-box; overflow:hidden; padding:30px 50px; background:#fff; text-align:center; }
.fancybox-slide .pic_tan{margin-top:94px;margin-bottom:0px;}
.pic_tan{ width:1000px; margin:0 auto;}

/*
??? ????2018 banner
*/
.index-arc-banner.slide-text.slide_style_left h1{color:#fff;}
.index-arc-banner.slide-text.slide_style_left > p{color:#fff;}

.placebox dl.news_breadcrumb{display:flex;}
.placebox dl.news_breadcrumb dt{flex-shrink: 0;}
.placebox dl.news_breadcrumb dd{overflow-x: scroll;-ms-overflow-style: none;scrollbar-width: none;display: flex;}
.placebox dl.news_breadcrumb dd a{flex-shrink: 0;}
.placebox dl.news_breadcrumb dd span{flex-shrink: 0;}


@media screen and (max-width: 1439px){
    .pic_tan{ width:900px }
}
{

}
/* 13?? С??1280px */
@media screen and (max-width: 1281px){
    .pic_tan{ width:800px }
}

@media screen and (max-width: 1230px) {
    .known_qiye li {
        width: 23%;
        margin: 19px 2.6666666% 0 0;
    }

    .known_qiye .con dl dt {
        width: 26%;
    }

    .known_qiye .con dl dd {
        width: 72%;
    }

    .known_qiye .con.small dl dd {
        width: 60%;
        margin-left: 5%;
    }

    .sitemap ul:first-child {
        margin: 0 1%;
    }

    .sitemap ul {
        width: 23%;
        margin: 0 1%;
        border: 0;
    }

    .sitemap ul:last-child {
        width: 23%;
    }

    .sitemap ul h3 a {
        width: 100%;
    }

    .search_over {
        padding: 30px 20px;
    }

    .plunk_for_banner h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .plunk_for_banner .support_toptit {
        font-size: 30px;
        line-height: 32px;
    }
    .small_plunk_banner .text h2 {
        font-size: 30px;
        line-height: 32px;
    }
    .small_plunk_banner .text .support_top_tit {
        font-size: 30px;
        line-height: 32px;
    }
    .s_support .bottom dl {
        width: 48%;
        margin: 40px 4% 0 0;
    }

    .s_support .bottom dt {
        width: 42%;
    }

    .s_support .bottom dd {
        width: 58%;
    }

    .s_support .bottom dd h4 {
        font-size: 16px;
    }

    .placebox .bottom_cor {
        width: 90%;
    }

    .videobox_left {
        width: 60%;
    }

    .videobox_right {
        width: 37%;
    }

    .videobox_right dl dt {
        width: 40%;
    }

    .videobox_right dl dd {
        width: 55%;
    }

    .videobox_right dl dd h3 {
        font-size: 14px;
    }

    .support_tab .tab_con {
        width: 100%;
    }
    .pic_tan{ width:90%;}
    .placebox dt {
        margin-right: 10px;
    }

    .placebox dd.video_detail_rightdd {
        width: 55%;
    }
}

@media screen and (max-width: 1030px) {
    .known_qiye .con.small dl dd {
        width: 55%;
        margin-left: 5%;
    }

    .sitemap ul {
        width: 48%;
        margin: 0 1%;
        border: 0;
    }

    .sitemap ul:last-child {
        width: 48%;
    }

    .plunk_for_banner .search {
        width: 90%;
    }

    .plunk_for_banner .search .select_box {
        width: 15%;
    }

    .plunk_for_banner .search input.inp_srh {
        width: 75%;
    }

    .s_support .bottom dd span {
        margin-top: 10px;
    }

    .s_support .bottom dl {
        height: 200px;
    }

    .small_plunk_banner h4 {
        color: #fff;
        font-size: 30px;
        line-height: 32px;
    }
    .index-arc-banner.slide-text.slide_style_left h1{margin-bottom: 10px;}
    .index-arc-banner.slide-text.slide_style_left > p{width:500px;margin-bottom:40px;}

}

@media screen and (max-width: 850px) {
    .placebox .bottom_cor .search_so {
        float: none !important;
        margin: 20px 0 0 0;
    }

    .videobox_left {
        width: 100%;
        float: none;
    }

    .videobox_right {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .videobox_left li h2 {
        font-size: 16px;
    }
    .videobox_left li .support_video_tith {
        font-size: 16px;
    }
    .videobox_left li {
        font-size: 13px;
    }

    .support_tab.fixed {
        top: 50px;
    }
    .small_plunk_banner h4{
        padding-top:130px;
    }
    .videobox_right .video_detail_rightdl{
        margin-bottom:0;
    }
}

@media screen and (max-width: 769px) {

    .known_qiye li {
        width: 48%;
        margin: 19px 4% 0 0;
    }

    .known_qiye li:nth-child(2n) {
        margin: 19px 0 0 0;
    }

    .known_qiye .con dl dt {
        width: 45%;
    }

    .known_qiye .con dl dd {
        width: 52%;
    }

    .known_qiye .con.small dl dd {
        width: 52%;
        margin-left: 0%;
        float: right;
    }

    .known_qiye .con.small em {
        display: none;
    }

    .sitemap_banner {
        margin-top: 50px;
        height: 200px;
    }

    .sitemap h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .plunk_for_banner h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .plunk_for_banner .support_toptit {
        font-size: 24px;
        line-height: 26px;
    }
    .small_plunk_banner .text h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .small_plunk_banner .text .support_top_tit {
        font-size: 24px;
        line-height: 26px;
    }
    .supportbox {
        padding: 30px 0;
    }

    .supportbox dl {
        width: 48%;
        box-sizing: border-box;
        height: 402px;
        margin: 20px 4% 0 0;
    }

    .supportbox dl:nth-child(2) {
        margin: 20px 0 0 0;
    }

    .supportbox dl:nth-child(4) {
        margin: 20px 0 0 0;
    }

    .supportbox dl dt {
        width: 68px;
        margin: 60px auto 40px auto;
    }

    .supportbox dl dd h1 {
        font-size: 22px;
        text-align: center;
        line-height: 26px;
    }
    .supportbox dl dd .supportbox_stith {
        font-size: 22px;
        text-align: center;
        line-height: 26px;
    }
    .supportbox dl dd p {
        margin-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }

    .supportbox .title h2 {
        font-size: 24px;
        line-height: 26px;
    }
    .supportbox .title .supportbox_tith {
        font-size: 24px;
        line-height: 26px;
    }
    .supportbox .title p {
        width: 90%;
    }

    .small_plunk_banner .nav {
        height: auto;
    }

    .small_plunk_banner .nav a {
        font-size: 14px;
        margin: 0 5px;
        line-height: 40px;
        height: 42px;
    }

    .s_support .bottom dl {
        width: 100%;
        margin: 20px auto 0 auto;
        float: none;
    }

    .s_support .bottom dd {
        padding: 15px 10px;
    }

    .s_support .bottom dl:nth-child(2n) {
        margin: 20px auto 0 auto;
    }

    .faqboxlist li {
        padding: 10px 20px;
    }

    .faqboxlist li h4 {
        font-size: 16px;
    }

    .faqboxlist li .list-item {
        box-sizing: border-box;
        padding: 10px 20px 0 20px;
    }

    .faqboxlist li .list-item p {
        font-size: 13px;
        text-indent: 2em;
    }

    .small_plunk_banner .search {
        width: 83%;
    }

    .small_plunk_banner .search input.txt_input {
        width: 90%;
    }

    .small_plunk_banner h4 {
        font-size: 24px;
        line-height: 26px;
        padding-top: 120px;
    }

    .videobox_left video {
        height: 350px;
    }
    .s_support .bottom dt {
        width: 30%;
    }

    .s_support .bottom dd {
        width: 70%;
    }
    .index-arc-banner.slide-text.slide_style_left > p{width:400px;margin-bottom:30px;}
}

@media screen and (max-width: 650px) {
    .plunk_for_banner .search .select_box {
        width: 20%;
    }

    .plunk_for_banner .search input.inp_srh {
        width: 70%;
    }

    .placebox .bottom_cor .left_s {
        float: none;
        width: 100%;
    }

    .placebox .bottom_cor .left_s:last-child {
        margin-left: 0;
        margin-top: 20px;
    }
    .placebox .bottom_cor .left_s:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
    .small_plunk_banner h4{
        padding-top:110px;
    }
    .slide-text.slide_style_left .index_bannerpc_txtsmall{width:90%;line-height:20px;}
}

@media screen and (max-width: 480px) {
    .slide-text.slide_style_left .index_bannerpc_txt{font-size:12px;line-height:16px;}
    /*.known_qiye h2 {*/
        /*font-size: 20px;*/
        /*line-height: 20px;*/
    /*}*/

    .known_qiye .con dl dt {
        width: 100%;
        float: none;
    }

    .known_qiye .con dl dd {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .known_qiye .con.small dl dd {
        width: 100%;
        margin-left: 0%;
        float: none;
        margin-top: 20px;
    }

    .known_qiye .con dl dd h3 {
        font-size: 18px;
        margin-top: 0;
    }

    .placebox dl a {
        padding: 0 10px;
    }

    .placebox dt {
        margin-right: 10px;
    }

    .sitemap h2 {
        font-size: 20px;
        line-height: 22px;
    }

    .sitemap ul h3 a {
        font-size: 16px;
    }

    .sitemap ul {
        font-size: 14px;
        line-height: 32px;
    }

    .sitemap ul {
        width: 100%;
        float: none;
        height: auto;
        padding-bottom: 20px;
        margin: 0 auto;
        border: 0;
    }

    .sitemap ul:last-child {
        width: 100%;
    }

    .sitemap ul h3 {
        margin-top: 30px;
    }

    .plunk_for_banner .search .select_box {
        width: 25%;
    }

    .plunk_for_banner .search input.inp_srh {
        width: 65%;
    }

    .plunk_for_banner {
        height: 300px;
    }

    .small_plunk_banner h4{
        padding-top:100px;
    }

    .search_over {
        padding: 0 20px 20px 20px;
        margin-top: 30px;
    }

    .search_over .list h3 a {
        font-size: 16px;
    }

    .search_over .list i {
        display: none;
    }

    .plunk_for_banner .weile {
        padding-top: 100px;
    }

    .plunk_for_banner h2 {
        font-size: 20px;
        padding: 120px 0 20px 0;
        color:#000;
        font-weight: 500;
    }
    .plunk_for_banner .support_toptit {
        font-size: 20px;
        padding: 120px 0 20px 0;
        color:#000;
        font-weight: 500;
    }
    .small_plunk_banner {
        height: 280px;
    }

    .small_plunk_banner .text h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .small_plunk_banner .text .support_top_tit {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .small_plunk_banner .text {
        padding-top: 120px;
        font-size: 14px;
    }

    .small_plunk_banner .nav a {
        font-size: 14px;
        display: block;
        width: 30.333333%;
        margin: 0 1%;
        float: left;
    }

    .supportbox dl {
        width: 100%;
        height: 294px;
        padding-bottom: 80px;
        float: none;
        margin: 20px auto 0 auto;
    }

    .supportbox dl dt {
        width: 48px;
        margin: 30px auto 20px auto;
    }

    .supportbox dl:nth-child(2) {
        margin: 20px auto 0 auto;
    }

    .supportbox dl:nth-child(4) {
        margin: 20px auto 0 auto;
    }

    .supportbox .title h2 {
        font-size: 20px;
    }
    .supportbox .title .supportbox_tith {
        font-size: 20px;
    }
    .supportbox .title p {
        font-size: 14px;
        line-height: 26px;
        margin: 10px auto;
    }

    .s_support .bottom dt {
        width: 50%;
    }

    .s_support .bottom dd {
        width: 50%;
        font-size: 12px;
    }

    .s_support .bottom dd span a {
        margin-right: 5px;
    }

    .faqboxlist {
        padding: 30px 0;
    }

    .videobox {
        margin: 30px auto;
    }

    .videobox_left video {
        height: 300px;
    }

    .support_tab a {
        font-size: 13px;
    }
    .support_tab .support_tablist_tit{
        font-size: 13px;
    }
    .index-arc-banner.slide-text.slide_style_left h1{margin-bottom: 5px;}
    .index-arc-banner.slide-text.slide_style_left > p{width:200px;margin-bottom: 5px}

    .slide-text.slide_style_left .index_bannerpc_txtsmall{font-size:12px;line-height:16px;}
    .slide-text.slide_style_left .index_bannerpc_txt{margin-bottom:4px;}
}

@media screen and (max-width: 400px) {
    .plunk_for_banner .search .select_box {
        width: 28%;
    }

    .plunk_for_banner .search input.inp_srh {
        width: 58%;
    }
    .slide-text.slide_style_left .index_bannerpc_txtsmall{font-size:12px;line-height: 16px;}
}
@media screen and (max-width:359px){
    .slide-text.slide_style_left .index_bannerpc_txtsmall{width:100%;}
    .slide-text.slide_style_left .index_bannerpc_txt{margin-bottom:5px;}
    .index_bannerpc_cont .downloadbtn a.btn-primary{line-height:20px;height:20px;}

    .index_3dmodel .slide-text.slide_style_left.index_bannerpc_cont>p{width:100%;}
    .slide-text h1, .slide-text .index_h1{line-height:20px;}
    .slide-text-pspan{width:80%}
}

/**** ??????-??????? ****/
html,body,h1,h2,h3,h4,h5,p,a,span{font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif;}
.baiduBannerWrapper{background-color: #bfbfbf;height: 697px;width:100%}
.dis_none{display: none;}
.userLocation-wrapper{height: 697px;}
.userLocation-wrapper1 {background: url("../../images/userLocation/01.png") no-repeat center;}
.userLocation-wrapper2 {background: url("../../images/userLocation/02.png") no-repeat center;}
.userLocation-wrapper3 {background: url("../../images/userLocation/03.png") no-repeat center;}
.userLocation-wrapper4 {background: url("../../images/userLocation/04.png") no-repeat center;}
.userLocation-wrapper5 {background: url("../../images/userLocation/05.png") no-repeat center;}
.wid1200 {width: 1200px;margin: 0 auto}
.advcontent {margin: -629px auto 0;}
.content-nav {width: 410px;}
.content-nav ul li {height: 126px;background-color: #3aa3fb;border-bottom: 1px solid #9dd1fd;width: 410px;
    font-size: 25px;
    line-height: 124px;
    padding-left: 8px;
    position: relative
}
.content-nav ul li.active p {
    background-color: #fff;
    color: #3aa3fb;
}
.content-nav ul li.active span {
    border-left: 23px solid #fff;
}
.content-nav ul li{
    color: #fff;
}
.content-nav ul li:last-child {
    border: none;
    height: 125px;
}
.content-nav ul li p {
    width: 402px;
    height: 100%;
    padding-left: 18px;
}
.content-nav ul li span {
    display: inline-block;
    width: 0;
    position: absolute;
    right: -23px;
    top: 46px;
    height: 0;
    border-top: 18px solid transparent;
    border-left: 23px solid transparent;
    border-bottom: 18px solid transparent;
}
.content-nav ul li {
    cursor: pointer;
}
.content-nav ul li:hover p {
    background-color: #fff;
    color: #3aa3fb;
}
.content-nav ul li:hover span {
    border-left: 23px solid #fff;
}

/*?????*/
.gapBar {
    width: 100%;
    height: 240px;
    background: url("../../images/userLocation/gapbar.png") no-repeat center
}

.gapBar .content {
    padding-left: 24px;
    margin-top: 101px;
    padding-top: 77px;
}

.gapBar .content h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 23px;
}

.gapBar .content p {
    color: #fff;
    font-size: 17px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/*???????*/
.main {
    margin-top: 100px;
}

.main-a{margin-bottom:50px;}
.main-a:last-child{margin-bottom: 140px;}
.main-a .pic, .main-a .text {
    float: left;
    height: 775px;
}

.main-a .pic {
    width: 600px;
}

.main-a .text {
    width: 599px;
    border: 1px solid #d2d2d2;
    border-radius: 0 5px 5px 0;
    border-left: none;
    padding-left: 45px;
    padding-right: 42px;
    position: relative
}

.main-a .text-left {
    width: 599px;
    border: 1px solid #d2d2d2;
    border-radius: 5px 0 0 5px;
    border-right: none;
    padding-left: 45px;
    position: relative
}

.main-a .text h3, .main-a .text h4 {
    font-size: 22px;
    color: #3aa3fb;
    height: 22px;
    line-height: 22px;
}

.main-a .text h3 {
    margin-top: 48px;
}

.main-a .text h4 {
    color: #000;
    margin: 20px 0 46px;
}

.main-a .text h5 {
    height: 16px;
    line-height: 16px;
    color: #3e3a39;
    font-size: 16px;
    position: relative;
    padding-left: 26px;
}

.main-a .text h5 span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #535353;
    display: block;
    top: 4px;
    left: 8px;
    position: absolute;
}

.main-a .text p {
    margin: 12px 0 20px;
    color: #727171;
    font-size: 14px;
    padding-left: 26px;
}

.main-a .text .leftTriangle {
    position: absolute;
    left: -24px;
    top: 366px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-right: 24px solid #fff;
    border-bottom: 22px solid transparent;
}
.main-a .text-left .rightTriangle {
    position: absolute;
    right: -24px;
    top: 366px;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-left: 24px solid #fff;
    border-bottom: 22px solid transparent;
}

.main-a .text a {
    display: inline-block;
    width: 120px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #3aa3fb;
    border-radius: 20px;
    margin: 18px 0 0 12px;
    border: 1px solid transparent;
    transition:all 0.3s ease-in;
}

.main-a .text a:hover{ background:#003da8;}
.main .text .tp132{margin-top:132px;}
.main .text .tp102{margin-top:102px;}
.main .text .tp84{margin-top:84px;}
.main .text .tp78{margin-top:78px;}
.main .text .bt-10{margin-bottom:-10px;}
.main .text .bt80{margin-bottom:80px;}
.main .text .bt50{margin-bottom:50px;}


/** ????????**/
@media screen and (max-width: 480px){
    .userLocation-wrapper{height:300px;}
    .advcontent{width:100%;margin-top:-300px;}
    .content-nav{width:100%;}
    .content-nav ul li{height:59px;line-height: 59px;}
}

/** ????Ч?? **/
.copyrightWindow-wrapper{
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index: 10;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    display: none;
}
.copyrightWindow{
    opacity: 1;
    width: 1200px;
    position: fixed;
    left: 50%;
    top:50%;
    margin-left:-600px;
    background-color: #fff;
}

.closeCopyRight{
    position: absolute;
    right:20px;
    top:20px;
    cursor: pointer;
}
.copyrightWindow .menu{
    width:260px;
    float:left;
    border-right:2px solid #666;
}
.copyrightWindow .content{
    float:left;
    width:940px;
}
.copyrightWindow .menu-top,.copyrightWindow .content-top{
    width: 100%;
    height:73px;
    background-color: #eee;
    border-bottom:1px solid #dcdcdc;
}

.copyrightWindow .menu-top h3 ,.copyrightWindow .content-top{
    font-size: 23px;
    padding:33px 0 0 55px;
}
.content-top h3{color:#3aa3fb;position: relative}
.content-top h3 i{cursor: pointer;    font-size: 23px;
}
.content-top h3 .leftTriangle{
    cursor: pointer;
    left:-33px;
    top:5px;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 13px solid #3aa3fb;
    border-bottom: 6px solid transparent;
}
.content-top h3 .rightTriangle{
    cursor: pointer;
    left:-33px;
    top:5px;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 13px solid #3aa3fb;
    border-bottom: 6px solid transparent;
}
.copyrightWindow .menu-main ,.copyrightWindow .content-main{
    border:1px solid #dcdcdc;
    background-color: #fff;
    overflow: auto;
    padding: 27px 27px 0 23px;
}
.copyrightWindow .menu-main li{
    cursor: pointer;
    line-height: 25px;
    font-size:16px;
    margin-bottom: 23px;
    font-weight: 700;
    color:#3e3a39;
}
.copyrightWindow .menu-main li:hover{
    color:#3aa3fb;
}
.copyrightWindow .menu-main li:first-child{
    font-size:18px;
}
.copyrightWindow .content-main{
    padding: 50px 45px 50px 50px;
}
.content-main h4{
    font-size:24px;
    color:#212830;
    margin-bottom:2px;
}
.content-main h5{
    font-size:16px;
    margin:28px 0 20px 0;
    color:#3e3a39;
    font-weight: 700;
}
.content-main p{
    font-size:15px;
    line-height: 27px;
}
/*?????banner*/
.slide-text.slide_style_left.yun-arch p{ margin-bottom:10px;position: relative;padding-left: 25px;}
.slide-text.slide_style_left.yun-arch p.last{ margin-bottom:42px;}
.yun-arch p i{position: absolute; display: block;width:7px;height:7px;border-radius:50%;background-color:#000;left: 0;top:15px;}
@media screen and (max-width:769px) {
    .slide-text.slide_style_left.yun-arch p{padding-left:18px;margin-bottom:5px;}

    .slide-text.slide_style_left.yun-arch p.last{ margin-bottom:10px;}
    .yun-arch p i{width: 5px;height:5px;top:8px;}
}

/**supper_video_tutorials-ajax.jsp**/
.support_desp_wapper{
    height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.dis_inline{display:inline-block;zoom:1;*display:inline; *zoom:1;vertical-align:top;}
.globalRelease_top{width:100%;height:800px;background:#132bba url('../../images/activity-globalRelease-icon1.png') no-repeat bottom center; background-size:cover;position:relative;}
.globalRelease_top_img{text-align:center;height:80%;margin-top:15%;}
.globalRelease_top_img img{width:auto;height:100%;max-height:390px;}

.globalRelease_top_menu{width:1200px;height:120px;position:absolute;bottom:-80px;left:50%;margin:0 0 0 -600px;box-shadow:0 3px 30px 0 rgba(15,39,181, 0.2);background-color:#0a39b9;}
.globalRelease_top_menua{line-height:120px;font-size:24px;color:#f9f9f9;float:left;width:20%;text-align:center;cursor:pointer;}
.globalRelease_top_menua:hover{color:#fff;}

.globalRelease_model_two{padding:127px 0 73px;width:100%;background-color:#f2f2f2}
.globalRelease_model_twobtn{text-align:center;}
.globalRelease_model_twobtn img{width:312px;height:auto;}

.globalRelease_model_twoview{width:1000px;box-shadow:0 3px 30px 0 rgba(4,24,144, 0.3);margin:0 auto;display:block;text-align:center;cursor:pointer;position:relative;}
.globalRelease_model_twoview img{width:100%;height:auto;max-width:1000px;}
.globalRelease_model_twoimgmask{width:100%;height:100%;position:absolute;left:0;top:0;background:#000;opacity:0.3; filter: alpha(opacity=30);}
.globalRelease_model_twoview:hover .globalRelease_model_twoimgmask{display:none;}


.globalRelease_model_three{padding:95px 0 0;width:100%;background-color:#fff;}
.globalRelease_model_threecont{width:1004px;margin:0 auto;}
.globalRelease_model_threetit{font-size:36px;color:#333333;text-align:center;}
.globalRelease_model_threetxt{font-size:14px;color:#999999;margin-top:10px;text-align:center;}

.globalRelease_model_threeswiper{margin:35px auto 0;width:1005px;}
.globalRelease_model_threeswiper .gallery-top {width: 100%;height:454px;margin-left: auto;margin-right: auto;}
.globalRelease_model_threeswiper .gallery-top .swiper-slide {background-size: cover;background-position: center;}

.globalRelease_model_threeswiper .gallery-thumbs {height:200px;box-sizing: border-box;padding: 10px 0;}
.globalRelease_model_threeswiper .gallery-thumbs .swiper-slide { width:20%; height:auto; opacity: 0.3;background-size:100% auto;background-repeat: no-repeat;background-position:top center;}
.globalRelease_model_threeswiper .gallery-thumbs .swiper-slide-active {  opacity: 1; }

.swiper-button-next, .swiper-button-prev{position: absolute;
    top: 40%;
    width:60px;
    height:60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 10px;
    right: auto;}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
    background-image:url('../../images/activity-globalRelease-icon20.png'); background-size:cover;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image:url('../../images/activity-globalRelease-icon19.png'); background-size:cover;
}

.swiper_slide_tit{width:100%;height:32px;line-height:32px;position:absolute;bottom:27px;left:0;text-align:center;}
.swiper_slide_tit span{text-align:center;color:#fff;font-size:14px;position:relative;z-index:1;}
.swiper_slide_titbj{width:58%;height:32px;position:absolute;bottom:0;left:50%;margin-left:-29%;background-color:#000;opacity:0.3; filter: alpha(opacity=30);}


.globalRelease_model_four{padding:90px 0 40px;height:688px; width:100%;background:url('../../images/activity-globalRelease-icon24.png') no-repeat center; background-size:auto 100% ;}
.globalRelease_model_fourtit{font-size:36px;color:#fff;text-align:center;}
.globalRelease_model_fourtxt{font-size:14px;color:#ccffff;margin-top:10px;text-align:center;font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif}
.globalRelease_model_four_cont{margin:25px auto 0;text-align:center;}

.globalRelease_model_four_cont ul{margin-left:26%;margin-top:10%;}
.globalRelease_model_four_lione{font-size:46px;color:#fff;text-align:left;}
.globalRelease_model_four_litwo{font-size:24px;color:#fff;margin:20px 0 40px;text-align:left;}
.globalRelease_model_four_lithree a{float:left;cursor:pointer;}
.globalRelease_model_four_lithree a img{width:236px;height:auto;}



.globalRelease_model_five{padding:90px 0 90px;width:100%;background-color:#f2f2f2;}
.globalRelease_model_fivetit{font-size:36px;color:#333333;text-align:center;}
.globalRelease_model_fivetxt{font-size:14px;color:#999999;margin-top:10px;text-align:center;font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif}
.globalRelease_model_five_cont{margin:56px auto 0;text-align:center;}

.globalRelease_model_five_cont{font-size:0;}
.globalRelease_model_five_cont ul{text-align:center;}
.globalRelease_model_five_cont ul li{position: relative}
.globalRelease_model_five_liimgone{height:530px;width:auto;}
.globalRelease_model_five_liimgtwo{height:244px;width:auto;}
.globalRelease_model_five_liimgthree{height:244px;width:auto;}
.globalRelease_model_five_liimgfour{height:264px;width:auto;}
.globalRelease_model_five_lir{margin-left:22px;}
.globalRelease_model_five_lirt{text-align:center;margin-bottom:22px;}
.globalRelease_model_five_lirtdiv{margin-right:22px;}
.pos_rela{position:relative}
.globalRelease_model_five_liinfo{width:100%;position:absolute;bottom:0;left:0;text-align:left;}
.globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_spanall{display:block;margin:0 15%;font-size:14px;line-height:24px;color:#fff;position:relative;z-index:1;}
.globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_lasta{margin:0 20%;}
.globalRelease_model_five_libj{width:100%;height:100%;position:absolute;left:0;top:0;background:#000;opacity:0.3; filter: alpha(opacity=30);}


.globalRelease_model_six{padding:90px 0 90px;width:100%;background:#132fb4 url('../../images/activity-globalRelease-icon29.png') no-repeat bottom center;}
.globalRelease_model_sixtit{font-size:36px;color:#fff;text-align:center;}
.globalRelease_model_sixtxt{font-size:14px;color:#ccffff;margin-top:10px;text-align:center;font-family: 'PingFang SC','Microsoft YaHei',Helvetica,Sans-serif}
.globalRelease_model_six_cont{margin:50px auto 0;text-align:center;}

.globalRelease_model_six_txtone{font-size:48px;margin-bottom:55px;color:#fff;}
.globalRelease_model_six_txttwo{font-size:22px;margin-bottom:35px;color:#fff;}
.globalRelease_model_six_txtthree{font-size:48px;margin:40px 0 60px;color:#fff;}

.globalRelease_model_six_ul{text-align: center}
.globalRelease_model_six_ul li:first-child{margin-right:158px;}
.globalRelease_model_six_ullidiv{line-height:36px;margin-bottom:32px;}
.globalRelease_model_six_ullidiv img,.globalRelease_model_six_ullidiv span{float:left;}
.globalRelease_model_six_ullidiv span{margin-left:29px;font-size:22px;color:#fff;}
.globalRelease_model_six_ullidiv img{width:33px;height:auto;}

.globalRelease_model_six_otherimg{margin-top:8px;}
.globalRelease_model_six_ullidiv span.globalRelease_model_six_otherspan{margin-left:62px;}

.sup_enterprise_modelseven_cont .faqboxlist{padding:0;}
.sup_enterprise_question_ul{float:left;width:50%;}
.sup_enterprise_question_ul li{background:none;}
.sup_enterprise_question_ul li h4{color:#fff;}
.sup_enterprise_question_ul li .list-item p{color:#fff;}
.sup_enterprise_question_ul li.selected h4{color:#fff}
.sup_enterprise_question_ul li .list-item p{text-indent: 0;}
.sup_enterprise_question_ul li{padding:10px 20px}



/**合作开发**/
.developer_top{height:600px;width:100%;background:#040519 url("../../images/2022/partner-31.jpg?v2") no-repeat center;background-size:cover;}
.developer_tit{font-size:60px;color: #3d3d3d;;margin-top:186px;line-height: 80px;}
.developer_top_txt{font-size: 22px;color: #3d3d3d;line-height: 40px;margin-top:55px;}

.developer_top_btn{width: 200px; height: 56px;line-height: 56px;text-align:center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-top:50px;
    cursor:pointer;
    background-color: #006cff;

}
.developer_top_btn:hover{color: #fff;background-color:#3389ff;}

.developer_center_tit{margin:110px 0 25px;font-size:30px;line-height: 42px;color:#2f2725;text-align:center;}
.developer_center_txt{width:89%;margin:0 auto;font-size:16px;line-height:30px;color:#666666;text-align:center;}
.developer_partner_logo{background:url("../../images/cooperation/developer-icon25.png") no-repeat center;background-size: cover;}
.developer_why_list{float:left;box-sizing: border-box;border:1px solid #fff;height:420px;overflow:hidden;width:21%;margin-right:5%;box-shadow:0 15px 30px 0 rgba(0,126,254,0.15);}
.developer_why_list:last-child{margin-right:0;}
.developer_why_list:hover{box-shadow: none;border:1px solid #cdcdcd;}
.developer_why_img{height:160px;overflow:hidden;}
.developer_why_img img{width:100%;}
.developer_why_model{margin-top:70px;}
.developer_why_cont{width:90%;margin:0 auto;}
.developer_why_tit{margin:24px 0 20px;font-size:18px;color:#2f2725;font-weight:600;}
.developer_why_txt{font-size:14px;color:#666;line-height:24px;}
.developer_api_model{margin-top:50px;padding-bottom:40px;}
/*border-bottom:1px solid #cdcdcd*/
.developer_api_model ul.developer_api_ul{margin-bottom:30px;}
.developer_api_model dl dt{float:left;width:490px;}
.developer_api_model dl dd{float:right;width:48%}

.developer_api_icon{float:left;width:20px;margin-right:16px;}
.developer_api_cont{float:left;width:90%}
.developer_api_tit{font-size:18px;font-weight:600;color:#3e3a39;margin-bottom:10px;}
.developer_api_txt{font-size:14px;color:#666;line-height:18px;}
.developer_partner_link{cursor:pointer;font-size:22px;margin-top:25px;color:#006cff;text-align:center;display:block;}
.developer_partner_model{text-align:center;}
.developer_join_main{width:100%;background-color: #f5f7fa;}
.developer_join_form{width:90%;margin:0 auto;}
.developer_partner_img{width:100%;max-width:1400px;}
.developer_join_ul{margin-bottom:20px;}
.developer_join_ul li i{color:red;width:100%;float:left;}
.developer_join_ul li.developer_join_lil{float:left;width:46%;}
.developer_join_ul li.developer_join_lir{float:right;width:46%;}
.developer_join_ul li.developer_join_lione input{width:98%}
.developer_join_ul li input{width:95%;padding:0 5px;line-height:38px;height:38px;float:left;border:1px solid #d0d0d0;}
.developer_join_ul li span{float:left;font-size:16px;color:#e60012;margin-left:8px;}
.developer_join_ul li input::placeholder{color:#d3d3d4;font-size:14px;}
.developer_join_btn{line-height:42px;height:42px;width:45%;margin:40px auto 70px;cursor:pointer;text-align:center;display:block;font-size:16px;color:#fff;background-color:#364cd4;}
.developer_join_btn:hover{background-color:#007efe;color:#fff;}
.developer_join_contact{text-align: center}
.developer_join_contact li{float:left;width:35%;text-align:center;line-height:24px;}
.developer_join_contact li.developer_contact_centerli{width:30%;}
.developer_contact_img{margin-right:15px;width:auto;}
.developer_join_contact span{font-size:16px;color:#666666;line-height:24px;}
.developer_contact_imgemail{margin-top:4px;}

.developer_down_model{border:none;text-align:center;}
.developer_down_modelcont{display:flex;justify-content:space-between;}
.developer_down_model ul{width:24%;height:400px;background-color:#fff;box-shadow:0 15px 30px 0 rgba(0,126,254,0.15);}
/*.developer_down_model ul:first-child{margin-right:20%;}*/
/*.developer_down_model ul:hover{box-shadow: none;background-color:#364cd4;}*/
.developer_down_model ul li{text-align:center;}
.developer_down_img{width:70px;margin-top:55px;}
.developer_down_tit{width:92%;margin:50px auto 20px;font-size:16px;font-weight:bold;color:#2f2725}
.developer_down_txt{letter-spacing:1px;width:82%;margin:0 auto;font-size:13px;height:66px;color:#666666;line-height:16px;}
.developer_down_txttwo{line-height:28px;letter-spacing:2px}
/*.developer_down_model ul:hover .developer_down_tit{color:#fff;}*/
/*.developer_down_model ul:hover .developer_down_txt{color:#fff;}*/
.developer_down_btn{margin-top:20px;}
.developer_down_btn a{height:38px;line-height:38px;width:158px;border-radius:8px;text-align:center;font-size:16px;color:#fff;background-color:#006cff;cursor:pointer;display:block;margin:0 auto;}
.developer_down_btn a:hover{color:#fff;background-color:#3389ff;}

.developer_bottom_gohome{margin-top:50px;text-align:center;font-size:16px;color:#666;}
.developer_bottom_gohome a{font-size:16px;color:#364cd4;cursor:pointer;}
.developer_footer_cont{height:68px;line-height:68px;width:100%;position:fixed;bottom:0;left:0;z-index:99;font-size:0;}
.developer_footer_bj{position:absolute;width:100%;height:100%;left:0;top:0;z-index:-1;background:rgba(0,0,0,1); opacity:0.6962999999999999;}
.developer_footer_cont .developer_footer_txt{font-size:18px; margin-right:2%;   color:rgba(255,255,255,1);}
.developer_footer_cont .developer_footer_btn{width:225px;text-align:center;
    height:40px; line-height:40px;
    background-color:#2c47c6;cursor:pointer;
    border-radius:4px;font-size:16px;color:#fff;margin-top:14px;}
.developer_footer_cont .developer_footer_btnl{margin-right:3%;}
.developer_footer_cont .developer_footer_btnl:hover{color:#2c47c6;background-color:#fff;}
.developer_footer_cont .developer_footer_btnr:hover{color:#2c47c6;background-color:#fff;}
.developer_footer_cont .developer_footer_btnfirst{width:120px;color:#2c47c6;background-color:#fff;}
.developer_footer_cont .developer_footer_btnfirst:hover{color:#fff;background-color:#2c47c6;}
.developer_footer_cont .developer_footer_line{width:2px;height:44px;line-height:44px;background:rgba(44,71,198,1);margin-top:12px;color:#D8D8D8;font-size:22px;}
.developer_footer_txtl{float:left;}
.developer_footer_btnfirst{float:left;}
.developer_footer_txtr{float:right;}
.developer_footer_btnl{float:right;}
.developer_footer_btnr{float:right;}




/**应用程序列表页**/
.application_typea{text-align:right;margin-top:30px;}
.application_typea a{color:#848484;font-size:14px;cursor:pointer;}
.application_typea a:first-child{margin-right:40px;}
.application_typea a.application_type_aactive{color:#006cff;text-decoration: underline;}


.index_info_list{float:left;width:280px;margin:0 26px 40px 0;
    height:300px;
    background:#fff;
    box-shadow:0px 1px 15px 0px rgba(0,0,0,0.2);
    border-radius:5px;overflow:hidden;cursor:pointer;}
.index_info_list:nth-child(4n+4){margin-right:0;}
.index_info_img{width:100%; height:152px;overflow:hidden; position:relative;}
.index_info_img img.index_info_imgpic{width:100%;position:relative;float:left;z-index:0;}
.index_info_img span.index_info_imgbj{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,0.4);z-index:1;}
.index_info_left ul:hover .index_info_img span.index_info_imgbj{background:rgba(0,0,0,0.5);}
.index_info_imgtxt{position:absolute;left:9px;top:9px;z-index:2;padding:0 20px;height:30px;line-height:30px; background-color:#fff; border-radius:17px;}

.index_info_imgtxt span{font-size:16px;font-weight:bold;vertical-align:top;margin-left:5px;transition: all .3s ease-in;}


.index_info_cadtxt{color:#E8935F}
.index_info_zititxt{color:#4EBCF4}
.index_info_minglingitxt{color:#52E5B2}
.index_info_wentitxt{color:#F6B64C}
.index_info_dayintxt{color:#7844FB}
.index_info_itemnum{width:90%;margin:0 auto;}
.index_info_itemnum span{line-height:16px;float:left;font-size:12px;color:#9A9A9A;font-weight:400;}
.index_info_itemdata{padding-left:18px;margin-right:15px;background:url(../../images/cooperation/developer-icon15.png) no-repeat left center;}
.index_info_itemvisit{padding-left:22px;background:url(../../images/cooperation/developer-icon16.png) no-repeat left center;}
.index_info_itemtit{width:90%;margin:16px auto 10px;color:#4f4f4f;font-size:16px; font-weight:bold;line-height:20px;height:40px;overflow:hidden;}
.index_info_itemtxt{width:90%;margin:10px auto 0;font-size:12px;height:32px;font-weight:400;color:#9D9D9D;line-height:16px;
    -webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;
}



.application_content_placebox ul {background-color:#eef2fb;}
.application_content_placebox ul li{ background:#fff; float:left; padding:0 20px 0 34px; position:relative;  font-size:14px; }
.application_content_placebox ul li a{ color:#727171;}
.application_content_placebox ul li a:hover{ text-decoration:underline;}
.application_content_placebox ul li:nth-child(1){  padding:0 34px 0 20px; border-radius:6px 0 0 6px; overflow:hidden;}
.application_content_placebox ul li:nth-child(2){ padding:0 20px 0 20px; }
.application_content_placebox ul li:nth-child(1):before{ content:""; background:url(../../images/cooperation/developer-icon17.png?v2) no-repeat; width:18px; height:34px; display:block; position:absolute; right:0px; z-index:10; top:0;}
.application_content_placebox ul li:before{ content:""; background:url(../../images/cooperation/developer-icon17.png?v2) no-repeat; width:18px; height:34px; display:block; position:absolute; right:-14px; z-index:10; top:0;}
.application_content_placebox ul li:nth-last-child(1):before{  content:""; background:url(../../images/pa1.png) no-repeat; width:14px; height:34px; display:block; position:absolute; right:-14px; z-index:10; top:0;}

.application_content{margin-bottom:100px;}
.application_content_l{width:860px;float:left;background-color:#fff;}
.application_content_tmodel{width:90%;margin:0 auto;padding:40px 2% 35px;border-top:1px solid #ccc;}
.application_content_tit{font-size:24px;color:#2f2725;margin-bottom:24px;}
.application_content_txt{font-size:14px;color:#666}
.product_fool1 h2{ color:#003da8; font-size:30px; margin-bottom:30px; line-height:30px;}
.product_fool1 h3{font-size:24px;line-height:24px; margin-bottom:5px; font-weight:normal;}
.product_fool1{ padding-bottom:60px;}
.shotBtn-wrap{position:relative; width: 340px;height: 195px;}
.screenShot{width:340px;height:195px;position:absolute;left: 0;top:0;}
.shotBtn-wrap .shotNum{position:absolute;left:250px;top:146px;font-size: 20px; font-weight:bold;color:#fff;z-index: 100;}
.shotBtn-wrap .shotNum.mask{width:100%;height:100%;background:rgba(0,0,0,.3);z-index: 10;left: 0; top: 0; border-radius: 20px;}
.shotBtn-wrap.shotBtn{position:absolute;left:0; top:0;}
.screenShotDic img{height:auto;vertical-align: middle;width:auto;max-width: 100%;}
.screenShotWrap{display: none;padding:33px;}
.screenShotDic{text-align: center;}
.product_fool1 .text{ width:570px; float:left; margin-top:60px;}
.product_fool1 .text .top p{ font-size:16px; line-height:28px; color:#666;}

.product_fool1 .downloadbtn{ position:relative; width:255px; margin-top:30px; float:left;}
.product_fool1 .downloadbtn.btn64{margin-left: 25px;}
.product_fool1 .downloadbtn>a{ width:100%; height:38px; font-size:16px; text-align:center; color:#fff; display:block; line-height:38px; background:#1f52ad;}
.product_fool1 .downloadbtn .hide{ position:absolute; width:100%; background:#fff; overflow:hidden; top:50px; left:0; z-index:111; display:none; box-sizing:border-box; transition:all 0.3s ease-in; border:1px solid #ccc; border-left:3px solid #007efe;}
.product_fool1 .downloadbtn .hide.active{ display:block !important;}
.product_fool1 .downloadbtn .hide a{  background:none; color:#003da8; text-align:center; font-size:14px; line-height:42px; border-bottom:1px solid #ccc; display:block;}
.product_fool1 .downloadbtn .hide a:hover{ color:#007efe;}
.product_fool1 .downloadbtn.hover .hide a{ background:none;}
.product_fool1 .downloadbtn .hide a i{display:inline-block; width:18px; height:18px; margin-right:10px; margin-left:-2px; vertical-align:-4px;}
.product_fool1 .pic{ float:right; margin-top:130px;}
.product_fool1 .pic img{ width:auto;max-width: 100%}


.application_content_r{width:320px;float:right;}
.application_content_down{padding:35px 2% 25px 10%;background-color:#fff;}
.application_content_down dt,.application_content_down dd{float:left;}
.application_content_down dt{margin-right:30px;}
.application_content_down dt img{height:87px;}
.application_content_down dd a{display:block;cursor:pointer;padding:0 22px 0 56px;height:37px;line-height:37px;color:#fff;margin-bottom:16px;font-size:14px;background:#364cd5 url(../../images/cooperation/developer-icon19.png) no-repeat 20px center;}
.application_content_down dd a:hover{background-color:#007efe}
.application_content_down dd a.application_down_onebtn{margin-top:25px}
.application_content_lan{background-color:#fff;margin-top:20px;padding:40px 0 60px 10% ;}
.application_content_lan ul{margin-bottom:20px;}
.application_content_lant{float:left;width:87px;font-size:14px;color:#2f2725;font-weight:bold;}
.application_content_lanx{float:left;width:65%;font-size:14px;color:#666666;word-wrap:break-word}
@media screen and (max-width:1236px) {
    .application_content_l {width: 65%;}

    .developer_footer_cont .developer_footer_btn{width:auto;padding:0 10px;}
    .developer_footer_cont .developer_footer_btnl{margin-right:2%;}

    .developer_down_tit {
        font-size: 14px;
    }
    .developer_down_txt {
        width: 90%;
        font-size: 12px;

    }

}
@media screen and (max-width:1200px) {
    .globalRelease_top{height:600px;}
    .globalRelease_top_img{height:80%;margin-top:15%;}
    .globalRelease_top_menu{width:80%;height:100px;bottom:-60px;left:50%;margin:0 0 0 -40%;}
    .globalRelease_top_menua{line-height:100px;font-size:22px;}


    .globalRelease_model_two{padding:90px 0 65px;}
    .globalRelease_model_twobtn img{width:285px;}
    .globalRelease_model_twoview{width:75%;}



    .globalRelease_model_three{padding:85px 0 0;}
    .globalRelease_model_threecont{width:960px;}
    .globalRelease_model_threetit{font-size:32px;}
    .globalRelease_model_threetxt{font-size:14px;}
    .globalRelease_model_threeswiper{margin:35px auto 0;width:960px;}
    .globalRelease_model_threeswiper .gallery-top {height:434px;}
    .globalRelease_model_threeswiper .gallery-thumbs {height:180px;padding: 10px 0;}
    .swiper-button-next, .swiper-button-prev{top: 40%;width:40px;height:40px;margin-top: -20px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 10px; right: auto;}
    .swiper_slide_tit{height:32px;line-height:32px;bottom:27px;left:0;}
    .swiper_slide_tit span{font-size:14px;}
    .swiper_slide_titbj{width:59%;height:32px;margin-left:-30%;}

    .globalRelease_model_four{padding:85px 0 40px;height:600px; }
    .globalRelease_model_fourtit{font-size:32px;}
    .globalRelease_model_fourtxt{font-size:14px;}
    .globalRelease_model_four_cont{margin:20px auto 0;}
    .globalRelease_model_four_cont ul{margin-left:33%;margin-top:10%;}
    .globalRelease_model_four_lione{font-size:44px;}
    .globalRelease_model_four_litwo{font-size:22px;margin:20px 0 40px;}
    .globalRelease_model_four_lithree a img{width:216px;}

    .globalRelease_model_five{padding:85px 0 70px;}
    .globalRelease_model_fivetit{font-size:32px;}
    .globalRelease_model_fivetxt{font-size:14px;}
    .globalRelease_model_five_cont{margin:40px auto 0;}
    .globalRelease_model_five_liimgone{height:488px;}
    .globalRelease_model_five_liimgtwo{height:224px;}
    .globalRelease_model_five_liimgthree{height:224px;}
    .globalRelease_model_five_liimgfour{height:244px;}
    .globalRelease_model_five_lir{margin-left:20px;}
    .globalRelease_model_five_lirt{margin-bottom:20px;}
    .globalRelease_model_five_lirtdiv{margin-right:20px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_spanall{margin:0 15%;font-size:14px;line-height:24px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_lasta{margin:0 20%;}


    .globalRelease_model_six{padding:85px 0 70px;}
    .globalRelease_model_sixtit{font-size:32px;}
    .globalRelease_model_sixtxt{font-size:14px;}
    .globalRelease_model_six_cont{margin:40px auto 0;}
    .globalRelease_model_six_txtone{font-size:40px;margin-bottom:45px;}
    .globalRelease_model_six_txttwo{font-size:18px;margin-bottom:25px;}
    .globalRelease_model_six_txtthree{font-size:40px;margin:30px 0 40px;}
    .globalRelease_model_six_ul li:first-child{margin-right:100px;}
    .globalRelease_model_six_ullidiv{line-height:32px;margin-bottom:28px;}
    .globalRelease_model_six_ullidiv img,.globalRelease_model_six_ullidiv span{float:left;}
    .globalRelease_model_six_ullidiv span{margin-left:20px;font-size:20px;color:#fff;}
    .globalRelease_model_six_ullidiv img{width:28px;height:auto;}
    .globalRelease_model_six_otherimg{margin-top:7px;}
    .globalRelease_model_six_ullidiv span.globalRelease_model_six_otherspan{margin-left:48px;}


    /**合作开发**/
    .developer_why_list {height: 427px;width: 23%;margin-right: 2%;}
    .developer_why_img{height: 140px;}
    .developer_api_model dl dt{width: 45%;max-width:538px;}
    .developer_partner_img{width:90%;}
    .developer_join_contact li{width:44%;}
    .developer_join_contact li:last-child{width:35%;}
    /*.developer_down_model ul:first-child{margin-right: 7%;}*/

    /**应用程序列表页**/
    .index_info_list{width:22%;margin-right:4%;}


    .application_content_l {width: 61%;}

    .developer_down_modelcont {
        justify-content: center;
        flex-wrap: wrap;

    }
    .developer_down_model ul {
        width: 45%;
        margin-bottom:20px;
        margin-right: 20px;
    }
    .developer_down_txt {
         width: 80%;
    }

}
@media screen and (max-width:1100px) {
    .developer_footer_cont .developer_footer_txt{font-size: 14px;}
    .developer_footer_cont .developer_footer_btn{font-size: 14px;}
}
@media screen and (max-width:980px) {
    .globalRelease_top{height:500px;}
    .globalRelease_top_img{height:65%;margin-top:10%;}
    .globalRelease_top_menu{width:80%;height:80px;bottom:-50px;left:50%;margin:0 0 0 -40%;}
    .globalRelease_top_menua{line-height:80px;font-size:18px;}


    .globalRelease_model_two{padding:70px 0 50px;}
    .globalRelease_model_twobtn img{width:220px;}
    .globalRelease_model_twoview{width:75%;}



    .globalRelease_model_three{padding:70px 0 0;}
    .globalRelease_model_threecont{width:600px;}
    .globalRelease_model_threetit{font-size:28px;}
    .globalRelease_model_threetxt{font-size:14px;}
    .globalRelease_model_threeswiper{margin:25px auto 0;width:600px;}
    .globalRelease_model_threeswiper .gallery-top {height:271px;}
    .globalRelease_model_threeswiper .gallery-thumbs {height:160px;padding: 10px 0;}
    .swiper-button-next, .swiper-button-prev{top: 40%;width:30px;height:30px;margin-top: -15px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 10px; right: auto;}
    .swiper_slide_tit{height:30px;line-height:30px;bottom:16px;left:0;}
    .swiper_slide_tit span{font-size:14px;}
    .swiper_slide_titbj{width:60%;height:30px;margin-left:-30%;}

    .globalRelease_model_four{padding:70px 0 40px;height:500px;}
    .globalRelease_model_fourtit{font-size:28px;}
    .globalRelease_model_fourtxt{font-size:14px;}
    .globalRelease_model_four_cont{margin:20px auto 0;}
    .globalRelease_model_four_cont ul{margin-left:33%;margin-top:7%;}
    .globalRelease_model_four_lione{font-size:28px;}
    .globalRelease_model_four_litwo{font-size:18px;margin:15px 0 30px;}
    .globalRelease_model_four_lithree a img{width:200px;}

    .globalRelease_model_five{padding:70px 0 40px;}
    .globalRelease_model_fivetit{font-size:28px;}
    .globalRelease_model_fivetxt{font-size:14px;}
    .globalRelease_model_five_cont{margin:20px auto 0;}
    .globalRelease_model_five_liimgone{height:342px;}
    .globalRelease_model_five_liimgtwo{height:160px;}
    .globalRelease_model_five_liimgthree{height:160px;}
    .globalRelease_model_five_liimgfour{height:172px;}
    .globalRelease_model_five_lir{margin-left:10px;}
    .globalRelease_model_five_lirt{margin-bottom:10px;}
    .globalRelease_model_five_lirtdiv{margin-right:10px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_spanall{margin:0 4%;font-size:14px;line-height:24px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_lasta{margin:0 20%;}


    .globalRelease_model_six{padding:70px 0 40px;}
    .globalRelease_model_sixtit{font-size:28px;}
    .globalRelease_model_sixtxt{font-size:14px;}
    .globalRelease_model_six_cont{margin:20px auto 0;}
    .globalRelease_model_six_txtone{font-size:30px;margin-bottom:30px;}
    .globalRelease_model_six_txttwo{font-size:16px;margin-bottom:15px;}
    .globalRelease_model_six_txtthree{font-size:30px;margin:20px 0 30px;}
    .globalRelease_model_six_ul li:first-child{margin-right:60px;}
    .globalRelease_model_six_ullidiv{line-height:30px;margin-bottom:20px;}
    .globalRelease_model_six_ullidiv img,.globalRelease_model_six_ullidiv span{float:left;}
    .globalRelease_model_six_ullidiv span{margin-left:10px;font-size:16px;color:#fff;}
    .globalRelease_model_six_ullidiv img{width:22px;height:auto;}
    .globalRelease_model_six_otherimg{margin-top:8px;}
    .globalRelease_model_six_ullidiv span.globalRelease_model_six_otherspan{margin-left:32px;}

    /**合作开发**/
    .developer_top{height:360px;background-size:cover;}
    .developer_tit {
        font-size: 26px;
        margin-top: 90px;line-height: 35px;
    }
    .developer_top_txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 24px;
    }
    .developer_top_btn {
        width: 122px;
        height: 36px;
        line-height: 36px;
        border-radius: 5px;
        font-size: 14px;
        margin-top: 30px;
    }
    .developer_why_list {height: 390px;width: 48%;margin-right: 2%;margin-bottom:20px;    }
    .developer_why_list:nth-child(2){margin-right: 0;}
    .developer_api_cont {   width: 86%;   }
    .developer_join_ul li.developer_join_lil {width: 48%;}
    .developer_join_ul li input {width: 93%;}
    .developer_join_ul li.developer_join_lione input {width: 97%;    }
    .developer_join_contact li{float:none;width:100%;text-align: left;margin-bottom:20px;}
    .developer_join_contact li.developer_contact_centerli{float:none;width:100%;}
    .developer_join_contact li:last-child{float:none;width:100%;}
    /*.developer_down_model ul:first-child{margin-right:0;margin-bottom:20px;}*/

    /**应用程序列表页**/
    .index_info_list{width:31%;margin-right:2%;}
    .index_info_list:nth-child(4n+4){margin-right:2%;}
    .index_info_list:nth-child(3n+3){margin-right:0;}
    .application_content_r { width: 45%;}
    .application_content_down { padding: 35px 2% 25px;}
    .application_content_lan {padding: 40px 0 100px 2%;}
    .application_content_l {width: 53%;    }

    .application_content_l .shotBtn-wrap{position:relative; width:100%;height: 195px;overflow:hidden;}
    .application_content_l .screenShot{width:100%;height:100%;position:absolute;left: 0;top:0;}
    .application_content_l .shotBtn-wrap .shotNum{left:67%;top:73%;}

    .application_content_l .screenShotWrap{display: none;padding:20px;}



    .developer_footer_cont .developer_footer_txt{    font-size: 14px;}


    .developer_footer_cont{height:48px;line-height: 48px;}
    .developer_footer_txt{display:none;}
    .developer_footer_cont .developer_footer_btn{height:32px; line-height:32px;font-size:12px;margin-top:8px;}
    .developer_footer_cont .developer_footer_btnfirst{margin-right:5%;}


    .developer_footer_btnfirst{float:none;display:inline-block}
    .developer_footer_btnl{float:none;display:inline-block}
    .developer_footer_btnr{float:none;display:inline-block}
    .developer_footer_cont .developer_footer_btnl{margin:0 0 0 2%;}
    .developer_footer_cont{text-align:center;}
    .developer_footer_cont .developer_footer_btnfirst {margin-right: 2%;}

}
@media screen and (max-width:641px) {
    .globalRelease_top{height:350px;}
    .globalRelease_top_img{height:60%;margin-top:20%;}
    .globalRelease_top_menu{width:80%;height:60px;bottom:-40px;left:50%;margin:0 0 0 -40%;}
    .globalRelease_top_menua{line-height:60px;font-size:14px;}


    .globalRelease_model_two{padding:30px 0 15px;}
    .globalRelease_model_twobtn img{width:160px;}
    .globalRelease_model_twoview{width:75%;}



    .globalRelease_model_three{padding:30px 0 0;}
    .globalRelease_model_threecont{width:380px;}
    .globalRelease_model_threetit{font-size:20px;}
    .globalRelease_model_threetxt{font-size:14px;margin-top:3px;}
    .globalRelease_model_threeswiper{margin:15px auto 0;width:380px;}
    .globalRelease_model_threeswiper .gallery-top {height:172px;}
    .globalRelease_model_threeswiper .gallery-thumbs {height:130px;padding: 10px 0;}
    .swiper-button-next, .swiper-button-prev{top: 40%;width:20px;height:20px;margin-top: -10px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 10px; right: auto;}
    .swiper_slide_tit{height:28px;line-height:28px;bottom:10px;left:0;}
    .swiper_slide_tit span{font-size:12px;}
    .swiper_slide_titbj{width:60%;height:28px;margin-left:-30%;}

    .globalRelease_model_four{padding:30px 0 15px;height:300px;}
    .globalRelease_model_fourtit{font-size:20px;}
    .globalRelease_model_fourtxt{font-size:14px;margin-top:3px;}
    .globalRelease_model_four_cont{margin:20px auto 0;}
    .globalRelease_model_four_cont ul{margin-left:33%;margin-top:2%;}
    .globalRelease_model_four_lione{font-size:18px;}
    .globalRelease_model_four_litwo{font-size:14px;margin:5px 0 10px;}
    .globalRelease_model_four_lithree a img{width:100px;}

    .globalRelease_model_five{padding:30px 0 35px;}
    .globalRelease_model_fivetit{font-size:20px;}
    .globalRelease_model_fivetxt{font-size:14px;margin-top:3px;}
    .globalRelease_model_five_cont{margin:20px auto 0;}
    .globalRelease_model_five_liimgone{height:191px;}
    .globalRelease_model_five_liimgtwo{height:90px;}
    .globalRelease_model_five_liimgthree{height:90px;}
    .globalRelease_model_five_liimgfour{height:96px;}
    .globalRelease_model_five_lir{margin-left:5px;}
    .globalRelease_model_five_lirt{margin-bottom:5px;}
    .globalRelease_model_five_lirtdiv{margin-right:5px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_spanall{margin:0 2%;font-size:12px;line-height:16px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_lasta{margin:0 5%;}


    .globalRelease_model_six{padding:30px 0 15px;}
    .globalRelease_model_sixtit{font-size:20px;}
    .globalRelease_model_sixtxt{font-size:14px;margin-top:3px;}
    .globalRelease_model_six_cont{margin:20px auto 0;}
    .globalRelease_model_six_txtone{font-size:16px;margin-bottom:20px;}
    .globalRelease_model_six_txttwo{font-size:14px;margin-bottom:10px;}
    .globalRelease_model_six_txtthree{font-size:16px;margin:10px 0 20px;}
    .globalRelease_model_six_ul li:first-child{margin-right:0px;}
    .globalRelease_model_six_ul li{float:left;text-align:center;width:100%;}
    .globalRelease_model_six_ullidiv{line-height:22px;margin:0 auto 10px;text-align:center;width:65%;}
    .globalRelease_model_six_ullidiv img,.globalRelease_model_six_ullidiv span{display:inline-block;}
    .globalRelease_model_six_ullidiv span{margin-left:10px;font-size:14px;color:#fff;}
    .globalRelease_model_six_ullidiv img{width:18px;height:auto;}
    .globalRelease_model_six_otherimg{margin-top:5px;}
    .globalRelease_model_six_ullidiv span.globalRelease_model_six_otherspan{margin-left:28px;}

    /**合作开发**/
    .developer_tit{line-height:34px;}
    .developer_center_tit {margin: 80px 0 15px;font-size: 20px; line-height: 32px;}
    .developer_why_img {
        height: 140px;
    }
    .developer_why_list{height: 348px;}
    .developer_center_txt{font-size: 14px;  line-height: 24px;}
    .developer_api_model {margin-top: 30px;padding-bottom: 10px;}

    .developer_down_txt{font-size:12px;line-height:20px;}
    .developer_partner_link{font-size:16px;    margin-top: 20px;}
    .developer_api_model dl dt{    float: none;width:100%;margin-bottom:20px;}
    .developer_api_model dl dd {float: none;width: 100%;    }
    .developer_api_tit {font-size: 16px;margin-bottom: 15px;    }
    .developer_api_txt {font-size: 14px;line-height: 24px;    }
    .developer_join_contact span {        font-size: 14px;}
    .developer_join_ul li.developer_join_lil{float:none;width:100%;margin-bottom:20px;}
    .developer_join_ul li input{width:97%;}
    .developer_join_ul li.developer_join_lir {float: none;width: 100%;margin-bottom:20px;}
    .developer_join_ul li input {width: 94%;    }
    .developer_join_ul li.developer_join_lione input { width: 94%;}
    .developer_join_ul { margin-bottom: 0    }
    .developer_down_model ul {width: 100%;height: 450px;}
    .developer_why_list{float:none;width:100%;display:block;    margin-right: 0;}


    .developer_footer_cont .developer_footer_btn{padding:0 5px;}


    /**应用程序列表页**/
    .index_info_list{width:48%;margin-right:2%;}

    .index_info_list:nth-child(3n+3){margin-right:2%;}
    .index_info_list:nth-child(2n+2){margin-right:0;}
    .application_content_l {float:none;        width: 100%;  }
    .application_content_r {float:none;        width: 100%;    margin-top:20px;}
    .application_content_down { padding: 35px 5% 25px;}
    .application_content_lan {padding: 40px 0 100px 5%;}
}

@media screen and (max-width:400px) {
    .globalRelease_top{height:280px;}
    .globalRelease_top_img{height:60%;margin-top:22%;}
    .globalRelease_top_menu{width:90%;height:40px;bottom:-30px;left:50%;margin:0 0 0 -45%;}
    .globalRelease_top_menua{line-height:40px;font-size:12px;}


    .globalRelease_model_two{padding:30px 0 15px;}
    .globalRelease_model_twobtn img{width:120px;}
    .globalRelease_model_twoview{width:80%;}



    .globalRelease_model_three{padding:15px 0 0;}
    .globalRelease_model_threecont{width:280px;}
    .globalRelease_model_threetit{font-size:14px;}
    .globalRelease_model_threetxt{font-size:12px;margin-top:3px;}
    .globalRelease_model_threeswiper{margin:10px auto 0;width:280px;}
    .globalRelease_model_threeswiper .gallery-top {height:126px;}
    .globalRelease_model_threeswiper .gallery-thumbs {height:80px;padding: 5px 0;}
    .swiper-button-next, .swiper-button-prev{top: 40%;width:20px;height:20px;margin-top: -10px;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 10px; right: auto;}
    .swiper_slide_tit{height:20px;line-height:20px;bottom:10px;left:0;}
    .swiper_slide_tit span{font-size:12px;}
    .swiper_slide_titbj{width:60%;height:20px;margin-left:-30%;}

    .globalRelease_model_four{padding:15px 0 15px;height:200px;}
    .globalRelease_model_fourtit{font-size:14px;}
    .globalRelease_model_fourtxt{font-size:12px;margin-top:3px;}
    .globalRelease_model_four_cont{margin:10px auto 0;}
    .globalRelease_model_four_cont ul{margin-left:36%;margin-top:0;}
    .globalRelease_model_four_lione{font-size:14px;}
    .globalRelease_model_four_litwo{font-size:12px;margin:3px 0 5px;}
    .globalRelease_model_four_lithree a img{width:70px;}

    .globalRelease_model_five{padding:15px 0 20px;}
    .globalRelease_model_fivetit{font-size:14px;}
    .globalRelease_model_fivetxt{font-size:12px;margin-top:3px;}
    .globalRelease_model_five_cont{margin:10px auto 0;}
    .globalRelease_model_five_liimgone{height:166px;}
    .globalRelease_model_five_liimgtwo{height:80px;}
    .globalRelease_model_five_liimgthree{height:80px;}
    .globalRelease_model_five_liimgfour{height:84px;}
    .globalRelease_model_five_lir{margin-left:1px;}
    .globalRelease_model_five_lirt{margin-bottom:1px;}
    .globalRelease_model_five_lirtdiv{margin-right:1px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_spanall{margin:0 2%;font-size:12px;line-height:16px;}
    .globalRelease_model_five_liinfo span.globalRelease_model_five_liinfo_lasta{margin:0 5%;}


    .globalRelease_model_six{padding:15px 0 10px;}
    .globalRelease_model_sixtit{font-size:14px;}
    .globalRelease_model_sixtxt{font-size:12px;margin-top:3px;}
    .globalRelease_model_six_cont{margin:10px auto 0;}
    .globalRelease_model_six_txtone{font-size:14px;margin-bottom:10px;}
    .globalRelease_model_six_txttwo{font-size:12px;margin-bottom:10px;}
    .globalRelease_model_six_txtthree{font-size:14px;margin:10px 0 20px;}
    .globalRelease_model_six_ul li:first-child{margin-right:0px;}
    .globalRelease_model_six_ul li{float:left;text-align:center;width:100%;}
    .globalRelease_model_six_ullidiv{line-height:20px;margin:0 auto 10px;text-align:center;width:84%;}
    .globalRelease_model_six_ullidiv img,.globalRelease_model_six_ullidiv span{display:inline-block;}
    .globalRelease_model_six_ullidiv span{margin-left:10px;font-size:14px;color:#fff;}
    .globalRelease_model_six_ullidiv img{width:18px;height:auto;}
    .globalRelease_model_six_otherimg{margin-top:5px;}
    .globalRelease_model_six_ullidiv span.globalRelease_model_six_otherspan{margin-left:28px;}


    /**应用程序列表页**/
    .index_info_list{width:100%;margin-right:0;display:block;}

    /*ul.index_info_list:nth-child(3){margin-right:2%;}*/
    .index_info_list:nth-child(2n+2){margin-right:0;}

    /*.developer_footer_cont .developer_footer_btnfirst { margin-right:0;}*/
    /*.developer_footer_cont .developer_footer_btnl {margin: 0 0 0 0; }*/



}

.privacy_tit{margin:20px auto 40px;text-align:center;}
.privacy_tit h1{text-align:center;}
.privacy_marb_no{margin-top:0;}
.flshengm .privacy_padb_no{padding-top:0;}



/**CAD正版化方案**/
.sup_enterprise_banner{position: relative;}
.sup_enterprise_bannermask{position: absolute;top:0;left:0;z-index: 9;width:100%;height:100%;opacity:0.8;background-image:linear-gradient(-45deg, #2685ff 0%, #28d1ff 100%);}
.sup_enterprise_banner_content{position: relative;margin: 0 auto;z-index: 8;width:100%;background:url(../../images/2018/support/enterprise_banner_bg.jpg) no-repeat center;background-size:cover;}
.sup_enterprise_banner_container{width: 100%; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);color: #fff;text-align: center;z-index:9;}
.sup_enterprise_banner_container h3{font-weight:500;font-size:48px;color:#ffffff;line-height:64px;}
.sup_enterprise_banner_container h4{font-weight:500;font-size:24px;color:#ffffff;margin-top:20px;line-height:32px;}
.sup_enterprise_banner_btn{margin-top:44px;}
.sup_enterprise_banner_btn a{transition: all 0.3s ease-in;cursor:pointer;box-sizing:content-box}
.sup_enterprise_banner_btn a:first-child{width:180px;height:48px;line-height:48px;font-size:20px;border:2px solid #ffffff;margin-right:30px;color:#ffffff;border-radius:1px;}
.sup_enterprise_banner_btn a:first-child:hover{width:176px;height:44px;line-height:44px;border:4px solid #ffffff;font-weight:500;}
.sup_enterprise_banner_btn a:last-child{font-weight:500;font-size:20px;width:184px;height:52px;line-height:52px; color:#459bfd;background:#ffffff;border-radius:1px;}
.sup_enterprise_banner_btn a:last-child:hover{background:#f2f2f2;}
.sup_enterprise_banner_hotline{margin-top:24px;line-height:38px;}
.sup_enterprise_banner_hotline span{font-size:20px;color:#ffffff;}
.sup_enterprise_banner_hotline i{width:24px;height:38px;margin-right:20px;background:url(../../images/2018/support/enterprise_Phone.png) no-repeat center;}

.sup_enterprise_modeltwo{transition: all 0.3s ease-in;}
.sup_enterprise_model_line{background:#364cd4;width:100px;height:4px;margin:120px auto 0;overflow:hidden;}
.sup_enterprise_model h3{font-size:36px;line-height:48px;margin:36px 0 80px;font-weight:500;color:#333333;text-align:center;}
.sup_enterprise_modeltwo ul{margin-bottom:120px;}
.sup_enterprise_modeltwo ul li{float:left;width:277px;height:335px;margin-right:24px;box-shadow:0 20px 40px 0 #e7f4f6;border:2px solid #fff;overflow: hidden;background:#ffffff;}
.sup_enterprise_modeltwo ul li:last-child{margin-right:0;}
.sup_enterprise_modeltwo ul li:hover{border:2px solid #d6ae0f;width:277px;height:335px;box-shadow:none;}
.sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic{width:100%;height:184px;overflow:hidden;}
.sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic span{width:100%;height:184px;transition: all 0.3s ease-in;display:block;}
.sup_enterprise_modeltwo ul li:hover .sup_enterprise_modeltwo_pic span{
    transform: scale(1.08);}
.sup_enterprise_modeltwo h4{font-size:22px;line-height:34px;margin-top:24px;font-weight:500;color:#333333;text-align:center;}
.sup_enterprise_modeltwo h6{font-size:14px;line-height:18px;color:#666666;width:80%;margin:12px auto 0;font-weight: normal;}
.sup_enterprise_modeltwo a{display:block;cursor:pointer;}

.sup_enterprise_modelthree{width:100%;position:relative;overflow:hidden;box-shadow:0 -4px 20px 0 #f3f3f9;background-color:#fafafa;}
.sup_enterprise_modelthree_lefti{position:absolute;left: -365px;top: -365px;height:730px;width:730px;z-index:1;background-color:#eeeef7;border-radius:100%;display:block;}
.sup_enterprise_modelthree_bottomi{display:block;position:absolute;bottom:0;right:0;width:20%;z-index:1;}
.sup_enterprise_modelthree_bottomi img{width:100%;height:auto;max-width:550px;}
.sup_enterprise_modelthree ul{padding-bottom:120px;position:relative;z-index:2;}
.sup_enterprise_modelthree ul li{float:left;margin-right:20px;margin-bottom:20px;width:380px;height:248px;background:#ffffff;
    box-shadow:0 20px 40px 0 #e7f4f6;border-radius:5px;transition: all 0.3s ease-in;}
.sup_enterprise_modelthree ul li:nth-child(3n){margin-right:0;}
.sup_enterprise_modelthree_pic{height:66px;width:100%;margin-top:23px;margin-bottom:10px;}
.sup_enterprise_modelthree h4{font-size:22px;line-height:30px;margin-top:5px;color:#333333;font-weight:500;text-align:center;}
.sup_enterprise_modelthree h6{font-size:14px;line-height:21px;color:#666666;width:85%;margin:5px auto 0;font-weight: normal;}
.sup_enterprise_modelthree a{display:block;cursor:pointer;}
.sup_enterprise_modelthree ul li:hover{background-color:#364cd4;box-shadow:none;}
.sup_enterprise_modelthree ul li:hover h4,.sup_enterprise_modelthree ul li:hover h6{color:#fff;}

.sup_enterprise_modelfour{width:100%;padding-bottom:120px;background-image:linear-gradient(33deg, #3c7fd4 0%, #24ccfa 100%);}
.sup_enterprise_modelfour .sup_enterprise_model_line{background-color:#ffffff;}
.sup_enterprise_modelfour h3{color:#fff;margin-bottom:124px}
.sup_enterprise_modelfour_cont{position:relative;}
.sup_enterprise_modelfour_cont ul{position:absolute;left:0;top:-40px;background-color:#364cd4;padding:55px;width:433px;
    height:550px;font-size:24px; color:#ffffff;line-height:51.2px;}
.sup_enterprise_modelfour_cont ul li:first-child{margin-bottom:29px;}
.sup_enterprise_modelfour_cont ul li:first-child img{width:32px;height:auto;}
.sup_enterprise_modelfour_cont table{width:90%;margin-left:10%;}
.sup_enterprise_modelfour_cont table tr{height:82px;font-size:18px;color:#333333;line-height:82px;background-color:#eeeeee;}
.sup_enterprise_modelfour_cont table tr:nth-child(2n){background-color:#fafafa;}
.sup_enterprise_modelfour_cont table tr td.td_col{color:#4a90e2;}
.sup_enterprise_modelfour_tabicon{position:absolute;right:0;top:-21px;height:764px;}
.sup_enterprise_modelfour_tabicon img{height:100%;width:auto;}

.sup_enterprise_modelfour_cont table tr td.enterprise_td_one{width:35%}
.sup_enterprise_modelfour_cont table tr td.enterprise_td_two{width:25%;}
.sup_enterprise_modelfour_cont table tr td.enterprise_td_three{width:15%;text-align:center;}
.sup_enterprise_modelfour_cont table tr td.enterprise_td_four{width:25%;}



.sup_enterprise_modelfive{width:100%;padding-bottom:120px;position:relative;background:url(../../images/2018/support/enterprise_icon6.jpg) no-repeat center;background-size:cover;}
.sup_enterprise_modelfive h3{margin-bottom:10px;}
.sup_enterprise_modelfive h4{font-size:24px;line-height:32px;margin-bottom:44px;font-weight:normal;color:#666666;text-align:center;}
.sup_enterprise_modelfive_pic{width:100%;}
.sup_enterprise_modelfive_pic img{width:100%;max-width:1260px;height:auto;}
.sup_enterprise_modelfive_btn{text-align:center;}
.sup_enterprise_modelfive_btn a{border-radius:1px;width:185px;height:52px;line-height:52px;font-size:24px;
    text-align:center;cursor:pointer;}
.sup_enterprise_consultbtn{background-color:#ffffff;color:#1c8cfe;margin-right:30px;box-shadow:0 5px 30px 0 rgba(209,209,209,0.83);}
.sup_enterprise_consultbtn:hover{background-color:#f2f2f2;color:#1c8cfe;}
.sup_enterprise_purchasebtn{background-color:#1c8cfe;color:#fff;box-shadow:0 5px 30px 0 rgba(137,192,248,0.83);font-weight:500}
.sup_enterprise_purchasebtn:hover{background-color:#1b83ec;color:#fff;}

.sup_enterprise_modelsix{background:#f9fdff;position:relative;z-index:3;}
.sup_enterprise_modelsix h3{margin-bottom:20px;}
.sup_enterprise_modelsix_contbox{position: absolute;top:40px;width:100%;height:100%;box-shadow:0 12px 42px 12px rgba(0,0,0,0.04);
    border-radius:10px;
    opacity:0.9; filter: alpha(opacity=90);background-color:#ffffff;}
.sup_enterprise_modelsix_cont{position:relative;z-index:2;padding:100px 0 60px;width:100%;}
.sup_enterprise_modelsix_cont ul{width:80%;margin:0 auto;}
.sup_enterprise_modelsix_cont li{float:left;position:relative;  transition: all .3s ease-out;}
.sup_enterprise_modelsix_contbj{position:absolute;left: -10%;top: 19%;width: 90%;height: 70%;border-radius:10px;display:none;z-index:0;box-shadow:0 0 40px 0 #ebecf0;background-color:#fff;}
.sup_enterprise_modelsix_cont li:hover .sup_enterprise_modelsix_contbj{display:block;}
.sup_enterprise_modelsix_cli{margin:0 210px;}
.sup_enterprise_modelsix_cont li a{display:block;background:#ffffff;border-radius:11px;width:180px;height:227px;box-shadow:0 0 40px 0 #ebecf0;cursor:pointer;position:relative;z-index: 1;}
.sup_enterprise_modelsix_pic{width:130px;height:130px;margin:20px auto 0;}
.sup_enterprise_modelsix_txt{font-size:18px;line-height:26px;margin-top:24px;text-align:center;color:#4b5562;font-weight:500;}
.sup_enterprise_modelsix_cont li:hover .sup_enterprise_modelsix_txt{color:#328bff;}
.sup_enterprise_modelsix_onepic{background:url(../../images/2018/support/enterprise_icon8.png) no-repeat center;}
.sup_enterprise_modelsix_twopic{background:url(../../images/2018/support/enterprise_icon9.png) no-repeat center;}
.sup_enterprise_modelsix_threepic{background:url(../../images/2018/support/enterprise_icon10.png) no-repeat center;}
.sup_enterprise_modelsix_btn{ width:280px;height:52px;line-height:52px;font-size:24px;margin:50px auto 0;box-shadow: 0 0 30px 0 #d2e7fd;position:relative;cursor:pointer;text-align:center;display:block;background-color:#1c8cfe;border-radius:1px;color:#ffffff;font-weight:500;}
.sup_enterprise_modelsix_btn:hover{background-color:#1b83ec;color:#fff;}


.sup_enterprise_modelseven{padding-bottom:130px;position:relative;z-index:1;background:url(../../images/2018/support/enterprise_icon11.jpg) no-repeat top center;background-size:cover;}
.sup_enterprise_modelseven .sup_enterprise_model_line{background-color:#fff;}
.sup_enterprise_modelseven h3{color:#fff;}
.sup_enterprise_modelseven_cont .swiper-container{padding-bottom:70px;}
.sup_enterprise_modelseven_cont .swiper-pagination-bullet{opacity:0.23; background-color:#ffffff;width:10px;height:10px;border-radius:0;}
.sup_enterprise_modelseven_cont .swiper-container .swiper-pagination-bullet-active{background-color:#ffffff;opacity:1; }
.sup_enterprise_modelseven_cont .swiper-container h4{font-size:24px;line-height:64px;width:85%;margin:0 auto 15px;color:#ffffff;font-weight:500;}
.sup_enterprise_modelseven_txt{font-size:14px;color:#ffffff;line-height:28px;width:85%;margin:0 auto;padding-left:3em;}
.sup_enterprise_modelseven_cont .swiper-button-next{right:0;background:url("../../images/2018/support/enterprise_icon13.png") no-repeat center;}
.sup_enterprise_modelseven_cont .swiper-button-next:hover{background:url("../../images/2018/support/enterprise_icon13_hover.png") no-repeat center;}
.sup_enterprise_modelseven_cont .swiper-button-prev{left:0;background:url("../../images/2018/support/enterprise_icon12.png") no-repeat center;}
.sup_enterprise_modelseven_cont .swiper-button-prev:hover{background:url("../../images/2018/support/enterprise_icon12_hover.png") no-repeat center;}
.sup_enterprise_mask_msg{display:none;color:#333;font-size:14px;width:200px;left:50%;top:50%;padding:20px;transform: translate(-50%, -50%);border-radius:10px;background-color:#fff;box-shadow:0 2px 20px 0 rgba(0,0,0,0.10);position:fixed;z-index: 100003;}
.sup_enterprise_mask{display:none;width:100%;height:100%;background-color:rgba(0,0,0,0.70);left:0;top:0;border:1px solid #979797;position:fixed;z-index: 100001;}
.sup_enterprise_bomb{display:none;width:500px;height:550px;border-radius:20px;margin:-275px 0 0 -250px;position:fixed;left:50%;top:50%;background:#ffffff;box-shadow:0 2px 24px 24px rgba(0,0,0,0.10);z-index: 100002;}
.sup_enterprise_close{margin:5px 14px 0 0;}
.sup_enterprise_close a{float:right;width:34px;height:34px;cursor:pointer;background:url("../../images/2018/support/enterprise_icon14.png") no-repeat center;}
.sup_enterprise_bomb_cont{width:78%;margin:0 auto;}
.sup_enterprise_bomb_cont h3{font-size:24px;line-height:32px;margin-bottom:16px;text-align:center;font-weight:500;color:#0a4cbb;}
.sup_enterprise_bomb_cont h4{font-size:14px;margin-bottom:12px;font-weight:normal;color:#2c4058;}
.sup_enterprise_bomb_cont ul{margin-bottom:13px;}
.sup_enterprise_bomb_litxt{line-height:32px;font-size:14px;color:#4b5562;}
.sup_enterprise_bomb_litxt i{color:#d70341;}
.sup_enterprise_bomb_litxt span{color:#d70341;font-size:12px;margin-left:15px;}
.sup_enterprise_bomb_liinput input{background:#ffffff;border:1px solid #dfdfdf;border-radius:6px;width:100%;padding:0 2%;box-sizing: border-box;height:32px;line-height:32px;display:block;color:#333;}
.sup_enterprise_bomb_liinput input::placeholder{font-size:12px;color:#cacaca;}
.sup_enterprise_bomb_sub{background-color:#0a4cbb;border-radius:4px; width:245px;height:44px;line-height:44px;font-size:16px;color:#ffffff;text-align:center;font-weight:bold;display:block;margin:40px auto 0;cursor:pointer;}
.sup_enterprise_bomb_sub:hover{color:#fff;background-color:#1c8cfe;}


@media screen and (max-width:1200px) {
    .sup_enterprise_banner_container h3{font-size:46px;line-height:62px;}
    .sup_enterprise_banner_container h4{font-size:22px;margin-top:18px;line-height:30px;}
    .sup_enterprise_banner_btn{margin-top:42px;}
    .sup_enterprise_banner_btn a:first-child{width:178px;height:46px;line-height:46px;font-size:20px;/*border:2px solid #ffffff;*/margin-right:28px;}
    .sup_enterprise_banner_btn a:first-child:hover{width:174px;height:42px;line-height:42px;border:4px solid #ffffff;}
    .sup_enterprise_banner_btn a:last-child{font-size:20px;width:182px;height:50px;line-height:50px; }
    .sup_enterprise_banner_hotline{margin-top:22px;line-height:36px;}
    .sup_enterprise_banner_hotline span{font-size:20px;}
    .sup_enterprise_banner_hotline i{width:22px;height:36px;margin-right:18px;background-size:100% auto;}


    .sup_enterprise_model_line{width:98px;height:4px;margin:118px auto 0;}
    .sup_enterprise_model h3{font-size:34px;line-height:46px;margin:34px 0 78px;}
    .sup_enterprise_modeltwo ul{margin-bottom:118px;}
    .sup_enterprise_modeltwo ul li{float:left;width:23%;height:335px;margin-right:2%;box-shadow:0 20px 40px 0 #e7f4f6;border:2px solid #fff;}
    /*    .sup_enterprise_modeltwo ul li:last-child{margin-right:0;}*/
    .sup_enterprise_modeltwo ul li:hover{border:2px solid #d6ae0f;width:23%;height:335px;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic{width:100%;height:170px;overflow:hidden;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic span{height:170px;}
    .sup_enterprise_modeltwo h4{font-size:20px;line-height:32px;margin-top:22px;}
    .sup_enterprise_modeltwo h6{font-size:14px;line-height:18px;width:80%;margin:10px auto 0;}


    /* .sup_enterprise_modelthree{box-shadow:0 -4px 20px 0 #f3f3f9;}*/
    .sup_enterprise_modelthree_lefti{left: -300px;top: -300px;height:600px;width:600px;}
    /*.sup_enterprise_modelthree_bottomi{bottom:0;right:0;width:20%;}
    .sup_enterprise_modelthree_bottomi img{width:100%;height:auto;max-width:550px;}*/
    .sup_enterprise_modelthree ul{padding-bottom:118px;}
    .sup_enterprise_modelthree ul li{float:left;margin-right:3%;margin-bottom:20px;width:31%;height:248px;
        box-shadow:0 20px 40px 0 #e7f4f6;border-radius:5px;}
    /*.sup_enterprise_modelthree ul li:nth-child(3n){margin-right:0;}*/
    .sup_enterprise_modelthree_pic{height:66px;margin-top:18px;margin-bottom:10px;}
    .sup_enterprise_modelthree h4{font-size:20px;line-height:28px;margin-top:5px}
    .sup_enterprise_modelthree h6{font-size:14px;line-height:21px;width:88%;margin:5px auto 0;}


    .sup_enterprise_modelfour{padding-bottom:118px;}
    .sup_enterprise_modelfour h3{margin-bottom:122px}
    .sup_enterprise_modelfour_cont ul{left:0;top:-40px;padding:40px;width:40%;height:550px;font-size:22px;line-height:50px;}
    .sup_enterprise_modelfour_cont ul li:first-child{margin-bottom:26px;}
    .sup_enterprise_modelfour_cont ul li:first-child img{width:32px;height:auto;}
    .sup_enterprise_modelfour_cont table{width:90%;margin-left:10%;}
    .sup_enterprise_modelfour_cont table tr{height:80px;font-size:16px;line-height:80px;}
    .sup_enterprise_modelfour_cont table tr td{border:none;}
    .sup_enterprise_modelfour_tabicon{top: -4%; height: 120%;}

    .sup_enterprise_modelfive{padding-bottom:118px;}
    .sup_enterprise_modelfive h3{margin-bottom:10px;}
    .sup_enterprise_modelfive h4{font-size:22px;line-height:30px;margin-bottom:41px;}
    .sup_enterprise_modelfive_btn a{width:182px;height:50px;line-height:50px;font-size:22px; }
    .sup_enterprise_consultbtn{margin-right:28px;box-shadow:0 5px 30px 0 rgba(209,209,209,0.83);}
    /*    .sup_enterprise_purchasebtn{box-shadow:0 5px 30px 0 rgba(137,192,248,0.83);}*/

    .sup_enterprise_modelsix h3{margin-bottom:18px;}
    /*.sup_enterprise_modelsix_contbox{position: absolute;top:40px;width:100%;height:100%;box-shadow:0 12px 42px 12px rgba(0,0,0,0.04);
        border-radius:10px;}*/
    .sup_enterprise_modelsix_cont{padding:100px 0 60px;}
    .sup_enterprise_modelsix_cont ul{width:80%;margin:0 auto;}
    .sup_enterprise_modelsix_cont li{float:left;width:30%}
    .sup_enterprise_modelsix_contbj{position:absolute;left: -5%;top: 19%;width: 90%;height: 70%;border-radius:10px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_cli{margin:0 5%;}
    .sup_enterprise_modelsix_cont li a{border-radius:11px;width:100%;height:227px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_pic{width:130px;height:130px;margin:20px auto 0;}
    .sup_enterprise_modelsix_txt{font-size:18px;line-height:26px;margin-top:24px;text-align:center;color:#4b5562;font-weight:500;}
    /*.sup_enterprise_modelsix_onepic{}*/
    /*.sup_enterprise_modelsix_twopic{}*/
    /*.sup_enterprise_modelsix_threepic{}*/
    .sup_enterprise_modelsix_btn{ width:280px;height:50px;line-height:50px;font-size:22px;margin:50px auto 0;box-shadow: 0 0 30px 0 #d2e7fd;}


    .sup_enterprise_modelseven{padding-bottom:120px;}
    .sup_enterprise_modelseven_cont .swiper-container{padding-bottom:60px;}
    .sup_enterprise_modelseven_cont .swiper-pagination-bullet{width:10px;height:10px}
    .sup_enterprise_modelseven_cont .swiper-container h4{font-size:22px;line-height:62px;width:85%;margin:0 auto 10px;}
    .sup_enterprise_modelseven_txt{font-size:14px;line-height:28px;width:85%;padding-left:3em;}
    .sup_enterprise_modelseven_cont .swiper-button-next{right:0;background-size:100% auto;}
    .sup_enterprise_modelseven_cont .swiper-button-prev{left:0;background-size:100% auto;}

    .sup_enterprise_bomb{display:none;width:500px;height:510px;border-radius:15px;margin:-255px 0 0 -250px;box-shadow:0 2px 15px 15px rgba(0,0,0,0.10);}
    .sup_enterprise_close{margin:5px 12px 0 0;}
    .sup_enterprise_close a{float:right;width:32px;height:32px;}
    .sup_enterprise_bomb_cont{width:85%;margin:0 auto;}
    .sup_enterprise_bomb_cont h3{font-size:22px;line-height:30px;margin-bottom:12px;}
    .sup_enterprise_bomb_cont h4{font-size:14px;margin-bottom:10px;}
    .sup_enterprise_bomb_cont ul{margin-bottom:10px;}
    .sup_enterprise_bomb_litxt{line-height:30px;font-size:14px;}
    .sup_enterprise_bomb_litxt span{margin-left:10px;}
    .sup_enterprise_bomb_liinput input{border-radius:5px;width:100%;padding:0 2%;height:32px;line-height:32px;}
    .sup_enterprise_bomb_sub{border-radius:4px; width:220px;height:42px;line-height:42px;font-size:16px;margin:30px auto 0;}
}
@media screen and (max-width:980px) {
    .sup_enterprise_banner_container{margin-top:5%;}
    .sup_enterprise_banner_container h3{font-size:36px;line-height:52px;}
    .sup_enterprise_banner_container h4{font-size:18px;margin-top:10px;line-height:26px;}
    .sup_enterprise_banner_btn{margin-top:20px;}
    .sup_enterprise_banner_btn a:first-child{width:158px;height:40px;line-height:40px;font-size:18px;/*border:2px solid #ffffff;*/margin-right:20px;}
    .sup_enterprise_banner_btn a:first-child:hover{width:154px;height:36px;line-height:36px;border:4px solid #ffffff;}
    .sup_enterprise_banner_btn a:last-child{font-size:18px;width:162px;height:44px;line-height:44px; }
    .sup_enterprise_banner_hotline{margin-top:15px;line-height:36px;}
    .sup_enterprise_banner_hotline span{font-size:18px;}
    .sup_enterprise_banner_hotline i{width:22px;height:36px;margin-right:10px;}


    .sup_enterprise_model_line{width:90px;height:4px;margin:70px auto 0;}
    .sup_enterprise_model h3{font-size:32px;line-height:42px;margin:25px 0 60px;}
    .sup_enterprise_modeltwo ul{margin-bottom:70px;}
    .sup_enterprise_modeltwo ul li{float:left;width:24%;height:335px;margin-right:1%;box-shadow:0 10px 20px 0 #e7f4f6;border:2px solid #fff;}
    /*    .sup_enterprise_modeltwo ul li:last-child{margin-right:0;}*/
    .sup_enterprise_modeltwo ul li:hover{border:2px solid #d6ae0f;width:24%;height:335px;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic{width:100%;height:140px;overflow:hidden;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic span{height:140px;}
    .sup_enterprise_modeltwo h4{font-size:18px;line-height:30px;margin-top:18px;}
    .sup_enterprise_modeltwo h6{font-size:14px;line-height:18px;width:90%;margin:10px auto 0;}


    /* .sup_enterprise_modelthree{box-shadow:0 -4px 20px 0 #f3f3f9;}*/
    .sup_enterprise_modelthree_lefti{left: -150px;top: -150px;height:300px;width:300px;}
    /*.sup_enterprise_modelthree_bottomi{bottom:0;right:0;width:20%;}
    .sup_enterprise_modelthree_bottomi img{width:100%;height:auto;max-width:550px;}*/
    .sup_enterprise_modelthree ul{padding-bottom:70px;}
    .sup_enterprise_modelthree ul li{float:left;margin-right:3%;margin-bottom:20px;width:31%;height:280px;
        box-shadow:0 10px 30px 0 #e7f4f6;border-radius:5px;}
    /*.sup_enterprise_modelthree ul li:nth-child(3n){margin-right:0;}*/
    .sup_enterprise_modelthree_pic{height:66px;margin-top:15px;margin-bottom:10px;}
    .sup_enterprise_modelthree h4{font-size:18px;line-height:26px;margin-top:2px}
    .sup_enterprise_modelthree h6{font-size:14px;line-height:21px;width:90%;margin:5px auto 0;}


    .sup_enterprise_modelfour{padding-bottom:70px;}
    .sup_enterprise_modelfour h3{margin-bottom:90px}
    .sup_enterprise_modelfour_cont ul{left:0;top:-40px;padding:2%;width:33%;height:378px;font-size:16px;line-height:30px;}
    .sup_enterprise_modelfour_cont ul li:first-child{margin-bottom:10px;}
    .sup_enterprise_modelfour_cont ul li:first-child img{width:20px;height:auto;}
    .sup_enterprise_modelfour_cont table{width:95%;margin-left:5%;}
    .sup_enterprise_modelfour_cont table tr{height:48px;font-size:14px;line-height:48px;}
    .sup_enterprise_modelfour_cont table tr td{border:none;}
    .sup_enterprise_modelfour_tabicon{top: -4%; height: 120%;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_one{width:33%}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_two{width:27%;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_three{width:18%;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_four{width:22%;}

    .sup_enterprise_modelfive{padding-bottom:70px;}
    .sup_enterprise_modelfive h3{margin-bottom:10px;}
    .sup_enterprise_modelfive h4{font-size:18px;line-height:28px;margin-bottom:30px;}
    .sup_enterprise_modelfive_btn a{width:162px;height:44px;line-height:44px;font-size:20px; }
    .sup_enterprise_consultbtn{margin-right:20px;box-shadow:0 5px 30px 0 rgba(209,209,209,0.83);}
    /*    .sup_enterprise_purchasebtn{box-shadow:0 5px 30px 0 rgba(137,192,248,0.83);}*/

    .sup_enterprise_modelsix h3{margin-bottom:14px;}
    .sup_enterprise_modelsix_contbox{top:30px;width:100%;height:100%;box-shadow:0 12px 42px 12px rgba(0,0,0,0.04);
        border-radius:10px;}
    .sup_enterprise_modelsix_cont{padding:80px 0 40px;}
    .sup_enterprise_modelsix_cont ul{width:90%;margin:0 auto;}
    .sup_enterprise_modelsix_cont li{float:left;width:31%}
    .sup_enterprise_modelsix_contbj{position:absolute;left: -5%;top: 19%;width: 90%;height: 70%;border-radius:10px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_cli{margin:0 3%;}
    .sup_enterprise_modelsix_cont li a{border-radius:11px;width:100%;height:227px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_pic{width:130px;height:130px;margin:20px auto 0;}
    .sup_enterprise_modelsix_txt{font-size:18px;line-height:26px;margin-top:24px;text-align:center;color:#4b5562;font-weight:500;}
    /*.sup_enterprise_modelsix_onepic{}*/
    /*.sup_enterprise_modelsix_twopic{}*/
    /*.sup_enterprise_modelsix_threepic{}*/
    .sup_enterprise_modelsix_btn{ width:260px;height:44px;line-height:44px;font-size:20px;margin:40px auto 0;box-shadow: 0 0 30px 0 #d2e7fd;}


    .sup_enterprise_modelseven{padding-bottom:80px;}
    .sup_enterprise_modelseven_cont .swiper-container{padding-bottom:50px;}
    .sup_enterprise_modelseven_cont .swiper-pagination-bullet{width:10px;height:10px}
    .sup_enterprise_modelseven_cont .swiper-container h4{font-size:20px;line-height:52px;width:85%;margin:0 auto 10px;}
    .sup_enterprise_modelseven_txt{font-size:14px;line-height:28px;width:85%;padding-left:2.2em;}
    .sup_enterprise_modelseven_cont .swiper-button-next{right:0;background-size:100% auto;}
    .sup_enterprise_modelseven_cont .swiper-button-prev{left:0;background-size:100% auto;}

    .sup_enterprise_bomb{display:none;width:500px;height:510px;border-radius:18px;margin:-255px 0 0 -250px;box-shadow:0 2px 10px 10px rgba(0,0,0,0.10);}
    .sup_enterprise_close{margin:5px 12px 0 0;}
    .sup_enterprise_close a{float:right;width:32px;height:32px;}
    .sup_enterprise_bomb_cont{width:85%;margin:0 auto;}
    .sup_enterprise_bomb_cont h3{font-size:22px;line-height:32px;margin-bottom:10px;}
    .sup_enterprise_bomb_cont h4{font-size:14px;margin-bottom:10px;}
    .sup_enterprise_bomb_cont ul{margin-bottom:10px;}
    .sup_enterprise_bomb_litxt{line-height:32px;font-size:14px;}
    .sup_enterprise_bomb_litxt span{margin-left:12px;}
    .sup_enterprise_bomb_liinput input{border-radius:6px;width:100%;padding:0 2%;height:32px;line-height:32px;}
    .sup_enterprise_bomb_sub{border-radius:4px; width:220px;height:42px;line-height:42px;font-size:16px;margin:30px auto 0;}
}
@media screen and (max-width:641px) {
    .sup_enterprise_banner{margin-top:50px;}
    .sup_enterprise_banner_container{margin-top:2%;}
    .sup_enterprise_banner_container h3{font-size:24px;line-height:32px;}
    .sup_enterprise_banner_container h4{font-size:14px;margin-top:1%;line-height:18px;}
    .sup_enterprise_banner_btn{margin-top:2%;}
    .sup_enterprise_banner_btn a:first-child{width:128px;height:32px;line-height:32px;font-size:16px;/*border:2px solid #ffffff;*/margin-right:10px;}
    .sup_enterprise_banner_btn a:first-child:hover{width:124px;height:28px;line-height:28px;border:4px solid #ffffff;}
    .sup_enterprise_banner_btn a:last-child{font-size:16px;width:128px;height:32px;line-height:32px; }
    .sup_enterprise_banner_hotline{margin-top:2%;line-height:32px;}
    .sup_enterprise_banner_hotline span{font-size:16px;}
    .sup_enterprise_banner_hotline i{width:20px;height:32px;margin-right:10px;}


    .sup_enterprise_model_line{width:70px;height:4px;margin:50px auto 0;}
    .sup_enterprise_model h3{font-size:24px;line-height:32px;margin:15px 0 30px;}
    .sup_enterprise_modeltwo ul{margin-bottom:50px;}
    .sup_enterprise_modeltwo ul li{float:left;width:48%;height:320px;margin-right:2%;margin-bottom:1%;box-shadow:0 10px 20px 0 #e7f4f6;border:2px solid #fff;}
    .sup_enterprise_modeltwo ul li:nth-child(2n){margin-right:0;}
    .sup_enterprise_modeltwo ul li:hover{border:2px solid #d6ae0f;width:24%;height:335px;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic{width:100%;height:140px;overflow:hidden;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic span{height:140px;}
    .sup_enterprise_modeltwo h4{font-size:16px;line-height:28px;margin-top:6%;}
    .sup_enterprise_modeltwo h6{font-size:14px;line-height:18px;width:90%;margin:10px auto 0;}


    /* .sup_enterprise_modelthree{box-shadow:0 -4px 20px 0 #f3f3f9;}*/
    .sup_enterprise_modelthree_lefti{left: -100px;top: -100px;height:200px;width:200px;}
    /*.sup_enterprise_modelthree_bottomi{bottom:0;right:0;width:20%;}
    .sup_enterprise_modelthree_bottomi img{width:100%;height:auto;max-width:550px;}*/
    .sup_enterprise_modelthree ul{padding-bottom:50px;}
    .sup_enterprise_modelthree ul li{float:left;margin-right:2%;margin-bottom:20px;width:48%;height:280px;
        box-shadow:0 10px 30px 0 #e7f4f6;border-radius:5px;}
    .sup_enterprise_modelthree ul li:nth-child(3n){margin-right:2%;}
    .sup_enterprise_modelthree ul li:nth-child(2n){margin-right:0;}
    .sup_enterprise_modelthree_pic{height:66px;margin-top:18px;margin-bottom:10px;}
    .sup_enterprise_modelthree h4{font-size:18px;line-height:26px;margin-top:2%}
    .sup_enterprise_modelthree h6{font-size:14px;line-height:20px;width:90%;margin:5px auto 0;}


    .sup_enterprise_modelfour{padding-bottom:50px;}
    .sup_enterprise_modelfour h3{margin-bottom:30px}
    .sup_enterprise_modelfour_cont ul{left:0;top:0;padding:2%;width:100%;height:120px;font-size:14px;line-height:24px;}
    .sup_enterprise_modelfour_cont ul li:first-child{margin-bottom:10px;}
    .sup_enterprise_modelfour_cont ul li:first-child img{width:20px;height:auto;}
    .sup_enterprise_modelfour_cont table{width:100%;margin-left:0;margin-top:126px;}
    .sup_enterprise_modelfour_cont table tr{height:48px;font-size:14px;line-height:48px;}
    .sup_enterprise_modelfour_cont table tr td{border:none;}
    .sup_enterprise_modelfour_tabicon{    top: 22%;height: 85%;right:-2%}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_one{width:1%}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_two{width:50%;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_three{width:30%;text-align:left;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_four{width:19%;}

    .sup_enterprise_modelfive{padding-bottom:50px;}
    .sup_enterprise_modelfive h3{margin-bottom:10px;}
    .sup_enterprise_modelfive h4{font-size:14px;line-height:20px;margin-bottom:10px;}
    .sup_enterprise_modelfive_btn a{width:128px;height:32px;line-height:32px;font-size:16px; }
    .sup_enterprise_consultbtn{margin-right:10px;box-shadow:0 5px 30px 0 rgba(209,209,209,0.83);}
    /*    .sup_enterprise_purchasebtn{box-shadow:0 5px 30px 0 rgba(137,192,248,0.83);}*/

    .sup_enterprise_modelsix h3{margin-bottom:14px;}
    .sup_enterprise_modelsix_contbox{top:30px;width:100%;height:100%;box-shadow:0 12px 42px 12px rgba(0,0,0,0.04);
        border-radius:10px;}
    .sup_enterprise_modelsix_cont{padding:60px 0 20px;}
    .sup_enterprise_modelsix_cont ul{width:90%;margin:0 auto;}
    .sup_enterprise_modelsix_cont li{float:left;width:32%}
    .sup_enterprise_modelsix_contbj{position:absolute;left: -5%;top: 19%;width: 90%;height: 70%;border-radius:10px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_cli{margin:0 2%;}
    .sup_enterprise_modelsix_cont li a{border-radius:11px;width:100%;height:190px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_pic{width:100px;height:100px;margin:20px auto 0;background-size:80% auto;}
    .sup_enterprise_modelsix_txt{font-size:14px;line-height:20px;margin-top:24px;text-align:center;color:#4b5562;font-weight:500;}
    /*.sup_enterprise_modelsix_onepic{}*/
    /*.sup_enterprise_modelsix_twopic{}*/
    /*.sup_enterprise_modelsix_threepic{}*/
    .sup_enterprise_modelsix_btn{ width:220px;height:30px;line-height:30px;font-size:16px;margin:20px auto 0;box-shadow: 0 0 30px 0 #d2e7fd;}


    .sup_enterprise_modelseven{padding-bottom:60px;}
    .sup_enterprise_modelseven_cont .swiper-container{padding-bottom:40px;}
    .sup_enterprise_modelseven_cont .swiper-pagination-bullet{width:10px;height:10px}
    .sup_enterprise_modelseven_cont .swiper-container h4{font-size:16px;line-height:24px;width:85%;margin:0 auto 10px;}
    .sup_enterprise_modelseven_txt{font-size:14px;line-height:20px;width:85%;padding-left:2em;}
    .sup_enterprise_modelseven_cont .swiper-button-next{right:0;background-size:100% auto;}
    .sup_enterprise_modelseven_cont .swiper-button-prev{left:0;background-size:100% auto;}

    .sup_enterprise_bomb{display:none;width:80%;height:400px;border-radius:10px;margin:-200px 0 0 -40%;box-shadow:0 2px 10px 10px rgba(0,0,0,0.10);}
    .sup_enterprise_close{margin:5px 8px 0 0;}
    .sup_enterprise_close a{float:right;width:20px;height:20px;}
    .sup_enterprise_bomb_cont{width:90%;margin:0 auto;}
    .sup_enterprise_bomb_cont h3{font-size:16px;line-height:20px;margin-bottom:10px;}
    .sup_enterprise_bomb_cont h4{font-size:14px;margin-bottom:5px;line-height:20px;}
    .sup_enterprise_bomb_cont ul{margin-bottom:5px;}
    .sup_enterprise_bomb_litxt{line-height:24px;font-size:14px;}
    .sup_enterprise_bomb_litxt span{margin-left:10px;}
    .sup_enterprise_bomb_liinput input{border-radius:3px;width:100%;padding:0 2%;height:30px;line-height:30px;}
    .sup_enterprise_bomb_sub{border-radius:3px; width:70%;height:34px;line-height:34px;font-size:16px;margin:20px auto 0;}

    .sup_enterprise_question_ul{float:none;width:100%;}
}
@media screen and (max-width:400px) {
    .sup_enterprise_banner{margin-top:50px;}
    .sup_enterprise_banner_container{margin-top:2%;}
    .sup_enterprise_banner_container h3{font-size:20px;line-height:28px;}
    .sup_enterprise_banner_container h4{font-size:12px;margin-top:1%;line-height:16px;}
    .sup_enterprise_banner_btn{margin-top:2%;}
    .sup_enterprise_banner_btn a:first-child{width:110px;height:30px;line-height:30px;font-size:14px;margin-right:5px;}
    .sup_enterprise_banner_btn a:first-child:hover{width:110px;height:30px;line-height:30px;border:2px solid #ffffff;}
    .sup_enterprise_banner_btn a:last-child{font-size:14px;width:114px;height:34px;line-height:34px; }
    .sup_enterprise_banner_hotline{margin-top:2%;line-height:30px;}
    .sup_enterprise_banner_hotline span{font-size:14px;}
    .sup_enterprise_banner_hotline i{width:20px;height:30px;margin-right:5px;}


    .sup_enterprise_model_line{width:50px;height:4px;margin:30px auto 0;}
    .sup_enterprise_model h3{font-size:20px;line-height:24px;margin:10px 0 15px;}
    .sup_enterprise_modeltwo ul{margin-bottom:40px;}
    .sup_enterprise_modeltwo ul li{float:left;width:48%;height:285px;margin-right:2%;margin-bottom:1%;box-shadow:0 10px 20px 0 #e7f4f6;border:2px solid #fff;}
    .sup_enterprise_modeltwo ul li:nth-child(2n){margin-right:0;}
    .sup_enterprise_modeltwo ul li:hover{border:2px solid #d6ae0f;width:48%;height:285px;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic{width:100%;height:120px;overflow:hidden;}
    .sup_enterprise_modeltwo ul li .sup_enterprise_modeltwo_pic span{height:120px;}
    .sup_enterprise_modeltwo h4{font-size:14px;line-height:28px;margin-top:6%;}
    .sup_enterprise_modeltwo h6{font-size:12px;line-height:18px;width:90%;margin:10px auto 0;}


    /* .sup_enterprise_modelthree{box-shadow:0 -4px 20px 0 #f3f3f9;}*/
    .sup_enterprise_modelthree_lefti{left: -50px;top: -50px;height:100px;width:100px;}
    /*.sup_enterprise_modelthree_bottomi{bottom:0;right:0;width:20%;}
    .sup_enterprise_modelthree_bottomi img{width:100%;height:auto;max-width:550px;}*/
    .sup_enterprise_modelthree ul{padding-bottom:30px;}
    .sup_enterprise_modelthree ul li{float:left;margin-right:2%;margin-bottom:20px;width:48%;height:280px;
        box-shadow:0 10px 30px 0 #e7f4f6;border-radius:5px;}
    .sup_enterprise_modelthree ul li:nth-child(3n){margin-right:2%;}
    .sup_enterprise_modelthree ul li:nth-child(2n){margin-right:0;}
    .sup_enterprise_modelthree_pic{height:66px;margin-top:18px;margin-bottom:10px;}
    .sup_enterprise_modelthree h4{font-size:14px;line-height:22px;margin-top:2%}
    .sup_enterprise_modelthree h6{font-size:12px;line-height:18px;width:90%;margin:5px auto 0;}


    .sup_enterprise_modelfour{padding-bottom:30px;}
    .sup_enterprise_modelfour h3{margin-bottom:15px}
    .sup_enterprise_modelfour_cont ul{left:0;top:0;padding:2%;width:100%;height:120px;font-size:12px;line-height:20px;}
    .sup_enterprise_modelfour_cont ul li:first-child{margin-bottom:10px;}
    .sup_enterprise_modelfour_cont ul li:first-child img{width:14px;height:auto;}
    .sup_enterprise_modelfour_cont table{width:100%;margin-left:0;margin-top:126px;}
    .sup_enterprise_modelfour_cont table tr{height:48px;font-size:12px;line-height:48px;}
    .sup_enterprise_modelfour_cont table tr td{border:none;}
    .sup_enterprise_modelfour_tabicon{    top: 23%;height: 85%;right:-6%}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_one{width:1%}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_two{width:40%;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_three{width:30%;text-align:left;}
    .sup_enterprise_modelfour_cont table tr td.enterprise_td_four{width:19%;}

    .sup_enterprise_modelfive{padding-bottom:30px;}
    .sup_enterprise_modelfive h3{margin-bottom:10px;}
    .sup_enterprise_modelfive h4{font-size:12px;line-height:18px;margin-bottom:10px;}
    .sup_enterprise_modelfive_btn a{width:114px;height:30px;line-height:30px;font-size:14px; }
    .sup_enterprise_consultbtn{margin-right:10px;box-shadow:0 5px 30px 0 rgba(209,209,209,0.83);}
    /*    .sup_enterprise_purchasebtn{box-shadow:0 5px 30px 0 rgba(137,192,248,0.83);}*/

    .sup_enterprise_modelsix h3{margin-bottom:14px;}
    .sup_enterprise_modelsix_contbox{top:18px;width:100%;height:100%;box-shadow:0 12px 42px 12px rgba(0,0,0,0.04);
        border-radius:10px;}
    .sup_enterprise_modelsix_cont{padding:40px 0 10px;}
    .sup_enterprise_modelsix_cont ul{width:90%;margin:0 auto;}
    .sup_enterprise_modelsix_cont li{float:left;width:32%}
    .sup_enterprise_modelsix_contbj{position:absolute;left: -5%;top: 19%;width: 90%;height: 70%;border-radius:10px;box-shadow:0 0 40px 0 #ebecf0;}
    .sup_enterprise_modelsix_cli{margin:0 2%;}
    .sup_enterprise_modelsix_cont li a{border-radius:11px;width:100%;height:164px;box-shadow:0 0 10px 0 #ebecf0;}
    .sup_enterprise_modelsix_pic{width:100%;height:100px;margin:1px auto 0;background-size:80% auto;}
    .sup_enterprise_modelsix_txt{font-size:12px;line-height:20px;margin-top:10px;}
    .sup_enterprise_modelsix_btn{ width:200px;height:28px;line-height:28px;font-size:14px;margin:10px auto 0;box-shadow: 0 0 10px 0 #d2e7fd;}


    .sup_enterprise_modelseven{padding-bottom:30px;}
    .sup_enterprise_modelseven_cont .swiper-container{padding-bottom:30px;}
    .sup_enterprise_modelseven_cont .swiper-pagination-bullet{width:10px;height:10px}
    .sup_enterprise_modelseven_cont .swiper-container h4{font-size:14px;line-height:20px;width:85%;margin:0 auto 10px;}
    .sup_enterprise_modelseven_txt{font-size:12px;line-height:18px;width:85%;padding-left:2em;}
    .sup_enterprise_modelseven_cont .swiper-button-next{right:0;background-size:100% auto;}
    .sup_enterprise_modelseven_cont .swiper-button-prev{left:0;background-size:100% auto;}

    .sup_enterprise_bomb{display:none;width:80%;height:382px;border-radius:10px;margin:-191px 0 0 -40%;box-shadow:0 2px 10px 10px rgba(0,0,0,0.10);}
    .sup_enterprise_close{margin:5px 8px 0 0;}
    .sup_enterprise_close a{float:right;width:20px;height:20px;}
    .sup_enterprise_bomb_cont{width:90%;margin:0 auto;}
    .sup_enterprise_bomb_cont h3{font-size:14px;line-height:14px;margin-bottom:10px;}
    .sup_enterprise_bomb_cont h4{font-size:12px;margin-bottom:5px;line-height:18px;}
    .sup_enterprise_bomb_cont ul{margin-bottom:5px;}
    .sup_enterprise_bomb_litxt{line-height:24px;font-size:12px;}
    .sup_enterprise_bomb_litxt span{margin-left:10px;}
    .sup_enterprise_bomb_liinput input{border-radius:3px;width:100%;padding:0 2%;height:24px;line-height:24px;}
    .sup_enterprise_bomb_sub{border-radius:3px; width:70%;height:32px;line-height:32px;font-size:14px;margin:20px auto 0;}


    .sup_enterprise_question_ul{float:none;width:100%;}
}




#bootstrap-touch-slider{background-color:#fff;height:auto;}
#bootstrap-touch-slider .carousel-inner{height:100%;z-index:15;}
#bootstrap-touch-slider .item{height:100%}

/*.swiper-container{display:none;}*/
#animationWindow_mobile{background-color:#202020}
#animationWindow_mobile svg{position:absolute;left:0;top:0;height:100%!important;}
#animationWindow .slide-text{top:25%}



.joinus_banner{margin-top:68px;height:400px;}
.joinus_banner .joinus_top{text-align:center;margin-top: 120px;}
.joinus_top h3{font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;margin-bottom:42px;
    line-height: 45px;}
.joinus_top .joinus_top_tith{font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;margin-bottom:42px;
    line-height: 45px;}
.joinus_top h4{font-size: 20px;max-width:800px;margin-left:auto;margin-right:auto;
    text-align: center;font-weight: normal;
    color: #ffffff;
    line-height: 30px;}
.joinus_tit{margin-top:80px;text-align:center;}
.joinus_tit img{display:inline-block;width:278px;height:auto;}
.joinus_tab{text-align:center;margin-top:29px;margin-bottom:80px;}
.joinus_tablist{display:inline-block;opacity: 0.6;padding:0 25px;height: 41px;line-height: 41px;
    background-color: #313945;border-radius: 21px;
    font-size: 16px;margin:0 25px 40px;
    text-align: center;
    color: #ffffff;cursor:pointer;
    letter-spacing: 2px;
}
.joinus_tablist:hover{ color: #ffffff;}

.joinus_tablistcheck{background-color: #006cff;font-weight: 700;opacity: 1;}
.joinus_tabinfolist{margin-bottom:40px;}
.joinus_tabinfotit{width: 100%;
    padding:0 40px;cursor:pointer;
    height: 70px;line-height: 70px;
    background-color: #f4f4f4;
    border: 1px solid #eaeaea;
    border-radius: 5px 5px 0 0;}
.joinus_tabinfotit span{float:left;width:90%;font-size: 24px;
    font-weight: 500;
    color: #000000;}
.joinus_tabinfotit a{width: 30px;height: 30px;cursor:pointer;
    border-radius: 50%;float:right;margin-top:20px;
    background:url("../../images/2021/joinus-icon2.png") no-repeat;
    background-position:-10px -60px;
}
.joinus_tabinfotit a.joinus_tabopen{
    background-position: -10px -10px;
}
.joinus_tabinfotxt{border: 1px solid #eaeaea;
    border-radius:0 0 5px 5px;width: 100%;
    padding:23px 40px 40px;
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.05); display:none;}
.joinus_tabinfotxtopen{display:block;}
.joinus_tabinfotxt p{
    font-size: 18px;margin-bottom:10px;
    color: rgba(0,0,0,0.85);
    font-weight:600;
    line-height: 21px;
    letter-spacing: 2px;
}
.joinus_tabinfop{margin-top:30px;}
.joinus_tabinfotxt div{
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
}
.joinus_send{width: 130px;display:block;
    height: 41px;line-height: 41px;
    opacity: 1;margin-top:20px;
    border-radius: 21px;font-size: 16px;
    padding:0 16px 0 50px;
    color: #ffffff;cursor:pointer;
    background:#006cff url("../../images/2021/joinus-icon3.png") no-repeat 16px center;
}
.joinus_send:hover{color: #ffffff;}

.joinus_process{margin-top:90px;margin-bottom:100px;}

.joinus_process .maincon{display:flex; display: -webkit-flex; flex-wrap:wrap;justify-content:space-between}

.joinus_process .maincon .joinus_process_list{width:138px;text-align:center;display:flex; display: -webkit-flex;flex-direction:column}
.joinus_process .maincon .joinus_process_list img{width:138px;height:auto;}
.joinus_process .maincon .joinus_process_list span{font-size: 18px;margin-top:35px;
    font-weight: 500;
    text-align: center;
    color: #000000;
    line-height: 27px;
    letter-spacing: 2px;}
.joinus_process .maincon .joinus_process_icon{margin-top:58px;}
.joinus_process .maincon .joinus_process_icon img{width:20px;height:auto;}


.feedback-tip{
    width:900px;
    margin:40px auto 28px;
    padding:16px 24px;
    box-sizing:border-box;
    display:flex;
    background: #ffffff;
    border: 0.5px solid #dcdcdc;
    border-radius: 3px;
    box-shadow: 0px 8px 10px -5px rgba(0,0,0,0.08);
}
.feedback-tip-icon{width:20px;height:20px;}

.feedback-tip .feedback-tip-cont{ margin-left:8px;height:auto;}
.feedback-tip-tit{font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    color: rgba(0,0,0,0.60);
    line-height: 20px;}
.feedback-tip-txt{margin-top:10px;display:flex;align-items:center;}
.feedback-tip-txt span{font-size: 14px;
    font-family: PingFang SC, PingFang SC-Semibold;
    color: rgba(0,0,0,0.60);
    line-height: 26px;}
.feedback-tip-txt span:first-child{font-weight:bold;width:43px;flex-shrink:0;}
.feedback-tip-txt a{margin-left:8px;width: 100px;
    height: 26px;
    border: 1px solid #1d4ddc;
    border-radius: 2px;cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Semibold;
    font-weight: 600;
    color: #1d4ddc;
}
.feedback-tip-txt a img{width:16px;margin-right:4px;}

.feedback-form{width:900px;margin:0 auto;}
.feedback-form .form-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.feedback-form .form-column .form-group {
    width: 46%;
    position: relative;
    margin-bottom:20px;
}

.feedback-form .label-require::before {
    content: "*";
    color: rgba(255,84,84,0.90);
    margin-right: 4px;
}


.feedback-form label{
    color: #000000;
    line-height: 22px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    margin-bottom:8px;
    font-family: PingFang SC, PingFang SC-Regular;
}

.feedback-form input.form-control::placeholder,.feedback-form textarea.form-control::placeholder{
    font-size: 14px;
    color: rgba(0,0,0,0.40);
}
.feedback-form input.form-control,.feedback-form textarea.form-control, .feedback-form select.form-control{
    border: 1px solid #dcdcdc;
    color: rgba(0,0,0,0.90);
    font-size: 14px;
    box-shadow:none;
}
.feedback-text-count{position:absolute;color: #A6A6A6;bottom:1px;right:10px;background-color:#fff;}
.requestion-text-count{position:absolute;color: #A6A6A6;bottom:1px;right:14px;background-color:#fff;}

.feedback-form select::-ms-expand { border:none;background-color:#fff;}
.feedback-form select.form-control{
    color: rgba(0,0,0,0.40);
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url('../../images/feedback-icon4.png') no-repeat 97%;
    background-size:9px 5px;
    padding-right: 15px;

}
.feedback-form select.form-control:focus{
    background: url('../../images/feedback-icon5.png') no-repeat 97%;
    background-size:9px 5px;
}
.feedback-form option {
    color: rgba(0,0,0,0.90);
}
.feedback-form input.form-control:hover, .feedback-form textarea.form-control:hover,.feedback-form select.form-control:hover{
    border-color: #1D4DDC;
}
.feedback-form input.form-control:focus, .feedback-form textarea.form-control:focus, .feedback-form select.form-control:focus{
    border-color: #1D4DDC;
    box-shadow:0 0 0 .1rem rgba(212,227,252,1)

}
.feedback-form select option:hover{
    background-color: #ecf2fe!important;
    color:#1D4DDC!important;

}

/*.feedback-form select option.decorated {*/
    /*background-color: #ecf2fe;*/
    /*color:#1D4DDC; }*/
/*.feedback-form form-control:focus {*/
    /*box-shadow:none;*/
/*}*/



.feedback-form .button-wrap{
    text-align: center;
}

.feedback-form .button-wrap a.submit-btn{
    background: #1d4ddc;
    border-radius: 3px;
    width: 144px;
    height: 40px;
    font-size: 16px;
    margin-top: 32px;
    color: rgba(255,255,255,0.90);
    line-height: 26px;
    border:none;
}
.feedback-form .button-wrap a.submit-btn:hover{
     background: #266FE8;
}
.feedback-form .button-wrap a.submit-btn:active{
    background-color:#0034B5;
}
.feedback-form .button-wrap a.submit-btn:visited {
    background: #0034B5;
}
#upfile_queue .uploadifive-queue-item.error .fileinfo{
   color: #e34d59;
}
.feedback-form .button-wrap a.disabled{background: #bbd3fb;}
.feedback-form .has-error .help-block{margin:0;position:absolute;}
.feedback-form .has-error .help-block,
.feedback-form .has-error .control-label,
.feedback-form .has-error .radio,
.feedback-form .has-error .checkbox,
.feedback-form .has-error .radio-inline,
.feedback-form .has-error .checkbox-inline,
.feedback-form .has-error .radio label,
.feedback-form .has-error .checkbox label,
.feedback-form .has-error .radio-inline label,
.feedback-form .has-error .checkbox-inline label {
    color: #E34D59;
}
.feedback-form .has-error .form-control {
    border-color:#E34D59;

}
.feedback-form .has-error .form-control:hover {
    border-color: #E34D59;

}
.feedback-form .has-error .form-control:focus {
    border-color: #E34D59;

}
.feedback-form .has-error .input-group-addon {
    color: #E34D59;
    background-color: #f2dede;
    border-color: #E34D59;
}
.feedback-form .has-error .form-control-feedback {
    color: #E34D59;
}
.feedback-form .txt-tip{
    position:absolute;
    right:-27px;
    bottom:7px;
    width: 18px;
    height: 18px;cursor:pointer;
    background: url('../../images/feedback-icon6.png') no-repeat center;
    background-size:100%;
}

.feedback-form .txt-tip-info{
    display:none;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: rgba(255,255,255,0.90);
    line-height: 32px;
    width: auto;
    z-index:10;
    padding:0 5px;
    height: 32px;
    border-radius: 3px;
    background: rgba(0,22,77,0.90);
    text-align:center;
    position:absolute;
    right:-152px;
    bottom:-37px;
    box-shadow: 0px 3px 14px 2px rgba(0,0,0,0.05), 0px 8px 10px 1px rgba(0,0,0,0.06), 0px 5px 5px -3px rgba(0,0,0,0.10);
}
.txt-tip-horn{
    position:absolute;
    top:-6px;
    left:61%;
    width:10px;
    height:6px;
    background: url('../../images/feedback-icon7.png') no-repeat center;
    background-size:100%;
}
.feedback-upload-wrap{display:flex;align-items: center; margin-top: 28px;}
.feedback-upload-tip{font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: rgba(0,0,0,0.40);
    line-height: 32px;padding-left:8px;z-index:8;background-color:#fff;position:relative;}
.feedback-upload-cont{position:relative}
.feedback-upload-btn{position:relative;
    width: 112px;
    height: 32px;line-height: 32px;
    background: url('../../images/feedback-icon3.png') no-repeat 16px center;
    background-size:16px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    font-size: 14px;
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
    font-weight: 400;
    box-sizing:border-box;cursor: pointer;
    color: rgba(0,0,0,0.90);cursor:pointer;display:block;

}
.uploadifive-button{
    padding-left:20px;
}
.feedback-upload-btn:hover{border: 1px solid #266fe8;color: #266fe8;
    background: url('../../images/feedback-icon3-1.png') no-repeat 16px center;
}
.upload-btnhover{border: 1px solid #266fe8;color: #266fe8;cursor: pointer;
    background: url('../../images/feedback-icon3-1.png') no-repeat 16px center;}
.feedback-form input.add_location_file{
    position: absolute;
    display:block;font-size:20px;
    left: 0;  top: -1px; opacity: 0; filter: alpha(opacity=0);
    cursor: pointer
}
.feedback-mask{display:none;position:fixed;z-index: 9999;left:0;right:0;bottom:0;top:0;background: rgba(0,0,0,0.70);}
.feedback-mask-box{z-index: 99999;
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 4px;
    position:fixed;
    left:50%;
    top:50%;
    margin:-70px 0 0 -70px;
    display:flex;
    flex-direction:column;
    justify-content: center;
    align-items:center;

}
.maskhide{display:none;}
.feedback-mask-spinner {
    width:22px;
    height:22px;
    border-radius:50%;
    border:3px solid;
    border-color:#93b6ef;
    border-right-color: #0052d9;
    margin-bottom:16px;
    animation:s2 1s infinite linear;
}
@keyframes s2 {to{transform: rotate(1turn)}}

.feedback-mask-msg{
    width: 84px;
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: rgba(0,0,0,0.40);
    line-height: 20px;
}
.formsub-success{width:900px;margin:0 auto;display:none;}
.formsub-success ul li{text-align:center;}
.formsub-success-img{width:160px;height:auto;margin:80px 0 20px;}
.formsub-success-tit{font-size: 20px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 600;
    text-align: center;
    color: #333333;
    line-height: 28px;}
.formsub-success-txt{font-size: 14px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 28px;}
.formsub-success-questionnaire{
    margin:64px auto 0;
    width:100%;
    position: relative;
}
.formsub-success-questionnaire img{
    width:100%;
}
.questionnaire-cont{
    position:absolute;
    left:0;top:0;
    height:100%;
    width:100%;
    padding-left:7%;
    display:flex;justify-content: center;
    flex-direction: column;
}
.characters-tit{font-size: 20px;
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
    /*font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;*/
    font-weight: 500;font-weight: bold;
    text-align: left;
    color: #0474ee;
    line-height: 29px;}
.characters-txt{font-size: 52px;
    font-family: YouSheBiaoTiHei, YouSheBiaoTiHei-Regular;
    font-weight: bold;
    text-align: left;
    color: #0474ee;
    line-height: 68px;}
.characters-tct{font-size: 18px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #3b5184;
    line-height: 25px;}
.uploadifive-queue-item{
    padding: 8px 10px;
    background: #f3f3f3;border-bottom: 1px solid #e7e7e7;}
.upload_morefile_model .uploadifive-queue-item .close{
    font-size: 16px;
    font-weight:400;
    line-height: 1.4;
    /*color:#fff;*/
    /*background:url(../../images/feedback-icon10.png) no-repeat center;*/
}
.upload_morefile_model .uploadifive-queue-item .progress {
    border: 1px solid #D0D0D0;
    height: 3px;
    margin-top: 5px;margin-bottom:5px;
    width: 100%;
}
.feedback-upfile-err{color:#e34d59;font-size:12px;}
.feedback-upfile-err1{color:#e34d59;font-size:12px;}

.questionnaire-bg1{position:absolute;right:0;top:0;width:43%;max-width:830px;z-index:-1;}
.questionnaire-bg2{position:absolute;left:0;top:40%;width:16%;max-width:302px;z-index:-1;}
/*问卷调查*/
.questionnaire-header{width:100%;height: 66px;
    position: fixed;z-index:9999;top:0;left:0;background-color:#fff;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.09), 0px 1px 0px 0px #eaeaea; }
.progress-model{
    height: 3px;
    box-shadow: none;
    background-color: #ffffff;
    position: fixed;
    top: 67px;
    left: 0;
    width: 100vw;
}
.questionnaire-header .header_menu{display:none;}
.progress-model .progress-bar {
    background-color: #1D4DDC;
}
.requestion-content{
    padding-top: 53px;
    max-width: 1000px;
    margin: 150px auto;
    background: #ffffff;
    box-shadow: 0px 2px 24px 0px rgba(168,187,205,0.20);
    height: auto;
    min-height: 300px;
    padding-left: 51px;
    padding-right: 72px;
    padding-bottom: 60px;
    display: none;
}

.requestion-content .requestion-title{
    font-size: 22px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 30px;
    margin-top: 0;
}

.requestion-content .requestion-desp{
    font-size: 15px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-top: 20px;
}

.requestion-content .requestion-form{

}

.requestion-content .requestion-form .requestion-form-item{
    margin-top: 40px;
    position: relative;
}

.requestion-content .requestion-form .requestion-form-item .requestion-form-item-num{
    font-size: 16px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 23px;
}

.requestion-content .requestion-form .requestion-form-item .requestion-form-item-content{

}

/* 评分相关css */

.requestion-content .requestion-form .requestion-form-item .mark-star{
    display: flex;
    padding-left: 36px;
    margin-top: 29px;
}

.requestion-content .requestion-form .requestion-form-item .mark-star .star-intro{
    font-size: 14px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #838383;
    line-height: 19px;
}

.requestion-content .requestion-form .requestion-form-item .mark-star .star-intro:nth-of-type(1){
    margin-right: 44px;
}

.requestion-content .requestion-form .requestion-form-item .mark-star .star-intro:nth-of-type(2){
    margin-left: 9px;
}

.requestion-content .requestion-form .requestion-form-item .mark-star .mark-star-content{

}

.requestion-content .requestion-form .requestion-form-item .mark-star .mark-star-content .glyphicon-star{
    margin-right: 35px;
    font-size: 20px;
    cursor: pointer;
    color: #1d4ddc;
}

.requestion-content .requestion-form .requestion-form-item .mark-star .mark-star-content .glyphicon-star-empty{
    margin-right: 35px;
    font-size: 20px;
    cursor: pointer;
    color: #aaaec2;
}

/* 单选相关css */
.requestion-content .requestion-form .requestion-form-item .single-select{
    margin-top: 4px;
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.requestion-content .requestion-form .requestion-form-item .single-select .radio{
    margin-top: 16px;
}

/* 多选相关css */
.requestion-content .requestion-form .requestion-form-item .multi-select{
    margin-top: 4px;
    padding-left: 12px;
}

.requestion-content .requestion-form .requestion-form-item .multi-select .checkbox{
    margin-top: 16px;
}

/* 问答题相关css */
.requestion-content .requestion-form .requestion-form-item .anser-textarea{
    margin-top: 20px;
    padding-left: 12px;
}

.requestion-content .requestion-form .requestion-form-item .anser-textarea .anser-content{
    width: 854px;
    height: 140px;
    background: rgba(255,255,255,0.90);
    border: 1px solid #1d4ddc;
    border-radius: 3px;
    overflow: auto;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: rgba(0,0,0,0.90);
    line-height: 22px;
}

.requestion-content .requestion-form .requestion-form-item label{
    font-size: 16px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 23px;
    padding-left: 10px;
}

.requestion-content .requestion-form .requestion-form-item .multi-mark{
    background: #ecf2fe;
    border-radius: 2px;
    font-size: 13px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #1d4ddc;
    line-height: 18px;
    padding: 2px 6px;
    margin-left: 10px;
}

.requestion-content .requestion-form .requestion-form-item .required{
    position: absolute;
    font-size: 16px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #ff5454;
    line-height: 23px;
    top: 2px;
    left: 0;
}

.requestion-content .requestion-form .requestion-form-item .required::before{
    content: '*';
}

.requestion-content #requestion-submit{
    background: #1d4ddc;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,0.90);
    line-height: 24px;
    padding: 8px 56px;
    margin: 40px auto;
    display: block;
    outline: none;
    border:none;
}

.requestion-content #requestion-submit:disabled{
    background: #bbd3fb;
}


.requestion-result{
    padding-top: 150px;
    max-width: 1000px;
    margin: 100px auto;
    background: #ffffff;
    box-shadow: 0px 2px 24px 0px rgba(168,187,205,0.20);
    height: auto;
    min-height: 300px;
    text-align: center;
    padding-bottom: 150px;
}

.requestion-result img{
    width: 160px;
}

.requestion-result p{
    font-size: 20px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 64px;
}

.requestion-result  .requestion-result-btn{
    background: #1d4ddc;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: rgba(255,255,255,0.90);
    line-height: 40px;
    outline: none;
    width: 144px;
    height: 40px;
    margin: 0 auto 18px;
    border:none;
    display: block;
    cursor:pointer;

}
.requestion-result-btn:hover{
    background-color:#266FE8;
    border:none;
}


.requestion-success{
    display: none;
}

.requestion-repeat{
    display: none;
}

.requestion-expire{
    /*display: none;*/
}

.slide-text .index_gradient_downbtn{margin:0;width: 200px;vertical-align:0}

.slide-text .index_gradient_downbtn a.btn-primary{
    width: 200px;height: 56px;line-height: 56px;font-size: 18px;
    cursor: pointer;
    background: linear-gradient( 121deg, #026EFF 0%, #03A7FC 100%);
    border-radius: 4px;
    color: #FFFFFF;}
.slide-text .index_gradient_downbtn a.btn-primary:hover{background: #026EFF;}


.events_banner_tit{font-size: 30px;color: #091321;line-height: 50px;font-weight: bold;}
.events_banner_tit_doc{font-size: 13px;color: #FFFFFF;line-height: 20px;}
.events_banner_txt,.slide-text .events_banner_txt,
.slide-text.slide_style_left .events_banner_txt
{font-size: 54px;color: #091321;line-height: 79px;font-weight: bold;margin-top:17px;margin-bottom:5px;}

.events_banner_doc{font-size: 24px;color: #091321;line-height: 34px;letter-spacing: 5px;margin-top:8px;}
.events_banner_line{width: 60px;height: 3px;background: linear-gradient( 90deg, #0272FF 0%, #00D4FF 100%);margin:32px 0;}
.events_banner_site{font-size: 20px;color: #091321;line-height: 40px;}
.events_banner_btns{margin-top:40px;display:flex;}
.events_banner_btn, .slide-text .events_banner_btn{width: 236px;
    height: 60px;text-align:center;
    border-radius: 8px;
    cursor:pointer;font-size: 18px;
    color: #027CFF;
    line-height: 60px;
    background: linear-gradient( 135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.5) 100%);
    border-radius: 8px;
    border: 1px solid #0274FF;
    transition: color 0s;
    -webkit-transition: color 0s;
    -moz-transition: color 0s;
    -ms-transition: color 0s;
}
.events_banner_btn:hover, .slide-text .events_banner_btn:hover{background: linear-gradient( 135deg, #0272FF 0%, #00D4FF 100%);color: #fff;border:none;}
.events_banner_btn_bg, .slide-text .events_banner_btn_bg{margin-right:20px;background: linear-gradient( 135deg, #0272FF 0%, #00D4FF 100%);color: #FFFFFF;border:none}
.events_banner_btn_bg:hover, .slide-text .events_banner_btn_bg:hover{background: linear-gradient( 135deg, #00D4FF 0%, #0272FF 100%);border:none}




.events616_banner_tit{font-size: 30px;color: #fff;line-height: 50px;}
.events616_banner_txt,.slide-text .events616_banner_txt,.slide-text.slide_style_left .events616_banner_txt{font-size: 50px;color: #fff;line-height: 74px;margin-top:15px;}
.events616_banner_doc{font-size: 22px;color: #fff;line-height: 34px;letter-spacing: 4px;margin-top:0;}
.events616_banner_site{color: #fff;}




.support_tab_new{
    height: 80px;overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 12px 28px 0px rgba(178,193,205,0.50);
    margin-top:-30px;
    position:relative;
}
.support_tab_new_cont{display:flex;justify-content: space-around;align-items:center;height:100%;width:100%;}
.support_tab_new_list{text-align: center;    }
.support_tab_new_list i{color: #333333;font-size: 20px;cursor:pointer;position:relative}
.support_tab_new_list i:after{
    content: '';
    position: absolute;
    padding: 0 20px;
    height: 4px;
    width: 180%;
    background: #316ff3;visibility: hidden;
    left: -40%;transition: all 0.3s ease-in;
    top: 51px;transform: scaleX(0);
    /*display:none;*/
}
.support_tab_new_list i:hover:after{transform: scaleX(1);visibility: visible;}
.support_tab_new_current i:after{transform: scaleX(1);visibility: visible;}

.slide-text a.btn-primary-thirdbtn{background-color:#DCA207}
.slide-text a.btn-primary-thirdbtn:hover{background-color:#FFD209;}

#animationWindow svg{position:absolute;left:0;top:0}
#animationWindow .index_h1{margin-bottom:15px;}
.download_list .list dl dt a.free_license_btn{background-color:rgba(212, 168, 1, 1)}
.download_list .list dl dt a.free_license_btn:hover{background-color:#FFD209;}
.download_list .list ul a.linux_a{float:none;cursor:pointer;text-decoration: underline;margin-right:5px;}
.download_list .list ul a.linux_a:hover{text-decoration: none}


#bootstrap-touch-slider.bs-slider{max-height: none!important;}
.control-round .carousel-control{background-color: rgba(0, 0, 0, .2);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;}

@media screen and (max-width: 1730px){
    .events_banner_txt, .slide-text .events_banner_txt, .slide-text.slide_style_left .events_banner_txt {
        font-size: 52px;
        line-height: 76px;
        margin-top: 15px;
    }
    .events616_banner_txt,.slide-text .events616_banner_txt,.slide-text.slide_style_left .events616_banner_txt{
        font-size: 50px;color: #fff;line-height: 74px;margin-top:15px;
    }

}

@media screen and (max-width: 1500px) {
    .events_banner_tit{font-size: 32px;line-height: 50px;}
    .events616_banner_tit {font-size: 30px;line-height: 50px;    }
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt{font-size: 52px;line-height: 79px;margin-top:17px;}
    .events_banner_doc{font-size: 21px;line-height: 34px;letter-spacing: 3px;margin-top:8px;}
    .events_banner_line{width: 60px;height: 3px;margin:20px 0;}
    .events_banner_site{font-size: 22px;line-height: 38px;}
    .events_banner_btns{margin-top:50px;}

    .events616_banner_txt,.slide-text .events616_banner_txt,.slide-text.slide_style_left .events616_banner_txt{
        font-size: 44px;color: #fff;line-height: 64px;margin-top:15px;
    }
}
@media screen and (max-width: 1430px) {
    .events_banner_tit{font-size: 30px;line-height: 46px;}
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt{font-size: 50px;line-height: 75px;margin-top:15px;}
    .events_banner_doc{font-size: 20px;line-height: 30px;letter-spacing: 3px;margin-top:5px;}
    .events_banner_line{width: 60px;height: 3px;margin:10px 0;}
    .events_banner_site{font-size: 20px;line-height: 34px;}
    .events_banner_btns{margin-top:40px;}

    .events616_banner_txt,.slide-text .events616_banner_txt,.slide-text.slide_style_left .events616_banner_txt{
        font-size: 44px;line-height: 64px;margin-top:15px;
    }
}
@media screen and (max-width: 1330px) {
    .events_banner_tit{font-size: 26px;line-height: 40px;}
    .events_banner_tit_doc{font-size: 12px;line-height: 20px;}
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt{font-size: 40px;line-height: 60px;margin-top:10px;}
    .events_banner_doc{font-size: 18px;line-height: 28px;letter-spacing: 2px;margin-top:5px;}
    /*.events_banner_line{width: 60px;height: 3px;}*/
    .events_banner_site{font-size: 18px;line-height: 30px;}
    .events_banner_btns {
        margin-top: 30px;
    }
    .events_banner_btn, .slide-text .events_banner_btn {
        width: 200px;
        height: 50px;
           font-size: 16px;
           line-height: 50px;
    }

    .events616_banner_txt,.slide-text .events616_banner_txt,.slide-text.slide_style_left .events616_banner_txt{
        font-size: 37px;line-height: 59px;margin-top:10px;
    }

    .support_tab_new_list i {
        font-size: 18px;
    }

    .support_tab_new_list i:after {
        width: 120%;
        left: -10%;
    }


}
@media screen and (max-width: 1200px){
    #bootstrap-touch-slider{height:500px;}

    .joinus_process .maincon .joinus_process_list {width: 108px;}
    .joinus_process .maincon .joinus_process_list img {width: 108px;}
    .joinus_process .maincon .joinus_process_list span {
        font-size: 16px;
        margin-top: 25px;}
    .joinus_process .maincon .joinus_process_icon {
        margin-top: 41px;
    }
    .joinus_process {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .joinus_tab {margin-bottom: 40px;   }
    .joinus_top h4 {font-size: 18px;}
    .joinus_top h3 {font-size: 36px;}
    .joinus_top .joinus_top_tith {font-size: 36px;}

}

@media screen and (max-width: 1100px){
    .events_banner_txt, .slide-text .events_banner_txt, .slide-text.slide_style_left .events_banner_txt {
     font-size: 38px;
    }
    .events616_banner_txt,.slide-text .events616_banner_txt,.slide-text.slide_style_left .events616_banner_txt{
        font-size: 36px;
    }
}

@media screen and (max-width: 1000px){
    #bootstrap-touch-slider,#swiper-h5{height:300px;}
    /*.swiper-container{display:block;overflow:visible;}*/
    /*#bootstrap-touch-slider{display:none;}*/

    .joinus_top h3 {
        font-size: 30px;margin-bottom: 10px;
    }
    .joinus_top .joinus_top_tith {
        font-size: 30px;margin-bottom: 10px;
    }
    .joinus_tit {
        margin-top: 40px;

    }
    .joinus_tablist {
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
       font-size: 14px;
        margin: 0 10px 20px;
    }
    .joinus_tabinfotit span {font-size: 16px; }
    .joinus_tabinfotxt p {font-size: 14px;margin-bottom: 10px; line-height: 20px;}

    .joinus_process .maincon .joinus_process_list{width:68px;}
    .joinus_process .maincon .joinus_process_list img{width:68px;}
    .joinus_process .maincon .joinus_process_list span{font-size: 12px;margin-top:10px;
        line-height: 24px;letter-spacing: 2px;}
    .joinus_process .maincon .joinus_process_icon {
        margin-top: 30px;
    }
    .joinus_process .maincon .joinus_process_icon img {
        width: 14px;
        height: auto;
    }

    .feedback-form{width:90%;}
    .formsub-success{width:100%;}
    .feedback-tip{
        width:100%;
    }
    .feedback-form .form-column .form-group{width: 100%;}
    .feedback-form .txt-tip-info{right: -28px;}
    .txt-tip-horn {left: auto;right: 5px;}



    .events_banner_tit {
        font-size: 22px;
        line-height: 32px;
    }
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt {
        font-size: 32px;
        line-height: 50px;
        margin-top: 5px;
    }
    .events_banner_line {
        width: 60px;
        height: 3px;
        margin: 10px 0;
    }
    .events_banner_site {
        font-size: 16px;
        line-height: 28px;
    }

    .events_banner_btns {
        margin-top: 20px;
    }
    .events_banner_btn, .slide-text .events_banner_btn {
        width: 200px;
        height: 46px;
        border-radius: 8px;
        font-size: 16px;
        line-height: 46px;
    }
    .events_banner_cont {
        margin: 110px auto 100px;
    }

    .events616_banner_doc {
        letter-spacing: 1px;
    }
}
@media screen and (max-width: 999px) {
    .requestion-content{
        margin-left: 20px;
        margin-right: 20px;
        padding: 36px 16px 8px 16px;
        margin-top: 106px;
    }

    .requestion-content .requestion-title{
        font-size: 20px;
        font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
        font-weight: 500;
        text-align: center;
        color: #333333;
        line-height: 29px;
    }

    .requestion-content .requestion-desp{
        font-size: 14px;
        font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 19px;
        margin-bottom: -10px;
    }

    .requestion-content .requestion-form .requestion-form-item label{
        font-size: 15px;
        line-height: 22px;
    }

    .requestion-content .requestion-form .requestion-form-item{
        margin-top: 32px;
        position: relative;
    }

    .requestion-content .requestion-form .requestion-form-item .requestion-form-item-num{
        font-size: 15px;
        line-height: 22px;
    }

    .requestion-content .requestion-form .requestion-form-item .mark-star{
        display: flex;
        padding-left: 36px;
        margin-top: 55px;
        position: relative;
        width: 347px;
    }

    .requestion-content .requestion-form .requestion-form-item .mark-star .star-intro{
        font-size: 14px;
        font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #838383;
        line-height: 19px;
    }

    .requestion-content .requestion-form .requestion-form-item .mark-star .star-intro:nth-of-type(1){
        position: absolute;
        left: 32px;
        top: -32px;
    }

    .requestion-content .requestion-form .requestion-form-item .mark-star .star-intro:nth-of-type(2){
        position: absolute;
        right: 50px;
        top: -32px;
    }

    /* 问答题相关css */
    .requestion-content .requestion-form .requestion-form-item .anser-textarea{
        /* margin-top: 20px;
        padding-left: 12px; */
    }

    .requestion-content .requestion-form .requestion-form-item .anser-textarea .anser-content{
        width: 100%;
        height: 140px;
        background: rgba(255,255,255,0.90);
        border: 1px solid #1d4ddc;
        border-radius: 3px;
        overflow: auto;
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        color: rgba(0,0,0,0.90);
        line-height: 22px;
    }


    .requestion-result{
        padding-top: 68px;
        margin: 40px 20px;
        padding-bottom: 68px;
    }

    .requestion-result img{
        width: 100px;
    }

    .requestion-result p{
        font-size: 14px;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        text-align: center;
        color: #333333;
        line-height: 28px;
        margin-top: 16px;
        margin-bottom: 40px;
    }


    .requestion-result .requestion-result-btn{
        width: 132px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
        margin-bottom: 0;
    }
}
@media (max-width: 980px){
    .joinus_banner{margin-top:50px;height:300px;}



    .feedback-tip{
        width:100%;
        margin:20px auto 24px;
        padding:16px 14px 20px;
    }
    .feedback-tip-txt span {
        line-height: 22px;
    }
    .joinus_banner .joinus_top {
        margin-top: 110px;
    }

}
@media (max-width: 850px){
    .swiper-container.bs-slider{margin-top:50px;}

    .feedback-upload-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .feedback-upload-tip {
        line-height: 20px;
        margin-top:12px;
    }
    .formsub-success-img{width:100px}
    .formsub-success-tit {font-size: 18px;}
    .formsub-success-txt {font-size: 13px;}
    .characters-tit{font-size: 13px;line-height: 18px;}
    .characters-txt {font-size: 26px; line-height: 34px;}
    .characters-tct {font-size: 12px;line-height: 18px;}

    .joinus_banner .joinus_top {
        margin-top: 100px;
    }
}
@media screen and (max-width: 768px){
    .support_tab_new {
         height: 44px;
         margin-top: -30px;
     }
    .support_tab_new_list i {
        font-size: 12px;
    }
    .support_tab_new_list i:after {
        height: 2px;
        top: 28px;
    }

    #swiper-h5 .events_banner_doc {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 2px;
        margin-top: 0;
    }
    #swiper-h5 .events_banner_txt, .slide-text .events_banner_txt, #swiper-h5 .slide-text.slide_style_left .events_banner_txt {
        font-size: 30px;
        line-height: 40px;
        margin-top: 5px;
    }
    #swiper-h5 .events_banner_btns {
        margin-top: 10px;
    }

}
@media screen and (max-width: 640px){
    #bootstrap-touch-slider{height:200px;}

    .casebanner .joinus_top {
        margin-top: 70px;
    }
    .joinus_top h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .joinus_top .joinus_top_tith {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .joinus_top h4 {
        font-size: 12px;line-height: 22px;
    }
    .joinus_tit img {width: 220px;     }
    .joinus_tab {
        margin-bottom: 20px;
    }
    .joinus_tabinfotit {
        width: 100%;
        padding: 0 10px;
        height: 60px;
        line-height: 60px;}
    .joinus_tabinfotit span {
        font-size: 12px;
    }
    .joinus_tabinfotit a {
        width: 22px;
        height: 22px;background-size:22px;}
    .joinus_tabinfotxt {        padding: 15px 10px 20px;}
    .joinus_send {
        width: 116px;

        height: 36px;
        line-height: 36px;

        margin-top: 20px;

        font-size: 14px;
        padding: 0 16px 0 40px;background-size:18px auto}
    .joinus_tabinfolist {
        margin-bottom: 19px;
    }
    .joinus_tabinfotxt div {
        font-size: 12px;
        line-height: 22px;
    }
    .joinus_tabinfotit a {
        background-position: 0px -21px;
    }
    .joinus_tabinfotit a.joinus_tabopen {
        background-position: 0px 0px;
    }
    /*.joinus_tabinfotit span {*/
        /*font-size: 12px;*/
        /*line-height: 30px;*/
    /*}*/

    .joinus_tablist {
        padding: 0 9px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        margin: 0 5px 20px;
    }
    .joinus_process .maincon {justify-content: flex-start}

    .joinus_process .maincon .joinus_process_list {
        width: 27%;align-items: center;margin-bottom:10px;
    }
    .joinus_process .maincon .joinus_process_icon {
        width: 6%;margin-bottom:10px;
    }

    .feedback-form .txt-tip {
        right: -20px;
        bottom: 9px;
        width: 15px;
        height: 15px;
    }
    .feedback-form .txt-tip-info {
        right: -22px;
    }


    .events_banner_tit {
        font-size: 14px;
        line-height: 22px;
    }
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt {
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }
    .events_banner_doc {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0px;
        margin-top: 5px;
    }
    .events_banner_line {
        width: 42px;
        height: 2px;
        margin: 5px 0;
    }
    .events_banner_site {
        font-size: 14px;
        line-height: 24px;
    }

    .events_banner_btns {
        margin-top: 10px;
    }
    .events_banner_btn, .slide-text .events_banner_btn {
        width: 120px;
        height: 36px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 36px;
    }
    .events_banner_btn_bg, .slide-text .events_banner_btn_bg {
        margin-right: 13px;
    }
    .events_banner_cont {
        margin: 90px auto 77%;
    }
    .events_banner {
        background-size: cover;
    }


    #swiper-h5 .events_banner_doc {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        margin-top: 5px;
    }
    #swiper-h5 .events_banner_txt, .slide-text .events_banner_txt, #swiper-h5 .slide-text.slide_style_left .events_banner_txt {
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }

}
@media screen and (max-width: 550px){
    #swiper-h5 .index_bannerpc_cont {
        top: 7%;
    }
   .events_banner_txt, .slide-text .events_banner_txt, .slide-text.slide_style_left .events_banner_txt {
        font-size: 18px;
        line-height: 22px;
        margin-top: 2px;
    }
    .events_banner_doc {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0;
        margin-top: 0px;
    }
}
@media screen and (max-width: 450px){
    #swiper-h5{height:170px;}
    #swiper-h5 .slide-image{height:100%;width:100%;}

    .joinus_tablist {
        padding: 0 15px;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
        margin: 0 21px 20px;
    }

    #submit{width:100%;}


    .events_banner_tit {
        font-size: 14px;
        line-height: 20px;
    }
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt {
        font-size: 18px;
        line-height: 30px;
        margin-top: 2px;
    }
    .events_banner_doc {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
        margin-top: 5px;
    }
    .events_banner_line {
        width: 40px;
        margin: 5px 0;
    }
    .events_banner_site {
        font-size: 14px;
        line-height: 20px;
    }

    .events_banner_btns {
        margin-top: 5px;
    }
    .events_banner_btn, .slide-text .events_banner_btn {
        width: 100px;
        height: 32px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 32px;
    }

    .events_banner_tit {
        font-size: 12px;
        line-height: 16px;
    }
    .events_banner_txt, .slide-text .events_banner_txt, .slide-text.slide_style_left .events_banner_txt {
        font-size: 16px;
        line-height: 20px;
        margin-top: 2px;
    }
    .events_banner_site {
        font-size: 12px;
        line-height: 18px;
    }
    .events_banner_btns {
        margin-top: 3px;
    }
}
@media screen and (max-width: 414px){
    .index-news-right .index-news-item-title {
        line-height: 22px;
    }
}
@media screen and (max-width: 365px){
   .joinus_tabinfotit{height:auto;line-height:normal;}
    .joinus_tabinfotit span {
        font-size: 12px;
        line-height: 20px;
        padding: 5px 0;
    }
    .joinus_tabinfotit:before,.joinus_tabinfotit:after {
        content: "";
        display: table;
    }
    .joinus_tabinfotit:after {
        clear: both;
    }

    .joinus_tabinfotit {
        zoom: 1;
    }
    .joinus_tabinfotit a {

        margin-top: 4px;}


    .characters-txt {
        font-size: 22px;
        line-height: 30px;
    }

    .requestion-content .requestion-form .requestion-form-item .mark-star{
        padding-left: 36px;
        width: 258px;
    }
    .requestion-content .requestion-form .requestion-form-item .mark-star .mark-star-content .glyphicon-star-empty{
        margin-right: 26px;
    }
    .requestion-content .requestion-form .requestion-form-item .mark-star .star-intro:nth-of-type(2) {
        right: 20px;
    }


    .events_banner_tit {
        font-size: 12px;
        line-height: 16px;
    }
    .events_banner_txt,.slide-text .events_banner_txt,
    .slide-text.slide_style_left .events_banner_txt {
        font-size: 14px;
        line-height: 20px;
        margin-top: 2px;
    }
    .events_banner_doc {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0px;
        margin-top: 2px;
    }
    .events_banner_line {
        width: 40px;
        margin: 2px 0;
    }
    .events_banner_site {
        font-size: 14px;
        line-height: 18px;
    }

    .events_banner_btns {
        margin-top: 5px;
    }
    .events_banner_btn, .slide-text .events_banner_btn {
        width: 100px;
        height: 30px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 30px;
    }
}





