@charset "utf-8";

.header{
    height: 90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    border-bottom: 1px solid rgba(227,230,229,.15);
    padding:0 5.5vw;
    transition: all .4s;
}
.header_wrap{
    height:90px;
    position: relative;
}

.header .logo{
    flex:1;
}
.header .logo img{
    height:36px;
}
.nav .nav_li{
    margin:0 26px;
}
.nav .nav_li .nav1 a{
    color:#fff;
    display: block;
    line-height:90px;
    position: relative;
    text-transform: capitalize;
    transition:all 0s;
    font-size:18px;
}
.nav .nav_li .nav1 a:after{
    content:'';
    width:0;
    height:2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li .nav1 a:hover,.nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:90px;
    line-height: 40px;
    width: 100%;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:30px 20px 40px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
    left: 0;
}
.nav .nav_li .nav2 h4{
    font-size:18px;
    border-bottom: 1px solid #c8c8c8;
    padding:10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.nav .nav_li .nav2 .nav2_pro{
}
.nav .nav_li .nav2 .nav2_pro .item{
    flex:1;
    padding: 0 20px;
}
.nav .nav_li .nav2 .nav2_pro .item .img img{
    max-width: 170px;
}
.nav .nav_li .nav2 .nav2_pro .item .tit{
    font-weight: bold;
    color:#333;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1.4;
    padding-top: 15px;
}
.nav .nav_li .nav2 .nav2_pro .item .j_a2{
    display: block;
    line-height: 1.4;
    margin-top: 6px;
}
.nav .nav_li .nav2 .nav2_pro .item a:hover,.nav .nav_li .nav2 .nav2_pro .item a:hover .tit{
    text-decoration: underline;
    color:var(--theme-color);
}

.nav .nav_li:hover .nav1 a:after,.nav .nav_li.cur .nav1 a:after{
    width: 100%;
}
.nav_info .language{
    margin-left:50px;
}
.nav_info .language a{
    color:#fff;
    margin-left: 30px;
}
.nav_info .language a img{
    height:18px;
    margin-right: 6px;
}

.header.header_on,.header:hover{
    background: #fff;
    border-color: rgba(0, 0, 0, .08);
}
.header.header_on .nav .nav_li .nav1 a,.header:hover .nav .nav_li .nav1 a,.header:hover .nav_info .language a,.header.header_on:hover .nav .nav_li .nav1 a,.header.header_on .nav_info .language a{
    color:#333;
}
.header.header_on .nav .nav_li:hover .nav1 a,.header.header_on .nav .nav_li.cur .nav1 a,.header:hover .nav .nav_li.cur .nav1 a,.header:hover .nav .nav_li:hover .nav1 a,.header:hover .nav_info .language a:hover{
    color:var(--theme-color);
}


.banner{
    position: relative;
    overflow: hidden;
}
.banner .item_img img{
    
}
.banner .item{
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-height:100vh;
    width: 100%;
}
.banner .item .item_wrap{
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100vh;
    padding-top: 90px;
}
.banner .item .item_con{
    width:70%;
    height: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    align-items: flex-start;
}
.banner .item .item_con .sub_tit{
    background: linear-gradient(to right,#3c1ccb,#007eb7);
    font-size: 24px;
    border-radius: 6px;
    padding:10px 20px;
    
}
.banner .item .item_con .tit{
    font-size: 60px;
    font-weight: bold;
    line-height: 1.2;
    margin: 20px 0 30px;
}

.banner .item .item_con .desc{
    font-size: 36px;
    line-height: 1.2;
}
.banner .item .item_con .btns{
    margin-top:60px;
}
.banner .item .item_con .btns a{
    margin-right: 20px;
    width: 210px;
}

.banner .item .item_con img{
    width:100%;
}
.banner .item .item_img{
    width: 36%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.banner .swiper-pagination{
    text-align: center;
    bottom:20px;
    left:0;
    width:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:9px;
    height:9px;
    background: #fff;
    margin:0 5px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* tit_box1 */

.tit_box1{
    padding:70px 0 40px;
}
.tit_box1 .tit{
   flex:1;
}
.tit_box1 .tit h4{
    font-size:48px;
    font-weight: bold;
    line-height: 1;
    color:#000;
    text-transform: capitalize;
}
.tit_box1 .tit p{
    margin-top:12px;
}

.tit_box2{
    text-align: center;
    padding: 60px 0 30px;
}
.tit_box2 .tit{
    
}
.tit_box2 .tit h4{
    font-size:40px;
    font-weight: bold;
    text-transform: capitalize;
}
.tit_box2 .tit p{
    color:#666;
}
.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2-center{
    text-align: center;
}

.bg1{
    background:#fff;
}
.br8{
    border-radius: 8px;
}
.bg2{
    background:var(--theme-color);
}


.text-center{
    text-align: center;
}
.mt20{
    margin-top: 20px;
}
.plr30{
    padding-left: 30px;
    padding-right: 30px;
}

.pt50{
    padding-top: 50px;
}
.pt70{
    padding-top: 70px;
}
.pb70{
    padding-bottom: 70px;
}

/* choose */

.choose_wrap{
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.choose_wrap:before,.choose_wrap:after{
    content:'';
    display: block;
    position: absolute;
    z-index: -1;
}
.choose_wrap:before{
    background: url("../images/img1.png") no-repeat center;
    width: 190px;
    height: 165px;
    left: 0;
    bottom: 0;
}
.choose_wrap:after{
    background: url("../images/img2.png") no-repeat center;
    width: 125px;
    height: 100%;
    right: 0;
    top: 10px;
}

.choose_list{
    margin: 0 -19px;
}
.choose_list .item_w{
    padding: 0 19px;
    width: 33.333%;
}
.choose_list .item .ico img{
    transition:all 1.5s;
}
.choose_list .item{
    background: #fef5fa;
    padding:70px 40px;
    flex-direction: column;
    border-radius: 6px;
    cursor: pointer;
}
.choose_list .item2{
    background: #f2fafe;
}
.choose_list .item3{
    background: #fefaf2;
}
.choose_list .item .con{
    margin-top: 45px;
}
.choose_list .item .con h4{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    transition:all .4s;
}
.choose_list .item .con p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 15px;
}
.choose_list .item:hover .ico img{
    transform: rotateY(360deg);
}

.choose_list .item:hover .con h4{
    color:#e4007f;
}
.choose_list .item.item2:hover .con h4{
    color: #00a1e9;
}
.choose_list .item.item3:hover .con h4{
    color:#f39700;
}

/* product_list */

.product_list{
    margin: -10px;
}
.product_list .item{
    width: 33.333%;
    padding: 10px;
}
.product_list .item a{
    background: #fff;
    display: block;
    padding: 10px;
    border-radius: 6px;
    height: 100%;
}
.product_list .item .item_img{
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.product_list .item .item_img img{
    max-width: 100%;
    max-height: 100%;
}
.product_list .item .item_con{
    padding: 10px;
}
.product_list .item .item_con .tit{
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    transition:all .5s;
    line-height: 1.4;
}
.product_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}


/* solution_list */

.solution_list{
    margin: 0 -10px;
}
.solution_list .item{
    padding: 0 10px;
    flex:1;
    transition:all .5s;
}
.solution_list .item.cur{
    flex:1.8;
}
.solution_list .item a{
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.solution_list .item a:after{
    content:'';
    width: 100%;
    height: 50%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top,rgba(0,0,0,.6),transparent);
    transition:all .5s;
}
.solution_list .item .item_img img{
    height: 490px;
    width: 100%;
    object-fit: cover;
}
.solution_list .item .item_con{
    position: absolute;
    left:0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 40px;
    z-index: 2;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition:all .5s;
}
.solution_list .item .item_con .tit{
    padding: 10px 15px;
    color:#333;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
}
.solution_list .item .item_con .subtit_desc{
    
}
.solution_list .item .item_con .subtit_desc .subtit{
    font-size: 24px;
    font-weight: bold;
    white-space: normal;
    line-height: 1.2;
}
.solution_list .item .item_con .subtit_desc .desc{
    line-height: 1.5;
    margin:5px 0 20px;
}
.solution_list .item .item_con .subtit_desc .more{
    font-size: 18px;
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 2;
    font-weight: bold;
    margin-top: 15px;
}
.solution_list .item .item_con .subtit_desc .more:after{
    content:'';
    display: block;
    background: #f39700;
    width:20px;
    transition:all .5s;
    position: absolute;
    left: 0;
    bottom:0px;
    height: 5px;
    z-index: -1;
}
.solution_list .item a:hover:after{
    height: 100%;
}
.solution_list .item a:hover .item_con{
    padding: 40px 30px 50px;
}
.solution_list .item a:hover .item_con .subtit_desc .more:after{
    width: 100%;
}

/* technology_wrap */

.technology_wrap{
    position: relative;
}
.technology_img img{
    max-height: 500px;
    width: 100%;
    object-fit: cover;
}
.technology_con{
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    color: #fff;
    padding: 50px 80px;
}
.technology_con .tit{
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
}
.technology_con .desc{
    margin: 30px 0 70px;
}
.technology_con .desc span{
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px dashed rgba(255,255,255,.7);
    margin:0 10px 10px 0;
    transition:all .5s;
}
.technology_con .desc span:hover{
    background: #fff;
    color:#333;
}
.technology_con .more{
    background: linear-gradient(to right, #3c1ccb, #007eb7);
    padding: 12px 20px;
    border-radius: 8px;
    transition:all .5s;
}
.technology_con .more img{
    height: 28px;
}
.technology_con .more span{
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 8px;
}
.technology_con .more:hover{
    padding: 12px 30px;
}


/* news */


.news_list{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.news_list .item{
    position: relative;
    display: block;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.news_list .item .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:40px;
    
    background: linear-gradient(to top, rgba(0,0,0,.7), transparent);
}
.news_list .item .con h4{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.news_list .item .con p{
    font-size: 14px;
    margin-top: 10px;
    display: none;
    color:rgba(255,255,255,.8);
    transition:all .5s;
}
.news_list .item .con span{
    color:#fff;
    margin-top: 10px;
    display: block;
}

.news_list .swiper-slide-active .item .con p{
    display: block;
}

.news_list .item .img{
    height: 100%;
}
.news_list .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.news_list .swiper-button-prev,.news_list .swiper-button-next{
    background: rgba(255,255,255,.4);
    width:50px;
    height:50px;
    border-radius: 8px;
    color:#000;
    transition:all .5s;
}
.news_list .swiper-button-prev:after,.news_list .swiper-button-next:after{
    font-size: 24px;
}
.news_list .swiper-button-prev:hover,.news_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.news_list_bd,.news_list_ft{
    padding-left: 40px;
    width: 25.92%;
}

.news_list_bd .img{
    overflow: hidden;
    border-radius: 10px;
}
.news_list_bd .tit{
    font-size:20px;
    line-height: 1.2;
    margin:20px 0 25px;
}
.news_list_bd .btn_time{
    margin-top: 35px;
    font-size:14px;
}
.news_list_bd .btn_time .btn{
    flex:1;
    text-transform: uppercase;
    font-family: 'RobotoBold';
}

.news_list_ft a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:1px solid #e7e7e7;
    border-radius: 10px;
    padding:30px;
    height: 100%;
}
.news_list_ft .time{
    font-size: 14px;
}
.news_list_ft .tit{
    font-size:20px;
    line-height: 1.2;
    margin:20px 0 30px;
}
.news_list_ft .img{
    border-radius: 10px;
    overflow: hidden;
}
.news_list_bd:hover .tit,.news_list_ft:hover .tit{
    color:var(--theme-color);
}


/* plan_wrap */

.plan_wrap{
    position: relative;
}
.plan_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.plan_con .tit{
    font-size: 48px;
    font-weight: bold;
}
.plan_con .desc{
    margin: 5px 0 60px;
    font-size: 24px;
    text-align: center;
}
.plan_con .more{
    padding: 12px 25px;
    background: #fff;
    color:#333;
    border-radius: 6px;
    transition:all .5s;
}
.plan_con .more i{
    font-size: 28px;
    margin-right: 10px;
}
.plan_con .more span{
    font-size: 20px;
    line-height: 1;
}
.plan_con .more:hover{
    padding: 12px 35px;
    color:#f39700;
}

/* footer */

.footer{
    background:#051032;
    color:#fff;
    margin-top: 30px;
}
.footer_con{
    padding: 0 5.5vw;
}
.footer_hd{
    padding:40px 0 20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.footer_hd .f_logo{
    flex:1;
}
.footer_hd .f_logo img{
    max-height: 30px;
}
.footer_hd .f_menu a{
    display: block;
    margin-left: 90px;
}

.footer_bd{
    font-size: 14px;
    padding:20px 0;
}
.footer_bd .copyright{
    flex:1;
}
.footer_bd .contact{
    width: 70%;
}
.footer_bd .contact .item{
    padding-left: 30px;
    flex:1;
}
.footer_bd .contact .item i{
    margin-right: 6px;
}

.footer a:hover{
    color:#fff;
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    position: relative;
    z-index: 1;
}
.page_banner:after{
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .9), transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.page_banner .img img{
    width: 100%;
}
.page_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_banner_con .info{
    width: 70%;
}
.page_banner_con .tit{
    font-size:48px;
    font-weight: bold;
    line-height: 1.4;
}
.page_banner_con .subtit{
    font-size:22px;
    margin-top: 20px;
}
.page_banner_pos{
    position: absolute;
    bottom: 30px;
    color:#fff;
}
.page_banner_pos .pos i{
    font-size:18px;
    margin-right: 6px;
}
.page_banner_pos .pos a{
    padding:0 5px;
}
.page_banner_pos .pos a:hover{
    text-decoration: underline;
}


/* page_smart_education_panel1 */

.page_smart_education_panel1 .item{
    margin-top:50px;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    background: #fff;
}
.page_smart_education_panel1 .item .item_con{
    flex:1;
    padding:50px 4%;
    transition:all .5s;
}
.page_smart_education_panel1 .item .item_con .name{
    background: linear-gradient(to right, #3c1ccb, #007eb7);
    font-size: 14px;
    border-radius: 6px;
    padding:5px 20px;
    display: inline-block;
    color:#fff;
    margin-bottom: 6px;
}
.page_smart_education_panel1 .item:nth-child(1) .item_con .name{
    background: linear-gradient(to right,#f39700, #b3d219);
}
.page_smart_education_panel1 .item:nth-child(2) .item_con .name{
    background: linear-gradient(to right,#e52067, #ffb131);
}
.page_smart_education_panel1 .item .item_con .tit{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color:#000;
    margin-bottom: 5px;
    transition:all .5s;
    text-transform: capitalize;
}
.page_smart_education_panel1 .item .item_con .subtit{
    font-size: 18px;
}
.page_smart_education_panel1 .item .item_con .desc{
    color:#666;
    font-size: 16px;
    margin:20px 0 50px;
    max-height: 75px;
    overflow-y: scroll;
}
.page_smart_education_panel1 .item .item_con .ico_list{
    
}
.page_smart_education_panel1 .item .item_con .ico_list .ico_item{
    width: 33.333%;
}
.page_smart_education_panel1 .item:nth-child(3) .item_con .ico_list .ico_item{
    width: 25%;
}
.page_smart_education_panel1 .item .item_con .ico_list .ico_item .ico{
    display:inline-block;
    text-align: center;
}
.page_smart_education_panel1 .item:nth-child(3) .item_con .ico_list .ico_item .ico{
    display: block;
}
.page_smart_education_panel1 .item .item_con .ico_list .ico_item img{
    width: 32px;
}
.page_smart_education_panel1 .item .item_con .ico_list .ico_item h4{
    margin-top: 5px;
    text-transform: capitalize;
    font-size: 14px;
    color:#666;
}
.page_smart_education_panel1 .item .item_img{
    width:45%;
    border-radius: 8px;
    overflow: hidden;
}
.page_smart_education_panel1 .item .item_img img{
    width: 100%;
}
.page_smart_education_panel1 .item:hover .item_con{
    padding: 50px 3% 50px 5%;
}
.page_smart_education_panel1 .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_smart_education_panel2 */

.page_smart_education_panel2{
    margin:-15px;
}
.page_smart_education_panel2 .item_w{
    width: 33.333%;
    padding:15px;
}

.page_smart_education_panel2 .item{
    display: block;
    background: #fff;
    padding: 20px 20px 30px;
    height: 100%;
}
.page_smart_education_panel2 .item .img{
    overflow: hidden;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_smart_education_panel2 .item .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.page_smart_education_panel2 .item .con{
    padding-top:20px;
}
.page_smart_education_panel2 .item .con h4{
    font-size: 22px;
    font-weight: bold;
    transition:all .5s;
    line-height: 1.2;
}
.page_smart_education_panel2 .item .con p{
    color:#666;
    line-height: 1.4;
    margin-top: 10px;
}
.page_smart_education_panel2 .item:hover .con h4{
    color:var(--theme-color);
}

/* page_technology_panel1 */

.page_technology_panel1{
    
}
.page_technology_panel1 .item .item_img{
    width: 46%;
}
.page_technology_panel1 .item .img_list{
    margin:5px -10px 0;
}
.page_technology_panel1 .item .img_item{
    flex:1;
    padding: 0 10px;
}
.page_technology_panel1 .item .img_item .img .i{
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.page_technology_panel1 .item .img_item .img h4{
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.3;
}
.page_technology_panel1 .item .item_con .desc{
    margin:15px 0 40px;
    padding-right: 10px;
}
.page_technology_panel1 .item:hover .item_con{
    padding: 50px 4.5% 50px 3.5%;
}


/* page_capabilities_panel1 */

.page_capabilities_panel1 .list{
    
}
.page_capabilities_panel1 .item{
    margin: 0 0 50px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.page_capabilities_panel1 .item:last-child{
    margin-bottom: 0;
}
.page_capabilities_panel1 .item .item_img{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.page_capabilities_panel1 .item .item_img .tit{
    background: linear-gradient(to right, #3c1ccb, #007eb7);
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 20px;
    display: inline-block;
    color: #fff;
    margin-bottom: 6px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.page_capabilities_panel1 .item .item_img{
    width: 46%;
}
.page_capabilities_panel1 .item .item_con_w{
    flex:1;
    min-width: 0;
    padding: 50px 2% 50px 4%;
}
.page_capabilities_panel1 .item .item_con{
    height: 330px;
    overflow-y: auto;
    padding-right: 2%;
}
.page_capabilities_panel1 .item .item_con p{
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}
.page_capabilities_panel1 .item .item_con p:first-child{
    padding-top: 0;
}
.page_capabilities_panel1 .item .item_con .desc b{
    color:var(--theme-color);
}


.page_capabilities_panel2{
    
}
.page_capabilities_panel2 .tit{
    font-size: 36px;
    font-weight: bold;
}
.page_capabilities_panel2 .list{
    width: 100%;
    position: relative;
    background: #fff;
    padding: 50px;
    border-radius: 8px;
}
.page_capabilities_panel2 .list:after{
    display: block;
    position: absolute;
    left:30px;
    bottom: 0;
    content:'';
    background: url("../images/ico2.png") no-repeat;
    background-size: 100% auto;
    width: 121px;
    height: 150px;
}
.page_capabilities_panel2 .list .item{
    flex:1;
    padding: 0 30px;
    text-align: center;
}
.page_capabilities_panel2 .list .item h4{
    font-size:30px;
    font-weight: bold;
    line-height: 1.1;
}
.page_capabilities_panel2 .list .item h4 span{
    font-size: 60px;
    line-height: 1.1;
    vertical-align: top;
    margin-right: 5px;
}

.page_capabilities_panel3{
    
}



/* page_about1 */

.page_about1{
    overflow: hidden;
}
.page_about1_flex{
    background: #fff;
    border-radius: 8px;
}
.page_about1_img{
    width: 47.5%;
    border-radius: 8px;
    overflow: hidden;
}
.page_about1_con{
    flex:1;
    min-width: 0;
    padding:50px 60px;
}
.page_about1_con .tit{
    font-size:36px;
    font-weight: bold;
    position: relative;
    padding-bottom:10px;
}

.page_about1_con .content{
    overflow-y: auto;
    padding-right:10px;
}
.page_about1_con .content p{
    font-size:18px;
    line-height: 1.8;
    margin-top: 10px;
}

.page_about2{
    background: #fff;
    border-radius: 8px;
    padding: 50px;
}
.page_about2 .tit_box2{
    text-align: left;
    padding-top: 0;
    padding-bottom:10px;
}
.page_about2 .tit_box2 .tit h4{
    line-height: 1;
}
.page_about2_con{
    font-size: 18px;
    line-height: 1.8;
}
.page_about2_con p{
    margin-top: 10px;
}

/* page_about_panel4 */

.page_about_panel4_wrap{
    background: var(--theme-color);
    padding: 50px;
}
.page_about_panel4{
    color:#fff;
}
.page_about_panel4_tit{
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
}
.page_about_panel4_list{
    overflow: hidden;
    max-width: 70%;
    margin:80px auto 0;
}
.page_about_panel4_list .item .tit{
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
}
.page_about_panel4_list .item .desc{
    margin-left: 80px;
    font-size: 20px;
}
.page_about_panel4_list .item .desc p{
    line-height: 1.5;
    margin-top: 5px;
}

.page_about_panel4_tab_w{
    position: relative;
    padding-bottom: 30px;
}
.page_about_panel4_tab{
    width: 290px;
    margin: auto;
    overflow: hidden;
    padding-top: 90px;
}
.page_about_panel4_tab .item{
    cursor: pointer;
    position: relative;
}
.page_about_panel4_tab .item .mark{
    width: 1px;
    height: 20px;
    position: absolute;
    background: #fff;
    margin: auto;
    transition:all .5s;
    bottom:30px;
    left: 18px;
}

.page_about_panel4_tab .swiper-slide-thumb-active .item .mark{
    width: 4px;
    height: 30px;
}
.page_about_panel4_tab_w .swiper-button-prev,.page_about_panel4_tab_w .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition:all .5s;
    color:#fff;
    font-size: 22px;
}
.page_about_panel4_tab_w .swiper-button-prev:after,.page_about_panel4_tab_w .swiper-button-next:after{
    display: none;
}
.page_about_panel4_tab_w .swiper-button-prev{
    transform: rotate(180deg);
    left: 32%;
}
.page_about_panel4_tab_w .swiper-button-next{
    right: 32%;
}
.page_about_panel4_tab_w .swiper-button-prev:hover, .page_about_panel4_tab_w .swiper-button-next:hover{
    background:#fff;
    border-color:#fff;
}
.page_about_panel4_tab_w .swiper-button-prev:hover i, .page_about_panel4_tab_w .swiper-button-next:hover i{
    color:#333;
}


/* page_about_panel5 */

.page_about_panel5{
    margin:20px -10px 0;
}
.page_about_panel5 .item_w{
    flex:1;
    padding:0 10px;
}
.page_about_panel5 .item .item_img{
    border-radius: 8px;
    overflow: hidden;
}
.page_about_panel5 .item .item_con{
    padding-top: 15px;
}
.page_about_panel5 .item .item_con .desc{
    font-size: 20px;
}
.page_about_panel5 .item .item_con .desc span{
    font-weight: bold;
}

/* page_download_center */

.page_download_center{
    padding:30px 0 50px;
}
.page_download_center .list_item {
    margin-bottom: 30px;
}
.page_download_center .list_item .menu{
    display: flex;
    color:#333;
    font-size:24px;
    padding:30px 40px;
    background: #fff;
    cursor: pointer;
    transition:all .3s;
    justify-content: space-between;
    font-family: 'MontserratSemiBold';
    align-items: center;
}
.page_download_center .list_item .menu i{
    font-size:20px;
    color:#333;
    transition:all .3s;
}
.page_download_center .list_item .menu:hover,.page_download_center .list_item .menu.cur{
    color:var(--theme-color);   
}

.page_download_tit .tit p{
    max-width: 70%;
    margin:auto;
}
.page_download_tit .tit p a{
    color:var(--theme-color);
}
.page_download_tit .tit p a:hover{
    text-decoration: underline;
}



.page_download_center .list_item .list{
    display: none;
    padding:0 40px;
    background: #fff;
}
.page_download_center .list_item:first-child .list{
    display: block;
}

.page_download_center .list_item .list .item{
    display: flex;
    height: 90px;
    display: flex;
    align-items: center;
    border-top: 1px solid #ebebeb;
}

.page_download_center .list_item .list .item .pdf{
    width: 50px;
    height: 25px;
    border:1px solid #a9a9a9;
    font-family: 'MontserratLight';
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.page_download_center .list_item .list .item h4{
    font-size:16px;
    color:#2d2d2d;
    margin-left:25px;
    flex:1;
}
.page_download_center .list_item .list .item .btn{
    border:1px solid #c3c3c3;
    padding:5px 20px;
    transition:all .3s;
    border-radius: 5px;
}
.page_download_center .list_item .list .item .btn i{
    margin-left: 8px;
    font-size:16px;
}
.page_download_center .list_item .list .item:hover h4{
    color:var(--theme-color);
}
.page_download_center .list_item .list .item:hover .btn{
   background: var(--theme-color);
   border-color:var(--theme-color);
   color:#fff;
}


.page_download_center_more{
    text-align: center ;
    padding-bottom: 80px;
}
.page_download_center_more a{
    padding-bottom: 5px;
    display: inline-block;
}
.page_download_center_more a:after{
    width: 100%;
    height: 1px;
    background: #666;
    content:'';
    display: block;
}
.page_download_center_more a:hover{
    color:var(--theme-color);
}
.page_download_center_more a:hover:after{
    background: var(--theme-color);
}


/* page_product_video */


.page_product_video{
    padding:50px 0 80px;
}
.page_product_video .list{
    margin:0 -17px;
}
.page_product_video .list .item{
    width: 33.33%;
    padding:0 17px;
}
.page_product_video .list .item iframe{
    height: 385px;
}




/* page_case_detail */


.page_case_detail{
    padding:60px 0 80px;
    text-align: center;
}
.page_case_detail h1{
    font-size:40px;
    font-weight: bold;
}
.page_case_detail h1:after{
    content:'';
    width: 88px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin:20px auto 0;
}
.page_case_detail .desc{
    margin:30px 0 50px;
}
.page_case_detail .desc p{
    line-height: 1.8;
}
.page_case_detail .list{
    justify-content: center;
}
.page_case_detail .list .item{
    padding:0 100px;
}
.page_case_detail .list .item h4{
    margin-top: 10px;
}
.page_case_detail .more_style5{
    margin:60px auto 0;
}

.page_case_detail_recommend_wrap{
    background: #ebebeb;
}

.page_case_list.page_case_list_recommend{
    padding-top: 0;
}


/* product_detail */

.pd_detail{
    padding:80px 0 100px;
}
.pd_detail_hd .pics{
    width:46.25%;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:550px;
    margin:0;
    overflow: hidden;
}

.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper{
    margin-top:25px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    padding:5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:1px solid #fff;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    height:120px;
    object-fit: contain;
}



.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 5%;
    min-width: 0;
    display: flex;
    flex-direction: column;
}
.pd_detail_hd .infos .name{
    color:#888;
    font-family: 'MontserratLight';
}
.pd_detail_hd .infos h1{
    font-size:38px;
    color:#333;
    line-height: 1.3;
    font-family: 'MontserratExtraBold';
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 30px;
    position: relative;
}
.pd_detail_hd .infos h1:after{
    content:'';
    display: block;
    width: 20%;
    height:3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_hd .infos .desc{
    font-size:18px;
    color:#666;
    margin:35px 0 80px;
    line-height: 1.8;
}
.pd_detail_hd .infos .list{
    margin:0 -50px;
}
.pd_detail_hd .infos .list .item{
    display: flex;
    padding:0 50px;
    border-right:1px solid #ccc;
}
.pd_detail_hd .infos .list .item:last-child{
    border-right:none;
}
.pd_detail_hd .infos .list .item h4{
    font-size:18px;
    color:#333;
    font-family: 'MontserratSemiBold';
    margin-left: 20px;
    line-height: 1.3;
}

.pd_detail_hd .infos .btns .btn{
    display: flex;
    align-items: center;
    height:58px;
    width: 220px;
    background: var(--theme-color);
    border:1px solid var(--theme-color);
    color:#fff;
    justify-content: center;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'MontserratLight';
    border-radius: 100px;
}
.pd_detail_hd .infos .btns .btn i{
    color:#fff;
    font-size:20px;
    margin-left: 8px;
    transition:all .3s;
}
.pd_detail_hd .infos .btns .btn2{
    color:#333;
    border:1px solid #666;
    background: transparent;
    color:#333;
}
.pd_detail_hd .infos .btns .btn2 i{
    color:#333;
}
.pd_detail_hd .infos .btns .btn:hover{
    border-color:var(--theme-color);
    background: var(--theme-color);
    opacity: .8;
}
.pd_detail_hd .infos .btns .btn2:hover{
    color:#fff;
}
.pd_detail_hd .infos .btns .btn2:hover i{
    color:#fff;
}


.pd_detail_hd .infos .follow_list{
    margin-top: 50px;
    align-items: center;
}
.pd_detail_hd .infos .follow_list .tit{
    color:#333;
    font-family: 'jnm';
    text-transform: uppercase;
    margin-right: 30px;
}

.pd_detail_bd{
    display: flex;
    padding:50px;
    margin:60px 0;
    border-radius: 20px;
    border:1px solid #e9e9e9;
}
.pd_detail_bd .con{
    width: 55%;
}
.pd_detail_bd .con h4 br{
    display: none;
}
.pd_detail_bd .con h4{
    font-size:26px;
    color:#333;
    font-family: 'MontserratBold';
}
.pd_detail_bd .con p{
    color:#333;
    margin-top: 10px;
    line-height: 1.8;
}
.pd_detail_bd .imgs{
    flex:1;
    min-width: 0;
    padding-left: 3%;
    margin-left: 3%;
    border-left: 1px solid #e9e9e9;
}
.pd_detail_bd .imgs h4{
    font-size:18px;
    color:#333;
    margin-bottom: 20px;
}
.pd_detail_bd .imgs .img{
    justify-content: space-between;
}


.pd_detail_info{
    margin-bottom: 90px;
}

.pd_detail_info .pddi_hd{
    padding-top: 80px;
}
.pd_detail_info .pddi_hd .hd{
    display: flex;
    height: 60px;
    font-size:30px;
    font-family: 'MontserratSemiBold';
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.pd_detail_info .pddi_hd .hd .item{
    margin-right:150px;
    color:#333;
    position: relative;
    cursor: pointer;
    transition:all .3s;
}
.pd_detail_info .pddi_hd .hd .item i{
    font-size:30px;
    margin-left: 15px;
}
.pd_detail_info .pddi_hd .hd .item:after{
    content:'';
    width:50%;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-7px;
    transition:all .3s;
}

.pd_detail_info .pddi_hd .hd .item:hover{
    color:var(--theme-color);
}


.pd_detail_info .pddi_bd{
    width: 435px;
}
.pd_detail_info .pddi_bd .tit{
    font-size:24px;
    color:#333;
    font-family: 'MontserratBold';
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
}
.pd_detail_info .pddi_bd .tit:after{
    content:'';
    display: block;
    width: 20%;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_info .pddi_bd .menu{
    margin:20px -7px;
}
.pd_detail_info .pddi_bd .menu a{
    width: 50%;
    padding:7px;
}
.pd_detail_info .pddi_bd .menu .img{
    border-radius:15px;
}
.pd_detail_info .pddi_bd .menu .img img{
    width: 100%;
    height: 140px;
}
.pd_detail_info .pddi_bd .menu h4{
    text-align: center;
    line-height:40px;
    color:#333;
}
.pd_detail_info .pddi_bd .menu a:hover h4{
    color:var(--theme-color);
}
.pd_detail_info .pddi_bd .tel_box{
    border:1px solid #e4e4e4;
    border-radius: 20px;
    padding:30px;
}
.pd_detail_info .pddi_bd .tel_box .tel{
    padding-top: 20px;
    align-items: center;
}
.pd_detail_info .pddi_bd .tel_box .tel .con{
    padding-left: 15px;
    color:#333;
}
.pd_detail_info .pddi_bd .tel_box .tel .con p{
    font-size:26px;
    font-family: 'MontserratBold';
}

.pd_detail_info .pddi_hd .bd{
    padding:30px 0 0;
    color:#333;
    border-bottom: 1px solid #ddd;
}
.pd_detail_info .pddi_hd .bd .tit{
    height: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    padding:0 30px;
    line-height: 50px;
    font-size:18px;
    font-family: 'MontserratSemiBold';
}
.pd_detail_info .pddi_hd .bd .con{
    display: flex;
    flex-wrap: wrap;
    padding:20px 30px 10px;
}
.pd_detail_info .pddi_hd .bd .con>p{
    width: 25%;
    padding:15px 30px;
}
.pd_detail_info .pddi_hd .bd .c{
    padding:20px 30px;
}

.pd_detail_info .pddi_hd .bd .bd_item:first-child{
    display: block;
    font-size:18px;
}
.pd_detail_info .pddi_hd .bd .bd_item:first-child p{
    font-size:18px!important;
}
.pd_detail_info .pddi_hd .bd .bd_item table{
    width: 100%;
}
.pd_detail_info .pddi_hd .bd .bd_item tr{
    height: 45px!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr td{
    border:none!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:nth-child(2n-1){
    background: #f1f1f1;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:first-child{
    background: var(--theme-color);
    height: 50px!important;
    color:#fff;
}
.pd_detail_info .pddi_hd .bd .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.pd_detail_info .pddi_hd .bd .list .img{
    width: 33.333%;
    padding:20px;
}
.pd_detail_info .pddi_hd .bd .list .img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.pd_detail_info .pddi_hd .tags{
    border-top: 2px solid #ddd;
    margin:30px 0 0;
    padding: 30px 0 50px;
}

.pd_detail_info .pddi_hd .tags span{
    margin-right: 10px;
}
.pd_detail_info .pddi_hd .tags span i{
    color:#999;
    margin-right: 6px;
}
.pd_detail_info .pddi_hd .tags a{
    background:#f3f4f8;
    height: 28px;
    line-height: 28px;
    padding:0 20px;
    display: inline-block;
    margin-right:10px;
    border-radius: 3px;
    font-size:13px;
    font-family: 'MontserratLight';
}
.pd_detail_info .pddi_hd .tags a:hover{
    background: var(--theme-color);
    color:#fff;
}


.page_product_contact_wrap{
    padding:80px 0 0;
}
.page_product_contact{
    background: #fff;
    padding: 0 70px 70px;
}

.page_product_contact_flex .l_tel{
    width: 50%;
    padding:30px 6% 0 0;
}
.page_product_contact_flex .l_tel .list .item{
    display: flex;
    width: 33.333%;
}
.page_product_contact_flex .l_tel .list .item .ico{
    width: 42px;
    height: 42px;
    border:1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.page_product_contact_flex .l_tel .list .item .ico i{
    font-size:18px;
    color:#666;
}
.page_product_contact_flex .l_tel .list .item .con{
    flex:1;
    min-width: 0;
    padding-left:10px;
}

.page_product_contact_flex .list .item:last-child{
    width: 100%;
    margin-top:20px;
}
.page_product_contact_flex .l_tel .map{
    margin-top: 30px;
}
.page_product_contact_flex .l_tel .map img{
    width: 100%;
}

/* page_quality */

.pq1_info{
    
}
.pq1_info .desc{
    width: 60%;
    margin:auto;
    text-align: center;
    position: relative;
}
.pq1_info .desc:before,.pq1_info .desc:after{
    content:'';
    width: 38px;
    height: 31px;
    display: block;
    position: absolute;
}
.pq1_info .desc:before{
    background: url("../images/quality_ico1.png") no-repeat center;
    left: -50px;
    top:-6px;
}
.pq1_info .desc:after{
    background: url("../images/quality_ico2.png") no-repeat center;
    right:-50px;
    bottom: -20px;
}
.pq1_info .list{
    justify-content: center;
    margin:60px 0;
}
.pq1_info .list .item{
    margin:0 40px;
}

.pq2_info{
    background: #f8f8f8;
    border-radius:20px;
    overflow: hidden;
}
.pq2_info .pq2_info_con{
    flex:1;
    min-width: 0;
    padding:40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pq2_info .pq2_info_con .tit{
    color:#161616;
    font-size:40px;
    font-family: 'jnb';
}
.pq2_info .pq2_info_con .desc{
    color:#666;
    margin-top: 10px;
}
.pq2_info .pq2_info_img{
    width: 50%;
}


/* pq3_info */

.pq3_info{
    overflow: hidden;
    width: 1800px;
    margin:auto;
    position: relative;
    padding:0 0 80px;
}
.pq3_info_con{
    position: relative;
    width: 1600px;
    margin:auto;
    padding:20px 0 60px;
}
.pq3_info_con .item .img{
    background: #f8f8f8;
    padding:25px 36px;
    height: 390px;
}
.pq3_info_con .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pq3_info_con .item .tit{
    color:#3a3a3a;
    padding:10px 10px 0;
    font-size:16px;
    text-align: center;
}

.pq3_info_con .swiper-button-next,.pq3_info_con .swiper-button-prev{
    width: 70px;
    height: 70px;
    border:1px solid #c8c8c8;
    border-radius: 50%;
    z-index: 40;
    opacity: 1;
    color:#717171;
    top: 40%;
}
.pq3_info_con .swiper-button-next:after,.pq3_info_con .swiper-button-prev:after{
    font-size:30px;
}
.pq3_info_con .swiper-button-next:hover,.pq3_info_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.pq3_info_con .swiper-button-prev{
    left: -100px;
}
.pq3_info_con .swiper-button-next{
    right: -100px;
}
.pq3_info:before,.pq3_info:after{
    content:'';
    display: block;
    width: 100px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 30;
}
.pq3_info:before{
    left: 0;
}
.pq3_info:after{
    right: 0;
}
.pq3_info_con .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
.pq3_info_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


.page_banner_news_w{
    position: absolute;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.4);
    bottom: 0;
}
.page_banner_news{
    height: 80px;
    color:#fff;
}
.page_banner_news .pos{
    flex:1;
}
.page_banner_news .pos i{
    font-size: 14px;
    margin-right: 8px;
}
.page_banner_news .pos a{
    padding: 0 5px;
}
.page_banner_news .menu .item{
    padding: 0 60px;
    height: 80px;
    font-size: 18px;
}
.page_banner_news .menu .item:hover{
    background: rgba(0,160,233,.5);
}
.page_banner_news .menu .item.cur{
    background: var(--theme-color);
}

.page_news_list{
   padding:60px 0;
}
.page_news_list .list{
    margin: -20px;
}
.page_news_list .list a{
    width: 33.333%;
    padding: 20px;
    display: block;
}
.page_news_list .list .item{
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}
.page_news_list .list .item .item_con{
    padding: 25px 28px;
}
.page_news_list .list .item .item_con .time{
    color:var(--theme-color);
}
.page_news_list .list .item .item_con .tit{
    line-height: 1.2;
    margin: 10px 0 15px;
    font-weight: bold;
    font-size: 20px;
}
.page_news_list .list .item .item_con .desc{
    color:#666;
}
.page_news_list .list .item .item_con .more{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    transition:all .5s;
    margin-top: 25px;
    border-radius: 5px;
}
.page_news_list .list .item .item_con .more i{
    transition:all .5s;
}
.page_news_list .list .item:hover .item_con .more{
    background: var(--subtheme-color);
}
.page_news_list .list .item:hover .item_con .more i{
    transform: rotate(45deg);
}

.inner_pos_wrap{
    background: #f0f4f9;
    margin-top:90px;
}
.inner_pos{
    height: 60px;
}
.inner_pos span{
    margin-right:6px;
    color:var(--subtheme-color);
}
.inner_pos a{
    padding: 0 5px;
}
.inner_pos a:first-child{
    padding-left: 0;
}
.inner_pos a:hover{
    color:var(--theme-color);
}

/* page_news_detail */

.page_news_detail_wrap{
    background: #fff;
}
.page_news_detail{
    padding-top:70px;
}
.page_news_detail_hd{
    flex:1;
    min-width: 0;
    padding-right: 65px;
}
.page_news_detail_hd .columnname{
    color:#fff;
    height: 40px;
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}

.page_news_detail_hd h1{
    font-size:36px;
    line-height: 1.2;
    font-weight: normal;
    font-weight: bold;
    flex:1;
    min-width: 0;
    padding-right: 30px;
}
.page_news_detail_hd .h1_download a{
    display: flex;
    align-items: center;
    height: 46px;
    border: 2px solid var(--theme-color);
    padding: 0 20px;
    border-radius: 100px;
    font-weight: bold;
    color:var(--theme-color);
}
.page_news_detail_hd .h1_download a:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_news_detail_hd .info{
    margin-top:20px;
    color:#666;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.page_news_detail_hd .info .time{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.page_news_detail_hd .info .time i{
    margin-right: 6px;
    font-size:18px;
}
.page_news_detail_hd .info .tag{
    color:#888;
    background: #f5f5f5;
    height: 30px;
    padding:0 20px;
    border-radius: 5px;
    margin-right: 15px;
    line-height:30px;
}
.page_news_detail_hd .info .tag:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}


.page_news_detail_hd .content{
    padding:35px 0 20px;
    min-height: 20vh;
}
.page_news_detail_hd .content p{
    margin-bottom: 20px;
}

.page_news_detail_bd{
    width: 330px;
}
.page_news_detail_bd .j_tit{
    font-size:22px;
    color:#333;
    margin-bottom: 10px;
}
.page_news_detail_bd .list .item{
    background: #f5f7f5;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px;
}
.page_news_detail_bd .list .item .item_con{
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time{
    color:var(--theme-color);
}
.page_news_detail_bd .list .item .item_con .tit{
    margin:5px 0 10px;
    transition:all .5s;
}
.page_news_detail_bd .list .item .item_con .btn{
    font-size:14px;
    display: inline-block;
    position: relative;
}
.page_news_detail_bd .list .item .item_con .btn:after{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
}
.page_news_detail_bd .list .item:hover .item_con .tit{
    color:var(--subtheme-color);
}


.go_back{
   
}
.go_back a{
    display: block;
    font-size:14px;
    height: 44px;
    background: #f5f5f5;
    line-height: 44px;
    text-align: center;
}
.go_back a:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_contact */


.j_page_contact_tit{
    justify-content: center;
}
.j_page_contact_tit p{
    padding: 0 20px;
    font-size: 18px;
}

.j_page_contact{
    gap: 40px;
}
.j_page_contact .item{
    flex:1;
    background: #fff;
    padding: 40px;
    text-align: center;
}
.j_page_contact .item .item_img img{
    width: 100px;
    border-radius: 50%;
}
.j_page_contact .item .item_con h4{
    font-weight: bold;
    font-size: 24px;
    margin:20px 0 0;
}
.j_page_contact .item .item_con p{
    margin-top: 6px;
}
.j_page_contact .item .item_con .p1{
    text-transform: capitalize;
}



.page_contact {
     padding: 60px 0 80px;
}
.page_contact .j_tit {
    margin-bottom:10px;
    line-height: 1;
    font-size:36px;
    font-weight: bold;
}
.page_contact_hd {
    flex:1;
    min-width: 0;
    background: #fff;
}
.page_contact_hd .form{
    padding: 40px;
}
.page_contact_hd .form .tit{
    margin-bottom: 6px;
}
.page_contact_hd .form .tit b{
    color:var(--theme-color);
}
.page_contact_hd .form .input_box{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.page_contact_hd .form .input{
    flex:1;
}
.page_contact_hd .form input, .page_contact_hd .form textarea {
    outline: none;
    border: 1px solid #fff;
    height: 50px;
    background: #f8f8f8;
    padding:10px;
    line-height: 30px;
    width: 100%;
    transition:all .4s;
}
.page_contact_hd .form input::placeholder, .page_contact_hd .form textarea::placeholder{
    color:#999;
}
.page_contact_hd .form input:focus, .page_contact_hd .form textarea:focus{
    border-color:var(--theme-color);
}
.page_contact_hd .form textarea {
    height: 120px;
    line-height: 22px;
}
.page_contact_hd .form .button{
    
}
.page_contact_hd .form button {
    width: 100%;
    font-size: 18px;
    height: 50px;
    background:var(--theme-color);
    border: none;
    outline: none;
    cursor: pointer;
    color:#fff;
    transition:all .5s;
}
.page_contact_hd .form button:hover{
    background: var(--subtheme-color);
}

.page_contact_bd {
    width: 57%;
    padding-right: 65px;
    position: relative;
}

.page_contact_bd .info .info_item {
    margin-top:40px;
}
.page_contact_bd .info .info_item .ico {
    width: 90px;
    height: 90px;
    background:#dfeff7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_contact_bd .info .info_item .ico i {
    font-size: 36px;
    color:var(--theme-color);
}
.page_contact_bd .info .info_item .con {
    margin-left: 17px;
    flex:1;
    min-width: 0;
}
.page_contact_bd .info .info_item .con h4 {
    font-size: 20px;
    line-height: 1.2;
}
.page_contact_bd .info .info_item .con p{
    font-size: 18px;
    color:#000;
    font-weight: bold;
}
.page_contact_bd .info .info_item .con p a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}

.page_contact_bd .j_code{
    position: absolute;
    right: 25%;
    bottom: 14%;
    width: 150px;
}
.page_contact_bd .j_code p{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}

/* page_contact_qa */

.page_contact_qa{
    background: #fff; 
    padding: 20px;
}
.page_contact_qa .item{
    width: 50%;
    padding: 20px;
}
.page_contact_qa .item .tit h4{
    font-weight: bold;
    font-size: 18px;
}
.page_contact_qa .item span{
    width: 32px;
    height: 32px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    font-weight: bold;
    margin-right: 10px;
}
.page_contact_qa .item h4{
    flex:1;
    min-width: 0;
    padding-top: 4px;
}
.page_contact_qa .item .desc{
    margin-top: 10px;
}
.page_contact_qa .item .desc span{
    background:#f39700;
}

/* return */

.return_page{
    position: relative;
}
.return_page dl{
    justify-content: space-between;
    padding-top:40px;
    position: relative;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#666;
    line-height: 1.2;
}
.return_page dt a{
    display: block;
}
.return_page .p1{
    padding-bottom: 6px;
}
.return_page .p1 span{
    display: inline-block;
    line-height: 1;
}
.return_page .next .p1 span{
    transform: rotate(180deg);
    margin-left: 4px;
}
.return_page .prev .p1 span{
    margin-right: 4px;
}
.return_page dt a:hover{
    color:var(--theme-color);
}
.return_page .go_back{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     display: flex;
     align-items: center;
     justify-content: center;
     font-size:16px;
     background: transparent;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:18px;
    margin-right: 8px;
}
.return_page .go_back a:hover{
    color: var(--theme-color);
}
.no_banner_pos{
    margin-top: 90px;
    padding-top: 20px;
}

.ind_pad{
    padding:80px 0 90px;
}
.info_ly{background: #fff;padding-left: 4%;padding-right: 4%;display: flow-root;}
.info_ly h2{text-align: center;margin-bottom: 20px;}
.info_ly .inp{width: 49.3%;height: 52px;line-height: 52px;background: #f6f6f6;display: block;float: left;margin-bottom: 16px;text-indent: 22px;}
.info_ly .inp:nth-child(2n){float: right;}
.info_ly .inp2{width: 100%;}
.info_ly textarea{height: 150px;background: #f6f6f6;text-indent: 22px;padding-top: 16px;width: 100%;display: block;}
.info_ly .sub{height: 52px;line-height: 52px;background:var(--theme-color);width: 100%;text-align: center;color: #fff;display: block;margin-top: 16px;text-transform: uppercase;border:none;cursor:pointer;}





