@charset"utf-8";

.right_online{position: fixed;top: 35%;right: 20px;z-index: 999;}
.right_online li{text-align: center;position: relative;margin-bottom: 5px;cursor: pointer;}
.right_online li span{font-size: 26px;color: #fff;background:var(--theme-color);position: relative;z-index: 2;border-radius: 100%;display: block;line-height: 55px;width: 55px;height: 55px;}
.right_online li .box{
	position: absolute;right: 25px;top: 0;max-width: 0px;height: 55px;line-height: 55px;background:var(--theme-color);border-radius: 30px;border-top-right-radius: 0;border-bottom-right-radius: 0;
	overflow:hidden;
	-moz-transition:max-width 0.3s linear;
	transition:max-width 0.3s linear;
}
.right_online li:hover .box{max-width:300px;z-index: 1;}
.right_online li .box .p{color: #fff;font-size: 16px;width: 100%;white-space: nowrap;padding-left: 30px;padding-right: 40px;display: flex;line-height:55px;}
.right_online li.inq .addnum{width: 18px;height: 18px;position: absolute;top: 0;right: 0;text-align: center;line-height: 18px;background: red;color: #fff;border-radius: 500px;display: block;font-size: 12px;z-index: 9;}
.right_online li .ewmtp{width: 120px;height: 120px;right: 55px;border-radius: 5px;}
.right_online li .ewmtp .p{padding: 10px;}
.right_online li .ewmtp .p img{ width: 100%; height:100%;}
.j_tit1{
    color:#333;
}
.header {
    height: 90px;
    position: fixed;
    width:calc(100% - 80px);
    left: 40px;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: transparent;
}
 .header_on:before{
     content:'';
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     height: 90px;
     background: #e5ebf1;
     display: block;
     z-index: -1;
 }
.header_wrap {
    height:90px;
    position: relative;
    z-index: 100;
    border-radius: 30px 30px  0 0;
    padding: 0 60px;
    transition:all .4s;
}
.header_on .header_wrap{
    background: #fff;
}
.header .logo {
    flex:1;
}
.header .logo img {
    max-height: 71px;
}
.header .logo .img2 {
    display: none;
}
.nav{
    padding-right: 20px;
}
.nav .nav_li {
    padding:0 15px;
}
.nav .nav_li .nav1 a {
    display: block;
    line-height:90px;
    position: relative;
    text-transform: capitalize;
    transition:all 0s;
    white-space: nowrap;
    padding: 0 12px;
    z-index: 1;
    font-family:'PoppinsSemiBold';
    color:#fff;
    max-width: 125px;
}
.nav .nav_li .nav1 a:before {
    height: 2px;
    background: #fff;
    content:'';
    display: block;
    position: absolute;
    transform: scale(0);
    width: 100%;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.nav .nav_li .nav1 a i {
    font-size:12px;
    margin-left:2px;
    vertical-align: middle;
}
.nav .nav_li:hover .nav1 a, .nav .nav_li.cur .nav1 a {
    color:#fff;
}
.nav .nav_li:hover .nav1 a:after, .nav .nav_li:hover .nav1 a:before, .nav .nav_li.cur .nav1 a:after, .nav .nav_li.cur .nav1 a:before {
    transform: scaleX(1);
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:90px;
    line-height: 40px;
    width: 300px;
    background: #fff;
    border-radius:0 0 20px 20px;
    padding:15px 30px ;
    color:#3a3a3a;
    z-index: 10;
    display: none;
    border-top:1px solid #e5ebf1;
}
.nav .nav_li .nav2 a{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.nav .nav_li .nav2 a span{
    flex:1;
    line-height: 1.2;
}
.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 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;
    font-family: 'MontserratBold';
    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:hover .nav1 a:after,.nav .nav_li.cur .nav1 a:after{
    width: 100%;
}

.nav .nav_li .nav2_pro_wrap.nav2{
    width:1200px;
    left: 50%;
    transform: translateX(-50%);
    padding:30px;
}

.nav .nav_li .nav2_pro_wrap .nav2_pro{
    flex:1;
    min-width: 0;
    position: relative;
}
.nav .nav_li .nav2_pro_wrap .nav2_pro .pro_more{
    position: absolute;
    right: 30px;
    top: -10px;
    font-family: 'PoppinsSemiBold';
    color:var(--theme-color);
}
.nav .nav_li .nav2_pro_wrap .nav2_pro .pro_more i{
    transition:all .5s;
}
.nav .nav_li .nav2_pro_wrap .nav2_pro .pro_more:hover i{
    transform: rotate(-45deg);
}
.nav .nav_li .nav2_pro_wrap .pro_menu{
    width:300px;
    border-right: 1px solid #e5ebf1;
    height: 100%;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item{
    margin-bottom: 10px;
    padding-right: 30px;
    
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a{
    padding: 0 20px;
    transition:all .3s;
    height: 40px;
    border-radius: 5px;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a i{
    font-size: 18px;
    opacity: 0;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item a:hover,.nav .nav_li .nav2_pro_wrap .pro_menu .item.cur a{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.nav .nav_li .nav2_pro_wrap .pro_menu .item:hover a i,.nav .nav_li .nav2_pro_wrap .pro_menu .item.cur a i{
    opacity: 1;
}
.nav .nav_li .nav2_pro_wrap .pro_list{
    flex:1;
    padding-left: 40px;
    min-width: 0;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item a:hover{
    text-decoration: underline;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_wrap{
    margin:0 -10px;
  
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w{
    display: none;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w:first-child{
    display: block;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w_flex{
    padding-top:50px;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w_flex .item{
    width: 25%;
    padding: 0 40px;
    display: block;
    text-align: center;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w_flex .item .i{
    
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w_flex .item .t{
    font-size: 14px;
    font-family: 'PoppinsSemiBold';
    margin: 15px 0 ;
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w_flex .item .m{
    font-size: 14px;
    color:var(--theme-color);
}
.nav .nav_li .nav2_pro_wrap .pro_list .item_w_flex .item:hover .m{
    text-decoration: underline;
}

.nav_info .lang_box{
    position: relative;
}
.nav_info .lang_box:before{
    content:'';
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    left:0;
    top: 5px;
    position: absolute;
}
.nav_info .lang_box .lang img{
    margin-right: 6px;
    width: 15px;
    height: 15px;
}
.nav_info .lang_box .lang img.img2{
    display: none;
}
.nav_info .lang_box .lang span{
    padding-right: 4px;
    color:#fff;
}
.nav_info .lang_box .lang i{
    font-size:10px;
    transform: rotate(180deg);
    transition:all .3s;
}
.nav_info .lang_box{
    position: relative;
    z-index: 100;
    padding:0 30px;
}
.nav_info .lang_box .lang{
    display: flex;
    align-items: center;
    height: 28px;
    cursor: pointer;
    transition:all 0s;
}
.nav_info .lang_box .dlang{
    position: absolute;
    left: 0;
    top: 26px;
    width: 240px;
    background: #fff;
    padding:5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}
.nav_info .lang_box .dlang a{
    display: flex;
    align-items: center;
    color:#666;
    font-size:14px;
    padding:3px 0;
}
.nav_info .lang_box .dlang a:hover{
    color:var(--theme-color);
}
.nav_info .lang_box .dlang a img{
    height: 16px;
    margin-right: 6px;
}
.nav_info .lang_box:hover .dlang{
    display: block;
}
.header_wrap .ge_quote{
    padding: 0 30px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    color:#fff;
    cursor: pointer;
    display: flex;
    transition: all .5s;
    align-items: center;
}
.header_wrap .ge_quote i{
    transition: all .5s;
    font-size: 14px;
}
.header_wrap .ge_quote:hover{
    opacity: .9;
}
.header_wrap .ge_quote:hover i{
    transform: rotate(-45deg);
}
.header_wrap .ge_quote i{
    margin-left: 10px;
}
.header.header_on .logo .img2 {
    display: block;
}
.header.header_on .logo .img1 {
    display: none;
}
.header.header_on .nav .nav_li .nav1 a {
    color:#333;
}
.header.header_on .nav .nav_li:hover .nav1 a:before, .header.header_on .nav .nav_li.cur .nav1 a:before{
    transform: scale(1);
    background: var(--theme-color);
}
.header.header_on .nav .nav_li:hover .nav1 a, .header.header_on .nav .nav_li.cur .nav1 a {
    color:var(--theme-color);
}
.header.header_on .nav_info .lang_box .lang img.img1{
    display: none;
}
.header.header_on .nav_info .lang_box .lang img.img2{
    display: block;
}
.header.header_on .nav_info .lang_box:before{
    background: #999;
}
.header.header_on .nav_info .lang_box .lang span{
    color:#666;
}

/* banner */
.banner {
    position: relative;
    overflow: hidden;
    
}
.banner_tab{
    position: absolute;
    left: 20%;
    bottom:50px;
    width: 60%;
}
.banner_tab .item{
    cursor: pointer;
    opacity: .7;
}
.banner_tab .swiper-slide-thumb-active .item{
    opacity: 1;
}
.banner_tab .item .tit{
    color:#fff;
    border-top: 2px solid #fff;
    padding-top: 16px;
    padding-left: 14px;
    position: relative;
}
.banner_tab .item .tit:before{
    width: 5px;
    height: 5px;
    background: #fff;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 25px;
}
.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 .tit {
    line-height:1.2;
    color:#fff;
    margin-bottom: 35px;
}
.banner .item .item_con .tit span {
    color:var(--theme-color);
    display: block;
    line-height: 1;
}
.banner .item .item_con .desc {
    font-size:34px;
    margin: 10px 0 100px;
}
.banner .item .item_con .info .more{
    width: 55px;
    height: 55px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    transition:all .5s;
}
.banner .item .item_con .info .more i{
    transform: rotate(90deg);
    font-size: 20px;
}
.banner .item .item_con .info .more:hover{
    background: #fff;
    color:var(--theme-color);
}
.banner .swiper-pagination {
    bottom:20px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width:12px;
    height:12px;
    border-radius: 50%;
    background: #fff;
    margin:0 6px;
    opacity: 1;
    position: relative;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color);
}
.banner_ico {
    position: absolute;
    left: 50%;
    bottom:20px;
    z-index: 30;
    width: 42px;
    height: 42px;
    border: 1px solid #000;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: downico 2s ease-out infinite;
    color:#000;
    transition:all .6s;
    cursor: pointer;
    border-radius: 5px;
}
.banner_ico i {
    transform: rotate(-45deg);
    display: block;
    font-size:20px;
}
@keyframes downico {
    0% {
        bottom: 20px;
    }
    50% {
        bottom:50px;
    }
    100% {
        bottom:20px;
    }
}
.banner_ico:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.banner .item .item_con .more {
    justify-content: center;
}
.banner .item .item_con .more .j_more1 {
    margin: 0 15px;
}
.j_more1 {
    color:#fff;
    width: 180px;
    height: 45px;
    border-radius: 100px;
    border:1px solid #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    justify-content: space-between;
    transition:all .4s;
}
.j_more1 i {
    margin-left: 6px;
}
.j_more1:hover {
    background: #fff;
    color:var(--theme-color);
}
/* tit_box1 */
 .tit_box1 {
    padding:80px 0 40px;
}
.tit_box1 .tit {
    color:#fff;
}
.tit_box1 .tit h4 {
    line-height:1;
    text-transform: capitalize;
    margin-bottom:10px;
}
.tit_box2 {
    padding:80px 0 40px;
}
.tit_box2 .tit {
    flex:1;
}
.tit_box2 .tit h4 {
    color:var(--subtheme-color);
}
.tit_box2 .tit p {
    margin-top:10px;
}
.bg1 {
    background:#fff;
}
.bg2 {
    background:#f0f4f9;
}
.bg3 {
    background: #f5f5f5;
}

/* product_wrap */

#product_list_arrow{
    padding: 120px 0 150px;
    background: url("../images/txt1.png") no-repeat center bottom 20px;
    position: relative;
    background-size: 100% auto;
}
.product_list_arrow_ico{
    width: 140px;
    height: 140px;
    padding: 15px 0 0 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--theme-color);
    border-bottom-right-radius: 1000px;
}
.product_list{
    overflow: hidden;
}
.product_list .item{
    padding: 20px 40px 40px 40px;
    display: block;
    border-left: 1px solid #ccdcee;
    transition:all .5s;
}
.product_list .item .tit{
    color:var(--theme-color);
    height: 100px;
}
.product_list .item .img{
    margin-top: 80px;
    transition:all .5s;
    padding: 20px;
}
.product_list .item .more{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    transition:all .5s;
    margin-top: 40px;
}
.product_list .item .more:before{
    content:'';
    width: 52px;
    height: 52px;
    position: absolute;
    background: rgba(0,81,171,.25);
    left: -6px;
    top: -6px;
    border-radius: 50%;
    transition:all .5s;
}
.product_list .item .more span{
    display: none;
    transition:all .5s;
    width:0;
    height: 20px;
    line-height: 20px;
    overflow:hidden;
}
.product_list .item .more i{
    font-size: 14px;
}
.product_list .item:hover{
    background: var(--theme-color);
    padding: 40px;
}
.product_list .item:hover .tit{
    font-size: 36px;
    color:#fff;
}
.product_list .item:hover .img{
    margin-top: 60px;
}
.product_list .item:hover .more{
    background: #fff;
    width: 140px;
    border-radius: 100px;
    color:var(--theme-color);
}
.product_list .item:hover .more span{
    display: block;
    width: auto;
}
.product_list .item:hover .more i{
    margin-left: 8px;
}
.product_list .item:hover .more:before{
    display: none;
}

.arrow_public{
    position: relative;
}
.arrow_public .swiper-button-prev,.arrow_public .swiper-button-next{
    opacity: 1;
}
.arrow_public .swiper-button-prev{
    left: 20px;
}
.arrow_public .swiper-button-next{
    right: 20px;
}
.arrow_public .swiper-button-prev:after,.arrow_public .swiper-button-next:after{
    display: none;
}
.arrow_public .swiper-button-prev:hover,.arrow_public .swiper-button-next:hover{
    filter: invert(26%) sepia(69%) saturate(2074%) hue-rotate(196deg) brightness(80%) contrast(107%);
}


/* solution_list */

.solution_wrap{
    position: relative;
}
.solution_list .item{
    position: relative;
    display: none;
}
.solution_list .item:first-child{
    display: block;
}
.solution_list .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.solution_list .item .item_con .info{
    width: 50%;
    padding-top: 120px;
}
.solution_list .item .item_con .info_ico{
    width: 70px;
    margin-top: 20px;
}
.solution_list .item .item_con .info_con{
    flex:1;
    min-width: 0;
    padding: 0 50px;
    color:#fff;
}
.solution_list .item .item_con .info_con .desc{
    margin: 30px 0 50px;
}
.solution_list .item .item_con .info_con .more{
    height: 45px;
    border: 1px solid #fff;
    line-height: 43px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 100px;
    transition:all .5s;
}
.solution_list .item .item_con .info_con .more i{
    font-size: 14px;
    margin-left: 15px;
    display: inline-block;
    transition: all .5s;
}
.solution_list .item .item_con .info_con .more:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.solution_list .item .item_con .info_con .more:hover i{
    transform: rotate(-45deg);
}

.solution_tab{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
}
.solution_tab .list{
    background: rgba(0,0,0,.3);
    height: 60px;
    border-radius: 100px;
}
.solution_tab .list .item{
    width: 25%;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    cursor: pointer;
}
.solution_tab .list .item .tit{
    padding-right: 15px;
}
.solution_tab .list .item.cur{
    background: var(--theme-color);
    border-radius: 100px;
}


/* choose */

.choose_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.choose{
    width: 60%;
    margin-left: 40%;
    padding-right: 40px;
}
.choose_tit .tit{
    color:var(--theme-color);
}
.choose_tit .desc{
    margin: 25px 0 35px;
}

.choose_list{
    position: relative;
    overflow: hidden;
}
.choose_list .item{
    border-radius:10px;
    position: relative;
    padding:40px 30px 20px;
    z-index: 1;
}
.choose_list .item:before{
    background: #fff;
    width: 100%;
    height: 100%;
    content:'';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    border-radius: 10px;
}
.choose_list .item:after{
    position: absolute;
    content:'';
    display: block;
    width: 100%;
    height:100%;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    z-index: -2;
    transition:all .5s;
    border-radius:10px;
}
.choose_list .item .dot{
    width: 5px;
    height: 5px;
    background: #f17366;
    margin-left: 10px;
    border-radius: 50%;
    position: relative;
}
.choose_list .item .dot:before,.choose_list .item .dot:after{
    content:'';
    width: 5px;
    height: 5px;
    display: block;
    background: #e81600;
    position: absolute;
    left: -10px;
    top: 0;
    border-radius: 50%;
}
.choose_list .item .dot:after{
    left:10px;
    background: #f8b9b2;
}
.choose_list .item .tit{
    color:#333;
    line-height: 1.2;
    height: 63px;
    margin: 25px 0 10px;
    transition:all .5s;
}
.choose_list .item .desc{
    height:115px;
}
.choose_list .item .ico{
    text-align: right;
    margin-top: 50px;
    transition:all .5s;
}
.choose_list .item:hover:after{
    bottom: -10px;
}
.choose_list .item:hover .ico{
    margin-top: 40px;
}
.choose_list .item:hover .tit{
    color:var(--theme-color);
}

.choose_list .arrow{
    margin-top:60px;
}
.choose_list .swiper-button-prev,.choose_list .swiper-button-next{
    position: initial;
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin:0;
    transition:all .5s;
}
.choose_list .swiper-button-prev{
    margin-right: 20px;
}
.choose_list .swiper-button-prev:after,.choose_list .swiper-button-next:after{
    font-size: 18px;
}
.choose_list .swiper-button-prev:hover,.choose_list .swiper-button-next:hover{
    background: #fff;
    color:var(--theme-color);
}

/* about_wrap */

.about_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about{
    max-width: 60%;
}
.about_con{
    color:#fff;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-bottom: 35px;
}
.about_con .desc{
    margin: 30px 0;
    line-height: 2;
}
.about_con .more{
    text-align: right;
    display: block;
    transition:all .5s;
}
.about_con .more:hover{
    padding-right: 10px;
}
.about_list{
    margin: -25px;
    padding-top: 45px;
}
.about_list .item{
    width: 50%;
    padding: 25px;
}
.about_list .item .ico{
    width: 70px;
}
.about_list .item .tit{
    flex:1;
    min-width: 0;
    color:#fff;
    padding-left: 25px;
    line-height: 1.6;
}

/* news */
.news_list{
    background: #fff;
}
.news_list_left {
    flex:1;
    min-width: 0;
}
.news_list_left .item{
    position: relative;
}
.news_list_left .item_tit{
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 0 0 20px;
    z-index: 10;
    background: var(--theme-color);
    color:#fff;
    line-height: 80px;
    padding: 0 30px;
}
.news_list_left .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top,var(--theme-color),transparent);
    display: flex;
    align-items: flex-end;
    padding: 40px 60px;
    color:#fff;
    transition:all .5s;
}
.news_list_left .item_con .info{
    flex:1;
    padding-right: 30px;
}
.news_list_left .item_con .tit {
    font-family:'PoppinsSemiBold';
    padding: 25px 0 10px;
}
.news_list_left .item_con .info .time{
    margin-top: 20px;
}

.news_list_left .item_img img {
    width: 100%;
}
.news_list_left .item:hover .item_con{
    padding: 40px 60px 60px;
}


.news_list_right {
    width: 54%;
    padding: 10px 130px 10px 70px;
}
.news_list_right .item {
    padding: 53px 0;
    border-bottom: 2px solid #e5ebf1;
}
.news_list_right .item:last-child {
    border-bottom: none;
}
.news_list_right .item .item_num,.news_list_right .item .item_num span{
    line-height: 1;
}
.news_list_right .item .item_num h4{
    -webkit-text-stroke: 1px #666;
    font-size: 80px;
    color:#fff;
    line-height: 1;
    padding-left: 30px;
    transition:all .4s;
    font-family: 'PoppinsMedium';
}
.news_list_right .item .item_con {
    padding:0 35px;
    flex:1;
    min-width: 0;
}
.news_list_right .item .item_con .tit {
    line-height: 1.2;
    font-family: 'PoppinsSemiBold';
    color:#333;
    transition: all .4s;
}

.news_list_right .item .item_ico{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #333;
    color:#333;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
}

.news_list_right .item:hover .item_num h4{
    -webkit-text-stroke: 0px #666;
    color:#333;
}
.news_list_right .item:hover .item_con .tit{
    color:var(--theme-color);
}
.news_list_right .item:hover .item_ico{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

/* public_message */
 .public_message_con {
    border-radius: 30px;
    background: #fff;
    margin-top: 70px;
    padding:70px;
}
.public_message_con .cover {
    width: 40%;
    height: 500px;
    background: #f6f6f6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_message_con .cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.public_message_con .page_contact2_form {
    background: transparent;
}
.public_message_con .page_contact2_form .input_box .input input, .public_message_con .page_contact2_form textarea {
    border:1px solid #ddd;
}
/* footer */

.footer {
    background:#0a1b2e;
    color:#fff;
    border-radius: 30px 30px 0 0;
}
.footer a {
    color:#fff;
}
.footer a:hover {
    text-decoration: underline;
}
.footer_con {
    width:25%;
    padding-right:5%;
}
.footer_con .txt {
    margin: 30px 0;
}
.footer_con .share span {
    margin-right: 10px;
}
.footer_menu {
    flex:1;
    min-width: 0;
}
.footer_menu .item{
    flex:1;
    padding-left: 40px;
}
.footer_menu h4 {
    margin-bottom: 10px;
    font-family:'PoppinsMedium';
}
.footer_menu h4:after{
    content:'';
    width: 25px;
    height: 2px;
    background: var(--theme-color);
    display: block;
    margin-top: 6px;
}
.footer_menu a {
    display: block;
    font-family:'PoppinsLight';
    margin-bottom: 3px;
}
.footer_contact.item {
    flex:1.6;
}
.footer_contact h4 {
    margin-bottom: 10px;
    font-family:'PoppinsMedium';
}
.footer_contact p {
    display: flex;
    margin-bottom: 4px;
    font-family:'PoppinsLight';
    font-size: 14px;
}
.footer_contact p i{
    margin-right: 10px;
    color:var(--theme-color);
}
.footer_contact p span {
    padding-right: 5px;
}
.footer_copyright_wrap {
    border-top: 1px solid rgba(255, 255, 255, .3);
}
.footer_copyright {
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    font-family:'PoppinsLight';
}
.footer_copyright a {
    color:#fff;
    margin-left:20px;
}
.footer_con a:hover {
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover {
    text-decoration: underline;
}
.footer_message {
    background: url("../images/bg4.jpg") no-repeat center;
}
.footer_message_con {
    width: 56%;
}
.footer_message_con .j_tit {
    padding-top: 20px;
}
.footer_message .form {
    margin-top: 30px;
}

.footer_message .form .input {
    margin-bottom: 20px;
}
.footer_message .form input, .footer_message .form textarea {
    border-radius: 200px;
    height:55px;
    outline: none;
    border: none;
    font-size:16px;
    padding:15px 25px;
    width: 100%;
    line-height: 25px;
    border-radius: 6px;
    background: #fff;
}
.footer_message .form textarea {
    height: 100px;
}
.footer_message .form .mail_btn {
    margin-top: 30px;
    justify-content: space-between;
}
.footer_message .form .mail_btn .mail i {
    margin-right: 10px;
    font-size: 20px;
    color:var(--subtheme-color);
}
.footer_message .form .mail_btn .mail:hover {
    color:var(--subtheme-color);
}
.footer_message .form .button {
    margin-top: 15px
}
.footer_message .form button, .footer_message .form .button a {
    border:none;
    outline: none;
    width:360px;
    height: 55px;
    border-radius:6px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    font-size:18px;
    transition:all .3s;
    font-family:'PoppinsMedium';
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_message .form button i {
    margin-left: 5px;
    font-size: 20px;
}
.footer_message .form .button a {
    background: #333;
    margin-left: 20px;
}
.footer_message .form .button a:hover {
    text-decoration: none;
}
.footer_message .form button:hover, .footer_message .form .button a:hover {
    opacity: .8;
}
/* page_banner */
 .page_banner {
    position: relative;
    margin-top: 90px;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
}
.page_banner:before {
    content:'';
    display: block;
    width: calc(50% - 180px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background:#0a1b2e;
}
.page_banner:after {
    content:'';
    display:block;
    position: absolute;
    top: 0;
    width: 180px;
    left: calc(50% - 180px);
    height: 100%;
    background:#0a1b2e;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.page_banner_short:after {
    width: 12vw;
}
.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;
    z-index: 2;
}
.page_banner .page_banner_con .wrapper{
    height: 100%;
}
.page_banner .page_banner_con .info {
    width: calc(50% - 180px);
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.page_banner_con .tit {
}
.page_banner_con .desc {
    margin: 20px 0 50px;
    line-height: 1.7;
}
.page_banner_con .pos {
    position: absolute;
    bottom: 20px;
    
}
.page_banner_con .pos a {
    padding: 0 3px;
}
.page_banner_con .pos span{
    margin-right: 6px;
}

/* page_banner_about */

.page_banner_about {
    overflow: hidden;
}
.page_banner_about .img img {
    width: 100%;
}
.page_banner_about .info {
    padding-top:50vh;
}
.page_banner_about .info .tit {
    width: 66%;
    margin: auto;
    text-align: center;
}
.page_banner_about .info .tit span {
    line-height: 1.2;
}
.page_banner_about .about_data {
    width: 100%;
    gap: 80px;
    margin-top: 12vh;
}
.page_banner_about .about_data .item {
    flex:1;
}
.page_about_banner_con {
    padding-right: 13%;
    top: 24%;
    align-items:flex-end;
}
.page_about_banner_con .tit {
    color:#333;
}
.page_product_banner_con {
    position: absolute;
    left: 0;
    top:80px;
    width: 100%;
    text-align: center;
}
.page_product_banner_con .tit {
    font-size:70px;
    font-family:'RobotoMedium';
    line-height: 1;
}
.page_product_banner_con .subtit {
    font-size:40px;
}
.page_product_banner_con a {
    width: 150px;
    height: 40px;
    border-radius: 100px;
    background: var(--theme-color);
    font-size:14px;
    font-family:'RobotoBold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:25px auto 0;
    color:#fff;
    transition:all .4s;
}
.page_product_banner_con a:hover {
    background: #333;
}
.page_banner_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page_banner_menu .list {
    justify-content: center;
}
.page_banner_menu .list .item a {
    background: rgba(0, 0, 0, .6);
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding:0 40px;
    display: flex;
    align-items: center;
    color:#fff;
    font-size:18px;
}
.page_banner_menu .list .item.cur a, .page_banner_menu .list .item:hover a {
    background: var(--subtheme-color);
}
.inner_pos_wrap {
    background: #f0f4f9;
    margin-top: 85px;
}
.inner_pos {
    height: 60px;
}
.inner_pos span {
    margin-right:6px;
    color:var(--subtheme-color);
}
.inner_pos a {
    font-size:14px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:hover {
    color:var(--theme-color);
}

/* page_product_tab */


.page_product_tab{
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    z-index: 50;
    background: #fff;
    padding: 30px 0;
}
.page_product_tab .list{
    height: 60px;
    background: #e5ebf1;
    border-radius: 100px;
    padding:10px;
}
.page_product_tab .item{
    width: 210px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    cursor: pointer;
    overflow: hidden;
}
.page_product_tab .item:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_product_tab .item.cur{
    background: var(--theme-color);
    color:#fff;
}


/* page_product_list */

.page_product_list .list_item{
    border-bottom: 1px solid #0a1b2e;
}
.page_product_list .j_tit{
    color:var(--theme-color);
}
.page_product_list .list{
    margin:-30px -20px;
}
.page_product_list .list .item{
    padding:30px 20px;
    width: 33.333%;
}
.page_product_list .list .item a{
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.page_product_list .list .item a:after{
    content:'';
    height:290px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:15px;
    border-radius: 20px;
    display: block;
    background: #e5ebf1;
    z-index: -1;
}
.page_product_list .list .item .item_img img{
    margin: auto;
}
.page_product_list .list .item .item_con .tit{
    color:#333;
}
.page_product_list .list .item .item_con .desc p{
    white-space: nowrap;
    padding-left: 11px;
    position: relative;
    margin:0 5px;
}
.page_product_list .list .item .item_con .desc p:before{
    width:5px;
    height:5px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 12px;
    content:'';
    display: block;
    border-radius: 50%;
}
.page_product_list .list .item .item_con .more{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    transition:all .5s;
    margin: 40px auto 0;
}
.page_product_list .list .item .item_con .more:before{
    content:'';
    width: 52px;
    height: 52px;
    position: absolute;
    background: rgba(0,81,171,.25);
    left: -6px;
    top: -6px;
    border-radius: 50%;
    transition:all .5s;
}
.page_product_list .list .item .item_con .more span{
    display: none;
    transition:all .5s;
    width:0;
    height: 20px;
    line-height: 20px;
    overflow:hidden;
}
.page_product_list .list .item .item_con .more i{
    font-size: 14px;
}
.page_product_list .list .item:hover .item_con .more{
    width: 140px;
    border-radius: 100px;
    color:#fff;
}
.page_product_list .list .item:hover .item_con span{
    display: block;
    width: auto;
}
.page_product_list .list .item:hover .item_con i{
    margin-left: 8px;
}
.page_product_list .list .item:hover .item_con .more:before{
    display: none;
}

/* page_case_index */
 .page_case_index .list {
    margin: -5px;
}
.page_case_index .list .item {
    padding: 5px;
    width: 33.333%;
}
.page_case_index .item a {
    display: block;
    position: relative;
    overflow: hidden;
}
.page_case_index .item .item_con {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    padding: 80px;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: all .4s;
}
.page_case_index .item .item_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.page_case_index .item .item_con .tit {
    font-family:'PoppinsSemiBold';
    margin-bottom: 60px;
}
.page_case_index .item .item_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);
    color:#fff;
    padding: 40px;
}
.page_case_index .item .item_tit h4 {
    flex:1;
    padding-right: 20px;
    line-height: 1.2;
    font-family:'PoppinsSemiBold';
}
.page_case_index .item:hover .item_con {
    bottom: 0;
}
.page_case_index .list .item:nth-child(2), .page_case_index .list .item:nth-child(7) {
    width: 66.667%;
}
/* page_case_show */
 .page_case_show .hd .hd_img {
    width: 50%;
}
.page_case_show .hd .hd_img img {
    width: 100%;
}
.page_case_show .hd .hd_con {
    flex:1;
    min-width: 0;
    padding-left: 8%;
}
.page_case_show .hd .hd_con .desc {
    margin:20px 0 70px;
    line-height: 1.8;
}
.page_case_show .bd {
    margin-top: 50px;
}

/* page_product_show_banner */

.page_product_show_banner_w{
    height: 640px;
    margin-top: 90px;
    background:url("../images/bg3.png") no-repeat center right #d7effa;
}
.page_product_show_banner_w .wrapper{
    height: 100%;
}
.page_product_show_banner{
    position: relative;
    height: 100%;
}
.page_product_show_banner .pos{
    position: absolute;
    top: 15px;
}
.page_product_show_banner .pos span{
    color:var(--theme-color);
    margin-right: 8px;
}
.page_product_show_banner .pos a:hover{
    color:var(--theme-color);
}
.page_product_show_banner .j_info{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-right: 8%;
}
.page_product_show_banner .j_info h1{
    color:#333;
}
.page_product_show_banner .j_info .desc{
    margin: 30px 0 40px;
}
.page_product_show_banner .j_info .list .item .item_img img{
    width: 45px;
}
.page_product_show_banner .j_info .list .item .item_con{
    padding-left: 30px;
}
.page_product_show_banner .j_info .list .item .item_con p{
    line-height: 1.1;
    color:#333;
}
.page_product_show_banner .j_info .list .item:last-child{
    margin-left: 60px;
    padding-left: 60px;
    border-left: 1px solid #b2c8d8;
}
.page_product_show_banner .j_info .btn{
    width: 165px;
    height: 45px;
    background: #fff;
    color:var(--theme-color);
    padding: 0 20px;
    display: flex;
    justify-content:space-between;
    border-radius: 100px;
    align-items: center;
    margin-top: 70px;
    transition:all .5s;
    cursor: pointer;
}
.page_product_show_banner .j_info .btn i{
    margin-left: 6px;
    transition: all .5s;
}
.page_product_show_banner .j_info .btn:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_product_show_banner .j_info .btn:hover i{
    transform: rotate(-45deg);
}


.page_product_detail_w{
    width: 1200px;
    margin: auto;
}

.page_product_detail_info .j_item{
    padding: 50px 0 30px;
}
.page_product_detail_info .j_item .j_tit{
    position: relative;
    color:#333;
    z-index: 1;
    margin-bottom: 30px;
}

.page_product_detail_info .j_item .j_tit:after{
    content:'';
    width: 165px;
    height: 8px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: -1;
    display: block;
}
.page_product_detail_info .j_item .con{
    font-size: 18px;
}

/* page_become_form */
 .page_become_form {
    width:660px;
    margin:auto;
    padding-bottom: 110px;
}
.page_become_form form {
    margin:0 -20px;
}
.page_become_form .input {
    width: 50%;
    padding:0 20px 20px;
}
.page_become_form .input.input_show {
    display: none;
}
.page_become_form .input h4 {
    font-size:13px;
    color:#666;
    margin-bottom: 3px;
    text-align: left;
}
.page_become_form .input h4 i {
    color:var(--theme-color);
}
.page_become_form .input input, .page_become_form .input select, .page_become_form .input textarea {
    width: 100%;
    height: 50px;
    padding:10px;
    line-height: 28px;
    border:1px solid #ddd;
    border-radius: 5px;
    padding:0 10px;
    outline: none;
    font-size:16px;
}
.page_become_form .input input::placeholder, .page_become_form .input textarea::placeholder {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select option {
    padding:5px 10px;
    font-size:16px;
    color:#333;
}
.page_become_form .input select.cur {
    color:#333;
    font-size:16px;
}
.page_become_form .input textarea {
    height: 120px;
}
.page_become_form .input.input100 {
    width: 100%;
}
.page_become_form .txt_btn {
    padding:10px 20px 0;
    width: 100%;
}
.page_become_form .txt_btn .txt {
    font-size:13px;
    color:#666;
    flex:1;
    display: block;
    text-align: left;
}
.page_become_form .txt_btn .button button {
    width: 140px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family:'RobotoBold';
    text-transform: uppercase;
    font-size:16px;
    cursor: pointer;
    transition:all .4s;
}
.page_become_form .txt_btn .button button:hover {
    background: #333;
}
/* page_ecology_index_menu */
 .page_ecology_index_menu {
    margin:-35px;
    padding-bottom: 100px;
}
.page_ecology_index_menu .item {
    width: 33.333%;
    padding:35px;
}
.page_ecology_index_menu .item a {
    background: #f7f7f7;
    border-radius:10px;
    padding:55px;
    display: block;
    text-align: center;
    height: 100%;
    transition:all .4s;
}
.page_ecology_index_menu .item .item_con {
    padding-top: 20px;
}
.page_ecology_index_menu .item .item_con .tit {
    font-size:36px;
    font-family:'RobotoBold';
}
.page_ecology_index_menu .item .item_con .desc {
    margin-top:5px;
}
.page_ecology_index_menu .item .item_con .btn {
    width: 140px;
    height: 40px;
    border-radius: 100px;
    border:1px solid var(--theme-color);
    font-size:14px;
    margin:40px auto 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'RobotoBold';
    color:var(--theme-color);
    transition:all .4s;
}
.page_ecology_index_menu .item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.page_ecology_index_menu .item a:hover .item_con .btn {
    background: var(--theme-color);
    color:#fff;
}
/* page_ecology_list_advantage */
 .page_ecology_list_advantage .item {
    width: 25%;
    padding:40px 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page_ecology_list_advantage .item .item_con {
    padding-top: 30px;
}
.page_ecology_list_advantage .item .item_con .tit {
    font-size:20px;
    color:var(--theme-color);
}
.page_ecology_list_advantage .item .item_con .desc {
    margin-top: 6px;
}
.page_ecology_list {
    padding:100px 0;
}
.page_ecology_list_advantage .item:hover {
    background: #f7f7f7;
}
.page_ecology_list .list {
    margin:-13px;
}
.page_ecology_list .list a {
    width: 20%;
    display: block;
    padding: 13px;
}
.page_ecology_list .list .item {
    padding:30px 50px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition:all .4s;
}
.page_ecology_list .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_ecology_list .list .item .con h4 {
    margin-top: 20px;
    text-align: center;
}
.page_ecology_list .list .item:hover .con h4 {
    color:var(--theme-color);
}
.page_ecology_list .list .item:hover {
    border-color: var(--theme-color);
}
/* public_download */
 .public_download .page_support_download_list {
    padding-bottom: 40px;
}
.public_download .page_support_download_list .list_item {
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list_wrap {
    display: block;
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list {
    padding-top: 0;
}
/* public_faq */
 .public_faq {
    padding-bottom: 80px;
}
.public_faq .page_support_faq_list .list {
    padding-top: 0;
}
.page_products_public_more {
    display: inline-block;
    height: 40px;
    background:var(--theme-color);
    margin:40px 0 0;
    padding: 0 20px;
    line-height: 40px;
    color:#fff;
    transition:all .4s;
    border-radius: 100px;
    text-transform: uppercase;
    font-size:14px;
}
.page_products_public_more:hover {
    background: #333;
}
/* page_public_rml_series_retrieve */
 .page_public_rml_series_retrieve {
    position: relative;
}
.page_public_rml_series_retrieve .j_bg {
    position: relative;
    z-index: 1;
}
.page_public_rml_series_retrieve .j_bg1 {
    background: #999;
    height: 500px;
}
.page_public_rml_series_retrieve .j_bg:after {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    z-index:2;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}
.page_public_rml_series_retrieve .j_bg img {
    width: 100%;
}
.page_public_rml_series_retrieve .j_con {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 3;
}
.page_public_rml_series_retrieve .j_con .txt {
    font-size:24px;
}
.page_public_rml_series_retrieve .j_con .tit {
    font-size:54px;
    font-family:'RobotoMedium';
    margin:20px 0 50px;
}
.page_public_rml_series_retrieve .j_con .btn {
    width: 150px;
    height: 44px;
    background: var(--theme-color);
    color:#fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    text-transform: uppercase;
    transition:all .4s;
}
.page_public_rml_series_retrieve .j_con .btn:hover {
    opacity: .7;
}

/* page_about1 */

.page_about_panel1_w{
    width: 1200px;
    margin: auto;
}
.page_about_panel1{
    color:#333;
}

.page_about_panel1 .con{
    padding-top: 30px;
}


/*page_about_panel2*/

.page_about_panel2 .item{
    transition:all .5s;
}
.page_about_panel2 .item:nth-child(2n){
    flex-direction: row-reverse;
}
.page_about_panel2 .item .item_img{
    width: 50%;
}
.page_about_panel2 .item .item_con{
    flex:1;
    min-width: 0;
    padding: 100px;
}
.page_about_panel2 .item .item_con .con{
    color:#333;
    transition:all .5s;
}
.page_about_panel2 .item .item_con .more{
    width: 165px;
    height: 45px;
    color: #fff;
    border-radius: 100px;
    line-height: 45px;
    background:var(--theme-color);
    justify-content: center;
    margin-top: 60px;
    cursor: pointer;
    transition:all .5s;
}
.page_about_panel2 .item .item_con .more i{
    margin-left: 8px;
    transition:all .5s;
}
.page_about_panel2 .item:hover{
    background:#0a1b2e;
}
.page_about_panel2 .item:hover .con{
    color:#fff;
}
.page_about_panel2 .item .item_con .more:hover{
    background: #fff;
    color:var(--theme-color);
}
.page_about_panel2 .item .item_con .more:hover i{
    transform: rotate(-45deg);
}


/* page_about_panel3_list */

.page_about_panel3_tit{
    color:#333;
}
.page_about_panel3_list{
    margin: -20px -35px;
}
.page_about_panel3_list .item_w{
    width: 33.333%;
    padding: 20px 35px;
}
.page_about_panel3_list .item{
    background: #e5ebf1;
    padding: 45px;
    height: 100%;
    border-radius: 20px;
    text-align: center;
    transition:all .5s;
}
.page_about_panel3_list .item .item_img img{
    transition:all 1.5s;
}
.page_about_panel3_list .item .tit{
    margin: 30px 0 20px;
    color:var(--theme-color);
}
.page_about_panel3_list .item:hover{
    transform: translateY(-15px);
}
.page_about_panel3_list .item:hover .item_img img{
    transform: rotateY(360deg);
}


/* page_service_list */


.page_service_list .item{
    background: #e5ebf1;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 50px;
    transition:all .5s;
}
.page_service_list .item:nth-child(2n){
    flex-direction: row-reverse;
}
.page_service_list .item .item_img{
    width: 50%;
}
.page_service_list .item .item_con{
    flex:1;
    min-width: 0;
    padding: 50px 80px;
    color:#333;
}
.page_service_list .item .item_con .con p{
    line-height: 1.65;
}
.page_service_list .item:hover{
    background: #0a1b2e;
}
.page_service_list .item:hover .item_con{
    color:#fff;
}


/* public_recommended_products */
 .public_recommended_products {
    padding:30px 0 50px;
}
.public_recommended_products_list .list {
    gap:13px;
    padding-top:10px;
}
.public_recommended_products_list .list .item {
    display: block;
    width: 25%;
    background: #fff;
    padding:30px 40px 50px;
    transition:all .4s;
    border-radius: 10px;
}
.public_recommended_products_list .list .item h4 {
    font-size:20px;
    font-family:'RobotoMedium';
    margin-top: 20px;
    text-align: center;
    transition:all .4s;
}
.public_recommended_products_list .list .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}
.public_recommended_products_list .list .item:hover h4 {
    color:var(--theme-color);
}
/* public_cases_swiper */
 .public_cases_swiper {
    padding-bottom: 100px;
    position: relative;
}
.public_cases_swiper .item {
    display: block;
}
.public_cases_swiper .item .item_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.public_cases_swiper .item .item_img .img img {
    width: 100%;
}
.public_cases_swiper .item .item_img .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:80px 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    color:#fff;
}
.public_cases_swiper .item .item_img .con h4 {
    font-size:24px;
    margin-bottom: 5px;
}
.public_cases_swiper .item .item_img .con p {
    font-family:'RobotoLight';
}
.public_cases_swiper .item .item_btn {
    justify-content: flex-end;
    margin-top: 32px;
}
.public_cases_swiper .item .item_btn .btn {
    width: 140px;
    height: 40px;
    background: #333;
    border-radius: 100px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
}
.public_cases_swiper .item .item_btn .btn:hover {
    background: var(--theme-color);
}
.public_cases_swiper .arrow {
    display: flex;
    position: absolute;
    right: 0;
    top:-90px;
    bottom: 100px;
}
.public_cases_swiper .swiper-button-next, .public_cases_swiper .swiper-button-prev {
    position: static;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:0;
    opacity: 1;
    color:var(--theme-color);
    margin-right:10px;
    transition:all .3s;
    background: #fff;
}
.public_cases_swiper .swiper-button-next:after, .public_cases_swiper .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.public_cases_swiper .swiper-button-next:hover, .public_cases_swiper .swiper-button-prev:hover {
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
/* product_detail */
 .jy_pin_wrap {
    padding:80px 0 0;
}
.pd_detail_hd {
    padding-top: 80px;
}
.pd_detail_hd .pics {
    width:46.875%;
    height: 500px;
}
.pd_detail_hd .pics .mySwiper2 {
    flex:1;
    min-width: 0;
    height:490px;
    margin:0;
    overflow: hidden;
    border-radius:5px;
    position: relative;
    margin-left: 40px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active {
    background: var(--theme-color);
}
.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 .mySwiper1_w {
    position: relative;
    padding:20px 0;
    width: 72px;
}
.pd_detail_hd .pics .mySwiper {
    overflow: hidden;
    height: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img {
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border:1px solid #fff;
    overflow: hidden;
    height:72px;
    width: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img {
    border:2px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
    z-index: 99;
    width:72px;
    height: 12px;
    border-radius:3px;
    opacity: 1;
    color:#333;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin:0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after {
    font-size:8px;
    font-weight: bold;
    transform: rotate(90deg);
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
    top: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next {
    top: auto;
    bottom: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover {
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_hd .infos {
    flex: 1;
    padding:10px 0 0 8%;
    min-width: 0;
}
.pd_detail_hd .infos h1 {
    font-size:40px;
    line-height: 1.2;
    color:#333;
    font-weight: normal;
    font-family:'PoppinsBold';
}
.pd_detail_hd .infos h5 {
    font-family:'PoppinsSemiBold';
    margin: 10px 0 0;
    color:#888;
}
.pd_detail_hd .infos .desc {
    color:#333;
    margin:20px 0 0;
    font-family:'PoppinsMedium';
    line-height: 1.8;
}
.pd_detail_hd .infos .desc span {
    padding-left: 5px;
    font-family:'HelveticaNeueBold';
}
.pd_detail_hd .infos .params {
    color:#333;
    margin-top: 40px;
    font-family:'PoppinsMedium';
}
.pd_detail_hd .infos .params p {
    line-height:1.6;
    margin-bottom: 12px;
    padding-left: 40px;
}
.pd_detail_hd .infos .params p:nth-child(1) {
    background: url("../images/params_ico1.png") no-repeat center left;
}
.pd_detail_hd .infos .params p:nth-child(2) {
    background: url("../images/params_ico2.png") no-repeat center left;
}
.pd_detail_hd .infos .params p:nth-child(3) {
    background: url("../images/params_ico3.png") no-repeat center left;
}
.pd_detail_hd .infos .params p:nth-child(4) {
    background: url("../images/params_ico4.png") no-repeat center left;
}
.pd_detail_hd .infos .btns {
    margin-top:60px;
}
.pd_detail_hd .infos .btns .btn {
    align-items: center;
    text-transform: capitalize;
    margin-right:20px;
    font-family:'RobotoBold';
    line-height: 1;
    display: flex;
    background: var(--theme-color);
    color:#fff;
    height: 45px;
    padding:0 30px;
    border-radius:5px;
    cursor: pointer;
}
.pd_detail_hd .infos .btns .btn i {
    font-size:20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
}
.pd_detail_hd .infos .btns .btn.btn2 {
    background:#333;
}
.pd_detail_hd .infos .btns .btn:hover {
    opacity: .8;
}
.pd_detail_intro {
    background: #fff;
    padding-bottom: 80px;
}
.pd_detail_intro_tit {
    padding:25px 0;
    background:#f5f5f5;
    text-align: center;
    margin-top:80px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    z-index: 50;
}
.pd_detail_intro_tit .item {
    display: inline-block;
    margin: 0 30px;
    color:#888;
    font-family:'PoppinsMedium';
    cursor: pointer;
    line-height: 1.5;
}
.pd_detail_intro_tit .item:after {
    content:'';
    display: block;
    background: #333;
    height: 2px;
    width:0;
}
.pd_detail_intro_tit .item.cur {
    color:#333;
}
.pd_detail_intro_tit .item.cur:after {
    width: 100%;
}
.pd_detail_intro1 {
    padding-top: 30px;
}
.pd_detail_intro1 .imgs {
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.pd_detail_intro1 .list {
    flex:1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap:20px;
    padding-right:40px;
}
.pd_detail_intro1 .list .item {
    background: #f5f5f5;
    padding: 15px 50px 15px 60px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pd_detail_intro1 .list .item .num {
    position: absolute;
    left: 3px;
    top:90%;
    z-index: 1;
    height: 100%;
    color:#fff;
    font-size:18px;
    font-family:'PoppinsMedium';
    transform: translateY(-50%);
}
.pd_detail_intro1 .list .item .num:after {
    content:'';
    display: block;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    position: absolute;
    left:-20px;
    top:-10px;
    border-radius: 50%;
    z-index: -1;
}
.pd_detail_intro1 .list .item .tit {
    font-size:26px;
    font-family:'PoppinsSemiBold';
    color:#333;
}
.pd_detail_intro3 .list {
    margin:-20px;
}
.pd_detail_intro3 .list .item_wrap {
    width: 33.333%;
    padding: 20px;
}
.pd_detail_intro3 .list .item {
    background: #f5f5f5;
    padding: 30px 45px;
    height: 100%;
    border-radius: 5px;
}
.pd_detail_intro3 .list .item .tit {
    font-size:18px;
    color:#333;
    font-family:'PoppinsSemiBold';
    padding-left: 14px;
    position: relative;
    margin-bottom: 10px;
}
.pd_detail_intro3 .list .item .tit:before {
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    background: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}
.pd_detail_intro3 .list .item .desc {
    line-height: 1.5;
    padding-left: 15px;
}
.pd_detail_intro4 .list {
    margin:0 100px;
    background: #f5f5f5;
    padding: 45px;
}
.pd_detail_intro4 .list .item .tit {
    font-size:18px;
    font-family:'PoppinsMedium';
    color:#333;
}
.pd_detail_intro4 .list .item .desc {
    padding-left: 20px;
    margin:10px 0 30px;
}
/* page_related_products */
 .page_related_products {
    padding-bottom: 80px;
}
.page_related_products .list {
    margin:-20px;
}
.page_related_products .list .item {
    padding: 20px;
    width: 33.333%;
}
.page_related_products .list .item .img {
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
    border-radius:10px;
    overflow: hidden;
}
.page_related_products .list .item .con {
    margin-top: 20px;
}
.page_related_products .list .item .con h4 {
    font-size:22px;
    font-family:'PoppinsSemiBold';
    color:#333;
    margin-bottom: 10px;
}
/* product_detail */
 .j_pd_detail {
    background: #e4e7ea;
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_support_download_list */
 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_support_faq */
 .page_support_faq {
    padding:70px 0 100px;
}
.page_support_faq_menu {
    justify-content: center;
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item {
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after, .page_support_faq_menu .item:hover:after {
    transform: scale(1);
}
.page_support_faq_list .list {
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child {
    display: block;
}
.page_support_faq_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit {
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4 {
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i {
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc {
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i {
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit {
    color:var(--theme-color);
}


/* page_news */

.page_latest_news_tit{
    color:#333;
}

.page_latest_news{
    position: relative;
    overflow: hidden;
}
.page_latest_news .item{
    border-radius:20px;
    overflow: hidden;
    background: #e5ebf1;
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding:50px 65px;
}

.page_latest_news .item_con .tit{
    line-height: 1.3;
    transition:all .4s;
    font-family: 'PoppinsSemiBold';
    color:#333;
}
.page_latest_news .item_con .time{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: var(--theme-color);
    border-radius: 8px;
    padding: 0 15px;
    color:#fff;
    margin: 30px 0 20px;
}
.page_latest_news .item_con .desc{
    color:#666;
}
.page_latest_news .item_con .more{
    background: #fff;
    border-radius: 100px;
    width: 145px;
    height: 45px;
    border-radius: 100px;
    color:var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}

.page_latest_news .item_con .more i{
    margin-left: 8px;
}
.page_latest_news .item_img{
    width: 50%;
}
.page_latest_news .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_latest_news .arrow{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.page_latest_news .arrow .swiper-button-prev,.page_latest_news .arrow .swiper-button-next{
    position: initial;
    width: 40px;
    height: 40px;
    background:#fff;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    transition: all .5s;
    margin-left:20px;
}
.page_latest_news .arrow .swiper-button-prev:after,.page_latest_news .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.page_latest_news .arrow .swiper-button-prev:hover,.page_latest_news .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_latest_news .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_latest_news .item:hover .item_con .more{
    background: var(--theme-color);
    color:#fff;
}

/* page_menu_public */

.page_menu_public .input_list{
    position: relative;
}
.page_menu_public .name{
    font-family: 'PoppinsSemiBold';
    color:#333;
    margin-right: 10px;
}
.page_menu_public .input{
    width: 220px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 0 10px 0 20px;
    align-items: center;
    cursor: pointer;
}
.page_menu_public .input.cur{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_menu_public .list{
    display: none;
    width: 220px;
    position: absolute;
    right: 0;
    top: 45px;
    background: #fff;
    z-index: 30;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px 10px 10px 20px;
}
.page_menu_public .item{
    margin-bottom: 6px;
    font-size: 14px;
}

.page_menu_public .item a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_menu_public .item.all a,.page_menu_public .item.cur a{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.page_news_tit .menu{
    display: flex;
    align-items: center;
}
.page_news_tit .menu a{
    font-size:18px;
    display: block;
    font-family: 'MontserratLight';
    margin-left: 100px;
    position: relative;
}

.page_news_tit .menu a:after{
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-17px;
    transition:all .3s;
}
.page_news_tit .menu a.cur,.page_news_tit .menu a:hover{
    color:var(--theme-color);
}
.page_news_tit .menu a:hover:after,.page_news_tit .menu a.cur:after{
    width: 100%;
}

.page_news_list .list{
    margin:-10px;
}
.page_news_list .item{
    width:25%;
    display: block;
    padding: 10px;
}
.page_news_list .item a{
    border: 1px solid #e5ebf1;
    padding: 15px;
    border-radius: 10px;
    display: block;
    transition:all .5s;
}
.page_news_list .item .item_img{
    border-radius:10px;
    overflow: hidden;
    position: relative;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_img .time{
    height: 28px;
    background: var(--theme-color);
    color:#fff;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.page_news_list .item .item_con{
    background: #fff;
    padding:20px 10px;
    border-radius: 0 0 10px 10px;
    transition:all .5s;
}
.page_news_list .item .item_con .tit{
    font-family: 'PoppinsSemiBold';
    height: 50px;
    line-height: 1.4;
    transition:all .5s;
    color:#333;
}
.page_news_list .item .item_con .desc{
    margin:12px 0 25px;
    line-height: 1.5;    
}

.page_news_list .item .item_con .btn{
    color:#333;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.page_news_list .item .item_con .btn i{
    display: block;
    transition:all .5s;
}
.page_news_list .item a:hover{
    border-color: var(--theme-color);
}

.page_news_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn i{
    transform: rotate(-45deg);
}

.no_banner_pos{
    padding:120px 0 0;
}

/* page_news_detail */
 .page_news_detail {
}
.page_news_detail_hd {
    flex:1;
    min-width: 0;
    padding-right: 65px;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 40px;
    font-family:'PoppinsSemiBold';
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}
.page_news_detail_hd h1 {
    font-size:40px;
    font-family:'PoppinsSemiBold';
    line-height: 1.2;
    font-weight: normal;
    color:#333;
}
.page_news_detail_hd .info {
    margin-top:40px;
    font-size:14px;
    color:#888;
}
.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 .info .follow_list span {
    margin-right: 8px;
}
.page_news_detail_hd .info .follow_list a svg {
    fill: #333;
}
.page_news_detail_hd .info .follow_list a.icon_pinterest svg {
    fill:#e60023;
}
.page_news_detail_hd .info .follow_list a.icon_instagram svg {
    fill: linear-gradient(to top right, #fdbd50, #e63d7f, #68428e);
}
.page_news_detail_hd .info .follow_list a.icon_google svg {
    fill: #db4437;
}
.page_news_detail_hd .info .follow_list a.icon_facebook svg {
    fill: #4267b2;
}
.page_news_detail_hd .info .follow_list a.icon_instagram1 svg, .follow_list a.icon_instagram svg {
    fill: linear-gradient(to top right, #fdbd50, #e63d7f, #68428e);
}
.page_news_detail_hd .info .follow_list a.icon_linkedin svg {
    fill: #0e76a8;
}
.page_news_detail_hd .info .follow_list a.icon_twitter svg {
    fill: #1da1f2;
}
.page_news_detail_hd .info .follow_list a.icon_youtube svg {
    fill: #ff0000;
}
.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
    font-size:18px;
}
.page_news_detail_bd {
    width: 330px;
}
.page_news_detail_bd .j_tit {
    font-size:22px;
    color:#333;
    margin-bottom: 10px;
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item {
    background: #f5f7f5;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.page_news_detail_bd .list .item .item_con {
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time {
}
.page_news_detail_bd .list .item .item_con .tit {
    font-family:'PoppinsSemiBold';
    color:#333;
    margin:5px 0 10px;
    line-height: 1.4;
}
.page_news_detail_bd .list .item .item_con .btn {
    font-size:14px;
    color:#333;
    font-family:'PoppinsMedium';
    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(--theme-color);
}

/* page_certificates */
 .page_certificates {
    padding-top: 80px;
}
.page_certificates_tit {
    padding: 30px 0 50px;
}
.page_certificates_tit .tit {
    font-size:50px;
    font-family:'PoppinsSemiBold';
    color:#333;
    text-align: center;
    margin-bottom:20px;
}
.page_certificates_tit .con {
    font-size:18px;
}
.page_certificates_list {
    margin:-20px;
    padding-bottom:100px;
}
.page_certificates_list .item {
    padding:20px;
    width: 25%;
    cursor: pointer;
}
.page_certificates_list .item .img {
    border:1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.page_certificates_list .item .img img {
    width: 100%;
}
.page_certificates_list .item:hover .img {
    border-color:var(--theme-color);
}
.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.modelTostChile {
    /*width:550px;*/
    width: 800px;
    height: 86vh;
    background-color: #fff;
    position: absolute;
    top: 7vh;
    left: 50%;
    transform: translate(-50%, 0);
    overflow: hidden;
}
.modelTostChile .swiper-wrapper {
    align-items: center;
}
@media screen and (max-width: 992px) {
    .modelTostChile {
        width: 90%;
    }
}
.modelTostChile p {
    font-size:18px;
    padding: 3%;
    font-family:'PoppinsSemiBold';
    height: 90px;
}
.modelTostChile .swiper-horizontal {
    height: calc(100% - 90px);
}
.modelClose {
    float: right;
    cursor: pointer;
    font-size:36px;
    line-height: 1;
}
.modelTostChile .swiper-slide {
    text-align: center;
    align-items: center;
    display: flex;
    padding:0 20px;
}
.modelTostChile .swiper-slide img {
    height: 100%;
    text-align: center;
    margin:auto;
    padding-bottom: 3%;
    object-fit: contain;
}
.modelTostChile .swiper-button-next, .modelTostChile .swiper-button-prev {
    color:#fff;
    width: 50px;
    height: 50px;
    border-radius:3px;
    background:#999;
    transition: all .5s;
}
.modelTostChile .swiper-button-next:after, .modelTostChile .swiper-button-prev:after {
    font-size:24px;
}
.modelTostChile .swiper-button-next:hover, .modelTostChile .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_contact */

.page_contact {
}
.page_contact .j_tit {
    color:#333;
}
.page_contact_message{
    width: 50%;
    background: #e5ebf1;
    padding: 40px;
    border-radius: 20px;
}
.page_contact_con{
    flex:1;
    min-width: 0;
    padding-left: 8%;
}
.page_contact_con .list{
    padding-top: 30px;
}
.page_contact_con .item{
    margin-bottom: 60px;
    color:#333;
}
.page_contact_con .item .tit{
    display: flex;
    align-items: center;
}
.page_contact_con .item .tit img{
    width: 60px;
}
.page_contact_con .item .tit h4{
    margin-left: 15px;
    font-size: 24px;
    font-family: 'PoppinsSemiBold';
}
.page_contact_con .item .desc p{
    position: relative;
    padding-left: 15px;
    margin-top: 10px;
}
.page_contact_con .item .desc p:before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}


/* page_solution */
 .page_solution_list {
    
}
.page_solution_list .item{
    background: #fff;
}
.page_solution_list .item .item_img{
    width: calc(50% + 290px);
}
.page_solution_list .item .item_con{
    flex:1;
    min-width: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right:5%;
}
.page_solution_list .item .item_con:before{
    content: '';
    position: absolute;
    left: -289px;
    top: 0;
    display: block;
    width: 290px;
    height: 100%;
    background: #fff;
    clip-path: polygon(100% 100%, 100% 0, 0 0);
    z-index: 1;
}
.page_solution_list .item .item_con .tit{
    color:#333;
    transition:all .5s;
}
.page_solution_list .item .item_con .tit:before{
    content:'';
    width: 100px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin-bottom: 35px;
}
.page_solution_list .item .item_con .desc{
    margin: 30px 0 50px;
}
.page_solution_list .item .item_con .more{
    width: 210px;
    height: 45px;
    border: 1px solid var(--theme-color);
    transition:all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--theme-color);
    border-radius: 100px;
    overflow: hidden;
}
.page_solution_list .item .item_con .more i{
    font-size: 14px;
    margin-left: 8px;
    transition:all .5s;
}
.page_solution_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_solution_list .item:hover .item_con .more{
    background: var(--theme-color);
    color:#fff;
}
.page_solution_list .item:hover .item_con .more i{
    transform: rotate(-45deg);
}

.page_solution_list .item:nth-child(2n){
    flex-direction:row-reverse;
}
.page_solution_list .item:nth-child(2n) .item_con{
    padding: 0 0 0 5%;
    background: #0a1b2e;
    color:#fff;
}
.page_solution_list .item:nth-child(2n) .item_con:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 290px;
    left: 100%;
    height: 100%;
    background: #0a1b2e;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.page_solution_list .item:nth-child(2n) .item_con .tit{
    color:#fff;
}
.page_solution_list .item:nth-child(2n) .item_con .tit:before{
    background: #fff;
}
.page_solution_list .item:nth-child(2n) .item_con .more{
    border-color: #fff;
    color:#fff;
}
.page_solution_list .item:nth-child(2n):hover .item_con .more{
    border-color: var(--theme-color);
}

/* page_solution_detail */

.page_solution_detail_banner{
    position: relative;
    margin-top: 90px;
}
.page_solution_detail_banner .pos{
    left: 6%;
    font-size: 14px;
    position: absolute;
    top: 15px;
    color:#fff;
    z-index: 5;
}
.page_solution_detail_banner .pos span{
    margin-right: 6px;
}
.page_solution_detail_banner .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    height: 100%;
    padding: 40px 0 40px 6%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,.5);
}
.page_solution_detail_banner .info:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width:50%;
    left: 100%;
    height: 100%;
    background:rgba(0,0,0,.5);
    clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.page_solution_detail_banner .info .desc{
    margin: 30px 0 50px;
}
.page_solution_detail_banner .info .btns .btn{
    width: 165px;
    height: 45px;
    background: var(--theme-color);
    color:#fff;
    display: flex;
    justify-content: center;
    padding: 0 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    transition:all .5s;
    border: 1px solid var(--theme-color);
}
.page_solution_detail_banner .info .btns .btn.btn1{
    margin-left: 25px;
    background: #fff;
    color:var(--theme-color);
    border-color: #fff;
}
.page_solution_detail_banner .info .btns .btn i{
    font-size: 14px;
}
.page_solution_detail_banner .info .btns .btn:hover{
    background: transparent;
    color:#fff;
    border-color: #fff;
}

/* page_case_list */

.page_case_list_w{
    background: url("../images/bg1.jpg") no-repeat center;
    background-size: cover;
}
.page_case_list_w .j_tit{
    color:#333;
    padding-bottom: 30px;
}
.page_case_list{
    overflow: hidden;
}
.page_case_list .item{
    display: block;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
}
.page_case_list .item .item_con{
    padding: 25px 40px 30px;
}
.page_case_list .item .item_con .tit{
    color:#333;
    font-family: 'PoppinsSemiBold';
}
.page_case_list .item .item_con .desc{
    margin: 10px 0 20px;
}
.page_case_list .item .item_con .text_right{
    display: flex;
    justify-content: flex-end;
}
.page_case_list .item .item_con .btn{
    color:#333;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.page_case_list .item .item_con .btn i{
    display: block;
    transition:all .5s;
}
.page_case_list .item:hover{
    border-color: var(--theme-color);
}

.page_case_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_case_list .item:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.page_case_list .item:hover .item_con .btn i{
    transform: rotate(-45deg);
}

/* page_case_messgae_w */

.page_case_messgae_w{
    background: url("../images/bg2.jpg") no-repeat center;
    background-size: cover;
}
.page_case_messgae{
    width: 1200px;
    margin: auto;
}

.page_case_messgae_con{
    flex:1;
    min-width: 0;
    padding-right: 5%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_case_messgae_con h4{
    font-family: 'PoppinsSemiBold';
    margin-bottom: 30px;
}
.page_case_messgae_form{
    width: 480px;
    background: #0a1b2e;
    padding: 40px;
    color:#fff;
}
.page_case_messgae_form .footer_message .form input{
    height: 45px;
    padding: 10px 20px;
}
.page_case_messgae_form .footer_message .form button{
    width:200px;
    height: 45px;
}

/* page_paygo */
 .page_paygo .panel1 .content {
    font-size:18px;
    color:#333;
}
.page_paygo .panel2 {
    padding:0 7%;
}
.page_paygo .panel2 .list .item .img {
    display: flex;
    justify-content: center;
}
.page_paygo .panel2 .list .item .con {
    border-bottom: 1px solid #bbb;
    padding:50px 0;
    margin-left: 60px;
    flex:1;
    min-width: 0;
}
.page_paygo .panel2 .list .item .con h4 {
    font-size:28px;
    font-family:'PoppinsSemiBold';
    color:#333;
    margin-bottom:10px;
}
.page_paygo .panel2 .list .item .con p {
    font-size:18px;
}
.page_paygo .panel3 {
    padding: 80px 7% 0;
}
.page_paygo .panel3 table {
    width: 100%;
}
.page_paygo .panel3 table tr {
    height: 60px!important;
    background: #f5f7f5;
}
.page_paygo .panel3 table tr:nth-child(2n) {
    background: #fff;
}
.page_paygo .panel3 table tr td {
    padding:0 30px;
}
.page_paygo .panel3 table tr td:first-child {
    width: 25%;
}
.page_paygo .panel3 table tr:first-child td {
    color:#fff;
    font-family:'PoppinsMedium';
}
.page_paygo .panel4 .list {
    padding:20px 0 80px;
}
.page_paygo .panel4 .list .item_wrap {
    padding: 0 20px;
}
.page_paygo .panel4 .list .item {
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding:0 10px 40px;
}
.page_paygo .panel4 .list .item .con {
    font-size:18px;
    color:#333;
    padding-top:30px;
    height: 116px;
}
/* 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;
}