@charset "utf-8";


.mb_banner{
    display: none;
}
.header{
    height:90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    border-bottom: 1px solid transparent;
    background: transparent;
    transition:all .5s;
}
.header_wrap{
    height: 90px;
}
.header.header_on{
    background: #fff;
    border-color: rgba(0, 0, 0, .08);
}
.header .logo{
    flex:1;
}
.header .logo img{
    height: 59px;
    transition:all .5s;
}
.header .logo img.img2{
    display: none;
}

.nav{
    margin-right: 50px;
}
.nav .nav_li {
    margin:0 35px;
    position: relative;
}
.nav .nav_li.nav_li3{
    position: static;
}
.nav .nav_li:last-child {
    margin-right: 0;
}
.nav .nav_li .nav1 a {
    color:#fff;
    display: block;
    font-size: 17px;
    line-height:85px;
    position: relative;
    transition:all 0s;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
}
.nav .nav_li .nav1 a:after{
    width:0;
    height: 2px;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    transition:all .5s;
}
.nav .nav_li .nav1 a:hover{
    color:var(--theme-color);
}
.nav .nav_li .nav1 a i {
    margin-left: 5px;
}
.nav .nav_li .nav2 {
    list-style-type: none;
    position: absolute;
    top:85px;
    line-height: 40px;
    width: 200px;
    background: #fff;
    border-radius:5px;
    padding:15px 20px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2 a {
    display: flex;
    align-items: center;
    padding-top:10px;
    padding: 10px 0;
}
.nav .nav_li .nav2 a span {
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i {
    margin-left: 10px;
}
.nav .nav_li .nav2 .nav2_pro .item h5 a {
    font-size:16px;
    font-weight: bold;
}
.nav .nav_li .nav2 .nav2_pro a img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.nav .nav_li .nav2 a i {
    font-size:12px;
}
.nav .nav_li .nav2 a:hover {
    color:var(--theme-color);
}
.nav .nav_li .nav2_app_wrap {
    width:650px;
    left: -200px;
}
.nav .nav_li .nav2_app_wrap .app_menu {
    width:210px;
}
.nav .nav_li .nav2_app_wrap .app_menu i {
    margin-right: 5px;
}
.nav .nav_li .nav2_app_wrap .app_list {
    flex:1;
    margin-top:15px;
}
.nav .nav_li .nav2_app_wrap .app_list .item {
    display: none;
    padding-top: 0;
}
.nav .nav_li .nav2_app_wrap .app_list .item span {
    display: block;
    font-size:16px;
    margin-bottom: 15px;
}
.nav .nav_li .nav2_app_wrap .app_list .item:first-child {
    display:block;
}
.nav .nav_li .nav2_app_wrap .app_menu .item.cur {
    color:var(--theme-color);
}

.nav .nav_li .nav2_pro_wrap.nav2 {
    width: 1600px;
    left: 50%;
    padding: 40px;
    min-height: 430px;
    transform: translateX(-50%);
}
.nav .nav_li .nav2_pro_wrap .nav2_txt {
    width:280px;
}
.nav .nav_li .nav2 .nav2_txt h4 {
    font-size:20px;
    padding:10px 0;
    text-transform: capitalize;
    justify-content: space-between;
}
.nav .nav_li .nav2 .nav2_txt p {
    font-size: 18px;
    line-height: 1.3;
    color:#666;
}
.nav .nav_li .nav2 .nav2_txt a {
    margin-top: 10px;
}
.nav .nav_li .nav2 .nav2_txt a i {
    margin-left: 6px;
}
.nav .nav_li .nav2_pro_wrap .nav2_pro {
    
}
.nav .nav_li .nav2_pro_wrap .pro_menu {
    width:300px;
    height: 100%;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item {
    
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a {
    transition:all .3s;
    font-size: 16px;
    padding: 0 25px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item span{
    line-height: 1.3;
    position: relative;
    display: inline-flex;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a:after{
    background: var(--theme-color);
    width: 0;
    height: 100%;
    position: absolute;
    content:'';
    display: block;
    left: 0;
    top: 0;
    transition:all .5s;
    z-index: -1;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a:hover:after{
    width: 100%;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a:hover{
    color:#fff;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item.cur a{
    
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a i {
    font-size: 20px;
}

.nav .nav_li .nav2_pro_wrap .pro_list {
    flex:1;
    padding-left: 40px;
    min-width: 0;
}
.nav .nav_li .nav2_pro_wrap .pro_list .jj_tit{
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
}
.nav .nav_li .nav2_pro_wrap .pro_list .jj_tit i{
    margin-right: 10px;
}
.nav .nav_li .nav2_pro_wrap .pro_list .jj_list{
    padding: 20px 0 30px;
}
.pro_list .pro_list_item{
    display: none;
}
.pro_list .pro_list_item:first-child{
    display: block;
}
.pro_list .pro_list_item .jj_list .jj_list_item{
    width:20%;
    display: block;
    padding:0 5px;
}
.pro_list .pro_list_item .jj_list .jj_list_item .img{
    border: 1px solid #e7e7e7;
    padding: 10px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_list .pro_list_item .jj_list .jj_list_item .img img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}
.pro_list .pro_list_item .jj_list .jj_list_item .tit{
    margin-top: 15px;
    text-align: center;
    padding: 0 10px;
}

.pro_list .pro_list_item .more a i{
    width: 28px;
    height: 28px;
    background: var(--theme-color);
    border-radius: 50%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.nav .nav_li .nav2_pro_wrap .pro_list .item_wrap .item {
    width: 50%;
    display: block;
    padding:0 10px;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_wrap .item .img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.nav_info{
    height: 48px;
    align-items: center;
    justify-content: flex-end;
}
.nav_info .icons .item{
    position: relative;
}
.nav_info .icons .item i{
    font-size:20px;
    width: 40px;
    height: 40px;
    border:1px solid rgba(255,255,255,.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    cursor: pointer;
    transition:all .4s;
    color:#fff;
}
.nav_info .icons .item:hover i{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.nav_info .icons .item .tel{
    height: 40px;
    width: 0;
    background: var(--theme-color);
    border-radius: 100px;
    color:#fff;
    text-align: center;
    line-height: 40px;
    font-size:20px;
    transform: scale(0);
    transition:all .5s;
    position: absolute;
    right: 40px;
    top: 0;
}
.nav_info .icons .item.header_tel:hover .tel{
    transform: scale(1);
    width: 200px;
}
.header_code .code{
    display: none;
    position: absolute;
    left: -7px;
    top:40px;
    width: 100px;
    height: 100px;
}
.header_code:hover .code{
    display: block;
}

.header.header_on .logo img.img1,.header:hover .logo img.img1{
    display: none;
}
.header.header_on .logo img.img2,.header:hover .logo img.img2{
    display: block;
}

.header_on .nav .nav_li .nav1 a,.header:hover .nav .nav_li .nav1 a{
    color:#333;
}
.header_on .nav_info .icons .item i,.header:hover .nav_info .icons .item i{
    border-color: #666;
    color:#333;
}
.header:hover{
    background: #fff;
}
.header_on .nav_info .icons .item:hover i,.header:hover .nav_info .icons .item:hover i{
    color:#fff;
    border-color:var(--theme-color);
}
.header_on .nav .nav_li .nav1 a:hover, .header:hover .nav .nav_li .nav1 a:hover,.header_on .nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.header_on .nav .nav_li.cur .nav1 a:after,.header:hover .nav .nav_li.cur .nav1 a:after{
    width: 100%;
}
.nav .nav_li .nav1 a:hover{
    color:var(--theme-color);
}

.banner{
    position: relative;
    overflow: hidden;
}
.banner:before{
    content:'';
    width: 100%;
    height:20%;
    background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent);
    position: absolute;
    display: block;
    left: 0;
    top: 0;
}
.banner_video video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}
.banner_btns{
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    display: none;
}
.banner_btns .item{
    position: absolute;
}
.banner_btns .item.item1{
    left: 38%;
    top: 50.5%;
}
.banner_btns .item.item2{
    left: 61%;
    top: 32%;
}
.banner_btns .item.item3{
    left:30%;
    top: 20%;
}
.banner_btns .item.item4{
    left: 77%;
    top: 56%;
}
.banner_btns .item .mark_btn{
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid var(--theme-color);
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.banner_btns .item .mark_btn:before{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
    animation: boderM 3s .75s infinite;
}
.banner_btns .item .mark_btn:after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 30, 180, 0.2);
    animation: boderM 3s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}
.banner_btns .item .mark_con{
    position: relative;
    z-index: 3;
    padding: 6px 20px;
    top: -30px;
    left: 30px;
}
.banner_btns .item .mark_con:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(7, 50, 144, .6);
    border-radius: 30px;
}
.banner_btns .item .mark_con span{
    color: #fff;
    font-size: 14px;
    margin-right: 25px;
    opacity: 1;
}
.banner_btns .item .mark_con i{
    color:#fff;
    opacity: 1;
    font-size: 14px;
}
.banner_btns .item:hover .mark_con:before{
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}
.banner_btns .item:hover .mark_con span,.banner_btns .item:hover .mark_con i{
    transition:all .36s .4s;
}
.banner_btns .item .mark_con:hover:before{
    background: var(--theme-color);
}

.banner .item_img img{
    width: 100%;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom:5vh;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_con .info{
    display: flex;
    flex-direction: column;
}
.banner .item .item_con h4{
    font-size:52px;
    font-weight: bold;
    line-height:1.1;
    color:var(--theme-color);
}
.banner .item .item_con p{
    font-size:18px;
    margin: 30px 0 100px;
}

.banner .swiper-pagination{
    text-align: center;
    bottom:40px;
    left:0;
    width:100%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #fff;
    margin:0 17px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
    background: var(--theme-color);
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    position: absolute;
    left: -9px;
    top: -9px;
}

/* tit_box1 */

.tit_box1{
    padding:100px 0 50px;
    text-align: center;
}
.tit_box1 .tit{
   position: relative;
}
.tit_box1 .tit h4{
    font-size:45px;
    font-weight: bold;
    color:#111;
    line-height: 1;
}
.tit_box1 .tit h4:after{
    content:'';
    width: 40px;
    height: 2px;
    background: var(--theme-color);
    margin: 35px auto 0;
    display: block;
}
.tit_box1 .tit p{
    font-size: 128px;
    color:rgba(17,17,17,.05);
    font-family: 'Impact';
    line-height: 1;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    text-transform: uppercase;
}

.tit_box2 .tit p{
    font-size: 60px;
    top: -25px;
}


.bg1{
    background:#f4f4f4;
}
.bg2{
    background:var(--theme-color);
}
.bg3{
    background: #f1f3f6;
}


/* product */

.product_menu{
    margin:0 -5px;    
}
.product_menu .item{
    padding:0 5px;
    width:25%;
}
.product_menu .item a{
    background: #f1f3f6;
    
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition:all .5s;
    padding: 25px;
}
.product_menu .item .item_con{
    transform: translateX(0);
    transition:all .5s;
    padding: 45px 35px 10px 35px;
}
.product_menu .item .item_con .tit{
    font-size: 24px;
}
.product_menu .item .item_con .subtit{
    font-family: 'Arial';
    margin: 5px 0 30px;
}

.product_menu .item .item_img{
    position: relative;
}
.product_menu .item .item_img .img{
    transition:all .5s;
}
.product_menu .item .icon{
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--theme-color);
    margin-top: 100px;
}
.product_menu .item .item_img .icon{
    transition:all .5s;
    position: absolute;
    left: 35px;
    top: 0;
}
.product_menu .item .icon i{
    font-size: 20px;
}

.product_menu .item .item_img .img img{
    
}

.product_menu .item .item_con_h{
    text-align: center;
    position: absolute;
    width: calc(100% - 70px);
    height:calc(100% - 90px);
    left: 35px;
    top: 25px;
    transform: translateX(150%);
}
.product_menu .item .item_con_h .icon{
    margin: 0 auto;
    background: var(--theme-color);
    color:#fff;
}
.product_menu .item a:hover .item_con1{
    transform: translateX(-150%);
}
.product_menu .item a:hover .item_con_h{
    transform: translateX(0);
}
.product_menu .item a:hover .item_img .icon{
    transform: translateX(-1000px);
}
.product_menu .item a:hover .item_img .img{
    transform: translateX(0);
}

/* about */

.about_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 1000px;
    overflow: hidden;
}

.about_video_wrap{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.about_con_wrap{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
}


.about_con{
    width:50%;
    margin-left: 50%;
    padding:0 0 0 60px;
    position: relative;
}
#playVoice{
    position: absolute;
    left: -50%;
    bottom: 16%;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition:all .5s;
    color:#fff;
    cursor: pointer;
}
#playVoice i{
    font-size: 24px;
}
#playVoice:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.about_con .tit{
    font-weight: bold;
    color:var(--theme-color);
}
.about_con .desc{
    color:#333;
    padding-bottom: 25px;
}
.about_con .desc p{
    margin-bottom: 30px;
}



.about_data{
    margin-top: 120px;
}
.about_data .list{
    margin: 0 -3%;   
}
.about_data .item_w{
    width: 25%;
    padding: 0 3%;
}
.about_data .item{
    color:#fff;
    padding-bottom: 35px;
    position: relative;
}
.about_data .item:after{
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
}
.about_data .item .tit{
    font-size: 40px;
    font-family: 'Arial';
    font-weight: bold;
}
.about_data .item .tit span{
    font-size:65px;
    line-height: 1;
    vertical-align: top;
}
.about_data .item .tit em{
    font-size: 18px;
    font-weight: normal;
    margin-left: 5px;
}
.about_data .item .con{
    font-size: 18px;
    margin-top: 10px;
}


/* case_wrap */

.case_wrap{
    gap: 10px;
    margin-top: 10px;
}

.case_tit{
    background: var(--theme-color);
    flex: 1;
    position: relative;
    overflow: hidden;
}
.case_tit .img{
    background: var(--theme-color);
}
.case_tit .j_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.case_tit .subtit{
    color:rgba(255,255,255,.05);
    position: absolute;
    left:-40px;
    top: 10px;
    font-size: 128px;
    font-family: 'Impact';
    line-height: 1;
}
.case_tit .tit{
    padding-top: 36%;
    padding-left: 20%;
    color:#fff;
    font-weight: bold;
}
.case_tit .tit:after{
    content:'';
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 30px;
}
.case_tit a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    transition:all .5s;
    position: absolute;
    right: -1px;
    bottom: -1px;
    color:#fff;
}
.case_tit a i{
    transition:all .5s;
}
.case_tit a:hover{
    background: #fff;
    color:var(--theme-color);
}
.case_tit a:hover i{
    transform: rotate(-45deg);
}

.case_left_list{
    flex: 2;
}
.case_wrap .item{
    position: relative;
    display: block;
    height: 100%;
}
.case_wrap .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:50px 30px 30px;
    color:#fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    transition:all .5s;
    background: linear-gradient(to top,rgba(0,0,0,.5),transparent);
}
.case_wrap .item .item_con .tit{
    flex:1;
    padding-right: 20px;
}
.case_wrap .item .item_con i{
    font-size: 18px;
}
.case_wrap .item .item_img{
    height: 100%;
    width: 100%;
}
.case_wrap .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_wrap .item:hover .item_con{
    padding-bottom: 40px;
}


.case_left{
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case_right{
    flex:1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case_rtl_list .item{
    flex:1;
}
.case_right_top{
    gap: 10px;
    flex:2;
}
.case_right_bottom{
    flex:1;
    gap: 10px;
}
.case_rtl_list{
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex:2;
}
.case_rtr_list{
    flex:1;
}
.case_rbl{
    flex:1;
    position: relative;
}
.case_rbl .img{
    height: 100%;
}
.case_rbl .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.case_rbl .desc{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    padding:60px;
}
.case_rbl .desc span{
    font-size: 100px;
    font-weight: bold;
    line-height: 1;
    font-family: 'Arial';
    vertical-align: top;
}
.case_rbl .desc em{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Arial';
}
.case_rbl .desc p{
    padding: 10px 0;
}
.case_rbl .desc p i{
    display: none;
}
.case_rbr{
    flex:2;
}

/* news_wrap */

.news_menu{
    justify-content: center;
}
.news_menu .item{
    padding: 0 15px;
}
.news_menu .item a{
    display: flex;
    align-items: center;
    height: 40px;
    border: 1px solid #666;
    color:#666;
    padding: 0 32px;
    transition:all .5s;
    border-radius: 100px;
}
.news_menu .item a:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}

.news_list{
    overflow: hidden;
    margin: 0 -25px;
}
.news_list_item{
    padding: 0 25px;
    width: 33.333%;
}
.news_list .item{
    display: block;
    position: relative;
}
.news_list .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 40px 20px 20px;
    background: linear-gradient(to top,rgba(0,0,0,.5),transparent);
    width:100%;
    color:#fff;
}
.news_list .item .item_img{
    height: 250px;
}
.news_list .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list .item .item_con .time{
    font-family: 'Arial';
}
.news_list .item .item_con .tit{
    font-size: 18px;
}
.news_list_bt{
    background: #f6f7f9;
    padding: 10px 20px;
    margin-top: 10px;
}
.news_list_bt .item1{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    display: block;
}
.news_list_bt .item1 .tit{
    transition:all .5s;
}
.news_list_bt .item1:last-child{
    border-bottom: none;
}
.news_list_bt .item1 .time_more{
    margin-top: 5px;
}
.news_list_bt .item1 .time_more .time{
    flex:1;
    font-family: 'Arial';
    color:var(--theme-color);
}
.news_list_bt .item1 .time_more .more{
    font-size: 18px;
}
.news_list_bt .item1 .tit:hover{
    color:var(--theme-color);
}


/* partner_con */


.partner{
    padding-bottom: 200px;
}
.partner_con_list{
    padding: 30px 0;
    overflow: hidden;
}

.partner_con_list_item .swiper-slide{
    width: 245px;
    margin: 0 20px;
}
.partner_con_list_item .item{
    background: #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px 30px;
    box-shadow: 10px 0 15px rgba(7,50,144,.1);
}
.partner_con_list_item2{
    padding: 40px 0;
}
.partner_con_list_item2 .item{
    box-shadow: none;
    border: 1px solid #ddd;
}
    
.partner_con{
    position: relative;
}
.partner_con .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    z-index: 200;
    background: url("../images/partner_bg.png") no-repeat center center;
    background-size: contain;
}
.partner_con .con .p1{
    font-size:90px;
    font-weight: bold;
    color:var(--theme-color);
    font-family: 'Arial';
    line-height: 1;
}
.partner_con .con .p1 span{
    font-size: 200px;
    line-height: 1;
    vertical-align: top;
}
.partner_con .con .p2{
    font-size: 60px;
    line-height: 1.2;
    margin-left: 20px;
}


/* footer */

.footer{
    background:#222222;
    background-size: cover;
    color:#fff;
}
.footer_con{
    padding-bottom: 45px;
}
.footer_hd{
    width: 23%;
}
.footer_hd .f_logo{
    margin-bottom: 15px;
}
.footer_hd .f_tel p{
    display: flex;
    padding:2px 0;
}
.footer_hd .f_tel p span{
    display: block;
}
.footer_hd .f_tel p.p1{
    align-items: center;
}
.footer_hd .f_tel p.p1 span{
    font-family: 'Arial';
}
.footer_hd .f_tel p em{
    flex:1;
    min-width: 0;
}
.footer_hd .f_icon{
    padding-top: 22px;
}
.footer_hd .f_icon a{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.footer_hd .f_icon a i{
    font-size: 20px;
}
.footer_hd .f_icon a:hover{
    text-decoration: none;
    background: #fff;
    color:var(--theme-color);
}

.footer_md{
    flex:1;
    min-width: 0;
    padding-left: 3%;
    padding-top: 25px;
}
.footer_md .item{
    padding-left: 12%;
}
.footer_md .item a{
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer_md .item a.tit{
    font-size: 17px;
    margin-bottom: 30px;
}

.footer_friend_link{
    font-size: 14px;
}
.footer_friend_link .con p em{
    padding: 0 10px;
}
.footer_friend_link .con p:last-child em{
    display: none;
}


.footer_ft{
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding-top: 25px;
}
.footer_ft .code{
    width: 100px;
    margin-left: 5px;
}
.footer_ft .code img{
    width: 95px;
    height: 95px;
}
.footer_ft .code p{
    height: 30px;
    color:#bbb;
    line-height: 30px;
    font-size: 14px;
}


.footer_copyright{
    font-size:14px;
    padding:20px 0;
    display: flex;
    border-top: 1px solid #666;
    margin-top: 35px;
}
.footer_copyright a{
    
}
.footer_copyright img{
    margin:0 10px 0 30px;
}
.footer_copyright a.bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

.footer a:hover{
    color:#fff;
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    margin-top:90px;
    position: relative;
}
.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 .tit{
    font-size:56px;
    font-weight: bold;
    line-height: 1.2;
}
.page_banner_con .subtit{
    font-size:18px;
    margin-top: 10px;
}
.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_nobanner_pos{
    height: 50px;
    font-size: 15px;
    color:#333;
}
.page_nobanner_pos i{
    font-size:18px;
    color:var(--theme-color);
    line-height: 1;
    margin-right: 6px;
}

/* page_about1 */

.page_about1_wrap{
    padding-top: 170px;
}


/* page_about2_wrap */

.page_about2_wrap{
    background: url("../images/bg2.jpg") no-repeat center;
}
.page_about2_list{
    position: relative;
    overflow: hidden;
}
.page_about2_list>.swiper-wrapper{
    height: 548px;
}
.page_about2_list .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
}
.page_about2_list .item{
    position: relative;
}
.page_about2_list .item .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,.5);
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    color:#fff;
}
.page_about2_list .swiper-pagination-bullet{
    background: #aaa;
    opacity: 1;
}
.page_about2_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

/* page_about3_wrap */

.page_about3_wrap{
    background: url("../images/bg3.jpg") no-repeat center #e8edf3;
}

.page_about3_list1{
    justify-content:space-around;
}
.page_about3_list1 .item{
    text-align: center;
    padding: 0 20px;
}
.page_about3_list1 .item .tit{
    font-size: 72px;
    font-family: 'Arial';
    font-weight: bold;
    line-height: 1;
    color:var(--theme-color);
}
.page_about3_list1 .item .desc{
    font-size: 18px;
    margin-top: 5px;
}


.page_about3_list2{
    position: relative;
    overflow: hidden;
}
.page_about3_list2 .item{
    position: relative;
}
.page_about3_list2 .item .img img{
    width: 100%;
}
.page_about3_list2 .item .tit{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    padding: 20px;
    color:#fff;
    opacity:0;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_about3_list2 .item:hover .tit{
    opacity: 1;
}

.page_about3_list3{
    margin: 0 -12px;
}
.page_about3_list3 .item{
    padding: 0 12px;
    width: 20%;
}
.page_about3_list3 .item .img{
    width: 100%;
}
.page_about3_list3 .item .tit{
    text-align: center;
    padding-top: 10px;
    color:#333;
}


.page_about4_tit .tit h4:after{
    display: none;
}

.page_about4_con{
    margin: 0 -20px;
}
.page_about4_con .item1 .icon2{
    display: none;
}
.page_about4_con .item2 .icon1{
    display: none;
}
.page_about4_con .item_w{
    width: 50%;
    padding: 0 20px;
}
.page_about4_con .item{
    background: #f1f3f6;
    height: 100%;
}
.page_about4_con .item .info{
    padding: 40px 200px 60px 40px;
    position: relative;
}
.page_about4_con .item .info .tit{
    transition:all .5s;
}
.page_about4_con .item .info .con{
    margin-top: 30px;
    color:#333;
}
.page_about4_con .item .info .icon{
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.page_about4_con .item:hover .info .tit{
    color:var(--theme-color);
}

.arrows_out{
    position: relative;
}
.arrows_out .swiper-button-next,.arrows_out .swiper-button-prev{
    width: 40px;
    height: 40px;
    opacity: 1;
    background: #333333;
    color:#fff;
    transition:all .5s;
    border-radius: 50%;
}
.arrows_out .swiper-button-prev{
    left: -55px;
}
.arrows_out .swiper-button-next{
    right:-55px;
}
.arrows_out .swiper-button-next:after,.arrows_out .swiper-button-prev:after{
    font-size:16px;
}
.arrows_out .swiper-button-next:hover,.arrows_out .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}

/* page_product_menu */

.page_product_menu{
    
    padding-bottom: 80px;
    position: relative;
}
.page_product_menu .item{
    flex:1;
    background: #fff;
}
.page_product_menu .item .item_hd{
    position: relative;
    height: 100px;
    padding: 10px 20px 10px 50px;
}
.page_product_menu .item .item_hd .con{
    margin-left: 25px;
    flex:1;
    min-width: 0;
}
.page_product_menu .item .item_hd .con h4{
    font-size: 22px;
}
.page_product_menu .item .item_hd .con p{
    font-family: 'Arial';
}
.page_product_menu .item .item_hd:after{
    content:'';
    width: 1px;
    height: 60px;
    background: rgba(7,50,144,.4);
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}
.page_product_menu .item:last-child .item_hd:after{
    display: none;
}
.page_product_menu .item:hover .item_hd .con h4{
    color:var(--theme-color);
}
.page_product_menu .item.cur .item_hd{
    background: var(--theme-color);
}
.page_product_menu .item.cur .item_hd .con{
    color:#fff;
}
.page_product_menu .item.cur:hover .item_hd .con h4{
    color:#fff;
}
.page_product_menu .item.cur .item_hd .ico img{
    filter: brightness(100000%);
}
.page_product_menu .item .item_bd{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    justify-content: center;
}
.page_product_menu .item .item_bd a{
    padding:0 35px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #333;
    border-radius: 100px;
    margin: 0 15px;
    transition:all .5s;
}
.page_product_menu .item .item_bd a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_product_menu .item .item_bd a.on{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}

.page_product_menu .item.cur .item_bd{
    display: flex;
}

/* page_product_list */
.page_product_list .list{
    margin: -15px;
}
.page_product_list .item{
    padding: 15px;
    width: 50%;
}
.page_product_list .item a{
    background: #fff;
    padding: 40px;
    height: 100%;
}
.page_product_list .item .item_con{
    flex: 1;
    min-width: 0;
    padding-right: 60px;
}
.page_product_list .item .item_con .tit{
    font-size: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    position: relative;
}
.page_product_list .item .item_con .tit:after{
    position: absolute;
    width: 33px;
    height: 2px;
    background: var(--theme-color);
    content:'';
    display: block;
    left: 0;
    bottom: -1px;
    transition:all .5s;
}
.page_product_list .item .item_con .desc{
    font-size: 15px;
    color:#666;
    margin: 22px 0 40px;
    line-height: 1.8;
}
.page_product_list .item .item_con .more_style5{
    background: #f1f3f6;
    color:#333;
    border-color:#f1f3f6;
    width: 130px;
    height: 40px;
}
.page_product_list .item .item_con .more_style5:hover{
    color:#fff;
}
.page_product_list .item .item_img{
    width:36%;
    overflow: inherit;
}
.page_product_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_product_list .item:hover .item_con .tit:after{
    width: 100%;
}

/* page_case_list */

.page_case_tit{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_case_tit .tit em{
    font-size:90px;
    font-weight: bold;
    color:var(--theme-color);
    font-family: 'Arial';
    line-height: 1;
}
.page_case_tit .tit span{
    font-size: 200px;
    font-weight: bold;
    color:var(--theme-color);
    font-family: 'Arial';
    line-height:0.8;
}
.page_case_tit .tit p{
    font-size: 60px;
    line-height: 1.2;
    margin-left: 20px;
}
.page_case_tit .tit p i{
    font-style: normal;
    display: block;
    line-height: 1.2;
}

.page_case_tit .desc{
    font-size: 18px;
    color: #333;
}


.page_case_list{
    padding-left: 30px;
    padding-right: 30px;
}
.page_case_list .list{
    margin:-20px;
}
.page_case_list .item{
    padding:20px;
    width: 33.3333%;
}
.page_case_list .item_img img{
    width: 100%;
    height: 395px;
    object-fit: cover;
}
.page_case_list .item_con{
    padding: 30px 20px 0;
    position: relative;
    text-align: center;
}

.page_case_list .item_con .tit{
    font-size:20px;
    line-height: 1;
    transition:all .5s;
}
.page_case_list .item_con .desc{
    margin:15px 0 20px;
    color:#666;
    height:26px;
}
.page_case_list .item_con .more_style5{
    background-color: #f1f3f6;
    color:#333;
    border-color:#f1f3f6 ;
    width: 130px;
    height: 40px;
}
.page_case_list .item_con .more_style5:hover{
    color:#fff;
}
.page_case_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* 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_hd_wrap{
    background: url("../images/bg4.jpg") no-repeat center bottom;
}

.pd_detail_hd h1{
    font-size: 40px;
    font-weight: normal;
}
.pd_detail_hd .pics{
    position: relative;
}
.pd_detail_hd .pics .swiper{
    width: 40%;
}
.pd_detail_hd .pics .swiper .img{
    text-align: center;
}
.pd_detail_hd .pics .swiper-button-prev,.pd_detail_hd .pics .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    transition:all .5s;
}
.pd_detail_hd .pics .swiper-button-prev i,.pd_detail_hd .pics .swiper-button-next i{
    font-size: 20px;
}
.pd_detail_hd .pics .swiper-button-prev i{
    transform: rotate(-180deg);
}
.pd_detail_hd .pics .swiper-button-prev:after,.pd_detail_hd .pics .swiper-button-next:after{
    display: none;
}
.pd_detail_hd .pics .swiper-button-prev:hover,.pd_detail_hd .pics .swiper-button-next:hover{
    background: var(--theme-color);
}
.pd_detail_hd .btns{
    justify-content:space-between;
    padding: 0 15%;
}
.pd_detail_hd .btns .btn{
    width: 160px;
    height: 45px;
    color:#fff;
    background: #cd0000;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    transition:all .5s;
}
.pd_detail_hd .btns .btn i{
    font-size: 18px;
    margin-left:20px;
}
.pd_detail_hd .btns .btn1{
    background: #333;
}
.pd_detail_hd .btns .btn1 i{
    width: 20px;
    height: 20px;
    background: #fff;
    color:#333;
    border-radius: 50%;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pd_detail_hd .btns .btn:hover{
    background: var(--theme-color);
}
.pd_detail_hd .btns .btn1:hover i{
    color:var(--theme-color);
}

.tit_box3 .tit h4{
    font-weight: normal;
}
.tit_box3 .tit h4:after{
    display: none;
}


.page_product_detail_case_list{
    padding-bottom: 200px;
    position: relative;
}
.page_product_detail_case_list .item{
    width: 100%;
    padding: 0;
}

.page_product_detail_case_list .arrow{
    position: absolute;
    left: 0;
    bottom:100px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.page_product_detail_case_list .swiper-button-prev,.page_product_detail_case_list .swiper-button-next{
    position: static;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #333;
    color:#333;
    margin: 0 12px;
    transition:all .5s;
}
.page_product_detail_case_list .swiper-button-prev:after,.page_product_detail_case_list .swiper-button-next:after{
    font-size: 18px;
}
.page_product_detail_case_list .swiper-button-prev:hover,.page_product_detail_case_list .swiper-button-next:hover{
    border-color: var(--theme-color);
    color:#fff;
    background: var(--theme-color);
}

.page_product_list.page_product_recommend{
    position: relative;
    overflow: hidden;
}
.page_product_list.page_product_recommend .item{
    width: 100%;
    padding: 0;
}
.page_product_list.page_product_recommend .swiper-pagination-bullet{
    opacity: 1;
    background: #fff;
}
.page_product_list.page_product_recommend .swiper-pagination-bullet-active{
    background: var(--theme-color);
}

/* 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_news */




.page_news_tit{
    align-items: flex-end;   
}
.page_news_tit .tit{
    flex:1;
}
.page_news_tit .tit p{
    font-family: 'Impact';
    color:#ddd;
    text-transform: uppercase;
}
.page_news_tit .menu a{
    border: 1px solid #333;
    height: 40px;
    padding: 0 35px;
    display: flex;
    align-items: center;
    margin-left: 30px;
    border-radius: 100px;
    transition:all .5s;
}
.page_news_tit .menu a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_news_tit .menu a.cur{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}


.page_news_list .list{
    margin:0 -25px;
}
.page_news_list .item{
    padding:25px;
    width: 33.333%;
    display: block;
}
.page_news_list .item .item_con{
    background: #f1f3f6;
    padding: 30px 40px 40px;
    position: relative;
}
.page_news_list .item .item_con:after{
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:all .5s;
}
.page_news_list .item .item_con .columnname{
    height: 28px;
    border-radius: 100px;
    background: var(--theme-color);
    font-size: 14px;
    color:#fff;
    padding: 0 20px;
    line-height: 28px;
    display: inline-block;
}
.page_news_list .item .item_con .tit{
    margin-top: 15px;
    height: 64px;
    margin-bottom: 30px;
}
.page_news_list .item .item_con .time{
    font-family: 'Arial';
    font-weight: bold;
    line-height: 1;
    align-items: flex-end;
    flex:1;
}
.page_news_list .item .item_con .time span{
    font-size: 42px;
    line-height: 0.7;
    display: inline-flex;
    border-left: 2px solid #333;
    padding-left: 22px;
    margin-right: 5px;
}
.page_news_list .item .item_img{
    height: 220px;
}
.page_news_list .item .item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page_news_list .item .item_con .more_style5{
    width: 130px;
    height: 40px;
    background: #fff;
    color:#333;
}
.page_news_list .item .item_con .more_style5:hover{
    color:#fff;
}
.page_news_list .item.item1{
    width: 100%;
    display: flex;
}
.page_news_list .item.item1 .item_img{
    width: 65%;
    height: 100%;
    object-fit: cover;
}
.page_news_list .item.item1 .item_img img{
    width: 100%;
    max-height: 550px;
    object-fit: cover;
}
.page_news_list .item.item1 .item_con{
    flex:1;
    min-width: 0;
    padding: 50px 50px 50px 40px;
}
.page_news_list .item.item1 .item_con .tit{
    height: 115px;
    margin-top: 25px;
}
.page_news_list .item.item1 .item_con .desc{
    color:#666;
}
.page_news_list .item.item1 .item_con .more{
    margin:40px 0 60px;
}

.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item:hover .item_con:after{
    width: 100%;
}

/* page_news_detail */


.page_news_detail{
    
}

.page_news_detail_hd {
    flex:1;
    min-width: 0;
    padding:40px 50px;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 36px;
    background: var(--theme-color);
    border-radius: 100px;
    padding: 0 20px;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
}
.page_news_detail_hd h1 {
    font-size:36px;
    line-height: 1.6;
    margin:10px 0 20px;
}
.page_news_detail_hd .info {
    
}
.page_news_detail_hd .info .time {
    margin-right: 30px;
    display: flex;
    align-items: center;
    font-family: 'Arial';
}
.page_news_detail_hd .info .time i {
    margin-right: 6px;
    font-size:18px;
}

.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
}

/* page_lastest_news_list */

.page_lastest_news_list{
    width: 30%;
    padding-left: 4%;
}
.page_lastest_news_list .j_tit{
    font-family: 'SpartanBold';
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page_lastest_news_list .item{
    display: block;
    margin-bottom: 30px;
}
.page_lastest_news_list .item:last-child{
    margin-bottom: 0;
}
.page_lastest_news_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_lastest_news_list .item .item_con {
    background: #edf0f4;
    padding:20px;
}
.page_lastest_news_list .item .item_con .time {
    color:var(--theme-color);
    font-size: 14px;
    font-family: 'Arial';
}
.page_lastest_news_list .item .item_con .tit {
    line-height: 1.4;
    margin: 5px 0;
    transition:all .4s;
}
.page_lastest_news_list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_lastest_news_list .swiper-pagination {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: static;
}
.page_lastest_news_list .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: #c7c7c7;
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
}
.page_lastest_news_list .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-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 */

.page_contact_banner_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.page_contact_banner .info{
    color:#fff;
    width: 46%;
}
.page_contact_banner .info .subtit{
    font-family: 'Impact';
    text-transform: uppercase;
    padding-bottom: 20px;
}
.page_contact_banner .tel_list{
    
}
.page_contact_banner .tel_list .item{
    display: flex;
    align-items: center;
    color:#fff;
    padding:30px 0;
    border-bottom: 1px solid #fff;
}
.page_contact_banner .tel_list .item:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.page_contact_banner .tel_list .item .img img{
    width: 124px;
    height: 124px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.page_contact_banner .tel_list .item .con{
    padding-left: 25px;
    min-width: 0;
    flex:1;
}
.page_contact_banner .tel_list .item .con h4{
    font-family: 'Arial';
    font-size: 40px;
}
.page_contact_banner .tel_list .item .con p{
    font-size: 14px;
}
.page_contact_banner .tel_list .item .con .p1{
    color:#999;
}


/* page_contact_con */

.page_contact_con .imgs{
    position: relative;
}
.page_contact_con .imgs .tit{
    position: absolute;
    left: 40px;
    top: 40px;
    font-weight: bold;
    color:#fff;
    line-height: 1;
}
.page_contact_con .cons{
    background: #fff;
    box-shadow:0 0 15px rgba(7,50,144,.1);
    padding: 35px 60px;
}
.page_contact_con .con_list{
    margin-top: 20px;
    justify-content: space-between;
    padding-right: 15%;
}
.page_contact_con .con_list .item{
    display: flex;
}
.page_contact_con .con_list .item .icon i{
    font-size: 22px;
    color:var(--theme-color);
}
.page_contact_con .con_list .item .con{
    margin-left: 14px;
}
.page_contact_con .con_list .item .con h4{
    font-size: 20px;
}
.page_contact_con .con_list .item .con p{
    color:#333;
}
.page_contact_con .con_list .item .con p a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_contact_con .other_address_list{
    margin: 0 -25px;
}
.page_contact_con .other_address_list .item_w{
    width: 33.333%;
    padding: 0 25px;
}
.page_contact_con .other_address_list .item{
    background: #fff;
    box-shadow:0 0 15px rgba(7,50,144,.1);
    padding: 25px 30px 40px;
    height: 100%;
}
.page_contact_con .other_address_list .item .tit{
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom:8px;
    position: relative;
}
.page_contact_con .other_address_list .item .tit:after{
    content:'';
    display: block;
    width: 20px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: var(--theme-color);
}
.page_contact_con .other_address_list .item .con{
    color:#333;
    padding-top: 20px;
    display: flex;
}
.page_contact_con .other_address_list .item .con i{
    font-size: 22px;
    color:var(--theme-color);
    margin-right: 14px;
    line-height: 1.2;
}
.page_contact_con .other_address_list .item .con span{
    line-height: 1.3;
}


.page_contact_message_wrap{
    background: url("../images/bg5.jpg") no-repeat center #f1f3f6;
}
.page_contact_message{
    
}
.page_contact_message_tit{
    width: 50%;
    padding: 0 8%;
}
.page_contact_message_tit .subtit{
    font-family: 'Impact';
    color:#ddd;
    text-transform: uppercase;
}
.page_contact_message_tit .desc{
    font-size: 20px;
}
.page_contact_message_con{
    flex:1;
    min-width: 0;
}

.page_contact_message_con input,.page_contact_message_con textarea{
    width: 100%;
    height: 55px;
    background: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-bottom: 15px;
    padding:15px 20px;
    line-height:25px;
    transition:all .5s;
    border: 1px solid #fff;
}
.page_contact_message_con input:focus,.page_contact_message_con textarea:focus{
    border-color:rgba(7,50,144,.5);
}
.page_contact_message_con textarea{
    height: 120px;
}
.page_contact_message_con button{
    width: 300px;
    height: 50px;
    border-radius: 100px;
    outline: none;
    background: #cd0000;
    color:#fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition:all .5s;
}
.page_contact_message_con button:hover{
    background: var(--theme-color);
}


/* page_contact2 */

.page_contact2{
    padding-bottom:100px;
}
.page_contact2_info{
    width: 50%;
    padding-right: 120px;
}
.page_contact2_info .tit{
    padding-top: 20px;
}
.page_contact2_info .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratExtraBold';
}
.page_contact2_info .tit p{
    color:#333;
    line-height: 2;
    margin-top: 20px;
}
.page_contact2_info .con h4{
    color:#053c8a;
    font-family: 'MontserratSemiBold';
    margin:30px 0 10px;
    font-size:20px;
}
.page_contact2_info .con p{
    margin-bottom: 10px;
    display: flex;
    font-family: 'MontserratLight';
    font-size:14px;
}
.page_contact2_info .con p span{
    background: #053c8a;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border:4px solid #e6ebf3;
    margin-right: 10px;
}
.page_contact2_info .con p span i{
    font-size:10px;
    color:#fff;
}

.page_contact2_form{
    flex:1;
    min-width: 0;
}
.page_contact2_form .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    margin:0 -10px;
}
.page_contact2_form .input_box .input{
    padding: 0 10px;
    flex:1;
}
.page_contact2_form .input{
    margin:0 0 20px;
}
.page_contact2_form .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f5f5f7;
    height: 54px;
    padding:10px 20px;
    line-height: 34px;
}
.page_contact2_form textarea{
    height: 120px;
}
.page_contact2_form .form p{
    font-family: 'MontserratLight';
}
.page_contact2_form .form .button{
    margin-top:20px;
}
.page_contact2_form .form .button button{
    width: 100%;
    height: 60px;
    background:var(--theme-color);
    border:none;
    outline: none;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page_contact2_form .form .button button i{
    font-size:22px;
    margin-left: 10px;
}
.page_contact2_form .form .button button:hover{
    background: var(--theme-color);
}


/* return */
 .return_page {
    margin-top: 60px;
    position: relative;
}
.return_page i {
    color:var(--theme-color);
    font-size:18px;
    margin-right: 6px;
}
.return_page a:hover {
    text-decoration: underline;
    color:var(--theme-color);
}


.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;}





