.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.w_h_auto{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}
.floor{
    padding-bottom: 80px;
}
.floorBg2{    
    background:#ededed;
}
.hover .download_tit{
    background: #2e78e3
}
div{
    box-sizing: border-box;
}
.title_box{
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;

}
.header{
    height:80px;
    background: #0055bb;
    position: fixed;
    top:30px;
    left:0px;
    right:0px;
    z-index:1;
}
.header .header_flex{
    width: 1200px;
    margin:0 auto;
    justify-content: space-between;
}
.header li a{
    color: #fff;
    line-height: 77px;
    margin-left: 10px;
    padding:0px 10px;
    display: inline-block;
    box-sizing: border-box; 
    border-top:3px solid #0055bb;

}
.header li a.active{
    font-weight: 400;
    background: linear-gradient(0deg,#0055bb 0%, #0038a0 99%);
    border-top:3px solid #1d9add;
}
.header li:hover a{
    font-weight:400;
    background: linear-gradient(0deg,#0055bb 0%, #0038a0 99%);
    border-top:3px solid #0038a0;
}
/* banner */
.banner{
    position: relative;
    margin-top: 110px;
    overflow: hidden;
    background: url('../images/banner.png?202108011') center center no-repeat;
    height: 350px;
}
/* banner */
.title_box {
    text-align: left;
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
}
.title_box div img{
    margin-right: 20px;
    vertical-align: middle;
}
.title_box div h2{
    font-size: 12px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    color: #0038a0;
}
.title_box div h3{
    font-size: 24px;
    font-weight: 700;
}
.flex_title{
    display: flex;
    justify-content: space-between;
}
.flex_title p{
   padding-top: 80px;
   font-size: 16px;
}
.technology_details:hover{
    color: #00abff;
}
/* 场景体验馆 */
.experience_content{/*
    display: flex;
    justify-content: space-between;*/


}
.experience_content>div{
    cursor: pointer;
    float:left;
    height:500px;
    position: relative;
}
.experience_content>div:nth-child(2){
    float:right;
}

.activity_content  .experience_content  .title1_style{
    position:absolute;
    bottom:33px;
    left:0px;
    font-size:20px;
}
.activity_content  .experience_content  .title1_style i{
    display: inline-block;
    width: 6px;
    height: 27px;
    opacity: 1;
    background: #1d9add;
    vertical-align: middle;
    margin-right: 10px;
}
.activity_content  .experience_content .title_hide{
    display: none;
}
.activity_content  .experience_content  .title2_style{
    position:absolute;
    top:33px;
    left:133px;
    font-size:20px;
    width: 20px;
    color: #202020;
}
.activity_content .experience_img2_title2.title2_style {
    position: absolute;
    top: 34px;
    left: 133px;
    font-size: 20px;
    width: 20px;
    color: #202020;
}
.activity_content  .experience_content  .title2_style i{
    position: absolute;
    top: 5px;
    right: -19px;
    display: inline-block;
    width: 6px;
    height: 33px;
    opacity: 1;
    background: #1d9add;
    vertical-align: middle;
    margin-right: 5px;
}
.experience_content .experience_img1{
    overflow: hidden;
    position: relative;
    width: 1030px;
    left:0px;
    background: url(../images/experience_img1.png?202108011) no-repeat;
    background-size: 100% 500px;
}
.experience_content .experience_img1_box{
    width:1030px;
    position: relative;
    height: 500px;
}
.experience_content .experience_img1.active1{
    width: 168px;
    background: url(../images/experience_img12.png?202108011) no-repeat;
    background-size: 100% 500px;
    transition: all 1s;
}
.experience_content .experience_img1.active1 .experience_img2_box{
    left:0px;

}

.experience_content .experience_img1.active1 .content1{
    display: block;
    transition: all 1s;
}
.experience_content .experience_img1.active1 .content1{
    display: none;
    transition: all 1s;
}
.experience_content .experience_img1.active2{
    width: 1030px;
    background: url(../images/experience_img1.png?202108011) no-repeat;
    background-size: 100% 500px;
    transition: all 1s;
    display: block;
}
.experience_content .experience_img1.active2 .experience_img2_box{
    left:0px;
}
.experience_content .experience_img2{
    overflow: hidden;
    width: 168px;
    background: url(../images/experience_img21.png?202108011) no-repeat;
    background-size: 100% 500px;
}
.experience_content .experience_img2_box{
    width:1030px;
    height: 500px;
    position: relative;
}
.experience_content .experience_img2.active1{
    width: 1030px;
    background: url(../images/experience_img2.png?202108011) no-repeat;
    background-size: 100% 500px;
    transition: all 1s;
}

.experience_content .experience_img2.active1 .content1{
    display: block;
    transition: all 1s;
}
.experience_content .experience_img2.active2{
    width: 168px;
    background: url(../images/experience_img21.png?202108011) no-repeat;
    background-size: 100% 500px;
    transition: all 1s;
}

.experience_content .experience_img2.active2 .content1{
    display: none;
    transition: all 1s;
}
.scene_icon{
    display: inline-block;
    width: 20px; 
    height: 20px;
    background: linear-gradient(to right,#005cb9, #003eb9);
    text-align: center;
    lighting-color: 20px;
    font-size: 12px;
    line-height:  20px;
}
.scene_icon5{
    margin-left: -25px;
}
.experience_content{
    color: #fff;
    position: relative;
}
.experience_content .content1{
    position: absolute;
}
.experience_content a{
    color: #fff;
    font-size: 16px;
    transition: transform 1s;
    display: inherit;
}
.content_tip{
    text-align: right;
    margin-top: 29px;
    color: #202020;
}
.experience_img2 a{
    position: relative;
    top: 7px;
    left: 20px;
}
.content2_5 a{
    position: relative;
    top: 15px;
}
.experience_content a:hover i{
    background: linear-gradient(to right,#f65322, #f33e17);
}
.experience_content a:hover{
    transform: scale(1.1);
}
.experience_content .content1_1{
    top:139px;
    left:134px;
}
.experience_content .content2_1 {
    top: 180px;
    left: 55px;
}
.experience_content .content1_2{
    top:98px;
    left:283px;
}
.experience_content .content2_2 {
    top: 101px;
    left: 213px;
}
.experience_content .content1_3{
    top: 116px;
    left: 476px;

}
.experience_content .content2_3 {
    top: 90px;
    left: 682px;
}
.experience_content .content1_4{
    bottom: 50px;
    left: 439px;
}
.experience_content .content2_4 {
    bottom: 28px;
    left: 847px;
}
.experience_content .content2_5 {
    top: 146px;
    right: 316px;
}
.experience_content .content1_5{

    top: 94px;
    right: 188px;

}
.experience_content .content1 .line{
    position: absolute;
    width: 1px;
    background: #9AC8FF;
}
.experience_content .content1 .round{
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0.8;
    border-radius: 50%;
    background: #f65322;
}
.experience_content .content1 .round:after{
    content:"";
    position: absolute;
    top:50%;
    left:50%;
    width: 6px;
    height:6px;
    border-radius: 50%;
    background:#fff;
    transform: translate(-50%,-50%);
}
.experience_content .content1_1 .round1{
    left: 82px;
    top: 131px;
}
.content1_1 .line1{
    top: 36px;
    left: 58px;
    height: 38px;
}
.content1_1 .line2{
    top: 70px;
    left: 73px;
    height: 69px;
    transform: rotate(153deg);
}

.experience_content .content1_2 .round1{
    left: 107px;
    top: 156px;
}
.content1_2 .line1{
    top: 36px;
    left: 58px;
    height: 59px;
}
.content1_2 .line2{
    top: 83px;
    left: 86px;
    height: 88px;
    transform: rotate(139deg);
}

.experience_content .content1_3 .round1{
    left: -26px;
    top: 157px;
}
.content1_3 .line1{
    top: 36px;
    left: 58px;
    height: 17px;
}
.content1_3 .line2{
    top: 41px;
    left: 20px;
    height: 133px;
    transform: rotate(-145deg);
}

.experience_content .content1_4 .round1{
    left: 80px;
    top: -64px;
}
.content1_4 .line1{
    top: -54px;
    left: 87px;
    height: 17px;
}
.content1_4 .line2{
    top: -40px;
    left: 76px;
    height: 38px;
    transform: rotate(-146deg);
}
.experience_content .content2_4 .round1 {
    left: -62px;
    top: -71px;
}
.content2_4 .line1{
    top: -58px;
    left: -55px;
    height: 17px;
}
.content2_4 .line2 {
    top: -54px;
    left: -24px;
    height: 86px;
    transform: rotate(134deg);
}
.experience_content .content1_5 .round1{
    left: 17px;
    top: 153px;
}
.content1_5 .line1{
    top: 49px;
    left: 67px;
    height: 36px;
}
.content1_5 .line2{
    top: 78px;
    left: 46px;
    height: 85px;
    transform: rotate(-150deg);
}
/*核心技术*/
.technology_list{

}
.technology_list li{
    float:left;
    width: 590px;
    height:220px;
    overflow: hidden;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.technology_list li>div{
    position: absolute;
    left:0;
    bottom:20px;
    color:#fff;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
.technology_list li>div p{
    line-height: 24px;
}
.technology_list li>div p:nth-child(1){
    font-size: 18px;
    margin-bottom:5px;
}
.technology_list li img{
    transition:  all 0.5s ;
}
.technology_list li:hover img{
    transform:scale(1.2);
}
.technology_list li:nth-child(2n){
    float:right;
}
/*产品应用*/
.product_content .product_content_box{
    width: 590px;
    height: 155px;
    background: linear-gradient(90deg,rgba(237, 237, 237,0.7) 0%, rgba(237,237,237,0.2) 100%);
    border-radius: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px;
}
.product_content .product_content_box:hover{
    background: linear-gradient(to bottom,rgba(237, 237, 237,0.7), rgba(237,237,237,0.2));
}
.product_content .product_content_box .pro_img{
    margin-right: 20px;
    width: 180px;
    height: 135px;
    overflow: hidden;
}
.product_content .product_content_box>div:nth-child(2){
    width: 360px;
}
.product_content .product_content_box .pro_img img{
    transition: all 0.5s;

}
.product_content .product_content_box .pro_img:hover img{
    transform: scale(1.2);
}
.product_content .product_content_box h2{
    font-size: 18px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    color: #202020;
    margin-bottom: 7px;
}
.product_content .product_content_box h2:hover{
    color: #0055bb;
}
.product_content .product_content_box p{
    font-size: 13px;
    font-family: PingFang SC, PingFang SC-Regular;
    color: #999999;
    line-height: 20px;
}

/*产品应用*/
/*公司简介*/
.footer_company{
    padding-top: 69px;
    padding-bottom: 73px;
}
.footer_company_content{
    display:flex;
    align-items: center;
}
.footer_company_content>div{
    margin-left: 117px;
}
.footer_company_content>div p{
    text-align: center;
}
.footer_company_content>p{
    padding-top: 10px;
}
.footer_company_content p{
    color: #727172;
    line-height: 30px;
    font-size: 16px;
}
.footer_company_content p a{
    color:#0064A7;
}
/*公司简介*/
/*抽奖区域*/

.prize_name{
    margin: 8px 0;
    color: #d22222;
    font-size: 18px;
    display: block;
}
.success{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url('../images/ok.png?202108011')no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 10px;
}
.go_study{
    width: 120px;
    display: block;
    margin: 22px auto;
    height: 35px;
    line-height: 35px;
}

.lotter_alert.not_winning {
    width: 305px;
}
.lotter_alert.layui-layer-ico {
    background: url("../images/close.png?202108011") no-repeat !important;
}
.lotter_alert.layui-layer-close{
    width: 19px;
    height: 19px;
    background-size: 100% 100% !important;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
  /*  padding: 30px 20px;*/
    background: #fff;
    border-radius: 5px;
}
/*
.lotter_alert .layui-layer-title {
    display: none;
}
*/
.lotter_alert .layui-layer-content {
    text-align: center;
}

.lotter_alert .layui-layer-content i {
    display: block;
    color: #C77701;
    font-size: 40px;
    font-style: normal;
    padding: 10px 0 0 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-top: 35px;
}

.lotter_alert .layui-layer-content span {
    color: #999;
    font-size: 11px;
    line-height: 23px
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 0px;
    color: #342e2e;
    margin-top: 0px;
    padding: 0px ;
    font-size: 20px;
}
{

    padding-bottom: 20px;
}
.prize_text{
    font-size: 24px;
    font-weight: 700;
    color: #e50112;
    line-height: 30px;
    padding: 5px 0px;
}
#no_change_study{
    width: 140px;
    height: 40px;
    opacity: 1;
    background: #003eb9;
    border-radius: 4px;
    display: block;
    margin:0 auto;
    margin-top:20px;
    line-height: 40px;
    color:#fff;
}

.lotter_alert.no_chance .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.winner {
    width: 305px;
}

.lotter_alert.winner big b {
    color: #ff0000;
}

.lotter_alert.winner img {
    display: block;
    margin: 10px auto;
    width: 100px;
}

.lotter_alert.winner span {
    line-height: 20px;
}
.lotter_alert_box{
    padding-top: 20px;
}
.lotter_title_text,.lotter_prize_text{
    font-size: 20px;
    font-weight: 700;
    padding-top: 8px;
}
.lotter_prize_text{
    color: #d22222;
    padding-bottom: 5px;
}
.lotter_alert.winner .layui-layer-content {
    overflow: hidden;
}
.lotter_alert .layui-layer-content big img{
    width: 35px;
    vertical-align: middle;
    margin-right: 11px;
}
.pop_desc{
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 4px;
    display: inline-block;
}
.no_chance .pop_desc{
    color: #fff;
    background: #e61439;
}

.section4{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.apply_use{
    width: 163px;
    height: 42px;
    background-color: rgba(233, 0, 41, 1);
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    border-radius: 3px;
    display: block;
    color: #fff;
    margin: 40px auto 50px auto;
    border: none;
}
.apply_use:hover{
    background: rgba(101, 0, 17, 1);
}

.winner_desc{
    margin-top: 20px;
    padding: 45px 80px;
    border: 1px dotted #9acbff;
    border: 1px solid #239ae1;
    background: #fff;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin-bottom: 80px;
}
.winner_desc img{
    vertical-align:     middle;
    margin-right:   5px;
}
.winner_desc span{
    margin-right:   20px;
    display: inline-block;
    margin-top: 20px;
}
#winner_list {
    float: right;
    width: 380px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #003eb9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

#winner_list .list_box b {
    display: block;
    font-weight: 400;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
    text-align: left;
}
.tip_box>p:first-child{
   font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #202020;
}
.tip_box>p:last-child{
    font-size: 12px;
    color: #727172;
    line-height: 22px;
}
/*#fcdee3*/

#winner_list .list_box p {
    line-height: 20px;
}

#winner_list .tips {
    line-height: 20px;
    color: #999999;
    font-size: 12px;
    display: block;
}
#winner_list .tips a{
    color: #9a001b;
}
#jq_marquee_box {
    margin-top: 10px;
    height: 326px;
    line-height: 15px;
    overflow: hidden;
    background: #f9f9f9;
    color: #000;
    color: #515151;
    border-top: none;
    padding: 20px 0;
    padding-top: 10px;
    border-radius: 0px 0px 8px 8px;
    font-size: 14px;
}

#winner_ul {
    display: block;
    padding: 0 20px 0 20px;
}

#winner_ul .null {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding-top: 30px;
}

#winner_ul li {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28px;
    color: #333333;
    padding-left: 20px;
    box-sizing: border-box;
}
#winner_ul li span{
    color: #666666;
}
#winner_ul li em{
    display: inline-block;
    width: 70px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}
#winner_ul li em{
color: #515151;
}
#winner_ul li:nth-child(1){
}
#winner_ul li em:last-child{
    width: 170px;
    color: #0038a0;
}
.lottery_box .prize_box{
    width: 576px;
    height: 576px;
    position: relative;
    float: left;
}
.lottery_box .prize_box .prize_box_lottery{
    width: 100%;
    height: 100%;
    background: url(../images/prize.png?202108011) no-repeat;
}
.lottery_box .prize_box img{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, 0px);
}
/* 弹窗 */
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 420px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 528px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    max-height: 596px;
    min-height: 528px;
}
.pop_window .dialog-hd{
    width: 100%;
    line-height: 50px;
    text-indent: 20px;
    background: #091c90;
    color: #fff;
}

.form-item {
    height: 484px;
    overflow-y: scroll;
}
.layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(25, 25, 25, 0.8);
}
.pop_window_box .error {
    color: #f00;
    background: none;
    padding-left: 8px;
    font-weight: normal;
}

#video_box .dialog {
    background: #F6F6F6;
}
#video_box #video_player{
    height: 100%;
}
#video_box .pop_window {
    width: 800px;
    height: 500px;
    margin-left: -400px;
}
#video_player_box {
    padding: 0;
}
#video_player_box {
    height: 450px;
}
#video_box .dialog-hd {
    margin-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: none;
    height: 30px;
    border-radius: 5px;
}
.radio_box dt{
    float: inherit !important;
}
#submit_form{
    overflow: inherit;
}
#submit_form .reason_box{
    display: none;
}
.pop_window{
    border: none;
    border-radius: 5px;
    box-shadow: 2px 1px 10px #000000;
    z-index: 99999;
}
.dialog{
    border-radius: 5px;
}
.collect_title{
    text-indent: 20px;
    margin: 16px 0;
    color: #FF3333;
}
.close-dialog{
    right: 5px;
    top: 5px;
    color: #999999;
}
.inline_dl {
    padding: 0 40px;
    box-sizing: border-box;
}

#submit_form .inline_dl dd{
    float: inherit;
}
#submit_form .user_info_cookie{
    margin-left: 36px;
}
.input_box{
    width: 300px;
    margin: 0 auto;
    position: relative;
}
.input_box span{
    position: absolute;
    left: 20px;
    top: 5px;
    font-size: 20px;
    color: #999;
}
.input_box input{
    width: 300px;
    line-height: 40px;
    border-radius: 5px;
    padding: 0px 10px 0 50px;
    box-sizing: border-box;
}
.dialog-bd{
    padding: 0;
}
#s_tip_box{
    text-align: center;
}
#s_tip_box h2{
    font-size: 24px;
    color: #e30327;
    text-align: center;
    margin-bottom: 40px;
}
#s_tip_box p{
    margin-bottom: 40px;
    font-size: 20px
}
#s_tip_box h5{
    color: #999;
}

#submit_form .inline_dl .wid100{
    width: 100%;
    margin: 0;
    border-radius: 3px;
}
.info_msgBox{
    height: 100%;
    overflow: auto;
}
/*用户资料 - 弹窗表单*/
#submit_form{
    height: 100%;
    overflow-y: auto;
}
.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
    margin-bottom: 20px;
}
#submit_form dt{
    display: block;
    font-size: 14px;
}
#submit_form dt i{
    font-weight: normal;
    font-style: normal;
}
#submit_form dt span{
    font-weight: normal;
    color: #999;
    font-size: 12px;
}

#submit_form dd{
    font-size: 14px;
    color: #666;
}
#submit_form dd input[type=text]{
    border: 1px solid #ddd;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
#submit_form dd label{
    margin: 10px 10px 10px 0;
    line-height: 14px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 49%;
    height: 35px;
    margin: 0 10px 0px 0;
    border: 1px solid #ddd;
}
#submit_form .inline_dl #address_select select:last-child{
    margin-right:0px;
}
#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.user_self_input .layui-layer-btn{
    box-sizing: border-box;
    padding: 0 20px 12px;
}
.user_self_input .layui-layer-btn0{
    width: 35%;
    text-align: center;
    background: #0081cc !important;
    border: 1px solid #0081cc !important;
    padding: 0;
    font-size: 14px;
    height: 35px;
    display: block;
    margin: 0 auto;
    line-height: 35px;
    position: relative;
    top:-120px;
}
.form_tip_bottom{
    padding:0px 20px;
    padding-top: 70px;
    color:#999;
}
.user_self_input .layui-layer-btn0:hover{
    background: #0081cc !important;
    border: 1px solid #0081cc !important;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
.header_common .layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background: #003eb9;
    border-radius: 2px 2px 0 0;
}
.header_common  .layui-layer-ico {
    background: url(../images/close.png?202108011) no-repeat;
}
.header_common .layui-layer-setwin .layui-layer-close1{
    background-position: 0px;
}
#submit_form button{
    width: 30%;
    height: 40px;
    margin: 0 auto;
    background: #0081cc;
    outline: none;
    border: none;
    color: #fff;
    display: block;
    border-radius: 2px;
}
/*  #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #091c90;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
}

#submit_form .sub:hover {
     background: #2e78e3;
} */

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 .radio_box{
    display: block !important;
    line-height: 35px;
 }
/* 弹窗 */
/*PDF弹框*/
.pop_window_pdf{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width: 100vw;
    height:100vh;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

.pop_window_pro{
    position: fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width: 100vw;
    height:100vh;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
    display: none;
}
.pop_window_box{
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 1040px;
    height:700px;
    background: #fff;
    border-radius:16px;
}
.pop_window_box .pop_pdf_title{
    padding:20px 30px;
    display: flex;
    justify-content: space-between;
}
.pop_window_box .pop_pdf_title h2{
    font-size: 18px;
    color:#000;
}
.pop_window_box .pop_pdf_content{
    height: calc(100% - 160px);
    overflow-x: hidden;
    overflow-y: auto;
}
.pop_window_box .pop_pdf_content>div{
    padding:0px 10px;
}
.pop_window_box .pop_pdf_btn{
    position: relative;
    padding: 28px 0px 0px 0px;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px -3px 4px 0px rgba(148,148,174,0.2);
}
.pop_window_box .pop_load_btn{
    display:block;
    width: 150px;
    line-height: 40px;
    background: #0055bb;
    border-radius: 4px;
    margin:0 auto;
    text-align: center;
    color:#fff;
}
.pop_window_box .pop_load_btn img{
    vertical-align: middle;
    margin-right: 5px;
}
/*PDF弹框*/
/*产品应用弹框*/
.pop_window_box .pop_pdf_content>div{
    padding-top: 20px;
}
.pop_window_pro .pop_window_box{

    width: 900px;
    padding: 0px 20px;
}

.pop_window_pro .pop_window_box .pop_pdf_content{
    height: calc(100% - 100px);
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.pop_window_pro .pop_pdf_content .img_center{
    text-align: center;
    margin-bottom: 40px;
}
.pop_window_pro .pop_pdf_content .img_center img{
    max-width: 100%;
}
.pop_window_pro .pop_pdf_content p{
    font-size: 15px;
    line-height: 32px;
    text-indent: 2em;
    margin-bottom: 40px;
}
.pop_window_pro  .font-blod{
    font-weight: 700;
}
.pop_window_pro .text0{
    text-indent: 0!important;
}
.color999{
    color: #999;
    font-size: 14px!important;
}
.pop_window_pro .pop_pdf_content .mb0{
    margin-bottom: 0px;
}
.pop_window_pro  .mb50{
    margin-bottom: 50px;
}
.pop_window_pro .pop_pdf_content .pmb1{
    margin-bottom: 40px;
}
.pop_window_pro .pop_pdf_content .pmb1 p{
    margin-bottom: 10px;
}
.pop_window_pro .pop_pdf_content .pmb2 p i{
    display: inline-block;
    width: 7px;
    height:7px;
    background: #000;
    margin-right: 5px;
}
.pop_window_pro .pop_pdf_content .pmb2 p {
    text-indent: -12px;
    margin-left: 12px;
}
.pop_window_pro .pop_pdf_content .pmb3{
    margin-left: 2em;
    margin-bottom: 0px;
}
.pop_window_pro .pop_pdf_content p span{
    font-weight: 700;
}
.pop_window_pro .pop_window_box .pop_pdf_title{
    padding-left: 10px;
}
.pop_window_pro .pop_pdf_content  h2{
    display: inline-block;
    background-color: rgb(246, 246, 246);
    padding: 5px 20px;
    font-size: 17px;
    position: relative;
    margin-bottom: 40px;
}
.pop_window_pro .pop_pdf_content  h2 i{
    display:none;
    position: absolute;
    left: 10px;
    top: -21px;
    width: 2px;
    height: 29px;
    background: rgba(246,246,246,0.91);
}
.pop_window_pro .pop_pdf_content  h2:after{
    position: absolute;
    content:"";
    top: -13px;
    left: -8px;
    width: 14px;
    height: 25px;
    vertical-align: top;
    overflow: hidden;
    background-color: rgb(59, 124, 248);

}
.pop_window_pro .pop_pdf_content  h2:before{
    position: absolute;
    content:"";
    content: "";
    top: -8px;
    left: 14px;
    right: -13px;
    height: 1px;
    vertical-align: top;
    overflow: hidden;
    background-color: rgb(59, 124, 248);
}
.pop_window_pro .pop_pdf_content  h3{
    font-size: 15px;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px dashed #333;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    margin-left:12px;
}
.pop_window_pro .pop_pdf_content  h3:after{
    content:"";
    position: absolute;
    bottom:-6px;
    left: 0px;
    right:0px;
    height: 2px;
    background: #333;
}
.img_center.flex img{
    width: 50%;
}
.table1{
    width: 80%;
    margin:0 auto;
    border-spacing: none;
    margin-bottom: 40px;
}
.table1 td{
    padding: 5px;
    border:1px solid rgb(228, 228, 228);
}
.table1 tr:nth-child(2n) td{
    background:rgb(228, 228, 228);
}

.table2{
    width: 100%;
    margin:0 auto;
    border-spacing: none;
    margin-bottom: 40px;
}
.table2 td{
    padding: 13px 40px;
}
.table2 tr:nth-child(2n-1) td{
    background-color: rgb(227, 242, 253);
}
.pro_pop_title1{
    font-size: 17px;
    display: inline-block;
    padding:5px 16px 5px 40px;
    letter-spacing: 4px;
    color: rgb(160, 160, 160);
    border:1px solid rgb(160, 160, 160);
    position: relative;
    margin-bottom: 50px;
}
.pro_pop_title1 strong{
    position: relative;
    z-index: 2;
    left: 6px;
}
.pro_pop_title1 span{
    width: 45px;
    background: #fff;
    position: absolute;
    top: -21px;
    left: 10px;
    font-size: 51px;
    font-family: Optima-Regular, PingFangTC-light;
    line-height: 1;
    color: rgb(160, 160, 160);
}
.pro_pop_title1 span:after{
    content:"";
    position: absolute;
    width: 9px;
    height: 9px;
    background: rgb(160, 160, 160);
    top: 15px;
    right: 0px;

}
.pro_pop_title2{

    color: rgb(0, 128, 255);
    font-size: 15px;
    font-weight: 700;
    text-indent: 2em;
}
.pro_pop_title3{
    text-indent: 2em;
}
.pro_pop_title4{
    display: inline-block;
    border:1px solid rgb(190, 191, 241);
    padding: 0px 5px;
    color: rgb(160, 161, 236);
    margin-bottom: 40px;
}
.pro_pop_title4 i{
    font-size:17px;
    font-weight: 700; 
}
.pro_pop_title4 span{
    display: inline-block;
    line-height: 33px;
    margin-left: 11px;
    padding: 0px 12px;
    position: relative;
    top: 0px;
    font-size: 20px;
    font-weight: 400;
    background-color: rgba(190, 191, 241, 0.22);
}
.pro_pop_title4 span:after{
    content:"";
    position: absolute;
    top:-6px;
    left:0px;
    right:0px;
    height:6px;
    background-color: rgba(190, 191, 241, 0.22);
}
.pro_pop_title5 i{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background:rgb(68, 68, 68);
    color: #fff;
    margin-right: 4px;
    margin-bottom: 40px;
}
.pro_pop_title5 span{
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
}
.pro_pop_title5 span:after{
    content:"";
    position: absolute;
    bottom: -2px;
    left: -9px;
    right: 0;
    border-bottom: 1px solid rgb(68, 68, 68);
}
.pro_pop_title6{
    font-size: 15px;
    display: inline-block;
    color: rgb(51,51,51);
    margin-bottom: 40px;
    background-color: rgb(239, 244, 249);
}
.text_center_box{
    text-align: center;
}
.pro_pop_title7{
    display: inline-block;
    border:1px solid  rgb(62, 62, 62);
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 700;
    position: relative; 
    margin-bottom: 40px;
}
.pro_pop_title7 .c1{
    position: absolute;
    top:5px;
    left: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border:1px solid  rgb(62, 62, 62);
}
.pro_pop_title7 .c2{
    position: absolute;
    left: 5px;
    bottom:5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border:1px solid  rgb(62, 62, 62);
}

.pro_pop_title7 .c3{
    position: absolute;
    top:5px;
    right: 5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border:1px solid  rgb(62, 62, 62);
}
.pro_pop_title7 .c4{
    position: absolute;
    right: 5px;
    bottom:5px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    border:1px solid  rgb(62, 62, 62);
}
.pro_pop_title8{
    text-indent: 0px;
    margin-bottom: 40px;
    color: rgb(102, 102, 102);
    box-sizing: border-box;
}
.pro_pop_title9{
    text-indent: 0px;
    margin-bottom: 40px;
    color: rgb(95, 156, 239);
    box-sizing: border-box;
}
.pro_pop_title10{
    display: inline-block;
    background-color: rgba(55, 113, 187, 0.09);
    font-size: 17px;
    color: rgb(55, 113, 187);
    padding: 5px 10px;
    border-top:2px solid rgba(55, 113, 187, 0.09);
    position: relative;
    margin-bottom: 40px;

}
.pro_pop_title10:after{
    content:"";
    position: absolute;
    left:-3px;
    right:-3px;
    bottom:-4px;
    border-bottom: 1px solid rgba(55, 113, 187, 1);
}
.pro_pop_title11{
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}
.pro_pop_title11 i{
    font-size: 23px;
    color: rgb(63, 63, 63);
    font-weight: 700;
    position: relative;
    margin-right: 20px;
    top:-20px;
}

.pro_pop_title11 span{
    font-size: 23px;
    color: rgb(63, 63, 63);
    font-weight: 700;
    position: relative;
    margin-right: 20px;
    padding: 8px 20px 0px 10px;
    background-color: rgba(238, 238, 238, 0.8);
}
.pro_pop_title11 i:after{
    content:"";
    position: absolute;
    bottom: -5px;
    left:0px;
    width: 31px;
    height: 17px;
    background-color: rgba(238, 238, 238, 0.8);
}
.pro_pop_title11 .pro_line_pop_left{
    position: absolute;
    top: 11px;
    left: -7px;
    width: 24px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.62);
}

.pro_pop_title11 .pro_line_pop_left>div{
    position: absolute;
    top:-4px;
    width: 24px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.62);
}

.pro_pop_title11 .pro_line_pop_right{
    position: absolute;
    right: 17px;
    top:0px;
    width: 24px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.62);
}

.pro_pop_title11 .pro_line_pop_right>div{
    position: absolute;
    top:-4px;
    width: 24px;
    border-bottom: 1px solid rgba(160, 160, 160, 0.62);
}
.pro_pop_title12{
    display: inline-block;
    color: rgb(78, 112, 157);
    font-size: 17px;
    letter-spacing: 2px;
    border-left: 3px solid rgb(78, 112, 157);
    background-color: rgb(244, 247, 247);
    padding:8px 20px 8px 10px;
    margin-bottom: 40px;

}
.pro_pop_title13{
    color: rgb(78, 112, 157);
    background: rgb(245 245 245);
    line-height: 36px;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 40px;
}
.pro_pop_title13 span{
    display: inline-block;
    background-color: rgb(78, 112, 157);
    padding-left: 10px;
    padding-right: 30px;
    color: #fff;
    margin-right: 10px;
}
.pro_pop_title14{
    font-size: 15px;
    color: #626262;
    font-weight: 700;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    height: 18px;

}
.pro_pop_title14 span{
    position: relative;
    background: #fff;
    z-index: 2;
    padding-right: 5px;
    display: inline-block;
}
.pro_pop_title14 i{
    content:"";
    position: absolute;
    top:54%;
    left:0px;
    right: 0px;
    border-bottom: 1px solid #f3f3f3;
}
/*产品应用弹框*/

.new{
    position: absolute;
    right: 0;
    top: 0;
    background: url(/static/main/img/new.gif)no-repeat;
    width: 35px;
    height: 13px;
    display: block;
}
 #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }
    .header_m{
        display: none;
    }

/*复选框样式*/
input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #333;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  margin-right: 10px;
}
input[type="checkbox"]:checked {
  background:#0081CC;
  border: 1px solid #0081CC;
  background-size: 100% 100%;
}
input[type="radio"] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #333;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
}
input[type="radio"]:checked {
  background:#0081CC;
  border: 1px solid #0081CC;
  background-size: 100% 100%;
}
/*复选框样式*/
.load_first_nav{
    display: none;
}
/*滚动条样式*/
.scroll_style::-webkit-scrollbar
{
    width: 4px;
    height: 4px;
    background-color: transparent;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.scroll_style::-webkit-scrollbar-track
{
    border-radius: 4px;
    background: transparent;
}
 
/*定义滑块 内阴影+圆角*/
.scroll_style::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background: #0081cc;
}
.activity_nav{
    display:none;
}
@media screen and (max-width: 750px) {

  
    html{
        font-size: 13.333333333vw;
    }
    body{
        width: 100vw;
    }
    .ac {
        border-bottom: 3px solid #3788df;
    }
    .ac a{
        color: #3788df !important;
        font-weight: 700;
    }
    .banner {
        margin-top: 0rem;
        background: url('../images/banner_m.png?202108011') center center no-repeat;
        background-size: cover;
        height:3.75rem;
        margin-top:0.8rem;
    }
    .pc_show{
        display: none;
    }
    .m_show{
        display: block;
    }
    /*.header , .m_hide{
        display: none;
    }*/
    .title_box {
        padding-top: 0.8rem;
        padding-bottom: 0.6rem;
    }
    .title_box div img {
        margin-right: 0.2rem;
        width: 0.67rem;
    }
    .title_box div h2{
        font-size: 0.18rem;
    }
    .title_box div h3{
        font-size: 0.36rem;
    }
    .flex_title p {
        padding-top: 1.2rem;
        font-size: 12px;
        width: 51%;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    .flex_title p.technology_details_box{

         position: inherit;
         width: auto;
        padding-top: 1.1rem;
    }
    .technology_list li {
        width: 100%;
        margin-bottom: 0.2rem;
        height: auto;
    }
    .technology_list li img{
        width: 100%;
    }
    .flex_title{
        position: relative;
    }
    .header {
        height: 0.8rem;
        background: #0081cc;
        color: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 1;
        display: block;
    }
    .header ul{
        display:block;
        width: 2.4rem;
        background: #1f7bb2;
        position: absolute;
        right:0px;
        display: none;
    }
    .header li a {
        line-height: 0.7rem;
        margin-left: 0px;
        display: block;
        text-align: center;
        margin: 0px 0.3rem;
        color: #b4d0e0;
    }
    .header li a.active {
        border-bottom: 0;
        color: #fff;
    }
    .header>div{
        line-height: 0.8rem;
        display: flex;
        align-items: center;
        height: 100%;
        padding-left: 0.46rem;
        background: #0055bb;
    }
    .header>div>img{
        width: 1.78rem;
    }
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    .floor {
        padding-bottom:0.8rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    
    .lottery_box .prize_box{
        width: 6.8rem;
        height: 6.8rem;
    }
    .lottery_box .prize_box .prize_box_lottery{
        background-size: 100% 100%;
    }
    .lottery_box .prize_box img{
        width: 1.57rem;
    }
    #winner_ul {
        display: block;
        padding: 0 0rem 0 0.2rem;
    }
    #winner_ul li em:first-child{
        width: 22%;
        float: left;
    }
     #winner_ul li em{

    line-height: 0.6rem;
    }
    #winner_ul li span{
        width:auto;
        margin:0px;
        float: left;
    }
    #winner_ul li em:last-child {
        width: auto;
        float: left;
    }
    .winner_desc {
        padding: 0.2rem;
        border-radius: 5px;
        border: 0px dotted #9acbff;
        font-size: 0.24rem;
        line-height: 0.45rem;
        margin: 10px 0.3rem;
        margin-top: 0px;`
        padding-top: 0rem;
        display: block;
        position: relative;
    }
    .code{
        position: absolute;
        bottom: 0.9rem;
        right: 0px;
        width: 2.2rem;
    }
    .winner_desc i{
        margin-bottom: 0.2rem;
        display: inline;
    }
    .winner_desc{
        background: transparent;
        padding-bottom: 0.6rem;
    }
    .winner_desc span {
        margin-right: 0px;
        display: inline-block;
        margin-top: 0.3rem;
        display: block;
    }

    #winner_ul li span {
        margin: 0 .6rem !important;
        font-size: .28rem;
    }
    .lotter_alert.layui-layer {
        width: 90% !important;
    }
    .play{
        width: 15% !important
    }
    #prize_area{
        padding: 0;
    }

     #winner_list{
        width: 100%;
        margin: 0 auto;
        font-size: 17px;
        margin-top: 0.8rem;
     }
     #winner_list .tips{
        color: #666;
     }
     #jq_marquee_box {
        height: 32vh;
     }
     .tip_box>p:last-child {
        font-size: 0.24rem;
        line-height: 0.34rem;
    }
    
    /*技术资料*/
    .footer{
       display: none;
        border-top:0px;
    }

    #winner_list .tips{
        display: none;
    }
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    .info_msgBox{
        height: 390px;
        overflow: auto;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 78%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form  .label_info dt{
        padding-bottom:10px;
        display: block;
        float: inherit;
    }
    #submit_form  .label_info dd{
        display: block;float: inherit;
    }
    #submit_form dd label{
        /*margin: 5px 0;*/
    }
    #submit_form dd label:nth-of-type(1){
        margin-right:10px;
    }
    .pop_window{
        top: 0%;
    }
   
    .close-dialog{
        right: 15px;
        color: #525252;
    }
    #submit_form{
        height: 100%;
    }
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .new_not_winning .layui-layer-content{
        font-size: 20px;
    }
    .question .ui-text {
        margin-left: 10px;
        width: 4rem;
    }
    .m_banner{
        margin-top: 60px;
    }
    .m_banner img{
        vertical-align: bottom;
    }
    .collect_title{
        font-size: .28rem;
    }
    .user_self_input{
        width: 90% !important;
    }
    .lotter_alert .layui-layer-content span{
        font-size: .3rem;
        line-height: .6rem;
    }
    .lotter_alert.no_chance big {
        
        padding: 0px ;
        font-size: 0.5rem;
    }
    .inline_dl {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .user_self_input .layui-layer-btn0{
        top:0px;
    }
    .form_tip_bottom{
        padding:0px 20px;
    }
    #submit_form button {
        width: 40%;
        position: absolute;
        bottom: 0.2rem;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    /* 移动端自定义样式*/
    .experience_content .content1 .round {
        position: absolute;
        width: 0.24rem;
        height: 0.24rem;
        opacity: 0.8;
        border-radius: 50%;
        background: #f65322;
    }
    .experience_content .content1 .round:after {
        width: 0.1rem;
        height: 0.1rem;
    }
    .activity_nav{
        display: flex;

    }
    .activity_nav li{
        width: 50%;
        text-align: center;
        line-height: 0.76rem;
        background: #ededed;
        font-size: 0.3rem;
    }
    .activity_nav li.active{
        background: #0055bb;
        color: #fff;
    }
    .scene_icon {
        display: inline-block;
        width: 0.3rem;
        height: 0.3rem;
        background: linear-gradient(to right,#005cb9, #003eb9);
        text-align: center;
        lighting-color: 20px;
        font-size: 0.12rem;
        line-height: 0.3rem;
    }
    .experience_content .experience_img1_box{
        width: 100%;
        height:auto;
    }
    .experience_content .experience_img1{
        width: 100%;
        position: absolute;
    }
    .experience_content>div{
        height:5rem;
    }
    .experience_content .experience_img1 {
        overflow: hidden;
        position: relative;
        width: 100%;
        left: 0px;
        background: url(../images/experience_img1_m.png?202108011) no-repeat;
        background-size: 6.9rem 5rem;
    }
    .title_show,.title_hide{
        display: none!important;
    }
    .experience_img2{
        display:    none;
    }
    .experience_content .experience_img2 {
        overflow: hidden;
        width: 100%;
    }
    .experience_content .experience_img2_box {
        width: 100%;
        height: 5rem;
    width: 6.9rem;
        background: url(../images/experience_img2_m.png?202108011) no-repeat;
        background-size: 6.9rem 5rem;
        position: relative;
    }
    .experience_content a{
        font-size: 0.12rem;
    }
    .experience_content .content1 .line{
        width:0.01rem;
    }
    .experience_content .content1_1 {
        top: 1rem;
        left: 0.3rem;
    }
    .content1_1 .line1 {
        top: 0.52rem;
        left: 0.3rem;
        height: 0.4rem;
    }
    .content1_1 .line2 {
        top: 0.86rem;
        left: 0.53rem;
        height: 1rem;
        transform: rotate(153deg);
    }
    .experience_content .content1_1 .round1 {
        left: 0.7rem;
        top: 1.8rem;
    }
    .experience_content .content1_2 {
        top: 0.3rem;
        left: 1.3rem;
    }
    .content1_2 .line1 {
        top: 0.52rem;
        left: 1.1rem;
        height: 1.3rem;
    }
    .content1_2 .line2 {
        top: 1.76rem;
        left: 1.27rem;
        height: 0.8rem;
        transform: rotate(154deg);
    }
    .experience_content .content1_2 .round1 {
        left: 1.4rem;
        top: 2.4rem;
    }
    .experience_content .content1_5 {
        top: 0.3rem;
        right: 0.2rem;
    }
    .content1_5 .line1 {
        top: 0.82rem;
        left: 0.6rem;
        height: 1rem;
    }
    .content1_5 .line2 {
        top: 1.76rem;
        left: 0.75rem;
        height: 0.6rem;
        transform: rotate(150deg);
    }
    .experience_content .content1_5 .round1 {
        left: 0.8rem;
        top: 2.2rem;
    }
    .experience_content .content1_4 {
        bottom: -4.7rem;
        left: 2.4rem;
    }
    .content1_4 .line2 {
        top: -0.6rem;
        left: 1rem;
        height: 0.78rem;
        transform: rotate(-121deg);
    }
    .content1_4 .line1 {
        top: -0.79rem;
        left: 1.32rem;
        height: 0.37rem;
    }
    .experience_content .content1_4 .round1 {
        left: 1.2rem;
        top: -1rem;
    }
    .experience_content .content1_3 {
        top: 1.1rem;
        left: 3rem;
    }
    .content1_3 .line1 {
        top: 0.42rem;
        left: 0.6rem;
        height: 0.3rem;
    }
    .content1_3 .line2 {
        top: 0.71rem;
        left: 0.4rem;
        height: 1.3rem;
        transform: rotate(-162deg);
    }
    .experience_content .content1_3 .round1 {
        left: 0rem;
        top: 2rem;
    }
    /*第二页*/
    .experience_img2 .content1_1 {
        top: 1rem;
        left: 0rem;
    }
   .experience_img2 .content1_1 .line2 {
        top: 0.86rem;
        left: 1.14rem;
        height: 1rem;
        transform: rotate(153deg);
    }
    .experience_img2 .content1_1 .line1 {
        top: 0.52rem;
        left: 0.9rem;
        height: 0.4rem;
    }
    .experience_img2 .content1_1 .round1 {
        left: 1.3rem;
        top: 1.8rem;
    }
    .experience_img2 .content1_2 {
        top: 0.3rem;
        left: 1rem;
    }
    .experience_img2 .content1_2 .line1 {
        top: 0.52rem;
        left: 1rem;
        height: 0.82rem;
    }
    .experience_img2 .content1_2 .line2 {
        top: 1.26rem;
        left: 1.27rem;
        height: 1.2rem;
        transform: rotate(154deg);
    }
    .experience_img2 .content1_3 {
        top: 0.6rem;
        left: 4.7rem;
    }
    .experience_img2  .content1_3 .line1 {
        top: 0.52rem;
        left: 0.6rem;
        height: 0.21rem;
    }
    .experience_img2 .content1_3 .round1 {
        left: 0rem;
        top: 1.95rem;
    }
    .experience_img2 .content1_5 {
        top: 1.2rem;
        right: 0.5rem;
    }
    .experience_img2 .content1_5 .line1 {
        top: 0.62rem;
        left: 0.9rem;
        height: 0.6rem;
    }
    .experience_img2 .content1_5 .line2 {
        top: 1.18rem;
        left: 0.75rem;
        height: 0.6rem;
        transform: rotate(-150deg);
    }
    .experience_img2 .content1_5 .round1 {
        left: 0.38rem;
        top: 1.7rem;
    }
    .experience_img2 .content1_4 {
        bottom: 0.4rem;
        left: 4.9rem;
    }
    .experience_img2  .content1_4 .line2 {
        top: -0.4rem;
        left: -0.1rem;
        height: 0.9rem;
        transform: rotate(126deg);
    }
    .experience_img2  .content1_4 .line1 {
        top: -0.56rem;
        left: -.45rem;
        height: 0.37rem;
    }
    .experience_img2 .content1_4 .round1 {
        left: -0.6rem;
        top: -0.7rem;
    }
    .technology_list li>div p {
        line-height: 0.3rem;
        font-size: 0.24rem;
    }
    .technology_list li>div p:nth-child(1) {
        font-size: 0.3rem;
        margin-bottom: 0.1rem;
    }
    
    .content_tip {
        text-align: center;
        margin-top: 0.3rem;
        color: #202020;
        font-size: 12px;
    }
    /* 移动端自定义样式*/
    /*应用产品*/
    .product_content>div{
        display: block;
    }
    .product_content .product_content_box{
        width: 100%;
        height: auto;
        background: transparent;
        padding: 0px;
    }
    .product_content .product_content_box:hover{
        background: transparent;
    }
    .product_content .product_content_box .pro_img {
        margin-right: 0.3rem;
        width: 2.4rem;
        height: 1.8rem;
        overflow: hidden;
    }
    .product_content .product_content_box .pro_img img{
        width: 100%;
        height: 100%;
    }
    .product_content .product_content_box>div:nth-child(2){
        width: calc(100% - 2.7rem);
    }
    .product_content .product_content_box h2{
        font-size: 0.3rem;
    }
    .product_content .product_content_box p{
        font-size: 0.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;  /* 超出n行这里写n */
        -webkit-box-orient: vertical;
    }
    /*应用产品*/
    /*公司简介*/
    .footer_company {
        padding-top: 0.75rem;
        padding-bottom: 0.73rem;
    }
    .footer_company h3 img{
        margin-left: 0.3rem;
        width: 2.4rem;
    }
    .footer_company_content {
        display: flex;
        align-items: center;
        display: block;
        padding: 0.3rem;
    }
    .footer_company_content p {
        color: #727172;
        line-height: 0.34rem;
        font-size: 0.2rem;
    }
    .footer_company_content>div {
        margin-left: 0px;
        text-align: center;
        padding-top: 0.7rem;
    }
    .pop_window_box .pop_pdf_title {
        padding: 0.2rem 0.3rem;
    }
    .pop_window_box {
        width: 88%;
        height: 80%;
    }
    .pop_window_pro .pop_window_box{
        width: 88%;
        height: 80%;
    }
    .pop_window_box .pop_pdf_title h2 {
        font-size: 0.32rem;
    }
    .pop_window_box .pop_pdf_btn {
        padding: 0.2rem 0px;
    }
    .pop_window_box .pop_pdf_content {
        height: calc(100% - 2.1rem);
    }
    .pop_window_box .pop_load_btn {
        display: block;
        width: 42%;
        line-height: 0.6rem;
        background: transparent;
        border-radius: 4px;
        margin: 0 auto;
        text-align: center;
        color: #0055bb;
        font-size: 0.34rem;
        font-weight: 700;
    }
     .pop_window_box .pop_load_btn img{
        vertical-align: middle;
        display: inline-block;
        margin-right: 0.1rem;
     }
     .pop_window_box .pop_pdf_content>div>img{
        width: 100%;
     }
     .pop_window_pro .pro4_1{
        width: 174px;
        height: 133px;
     }
     .pop_window_pro .mb50.color999 p{
        font-size: 12px;
     }
     .pro_pop_title5 span {
        padding-left: 0.1rem;
        font-size: 0.24rem;
    }
    .pro_pop_title5 i {
        width: 0.5rem;
        height: 0.5rem;
        line-height:0.5rem;
        font-size:0.24rem
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 350px) {

}