/* 首页开始 */
.head{
    width: 100%;
    height: auto;
    background-image: url(../img/bg_top@2x.png);
    background-size: 100% 693px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 135px;
    box-sizing: border-box;
    margin-top: 98px;
}
.head_tit{
    width: 100%;
    height: 110px;
    font-weight: bold;
    font-size: 96px;
    color: #2B2B2B;
    line-height: 110px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.head_p{
    width: 48%;
    height: 75px;
    font-size: 20px;
    color: #516371;
    line-height: 37px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 32px auto 0;
}
.head_ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px auto 0;
    flex-wrap: wrap;
}
.head_li{
    width: fit-content;
    height: 86px;
    background: #FEFFFF;
    box-shadow: 0px 71px 237px -20px rgba(154,167,193,0.25);
    border-radius: 18px 18px 18px 18px;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.head_li:nth-child(2){
    margin:0 40px;
}
.head_li img{
    width: 45px;
    height: 45px;
}
.head_li p{
    font-weight: 400;
    font-size: 20px;
    color: #516371;
    line-height: 86px;
    margin-left: 11px;
}
.index_company{
    width: 100%;
    height: auto;
    background-image: url(../img/bg_partner@2x.png);
    background-size: 100% 100%;
    background-position: 0 38px;
    background-repeat: no-repeat;
    margin-top: 53px;
}
.index_panter{
    width: 886px;
    height: auto;
    margin: auto;
}
.index_panter_tit{
    width: 169px;
    height: 72px;
    background: #076BAF;
    box-shadow: 0px 33px 40px 0px rgba(0,65,232,0.1);
    border-radius: 40px 40px 40px 40px;
    font-weight: 500;
    font-size: 21px;
    color: #FFFFFF;
    line-height: 72px;
    text-align: center;
    margin: auto;
}
.index_panter_swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 136px;
}
.company_swiper{
    width: 100%;
    height: auto;
    padding-bottom: 27px !important;
    position: relative;
}
.company_swiper .swiper-slide {
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.company_swiper .swiper-slide img{
    width: 142px !important;
    height: 80px;
}
.company_swiper .swiper-slide:nth-of-type(-n+5) {
    margin-bottom: 70px;
}
.con_about{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 42px !important;
}
.about_left {
    width: 31.58%;
    height: auto;
    padding: 76px 29px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    background-image: url(../img/bg_about@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.about_left_left{
    width: 213px;
    height: auto;
    overflow: hidden;
}
.about_left_p1{
    font-weight: 400;
    font-size: 19px;
    color: #E4E4E4;
    text-align: left;
}
.about_left_p2{
    font-weight: bold;
    font-size: 49px;
    color: #FFFFFF;
    text-align: left;
    margin-top: 14px;
    white-space: pre-line;
}
.about_left_p3{
    font-weight: 400;
    font-size: 16px;
    color: #E4E4E4;
    line-height: 34px;
    text-align: left;
    margin-top: 20px;
}
.about_left_right{
    width: 48px;
    height: 48px;
    margin-left: 42px;
    cursor: pointer;
}
.about_right {
    width: 66.36%;
    height: auto;
    padding: 44px 50px 40px 50px;
    box-sizing: border-box;
    background: #F8F8F8;
    border-radius: 30px 30px 30px 30px;
}
.about_right p{
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    color: #516371;
    line-height: 34px;
    text-align: left;
    white-space: pre-line;
    display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about_more{
    display: block;
    width: 136px;
    height: 52px;
    border-radius: 2000px 2000px 2000px 2000px;
    border: 2px solid #076BAF;
    font-weight: 400;
    font-size: 14px;
    color: #076BAF;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    float: inline-end;
    cursor: pointer;
}
.con_pro{
    margin: 115px auto 0 !important;
}
.con_pro_small{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con_pro_small p{
    font-weight: 500;
    font-size: 20px;
    color: #076BAF;
    text-align: center;
}
.con_pro_small img{
    width: 72px;
    height: 10px;
    margin: 8px auto 0;
    display: block;
}
.con_pro_big{
    width: 100%;
    height: auto;
    margin-top: 12px;
}
.con_pro_big p:nth-child(1){
    width: 100%;
    height: 75px;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    line-height: 75px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.con_pro_big p:nth-child(2){
    margin-top: 7px;
    width: 100%;
    height: 33px;
    font-weight: 400;
    font-size: 18px;
    color: #516371;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    text-transform: none;
} 
.con_pro_down{
    width: 100%;
    height: auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 98px;
    flex-wrap: wrap;
}
.con_swiper{
    width: 556px;
    height: auto;
    position: relative;
    background-image: url(../img/base@2x.png);
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.con_swiper .swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con_swiper .swiper .swiper-slide div{
    width: 100%;
    height: auto;
    
}
.con_swiper .swiper .swiper-slide div img{
    width: 540px;
    height: 533px;
    display: block;
    margin: auto;
}
.con_swiper .swiper .swiper-slide p{
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: 20px;
    width: 100%;
    text-align: left;
}
.con_swiper .swiper-button-prev:after, 
.con_swiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.con_swiper .swiper-button-next:after,
.con_swiper .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.con_swiper .swiper-button-next,
.con_swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
    left: auto;
    top: auto;
    bottom: 0;
    background-image: url(../img/right@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.con_swiper .swiper-button-prev,
.con_swiper .swiper-container-rtl .swiper-button-next {
    right: 74px;
    top: auto;
    bottom:0px;
    left: auto;
    background-image: url(../img/left@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.con_swiper .swiper-button-next,
.con_swiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 99;
}
.con_pro_ul{
    width: 53%;
    height: auto;
}
.con_pro_li {
    width: 88.5%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 100px -13px rgba(154, 167, 193, 0.25);
    border-radius: 32px 32px 32px 32px;
    padding: 33px 32px;
    box-sizing: border-box;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.con_pro_li:last-child{
    margin-bottom: 0;
}
.con_pro_li:nth-of-type(2n){
    margin-left: 11%;
}
.con_pro_li img{
    width: 60px;
    height: 60px;
}
.con_pro_li p{
    font-weight: 400;
    font-size: 16px;
    color: #516371;
    line-height: 32px;
    text-align: left;
    margin-left: 43px;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.con_pro_down_img{
    width: 52% !important;
    height: 620px !important;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 50px !important;
}
.con_pro_down_img .swiper-container {
    width: 100%;
    height: 100%;
}
.con_pro_down_img .swiper-slide {
    width: 309px !important;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.con_pro_down_img .swiper-slide img{
    width: 100% !important;
    border-radius: 21px;
}
.con_pro_down_img .swiper-slide-active,
.con_pro_down_img .swiper-slide-duplicate-active{
    transform: scale(1);
}

/* .con_pro_down_img img:nth-child(1){
    width: 29.5%;
    height: auto;
}
.con_pro_down_img img:nth-child(2){
    width: 29.5%;
    height: auto;
    margin: 57px auto 0;
}
.con_pro_down_img img:nth-child(3){
    width: 29.5%;
    height: auto;
} */
.con_pro_software{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 82px 0 100px 0;
    box-sizing: border-box;
    background: #F9FAFC;
    margin-top: 102px !important; 
}
.pro_software_nr{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_software_left{
    width: 35.5%;
    height: auto;
}
.pro_software_title{
    width: 100%;
    height: auto;
}
.pro_software_bt{
    display: flex;
    align-items: center;
}
.pro_software_bt p{
    font-weight: 500;
    font-size: 20px;
    color: #076BAF;
}
.pro_software_bt img{
    width: 72px;
    height: 10px;
    display: block;
    margin-left: 20px;
}
.pro_software_p{
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 10px;
}
.pro_software_tab{
    width: 100%;
    height: auto;
    margin-top: 38px;
}
.pro_software_item{
    width: 497px;
    height: 181px;
    padding: 27px 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 15px;
}
.liactive{
    background: #FFFFFF;
    box-shadow: 0px 8px 24px 0px rgba(69,88,157,0.07);
}
.pro_item_img{
    width: 60px;
    height: 60px;
}
.pro_item_con{
    width: 370px;
    height: auto;
    margin-left: 17px;
}
.pro_item_con p{
    font-weight: bold;
    font-size: 18px;
    color: #2B2B2B;
    text-align: left;
}
.pro_item_con span{
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #516371;
    line-height: 34px;
    margin-top: 10px;
    display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_right_all{
    width: 56.8%;
    height: auto;
}
.pro_software_right{
    width: 100%;
    height: auto;
    display: none;
    margin-top: 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.25);
}
.pro_software_right img{
    width: 100%;
    height: 100%;
    display: block;
}
.pro_software_right2{
    width: 50%;
    height: auto;
}
.pro_software_right2 img{
    width: 100%;
    height: 100%;
}
.selectjoins{
    display: block;
}
.pro_software_text{
    margin-top: 44px;
    
}
.pro_software_text p{
    font-weight: 400;
    font-size: 18px;
    color: #516371;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: pre-line;
}
.pro_software_left2 {
    width: 43.1%;
    height: auto;
    float: right;
}
.con_pro_software2{
    background: transparent;
    float: left;
}
.con_case{
    width: 100%;
    height: auto;
    background: #F9FAFC;
    padding: 77px 0;
    box-sizing: border-box;
}
.con_case_title{
    width: 100%;
    height: auto;
}
.con_case_title p{
    font-weight: bold;
    font-size: 48px;
    color: #2B2B2B;
    line-height: 72px;
    text-align: center;
}
.con_case_title img{
    width: 72px;
    height: 10px;
    display: block;
    margin: auto;
}
.qualitySwiper{
    width: 100%;
    height: auto;
    margin: 57px auto 0 !important;
    position: relative;
    overflow: hidden;
    padding: 0 0 109px 0;
    box-sizing: border-box;
}
.qualitySwiper .swiper .swiper-slide{
    width: 100%;
    height: auto;
    background: #FFFFFF;
    /* box-shadow: 0px 10px 100px -13px rgba(154, 167, 193, 0.25); */
    border-radius: 32px 32px 32px 32px;
    padding: 49px 0 35px 0;
    box-sizing: border-box;
}
.qualitySwiper .swiper .swiper-slide div {
    width: 93.1%;
    height: auto;
    margin: auto;
}
.qualitySwiper .swiper .swiper-slide div img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}
.qualitySwiper .swiper .swiper-slide p{
    width: 100%;
    height: 35px;
    font-weight: 400;
    font-size: 18px;
    color: #2B2B2B;
    line-height: 35px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 13px;
    text-align: center;
}
.qualitySwiper .swiper-button-prev:after, .qualitySwiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.qualitySwiper .swiper-button-next:after,.qualitySwiper .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.qualitySwiper .swiper-button-next,.qualitySwiper .swiper-container-rtl .swiper-button-prev {
    right: 45%;
    left: auto;
    top: auto;
    bottom: 1px;
    background-image: url(../img/right@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.qualitySwiper .swiper-button-prev,.qualitySwiper .swiper-container-rtl .swiper-button-next {
    right: auto;
    top: auto;
    bottom:1px;
    left: 45%;
    background-image: url(../img/left@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.qualitySwiper .swiper-button-next,.qualitySwiper .swiper-button-prev {
    width: 48px;
    height: 48px;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 99;
}

.con_cantact{
    width: 100%;
    height: auto;
    padding: 65px 0 85px 0;
    box-sizing: border-box;
}
.con_cantact_nr{
   
    background-color: #076BAF;
    background-image: url(../img/bg_contact@2x.png);
    background-size: 100% 478px;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 24px 49px 39px 49px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
}
.con_cantact_left {
    width: 38.41%;
    height: auto;
}
.con_cantact_left p{
    font-weight: bold;
    font-size: 39px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 33px;
}
.con_cantact_left ul{
    width: 100%;
    height: auto;
    margin-top: 87px;
}
.con_cantact_left ul li{
    width: 100%;
    height: auto;
    margin-bottom: 21px;
    display: flex;
}
.con_cantact_left ul li img{
    width: 24px;
    height: 24px;
}
.con_cantact_left ul li span{
    margin-left: 16px;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
}
.con_cantact_right {
    width: 41.71%;
    height: auto;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 30px;
    box-sizing: border-box;
}
.con_cantact_right p{
    width: 100%;
    height: 36px;
    font-weight: bold;
    font-size: 24px;
    color: #2B2B2B;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.form{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 27px;
}
.form_div{
    width: 230px;
    height: auto;
    overflow: hidden;   
}
.form_div:nth-child(2){
    margin-left: 23px;
}
.form_div label{
    width: 100%;
    height: auto;
    font-weight: bold;
    font-size: 16px;
    color: #516371;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
    display: block;
}
.inputdiv{
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #C3CAD9;
    outline: none;
    padding-left: 18px;
    box-sizing: border-box;
}
.textareadiv{
    width: 100%;
    height: auto;
    margin-top: 18px;
}
.textareadiv label{
    width: 100%;
    height: 22px;
    font-weight: bold;
    font-size: 16px;
    color: #516371;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 8px;
    display: block;
}
.textareadiv .textareanr{
    width: 100%;
    height: 94px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #C3CAD9;
    padding: 13px 20px 0 13px;
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
}
.placeSty{
    font-weight: 400;
    font-size: 14px;
    color: #959EAD;
    text-align: left;
}
.form_btn{
    width: 126px;
    height: 56px;
    background: #1565D8;
    border-radius: 8px 8px 8px 8px;
    margin-top: 19px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 56px;
    border: none;
}
.video_mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.more_mask{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
}
.video_con{
    width: 804px;
    height: auto;
    border-radius: 25px;
    padding: 52px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.more_con{
    width: 940px;
    height: 535px;
    border-radius: 25px;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.close_img{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    display: block;
    cursor: pointer;
}
.close_img img{
    width: 100%;
    height: 100%;
}
.more_close{
    position: absolute;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    display: block;
    cursor: pointer;
}
.more_close img{
    width: 100%;
    height: 100%;
}
.video_con p{
    font-weight: bold;
    font-size: 42px;
    color: #2B2B2B;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.video_con video{
    width: 700px;
    height: auto;
    margin: 0 auto 0;
    display: block;
}
.more_tit{
    font-weight: bold;
    font-size: 34px;
    color: #2B2B2B;
    line-height: 72px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}




/* 手机端隐藏内容 */
.mobile,.mocontentext,.mobilenydetop,.mobilenybtn,.mobilecasetitle,.mobilebusiness,.mpbilequalificate,.mobileparterul,.mobilenewsul{
    display: none;
}

/* 手机自适应开始 */
@media screen and (max-width: 1670px){
    .con_pro_down_img{
        width: 70% !important;
    }
}
@media screen and (max-width: 1550px){
    
}
@media screen and (max-width: 1450px){
    .con_cantact_right{
        width: 45%;
    }
}
@media screen and (max-width: 1366px){
    
}
@media screen and (max-width: 1310px){
    .con_pro_ul {
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 1100px){
    .pc_nav,.pc_partner{
        display: none !important;
    }
    .mobile{
        display: block;
    }
}
@media screen and (max-width: 800px){
    .mobile_nav img{
        width: 46% !important;
    }
    .head {
        padding-top: 100px;
        margin-top: 58px;
    }
    .head_tit {
        height: 80px;
        font-size: 48px;
        line-height: 80px;
    }
    .head_p {
        width: 92%;
        height: 57px;
        font-size: 16px;
        line-height: 26px;
        margin: 10px auto 0;
    }
    .head_ul {
        width: 95%;
        justify-content: space-between;
        margin: 19px auto 0;
    }
    .head_li {
        width: 32%;
        height: 60px;
        padding: 8px 6px;
    }
    .head_li img {
        width: 34px;
        height: 34px;
    }
    .head_li p {
        font-size: 12px;
        line-height: 17px;
        margin-left: 5px;
    }
    .head_li:nth-child(2) {
        margin: 0 0px;
    }
    .index_panter {
        width: 92%;
    }
    .index_company {
        width: 100%;
        background-size: cover;
        background-position: center 26px;
        margin-top: 27px;
    }
    .index_panter_tit {
        width: 95px;
        height: 46px;
        border-radius:23px;
        font-size: 16px;
        line-height: 46px;
    }
    .index_panter_swiper {
        margin-top: 56px;
    }
    .company_swiper .swiper-slide:nth-of-type(-n+5) {
        margin-bottom: 35px;
    }
    .con_about{
        display: block;
    }
    .about_left {
        width: 90%;
        height: auto;
        padding: 43px 20px;
        margin: auto;
    }
    .about_left_p1 {
        font-size: 16px;
    }
    .about_left_p2 {
        font-size: 32px;
        margin-top: 8px;
    }
    .about_left_p3 {
        font-size: 12px;
        line-height: inherit;
        margin-top: 12px;
    }
    .video_con{
        width: 92%;
        height: auto;
        border-radius: 18px;
        padding: 19px;
    }
    .more_con {
        width: 92%;
        height: auto;
        border-radius: 18px;
        padding: 19px;
    }
    .more_con_p{
        width: 100%;
        height: 412px;
        overflow-y: scroll;
        margin-top: 20px
    }
    .more_con_p p{
        font-size: 14px;
    }
    .more_con p img{
        width: 100% !important;
    }
    .close_img,.more_close {
        width: 28px;
        height: 28px;
        top: 6px;
        right: 6px;
        background-color: #FFF;
        border-radius: 50%;
    }
    .video_con p {
        font-size: 26px;
        line-height: 50px;
    }
    .more_tit {
        font-size: 26px;
        line-height: 42px;
        text-align: center;
    }
    .video_con video {
        width: 100%;
        height: auto;
        margin: 0px auto 0;
    }
    .about_right {
        width: 92%;
        height: auto;
        padding: 20px;
        margin: 30px auto 0;
    }
    .about_more {
        width: 106px;
        height: 42px;
        line-height: 42px;
        float: inherit;
        margin: auto;
    }
    .con_pro {
        margin: 55px auto 0 !important;
    }
    .con_pro_big p:nth-child(1) {
        height: 50px;
        font-size: 24px;
        line-height: 50px;
    }
    .con_pro_big p:nth-child(2) {
        width: 92%;
        height: auto;
        font-size: 14px;
        line-height: 23px;
        margin: auto;
    }
    .con_swiper {
        width: 92%;
        height: auto;
        background-size: contain;
        margin: auto;
    }
    .con_swiper .swiper .swiper-slide div img {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }
    .con_pro_down {
        margin-top: 48px;
    }
    .con_swiper .swiper .swiper-slide p{
        margin-top: 0;
    }
    .con_swiper .swiper-button-next, .con_swiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .con_pro_ul {
        width: 92%;
        height: auto;
        margin: 40px auto 0;
    }
    .con_pro_li {
        width: 100%;
        height: auto;
        box-shadow: 0px 10px 71px -13px rgba(154, 167, 193, 0.25);
        border-radius: 10px;
        padding: 15px 15px;
        margin-bottom: 30px;
    }
    .con_pro_li:nth-of-type(2n) {
        margin-left: 0px;
    }
    .con_pro_li p {
        font-size: 14px;
        line-height: 22px;
        margin-left: 12px;
        display: block;
    }
    .con_pro_down_img {
        width: 92% !important;
        overflow: hidden;
        margin: 20px auto 0 !important;
        height: auto !important;
    }
    .con_pro_down_img .swiper-slide-active, .con_pro_down_img .swiper-slide-duplicate-active {
        transform: scale(0.85);
    }
    .con_pro_down_img .swiper-slide img{
        width: 100% !important;
    }
    .con_pro_software {
        padding: 60px 0 50px 0;
        margin-top: 52px !important;
    }
    .pro_software_p {
        font-size: 28px;
    }
    .pro_software_left {
        width: 92%;
        height: auto;
        margin: auto;
    }
    .pro_software_item {
        width: 100%;
        height: auto;
        padding: 16px 16px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
    }
    .pro_item_img {
        width: 50px;
        height: 50px;
    }
    .pro_item_con {
        width: 83%;
        height: auto;
        margin-left: 10px;
    }
    .pro_item_con span {
        font-size: 16px;
        line-height: 27px;
        margin-top: 5px;
    }
    .pro_software_right {
        width: 92%;
        height: auto;
        margin: 30px auto 0;
        box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.25);
    }
    .pro_software_right2 {
        width: 92%;
        height: auto;
        margin: 30px auto 0;
    }
    .pro_software_left2 {
        width: 92%;
        height: auto;
        float: inherit;
        margin: auto;
    }
    .con_pro_software2 {
        background: transparent;
        float: inherit;
        margin-top: 0 !important;
        
    }
    .pro_software_text {
        margin-top: 18px;
    }
    .pro_software_text p {
        font-size: 16px;
        line-height: 28px;
        -webkit-line-clamp: 3 !important;
    }
    .con_case_title p {
        font-size: 32px;
        line-height: 49px;
    }
    .con_case {
        width: 100%;
        height: auto;
        padding: 38px 0;
    }
    .qualitySwiper {
        width: 92% !important;
        height: auto;
        margin: 30px auto 0 !important;
        padding: 0px 0 68px 0;
    }
    .qualitySwiper .swiper .swiper-slide {
        width: 100% !important;
        border-radius: 32px 32px 32px 32px;
        padding: 30px 0 10px 0;
    }
    .qualitySwiper .swiper .swiper-slide div {
        width: 92%;
        height: auto;
        margin: auto;
    }
    .qualitySwiper .swiper-button-next, .qualitySwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .qualitySwiper .swiper-button-prev, .qualitySwiper .swiper-container-rtl .swiper-button-next {
        left: 38%;
        
    }
    .qualitySwiper .swiper-button-next, .qualitySwiper .swiper-container-rtl .swiper-button-prev {
        right: 38%;
    }
    .con_cantact {
        padding: 33px 0 43px 0;
    }
    .con_cantact_nr {
        width: 92% !important;
        background-size: 100% 100%;
        padding: 20px;
        flex-wrap: wrap;
    }
    .con_cantact_left p {
        font-size: 28px;
        margin-top: 0;
    }
    .con_cantact_left ul {
        margin-top: 40px;
    }
    .con_cantact_left ul li span {
        margin-left: 10px;
        font-size: 16px;
    }
    .con_cantact_left ul li {
        margin-bottom: 13px;
    }
    .form {
        margin-top: 15px;
    }
    .con_cantact_right p {
        height: 30px;
        font-size: 20px;
        line-height: 30px;
    }
    .con_cantact_right {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .form_div {
        width: 100%;
        margin-bottom: 10px;
    }
    .form_div:nth-child(2) {
        margin-left: 0px;
    }
    .textareadiv {
        margin-top: 0px;
    }
    .textareadiv .textareanr{
        width: 100%;
    }
    .form_btn {
        width: 113px;
        height: 46px;
        margin-top: 15px;
        font-size: 16px;
        line-height: 46px;
    }
    .con_cantact_left {
        width: 100%;
        height: auto;
    }
    .company_swiper {
        padding-bottom: 30px !important;
    }
    .pro_right_all {
        width: 92%;
        margin: auto;
    }
    .about_right p{
        display: block;
    }
}

@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 390px){
    .con_pro_big p:nth-child(1) {
        height: 50px;
        font-size: 20px;
        line-height: 40px;
    }
    .pro_software_p {
        font-size: 24px;
    }
    .con_case_title p {
        font-size: 28px;
        line-height: 44px;
    }
    .head_p {
        width: 92%;
        height: 57px;
        font-size: 14px;
        line-height: 23px;
        margin: 5px auto 0;
    }
}
@media screen and (max-width: 360px){
   
}
@media screen and (max-width: 320px){
   
}

