@charset "utf-8";


.mb_banner{
    margin-top: 50px;
    position: relative;
}
.header{
    height:96px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: #fff;
    transition:all .4s;
    padding: 0 110px;
}

.header_wrap{
    height:96px;
    position: relative;
    z-index: 100;
}

.header .logo{
    flex:1;
}
.header .logo img{
    max-height: 71px;
}
.header .logo .img2{
    display: none;
}
.nav_info .nav{
    padding-right: 30px;
}
.nav .nav_li{
    padding: 0 30px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:96px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    white-space: nowrap;
    z-index: 1;
    font-size: 18px;
    font-family: 'MontserratRegular';
}
.nav .nav_li .nav1 a:after{
    content:'';
    display: block;
    content:'';
    width:100%;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index:-2;
    transform: scale(0);
}
.nav .nav_li .nav1 a:after{
    height: 3px;
    z-index: -1;
    background: var(--theme-color);
}

.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:var(--theme-color);
}
.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_wrap{
    display: none;
    position: absolute;
    top:96px;
    background:#fff;
    left:0;
    width:300px;
    z-index: -1;
    padding:30px;
}
.nav .nav_li .nav2_wrap h4{
    font-size: 18px;
    font-family: 'MontserratRegular';
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.nav .nav_li .nav2_wrap p{
    height:35px;
}
.nav .nav_li .nav2_wrap p a{
    font-size:14px;
    display: block;
    padding:0 10px 0 0;
    text-transform: capitalize;
    color:#666;
    flex:1;
    min-width: 0;
}
.nav .nav_li .nav2_wrap p i{
    font-size: 12px;
}
.nav .nav_li .nav2_wrap p:hover,.nav .nav_li .nav2_wrap p:hover a{
    color:var(--theme-color);
}
.nav .nav_li.nav_li1{
    position: static;
}
.nav .nav_li .nav2_wrap.nav2_product_wrap{
    padding: 0;
    width: 280px;
}

.nav2_product_wrap_con{
    padding: 20px 0;
}
.nav2_product_wrap_con .hd_item{
    position: relative;
    z-index: 1;
    transition:all .4s;
}

.nav2_product_wrap_con .hd_item .img{
    margin-right: 10px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    overflow: hidden;
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav2_product_wrap_con .hd_item .hd_tit{
    padding: 5px 40px;
}

.nav2_product_wrap_con .hd a.cur .j_tit{
    color:var(--theme-color);
}
.nav2_product_wrap_con .hd_con{
    position: absolute;
    left:100%;
    top: 15px;
    padding:20px 30px;
    width: 200px;
    display: none;
    border-left: 1px solid #ddd;
    background: #fff;
}
.nav2_product_wrap_con .hd_con a{
    display: block;
    margin-bottom: 10px;
}
.nav2_product_wrap_con .hd_con a:last-child{
    margin-bottom: 0;
}
.nav2_product_wrap_con .hd_item:last-child .hd_con{
    top: auto;
    bottom: -20px;
}
.nav2_product_wrap_con .hd_item:hover .hd_con{
    display: block;
}

/*.nav2_product_wrap_con a:hover:after{*/
/*    width: 100%;*/
/*}*/


.nav2_product_wrap_con a:hover .j_img{
    background: #fff;
}
.nav2_product_wrap_con a:hover .j_tit{
    color:var(--theme-color);
}
.nav a{
    color:#333;
}
.nav a:hover{
    color:var(--theme-color);
}

.nav_info .lang_box .lang img{
    margin-right: 6px;
    width: 15px;
    height: 15px;
}
.nav_info .lang_box .lang span{
    padding-right: 4px;
}
.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-right: 20px;
}
.nav_info .lang_box .lang{
    display: flex;
    align-items: center;
    height: 28px;
    cursor: pointer;
    transition:all 0s;
    font-size:14px;
}
.nav_info .lang_box .dlang{
    position: absolute;
    left: 0;
    top: 26px;
    width: 220px;
    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;
}

.nav_info .search{
    margin-right: 30px;
}
.nav_info .search form{
    position: relative;
}
.nav_info .search input{
    height:40px;
    border-radius: 100px;
    border: 1px solid #ccc;
    outline: none;
    width:200px;
    padding: 0 60px 0 20px;
}
.nav_info .search button{
    position: absolute;
    right:10px;
    top: 2px;
    outline: none;
    border: none;
    cursor: pointer;
    background: none;
}
.nav_info .search button i{
    font-size: 20px;
}
.nav_info .search input:focus{
    border: 1px solid var(--theme-color);
}

.header.header_on{
    background:rgba(255,255,255,.9);
    backdrop-filter: saturate(180%) blur(6px);
}



/* banner */
.banner{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.banner video{
    width: 100%;
}
.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;
    flex-flow: wrap;
    width: 50%;
}
.banner .item .item_con .tit{
    font-size:54px;
    font-family: 'MontserratSemiBold';
    line-height:1.2;
    color:#fff;
}
.banner .item .item_con .tit span{
    color:var(--theme-color);
    display: block;
    line-height: 1;
}
.banner .item .item_con .desc{
    font-size:18px;
    margin: 20px 0 100px;
    color:#fff;
}

.banner .swiper-pagination{
    bottom:50px;
    text-align: left;
    left:8%;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:26px;
    height:4px;
    border-radius:0;
    background:rgba(255,255,255,.5);
    margin:0 6px;
    opacity: 1;
    position: relative;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#fff;
    width: 30px;
}

.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 .banner-towrap{
    position: absolute;
    bottom: 42px;
    left: 50%;
    z-index: 2;
    margin-left: -24px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.banner .banner-towrap p{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.banner .banner-to{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    display: block;
    border: 2px solid #fff;
    background-color: transparent;
    z-index: 9;
    margin: auto; 
    color: #fff;
    position: relative;
    height: 30px; 
    width: 20px; 
    text-align: center;
    border-radius: 10px; 
}
.banner .banner-towrap span{ 
    text-transform: capitalize; 
    color:#fff;
    margin-top: 6px;
    font-size: 14px;
}
.banner .banner-to i{ 
    animation: downico 1.5s ease-out infinite;
    position: absolute; 
    width: 2px; 
    height:8px;
    background:#fff;
    margin-left: -1px;
}
@keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}
@-webkit-keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}
.banner .banner-towrap:hover .banner-to i{
    animation:none;
}


.pub_btn1{
    height: 44px;
    background: var(--theme-color);
    line-height:44px;
    display: inline-block;
    padding:0 26px;
    border-radius:100px;
    color:#fff;
    transition:all .5s;
}
.pub_btn1 i{
    font-size:13px;
    margin-left: -5px;
    opacity: 0;
    transition:all .5s;
}
.pub_btn1:hover{
    opacity: .9;
    box-shadow: 0 5px 20px 0 rgb(193 31 42 / 35%);
}
.pub_btn1:hover i{
    opacity: 1;
    margin-left:10px;
}




/* tit_box1 */

.tit_box1{
    padding:90px 0 30px;
}
.tit_box1_center{
    text-align: center;
}
.tit_box1_fff .tit h4{
    color:#fff;
}
.tit_box1 .tit h4{
    font-size:48px;
    line-height:1;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom:20px;
    font-weight: bold;
}
.tit_box1 .tit p{
    font-size: 16px;
    color:#666;
}
.tit_box1_menu{
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
    margin-bottom:30px;
}
.tit_box1_menu.tit_box1 .tit{
    flex:1;
}
.tit_box1_menu.tit_box1 .tit h4{
    margin-bottom: 0;
}
.tit_box1_menu.tit_box1 .menu .item{
    margin-left: 120px;
    position: relative;
    height: 60px;
    line-height: 1.3;
    transition:all .4s;
}
.tit_box1_menu.tit_box1 .menu .item:after{
    height: 3px;
    width: 0;
    content:'';
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -21px;
    transition:all .4s;
}
.tit_box1_menu.tit_box1 .menu .item:hover{
    color:var(--theme-color);
}
.tit_box1_menu.tit_box1 .menu .item:hover:after{
    width: 100%;
}

.tit_box2{
    text-align: center;
    padding:80px 0 40px;
}
.tit_box2 .tit h4{
    line-height: 1.1;
    font-size:40px;
    font-weight: bold;
    text-transform: uppercase;
}
.tit_box2 .tit p{
    font-size:16px;
    margin-top:10px;
    color:#666;
}

.bg1{
    background:#f8f8f8;
}
.bg2{
    background:var(--theme-color);
}
.bg3{
    background: #f5f5f5;
}

.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}


/* product_wrap */


.product_wrap{
    background:url("../images/product_bg.png") no-repeat left center;
}
.product_info_hd{
    width: 40%;
}
.product_info_hd .list{
    overflow: hidden;
}
.product_info_hd .list .item{
    margin-bottom: 20px;
}
.product_info_hd .list .item .ico{
    width: 5px;
    height: 5px;
    background: #c4c4c4;
    border-radius: 100px;
    margin-right: 20px;
    position: relative;
    margin-left: 6px;
    transition:all .4s;
}
.product_info_hd .list .item .ico:before{
    border-radius: 100px;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    content:'';
    left:-30px;
    top:-6px;
    border:1px solid var(--theme-color);
    transition:all .4s;
}
.product_info_hd .list .item.cur .ico{
    background: var(--theme-color);
}
.product_info_hd .list .item.cur .ico:before{
    border-color: var(--theme-color);
    width: 15px;
    height: 15px;
    left: -6px;
}
.product_info_hd .list .item.cur .tit{
    color:var(--theme-color);
}
.product_info_hd .pub_btn1{
    margin-top:70px;
}

.product_list{
    flex:1;
    min-width: 0;
    padding-left: 6%;
    padding-top:80px;
}
.product_list .item{
    display: none;
}
.product_list .item:first-child{
    display: block;
}
.product_list .item .item_img{
    background: #f5f5f5;
    border-radius: 30px;
    overflow: hidden;
}
.product_list .item .item_img img{
    width: 100%;
}
.product_list .item .item_con{
    padding: 20px 0 0;
}
.product_list .item .item_con .tit{
    font-family: 'MontserratRegular';
    transition:all .4s;
}
.product_list .item .item_con .desc{
    margin-top: 10px;
}

.product_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* about */

.about_wrap{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 100px 0;
}

#about_video_iframe{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
#about_video_iframe .close{
    position: absolute;
    top: -34px;
    right: -40px;
    color: #fff;
    cursor: pointer;
}
#about_video_iframe .close i{
    font-size:36px;
}
#about_video_iframe .close:hover{
    color:var(--theme-color);
}

.about_con{
    width: 45%;
}
.about_con .desc{
    color:#fff;
}
.about_con .tit_box1 .tit h4{
    margin-bottom: 0;
}
.about_con .btns{
    margin-top: 80px;
}
.about_con .btns .more_style1{
    width: 280px;
    margin-right: 60px;
}
.about_con .btns .btn{
    cursor: pointer;
}
.about_con .btns .btn i{
    color:#ff0015;
    font-size: 50px;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-right: 10px;
}
.about_con .btns .btn i:after{
    content:'';
    background: #fff;
    position: absolute;
    width: 37px;
    height: 20px;
    z-index: -1;
    left: 6px;
    top: 13px;
}
.about_con .btns .btn span{
    color:#fff;
    text-transform: uppercase;
}
.about_con .btns .btn:hover span{
    text-decoration: underline;
}

.about_list{
    flex:1;
    min-width: 0;
    padding-left:15%;
    padding-top: 140px; 
}

.about_list .item{
    position: relative;
    z-index: 1;
    height: 85px;
    transition:all .4s;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.about_list .item:after{
    content:'';
    width:0;
    height: 100%;
    position: absolute;
    background: var(--theme-color);
    left: 0;
    top: 0;
    z-index: -1;
    transition: all .4s;
    border-radius: 10px;
}
.about_list .item img{
    width: 35px;
    height: 35px;
}
.about_list .item h4{
    flex:1;
    color:#fff;
    padding-left:35px;
    text-transform: uppercase;
}
.about_list .item i{
    color:#fff;
}
.about_list .item:hover{
    padding: 0 20px;
    border-bottom:transparent;
}
.about_list .item:hover:after{
    width: 100%;
    
}

/* application_con */

.application_wrap{
    background: url("../images/app_bg.png") no-repeat right bottom;
}
.application_con{
    position: relative;
    overflow: hidden;
}
.application_con .item .item_img{
    width: 60%;
    border-radius: 30px;
    overflow: hidden;
}
.application_con .item .item_img img{
    width: 100%;
}
.application_con .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 90px;
}
.application_con .item .item_con .tit{
    position: relative;
    z-index: 1;
    transition:all .4s;
    font-weight: bold;
}
.application_con .item .item_con .tit:after{
    content:'';
    width: 78px;
    height: 78px;
    background: #ffeeed;
    position: absolute;
    display: block;
    left: -30px;
    top: -10px;
    z-index: -1;
    border-radius: 50%;
}
.application_con .item .item_con .desc{
    margin:20px 0 80px;
}
.application_con .item:hover .item_con .tit{
    color:var(--theme-color);
}

.application_con_wrap{
    position: relative;
}
.application_con_wrap .operate{
    position: absolute;
    right: 0;
    top: -60px;
    width: 300px;
}
.application_con_wrap .swiper-pagination-progressbar{
    position: inherit;
    width: calc(100% - 150px);
    margin: 0 0 0 75px;
    background: #e3e3e3;
}
.application_con_wrap .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--theme-color);
}
.application_con_wrap .swiper-button-next,.application_con_wrap .swiper-button-prev{
    position: inherit;
    border: 1px solid #c4c4c4;
    height: 48px;
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    color:#333;
    transition:all .4s;
}
.application_con_wrap .swiper-button-next:after,.application_con_wrap .swiper-button-prev:after{
    font-size: 16px;
}
.application_con_wrap .swiper-button-next:hover,.application_con_wrap .swiper-button-prev:hover{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}


/* news */

.news_list{
    margin:0 -33px;
}
.news_list .item{
    width:25%;
    padding:15px 33px 0 33px;
    display: block;
}
.news_list .item .time{
    color:#666;
    margin-bottom: 15px;
}
.news_list .item .img{
    border-radius: 20px;
    overflow: hidden;
}
.news_list .item .img img{
    width: 100%;
}
.news_list .item .tit{
    line-height: 1.4;
    margin-top: 15px;
    font-family:'MontserratRegular';
    transition:all .4s;
}
.news_list .item .icon{
    width: 40px;
    height: 40px;
    border: 1px solid #acacac;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    transition:all .4s;
}
.news_list .item .icon i{
    color:#797979;
    font-size: 14px;
}
.news_list .item:hover .tit{
    color:var(--theme-color);
}
.news_list .item:hover .icon{
    border-color: var(--theme-color);
    background: var(--theme-color);
}
.news_list .item:hover .icon i{
    color:#fff;
}


/* message_con */

.message_con{
    background: url("../images/msg_bg.jpg") no-repeat center;
    border-radius: 30px;
    background-size: cover;
    padding: 70px;
}
.message_con_hd{
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.message_con_hd .tit{
    text-transform: uppercase;
    line-height: 1;
    color:var(--theme-color);
    font-weight: bold;
}
.message_con_hd .desc{
    margin: 20px 0 50px;
}
.message_con_hd .share-img .follow_list{
    height: 68px;
    background: rgba(246,246,246,.5);
    padding:0 30px;
    border-radius: 100px;
}
.message_con_hd .share-img .follow_list h4{
    font-family: 'MontserratRegular';
    margin-right: 15px;
}
.message_con_hd .share-img .follow_list a{
    width: 30px;
    height: 30px;
}
.message_con_hd .share-img .follow_list a svg{
    width: 18px;
    height: 18px;
}
.message_con_hd .share-img .img{
    margin-left: 30px;
}


.public_message{
    width:45%;
}
.public_message .j_tit{
    margin-bottom: 10px;
    font-weight: bold;
}
.public_message .form .input_box{
    margin:0 -10px 20px;
}
.public_message .form .input{
    padding:0 10px;
    flex:1;
    position: relative;
}
.public_message .form .input .icon{
    position: absolute;
    right: 26px;
    top: 6px;
}
.public_message .form .input .icon i{
    font-size: 22px;
    color:#999;
}
.public_message .form input::placeholder,.public_message .form textarea::placeholder{
    color:#999;
    font-family: 'Arial';
}
.public_message .form input,.public_message .form textarea{
    border-radius: 200px;
    height: 54px;
    outline: none;
    border: none;
    font-size:14px;
    padding:15px 55px 15px 25px;
    width: 100%;
    line-height: 24px;
    background: #fff;
    border-radius: 10px;
}
.public_message .form textarea{
    height: 100px;
}

.public_message .form button{
    border:none;
    outline: none;
    width:100%;
    height: 54px;
    border-radius:10px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    transition:all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_message .form .button a{
    background: #333;
    margin-left: 20px;
}
.public_message .form .button a:hover{
    text-decoration: none;
}
.public_message .form button:hover,.public_message .form .button a:hover{
    opacity: .8;
}


/* footer */

.footer{
    background: #212121;
    color:#ddd;
}
.footer_con{
    padding: 70px 0;
}
.footer_con_hd{
    width: 35%;
    padding-right: 5%;
}
.footer_con_hd .txt{
    margin: 20px 0 50px;
}
.footer_con_hd .share .follow_list{
    margin-top:10px;
}
.footer_con_bd{
    flex:1;
    min-width: 0;
}
.footer_con_bd .item:first-child{
    flex:0.6;
}
.footer_con_bd .item{
    margin-left: 40px;
    flex:1;
}
.footer_con_bd .item h4{
    font-family: 'MontserratRegular';
    text-transform: uppercase;
    padding-bottom: 6px;
}
.footer_con_bd .item:last-child h4{
    padding-bottom: 0;
}
.footer_con_bd .item a{
    color:#b9b9b9;
    margin-top: 15px;
    display: block;
}
.footer_con_bd .item:nth-child(2) a{
    padding-left: 12px;
    position: relative;
}
.footer_con_bd .item:nth-child(2) a:after{
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background:#ddd;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:10px;
}
.footer_con_bd .item .c_item{
    display: flex;
    align-items: center;
    margin-top:30px;
}
.footer_con_bd .item .c_item a{
    margin-top: 0;
}
.footer_con_bd .item .c_item .ico{
    width: 44px;
    border: 1px solid #ddd;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer_con_bd .item .c_item .ico i{
    font-size: 20px;
}
.footer_con_bd .item .c_item p{
    flex:1;
    min-width:0;
    padding-left: 10px;
}

.footer_copyright{
    justify-content: space-between;
    height: 90px;
    border-top: 1px solid rgba(255,255,255,.2);
}
.footer_con a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover{
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    margin-top:80px;
    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 .info{
    width: 50%;
}
.page_banner_con .tit{
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
}
.page_banner_con .subtit{
    margin-top:20px;
}
.page_banner_con .pos{
    margin-top: 10px;
    font-family: 'RobotoLight';
}
.page_banner_con .pos a{
    padding: 0 3px;
}


.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);
}


.pt80b100{
    padding-top: 80px;
    padding-bottom: 100px;
}

.inner_pos{
    text-transform: uppercase;
}
.inner_pos a{
    color:#fff;
    padding: 0 10px;
}
.inner_pos a:first-child{
    padding-left: 0;
}
.inner_pos a:hover{
    color:var(--theme-color);
}



/* page_product_list */

/* page_product_menu */

.page_product_menu{
    justify-content: center;
    padding-bottom:60px;
    position: relative;
}
.page_product_menu .item{
    background: #fff;
    margin: 0 10px;
    border: 1px solid #ddd;
    border-radius: 100px;
}
.page_product_menu .item .item_hd{
    position: relative;
    padding: 8px 30px;
}
.page_product_menu .item .item_hd .con{
    flex:1;
    min-width: 0;
}
.page_product_menu .item .item_hd .con h4{
    font-size:16px;
    text-align: center;
}
.page_product_menu .item .item_hd .con p{
    font-family: 'Arial';
}

.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{
    background: var(--theme-color);
    border-color: 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 15px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #999;
    border-radius: 100px;
    margin: 0 10px;
    flex: none;
    font-size: 14px;
    transition:all .5s;
    color:#666;
}
.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{
    padding-top: 30px;
}

.page_product_list .list{
    margin:-17px;
}
.page_product_list .item{
    display: block;
    padding:17px;
    width: 33.333%;
}

.page_product_list .item .item_img{
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    border: 1px solid #ddd;
}
.page_product_list .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_product_list .item .item_con{
    text-align: center;
    padding: 15px 0;
}
.page_product_list .item .item_con .tit{
    text-align: center;
    transition:all .4s;
    line-height: 1.2;
}
.page_product_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* product_detail */

.j_pd_detail{
    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);
}

/* pd_detail_application */

.j_pd_detail_application .list{
    margin:-13px;
    padding-bottom: 105px;
}
.j_pd_detail_application .list a{
    display: block;
    width: 33.333%;
    padding:13px;
}
.j_pd_detail_application .list .item{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.j_pd_detail_application .list .item .img img{
    width: 100%;
}
.j_pd_detail_application .list .item .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:50px;
}
.j_pd_detail_application .item .con h4{
    font-size:30px;
    font-family:'RobotoMedium';
    color:#fff;
    line-height: 1.2;
    position: relative;
    padding-top: 20px;
}
.j_pd_detail_application .item .con h4:before{
    content:'';
    width: 30px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
}
.j_pd_detail_application .item:hover .img img{
    opacity:0.7;
}


.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);
}

/* pd_detail_application */

.j_pd_detail_application .list{
    margin:-13px;
    padding-bottom: 105px;
}
.j_pd_detail_application .list a{
    display: block;
    width: 33.333%;
    padding:13px;
}
.j_pd_detail_application .list .item{
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.j_pd_detail_application .list .item .img img{
    width: 100%;
}
.j_pd_detail_application .list .item .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:50px;
}
.j_pd_detail_application .item .con h4{
    font-size:30px;
    font-family:'RobotoMedium';
    color:#fff;
    line-height: 1.2;
    position: relative;
    padding-top: 20px;
}
.j_pd_detail_application .item .con h4:before{
    content:'';
    width: 30px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
}
.j_pd_detail_application .item:hover .img img{
    opacity:0.7;
}




/* page_ecology_index */

.page_ecology_index .list{
    margin:0 -20px;
}
.page_ecology_index .list .item{
    padding:0 20px;
}
.page_ecology_index .list .item .img img{
    border-radius: 10px;
}
.page_ecology_index .list .item .tit{
    font-size:20px;
    text-align: center;
    margin-top: 20px;
}

/* page_ecology_index_swiper */

.page_ecology_index_swiper{
    padding: 40px 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    display: none;
}
.page_ecology_index_swiper_Wrap .page_ecology_index_swiper:first-child{
    display: block;
}
.page_ecology_index_swiper .item{
    display: block;
    padding: 30px 60px;
    background: #fff;
    border:1px solid #fff;
}
.page_ecology_index_swiper .item .img{
    display: flex;
    justify-content: center;
}
.page_ecology_index_swiper .item .tit{
    text-align: center;
    margin-top:20px;
}
.page_ecology_index_swiper .swiper-button-next,.page_ecology_index_swiper .swiper-button-prev{
    background:var(--theme-color);
    width: 30px;
    height: 50px;
    color:#fff;
    opacity: .5;
}
.page_ecology_index_swiper .swiper-button-next:after,.page_ecology_index_swiper .swiper-button-prev:after{
    font-size:18px;
}
.page_ecology_index_swiper .swiper-button-prev{
    left: 0;
    border-radius: 0 10px 10px 0;
}
.page_ecology_index_swiper .swiper-button-next{
    right: 0;
    border-radius: 10px 0 0 10px;
}
.page_ecology_index_swiper .swiper-button-next:hover,.page_ecology_index_swiper .swiper-button-prev:hover{
    opacity: 1;
}
.page_ecology_index_swiper .item:hover{
    border-color: var(--theme-color);
}
.page_ecology_index_swiper .item:hover .tit{
    color:var(--theme-color);
}

/* page_ecology_index_partners */

.page_ecology_index_partners .list{
    margin:-25px;
    padding-bottom: 120px;
}
.page_ecology_index_partners .list .item_wrap{
    width: 20%;
    padding:25px;
}
.page_ecology_index_partners .list .item{
    background:#fff;
    padding:10px;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    border-radius: 10px;
}
.page_ecology_index_partners .list .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 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{
    
}
.page_about_panel1{
    background: url("../images/page_about1_bg.png") no-repeat center;
}
.page_about_panel1 .tit_box2{
    padding-bottom:0;
}

/* page_about_panel2_wrap */

.page_about_panel2_wrap{
    background: #f5f5f5;
    height: 570px;
    position: relative;
}
.page_about_panel2_img{
    width: 45%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.page_about_panel2_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
}
.page_about_panel2_con{
    height: 100%;
}
.page_about_panel2_con .con_box{
    width: 50%;
    padding: 60px 0;
}
.page_about_panel2_con .con_box .tit{
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}
.page_about_panel2_con .con_box .tit1{
    margin-top:50px;
    font-family: 'MontserratRegular';
    margin-bottom: 30px;
}
.page_about_panel2_con .con_box .list{
    margin:-20px -40px;
}
.page_about_panel2_con .con_box .list .item{
    width: 50%;
    padding:20px 40px;
}
.page_about_panel2_con .con_box .list .item .num{
    color:#ddd;
    font-family: 'MontserratSemiBold';
    line-height:0.7;
}
.page_about_panel2_con .con_box .list .item h4{
    padding-left: 15px;
    border-left: 1px solid #d9d9d9;
    margin-left: 15px;
    line-height: 1.2;
}


/* page_about_panel3 */

.page_about_panel3_hd{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.page_about_panel3_hd .tit{
    line-height: 1.2;
    font-weight: bold;
}
.page_about_panel3_hd .con{
    margin-top: 70px;
    height: 200px;
    padding-right: 20px;
    overflow-y: scroll;
}
.page_about_panel3_hd .con p{
    line-height: 1.8;
}
.page_about_panel3_bd{
    width: 38%;
}
.page_about_panel3_bd .img{
    margin-top:30px;
    border-radius: 20px;
    overflow: hidden;
}
.page_about_panel3_bd .img img{
    width: 100%;
}


/* page_about_panel4 */

.page_about_panel4_tit{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px;
    text-align: center;
}
.page_about_panel4_list .list{
    margin: -10px;
}
.page_about_panel4_list .list .item_w{
    padding: 10px;
}
.page_about_panel4_list .list .item{
    background: #fff;
    padding:30px;
    border-radius: 20px;
    height: 100%;
    transition:all .4s;
}

.page_about_panel4_list .list .item .tit{
    margin:20px 0;
    line-height: 1.4;
    font-weight: bold;
}
.page_about_panel4_list .list .item .desc{
    color:#666;
    transition:all .4s;
}
.page_about_panel4_list .list .item:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_about_panel4_list .list .item:hover .desc{
    color:#fff;
}
.page_about_panel4_list .list .item:hover .img img{
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(286deg) brightness(106%) contrast(101%);
}


/* page_about_panel5 */

.page_about_panel5{
    padding-top: 50px;
}
.page_about_panel5_img{
    width: 61.875%;
    position: relative;
}
.page_about_panel5_img .marks{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.page_about_panel5_img .marks .mark1{
    position: absolute;
    right: 8%;
    top: 54%;
    display: flex;
}
.page_about_panel5_img .marks .mark1 .txt{
    margin-left: 10px;
    line-height: 1.3;
}
.page_about_panel5_img .marks .mark1 .icon{
    position: relative;
}
.page_about_panel5_img .marks .mark1 .icon i{
    font-size: 24px;
    color:var(--theme-color);
}
.page_about_panel5_img .marks .mark1 .icon:before{
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: block;
    content:'';
    position: absolute;
    left: 7px;
    bottom: 5px;
    background:var(--theme-color);
    opacity: .14;
}
.page_about_panel5_img .marks .mark1 .icon:after{
    position: absolute;
    left: 4px;
    bottom:2px;
    background: var(--theme-color);
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
}
@keyframes living{
	0%{transform: scale(1); opacity: 0.3;}
	50%{transform: scale(2);opacity: 0;}
	100%{transform: scale(1);opacity: 0.3;}
}
.page_about_panel5_img .marks .mark .dot{
    width:8px;
    height:8px;
    border-radius: 100%;
    display: block;
    content:'';
    position: absolute;
    left: 7px;
    bottom: 5px;
    background:var(--theme-color);
}
.page_about_panel5_img .marks .mark .dot:after{
    position: absolute;
    left: -4px;
    bottom: -3px;
    background: var(--theme-color);
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
}
.page_about_panel5_img .marks .mark2{
    position: absolute;
    left: 81%;
    top: 83%;
}
.page_about_panel5_img .marks .mark3{
    position: absolute;
    left: 50%;
    top: 47%;
}
.page_about_panel5_img .marks .mark4{
    position: absolute;
    left: 57%;
    top: 60%;
}
.page_about_panel5_img .marks .mark5{
    position: absolute;
    left: 74%;
    top: 38%;
}
.page_about_panel5_img .marks .mark6{
    position: absolute;
    left: 16%;
    top: 50%;
}
.page_about_panel5_img .marks .mark7{
    position: absolute;
    left: 30%;
    top: 78%;
}

.page_about_panel5_con{
    flex:1;
    min-width: 0;
    padding-left: 5%;
}
.page_about_panel5_con .tit{
    text-transform: uppercase;
    font-weight: bold;
}
.page_about_panel5_con .con{
    margin: 20px 0 40px;
    color:#666;
}
.page_about_panel5_con .more_style1{
    width: 250px;
}


/* page_history */

.page_history{
    background: url("../images/history_bg.png") no-repeat center top;
}
.page_history_hd{
    width: 1300px;
    margin: auto;
    overflow: hidden;
}
.page_history_hd .item .item_img{
    width: 37%;
    border-radius: 20px;
    overflow: hidden;
}
.page_history_hd .item .item_img img{
    width: 100%;
}
.page_history_hd .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 4%;
    position: relative;
    z-index: 1;
}
.page_history_hd .item .item_con .tit{
    font-size: 200px;
    color:#edf2f4;
    font-family: 'MontserratSemiBold';
    line-height:0.8;
    position: absolute;
    z-index: -1;
}
.page_history_hd .item .item_con .subtit_desc{
    padding:80px 0 0 80px;
}
.page_history_hd .item .item_con .subtit_desc .subtit{
    font-family: 'MontserratSemiBold';
}
.page_history_hd .item .item_con .subtit_desc .desc{
    margin-top: 10px;
}
.page_history_bd{
    margin-top: 90px;
    position: relative;
}
.page_history_bd:after{
    width: 100%;
    height: 1px;
    background: #d7e2e7;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top:12px;
}
.page_history_bd_con{
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.page_history_bd_con .item{
    position: relative;
    text-align: center;
    padding-top:30px;
    cursor: pointer;
}
.page_history_bd_con .item span{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d6d6d6;
    position: absolute;
    top:10px;
    z-index: 1;
}
.page_history_bd_con .swiper-slide-thumb-active .item span{
    background: var(--theme-color);
}
.page_history_bd_con .swiper-slide-thumb-active .item span:after{
    width: 21px;
    height: 21px;
    display: block;
    content:'';
    z-index: -1;
    position: absolute;
    left: -9px;
    top: -9px;
    border:1px solid var(--theme-color);
    border-radius: 50%;
}
.page_history_bd_con .swiper-slide-thumb-active .item h4{
    color:var(--theme-color);
}
.page_history_bd_con .item:hover{
    color:var(--theme-color);
}
.page_history_bd .swiper-button-next,.page_history_bd .swiper-button-prev{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    color:#fff;
    top: 8px;
    cursor: pointer;
    transition:all .4s;
}
.page_history_bd .swiper-button-prev{
    left:5%;
}
.page_history_bd .swiper-button-next{
    right:5%;
}
.page_history_bd .swiper-button-next:after,.page_history_bd .swiper-button-prev:after{
    font-size: 20px;
}
.page_history_bd .swiper-button-next:hover,.page_history_bd .swiper-button-prev:hover{
    background: var(--theme-color);
}

/* 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);
}

/* page_application_list */

.page_application_list .list{
    margin: -24px;
}
.page_application_list .list .item{
    padding: 24px;
    width: 33.333%;
}
.page_application_list .list .item .item_img{
    border-radius: 20px;
    overflow: hidden;
}
.page_application_list .list .item .item_img img{
    width: 100%;
}
.page_application_list .list .item .item_con{
    padding: 30px 0 0;
}
.page_application_list .list .item .item_con .tit{
    transition:all .4s;
    font-weight: bold;
}
.page_application_list .list .item .item_con .desc{
    margin: 10px 0 30px;
    color:#666;
}
.page_application_list .list .item .item_con .more{
    width: 150px;
    height: 44px;
    border: 1px solid #d5d5d5;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    transition:all .4s;
}
.page_application_list .list .item .item_con .more i{
    font-size: 12px;
    margin-left: 5px;
}

.page_application_list .list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_application_list .list .item:hover .item_con .more{
    color:#fff;
    border-color: var(--theme-color);
    background: var(--theme-color);
}


/* page_application_show_hd */

.page_application_show_hd{
    width: 350px;
}
.page_application_show_hd .j_tit{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    line-height: 1;
    font-weight: bold;
}
.page_application_show_hd .menubar{
    margin-top: 13px;
    padding-right: 15px;
    border-right: 1px solid #e5e5e5;
}
.page_application_show_hd .menu{
    padding-top: 16px;
}
.page_application_show_hd .menu a{
    height: 48px;
    margin-bottom: 10px;
    border:1px solid transparent;
    border-radius:8px;
    transition:all .4s;
}
.page_application_show_hd .menu a.cur{
    background: var(--theme-color);
    color:#fff;
    border:1px solid var(--theme-color);
    padding: 0 10px;
}
.page_application_show_hd .menu a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
    padding: 0 10px;
}
.page_application_show_hd .menu a h4{
    flex:1;
}
.page_application_show_hd .menu a i{
    font-size: 12px;
}
.page_application_show_hd .j_desc{
    margin: 30px 0 20px;
}
.page_application_show_hd .share_tit{
    font-family: 'MontserratRegular';
    margin-bottom: 10px;
}
.page_application_show_bd{
    flex:1;
    min-width: 0;
    padding-left: 90px;
}
.page_application_show_bd .j_tit{
    line-height: 1;
    margin-top:-10px;
    border-bottom: 3px solid #ededed;
    padding-bottom:20px; 
    position: relative;
    font-weight: bold;
}
.page_application_show_bd .j_tit:after{
    content:'';
    display: block;
    width: 210px;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -3px;
}
.page_application_show_bd .desc{
    padding: 40px 0;
}
.page_application_show_bd .chat{
    border-top: 2px solid #ededed;
    padding-top:55px;
}
.page_application_show_bd .chat .logo_txt{
    flex:1;
}
.page_application_show_bd .chat .txt{
    width: 370px;
    border-left: 1px solid #dadada;
    padding-left: 30px;
    margin-left: 30px;
}
.page_application_show_bd .chat .btn{
    width: 266px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
    color:#fff;
    border-radius: 8px;
}
.page_application_show_bd .chat .btn i{
    font-size: 18px;
    margin-right: 10px;
}
.page_application_show_bd .chat .btn:hover{
    opacity: .8;
}


.page_application_show_recommend_product .j_tit{ 
    text-align: center;
    padding: 60px 0 30px;
    text-transform: uppercase;
    font-weight: bold;
}


/* product_detail */


.jy_pin_wrap{
    padding:80px 0 0;
}
.pd_detail_hd{
    padding-top: 50px;
}
.pd_detail_hd .pics{
    width:46.875%;
    height: 480px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 30px;
}
.pd_detail_hd .pics .mySwiper2{
    margin:0;
    overflow: hidden;
    border-radius:5px;
    position: relative;
    width: 100%;
}
.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%;
}
.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{
    line-height: 1.2;
    font-weight: bold;
    border-bottom: 3px solid #e8e8e8;
    padding-bottom: 20px;
}
.pd_detail_hd .infos .desc{
    margin:30px 0 0;
    line-height: 1.8;
}

.pd_detail_hd .infos .desc p{
    padding-left: 14px;
    margin-bottom: 10px;
    position: relative;
}
.pd_detail_hd .infos .desc p:before{
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background: #c9c9c9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}


.pd_detail_hd .infos .btns{
    margin-top:60px;
}
.pd_detail_hd .infos .btns .btn{
    align-items: center;
    text-transform: uppercase;
    margin-right:20px;
    line-height: 1;
    display: flex;
    height: 55px;
    padding:0 30px;
    cursor: pointer;
    border-radius: 100px;
    border:1px solid #717171;
    transition:all .4s;
}
.pd_detail_hd .infos .btns .btn i{
    font-size:20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
    margin-left: 10px;
}

.pd_detail_hd .infos .btns .btn:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.pd_detail_hd .infos .share{
    margin-top: 30px;
}
.pd_detail_hd .infos .share .follow_list h4 span{
    color:var(--theme-color);
    margin-right: 20px;
}

.pd_detail_intro_hd{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.pd_detail_intro_hd .hd{
    margin-bottom: 40px;
}
.pd_detail_intro_hd .hd .item{
    width: 160px;
    height: 60px;
    border-radius: 10px;
    border:1px solid #c8c8c8;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
    cursor: pointer;
    transition:all .4s;
}
.pd_detail_intro_hd .hd .item:hover{
    color:var(--theme-color);
    border-color: var(--theme-color);
}
.pd_detail_intro_hd .hd .item.cur{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.pd_detail_intro_hd .bd{
    padding-bottom: 30px;
}
.pd_detail_intro_hd .bd .item{
    display: none;
    
}
.pd_detail_intro_hd .bd .item:first-child{
    display: block;
}
.pd_detail_intro_hd .bd .item table{
    margin: 15px 0;
    width: 100%;
}
.pd_detail_intro_hd .bd .item table tr td{
    padding: 5px 15px;
    white-space: nowrap;
    border: 1px solid #000;
}
.pd_detail_intro_hd .bd .item table tr:nth-child(2n-1) td{
    background: #E9E4E2!important;
}
.pd_detail_intro_hd_faq{
    padding-bottom: 30px;
}
.pd_detail_intro_hd_faq .faq_item{
    
}
.pd_detail_intro_hd_faq .faq_item .tit{
    border-bottom: 1px solid #e1e1e1;
    padding: 26px 0;
    cursor: pointer;
}
.pd_detail_intro_hd_faq .faq_item .tit h4{
    font-family: 'MontserratRegular';
    flex:1;
    padding-right: 20px;
}
.pd_detail_intro_hd_faq .faq_item .tit i{
    transition:all .4s;
}
.pd_detail_intro_hd_faq .faq_item .tit.cur,.pd_detail_intro_hd_faq .faq_item .tit:hover{
    color:var(--theme-color);
}
.pd_detail_intro_hd_faq .faq_item .tit.cur i{
    transform: rotate(180deg);
}
.pd_detail_intro_hd_faq .faq_item .desc{
    display: none;
    padding-top: 20px;
}


.pd_detail_intro_bd{
    width: 400px;
}
.pd_detail_intro_bd .j_tit{
    padding-left: 20px;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
}
.pd_detail_intro_bd .j_tit:after{
    width: 5px;
    height: 22px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: var(--theme-color);
    content:'';
}
.pd_detail_intro_bd .list .item{
    margin-bottom:30px;
    display: block;
}
.pd_detail_intro_bd .list .item .img{
    background: #f6f6f6;
    border-radius: 20px;
    overflow: hidden;
}
.pd_detail_intro_bd .list .item .con{
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}
.pd_detail_intro_bd .list .item:last-child .con{
    border-bottom: none;
}




/* 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;
}

/* public_message */

.public_message_con{
    margin-top: 70px;
    padding:70px;
    border-radius: 20px;
}
.public_message_con .cover{
    width: 40%;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
}
.public_message_con .cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public_message_con .page_contact2_form .input_box .input input,.public_message_con .page_contact2_form textarea{
    border:1px solid #eee;
}


.page_contact2_form{
    flex:1;
    min-width: 0;
    padding:0 0 0 60px;
}
.page_contact2_form .tit h4{
    font-weight: bold;
    text-transform: uppercase;
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    margin:0 -8px 15px;
}
.page_contact2_form .input_box .input{
    flex:1;
    padding:0 8px;
}
.page_contact2_form .input_box .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #fff;
    height: 54px;
    padding:10px 20px;
    line-height: 34px;
    border-radius: 5px;
}
.page_contact2_form .input_box .input input::placeholder,.page_contact2_form textarea::placeholder{
    font-family: 'Arial';
}
.page_contact2_form textarea{
    height: 120px;
}
.page_contact2_form .form p{
    font-size:14px;
    padding:10px 0;
    color:#999;
    font-family: 'MontserratLight';
}
.page_contact2_form .form .button{
    display: flex;
    justify-content: flex-end;
}
.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;
    border-radius:5px;
}
.page_contact2_form .form .button button i{
    font-size:22px;
    margin-left: 10px;
}
.page_contact2_form .form .button button:hover{
    opacity: .8;
}


/* 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_news{
    
}
.page_news_tit .j_tit{
    width: 45%;
}
.page_news_tit .j_tit h4{
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.page_menu_public{
    flex:1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}
.page_menu_public .item{
    margin-right: 20px;
}
.page_menu_public .item a{
    display: block;
    height:40px;
    line-height: 38px;
    border:1px solid #bdbdbd;
    padding: 0 20px;
    border-radius: 100px;
}
.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_latest_news{
    padding:50px 0 80px;
}
.page_latest_news .item{
    
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding-left: 80px;
    padding-top: 30px;
}
.page_latest_news .item_con .columnname{
    font-size:14px;
    color:#333;
}
.page_latest_news .item_con .tit{
    line-height: 1.3;
    margin:0 0 10px;
    transition:all .4s;
    font-weight: bold;
}
.page_latest_news .item_con .time{
    color:var(--theme-color);
}

.page_latest_news .item_con .desc{
    line-height: 1.8;
    margin:20px 0 70px;
}
.page_latest_news .item_img{
    border-radius:30px;
    width: 44%;
    overflow: hidden;
}
.page_latest_news .item_img img{
    width: 100%;
    height: 100%;
}
.page_latest_news .item_con .pub_btn1{
    height: 45px;
    line-height: 45px;
}

.page_news_list .list{
    margin:-25px;
}
.page_news_list .item{
    padding: 25px;
    width: 33.333%;
}
.page_news_list .item .item_img{
    border-radius: 20px;
    overflow: hidden;
}
.page_news_list .item .item_con{
    padding: 20px 0;
}
.page_news_list .item .item_con .tit{
    transition:all .4s;
}
.page_news_list .item .item_con .btn_time{
    padding-top: 30px;
    justify-content: space-between;
}
.page_news_list .item .item_con .btn_time .ico{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #bbb;
    transition:all .4s;
}
.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item:hover .item_con .btn_time .ico{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}

.no_banner_pos{
    padding:120px 0 0;
}
.no_banner_pos a{
    color:#333;
}
.no_banner_pos a:last-child{
    color:var(--theme-color);
}


/* page_news_detail */



.page_news_detail{
    padding:65px 0 0;
}

.page_news_detail_hd{
    flex:1;
    min-width: 0;
    padding-left: 100px;
}
.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{
    line-height: 1.2;
    color:#333;
}
.page_news_detail_hd .info{
    margin-top:40px;
    font-size:14px;
    color:#888;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding: 20px 0;
}
.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 .tags{
    flex:1;
}
.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 h4{
    margin-right: 15px;
}
.page_news_detail_hd .content{
    padding:35px 0;
    min-height: 20vh;
    font-size:16px;
}


.page_news_detail_bd{
    width: 330px;
}

.page_news_detail_bd .list .item{
    background: #f5f7f5;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.page_news_detail_bd .list .item .item_con{
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time{
    color:var(--theme-color);
}
.page_news_detail_bd .list .item .item_con .tit{
    margin:5px 0 10px;
    font-family: 'MontserratRegular';
}
.page_news_detail_bd .list .item .item_con .btn{
    font-size:14px;
    color:#333;
    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_certificates */


.page_certificates .tit_box2 .tit p{
    font-size: 18px;
}

.page_certificates_list{
    margin:-20px;
}
.page_certificates_list .item{
    padding:20px;
    width:20%;
    cursor: pointer;
}
.page_certificates_list .item .img{
    padding:20px;
    border-radius: 10px;
    background: #fff;
}
.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_hd{
    background: url("../images/map2.png") no-repeat left top;
}
.page_contact_hd .con_box{
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_contact_hd .con_box .list .item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.page_contact_hd .con_box .list .item .ico{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border:1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact_hd .con_box .list .item .con{
    padding-left: 15px;
    flex:1;
    min-width: 0;
}
.page_contact_hd .con_box .list .item .con h4{
    font-size:20px;
    font-family: 'MontserratSemiBold';
}
.page_contact_hd .con_box .list .item .con p{
    line-height: 1.5;
}
.page_contact_hd .con_box .list .item .con a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.page_contact_hd .con_box .follow_list span{
    margin-right: 20px;
    text-transform: uppercase;
    font-style: italic;
}
.page_contact_hd .con_map{
    width: 64%;
    border-radius: 30px;
    overflow: hidden;
}

.page_contact_bd{
    border-radius: 30px;
    overflow: hidden;
}
.page_contact_bd .con_box{
    background: url("../images/contact_message_bg.png") no-repeat;
    width: 450px;
    height: 600px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}
.page_contact_bd .con_box .tit{
    text-transform: uppercase;
    font-family: 'MontserratSemiBold';
    line-height: 1;
}
.page_contact_bd .con_box .desc{
    margin: 20px 0 30px;
}
.page_contact_bd .con_box .list .item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.page_contact_bd .con_box .list .item i{
    width: 14px;
    height: 14px;
    background: var(--theme-color);
    border-radius: 50%;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
}
.page_contact_bd .con_box .list .item i:after{
    content:'';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -4px;
    opacity: .3;
    background: var(--theme-color);
}

.page_contact_bd .public_message{
    flex:1;
    min-width: 0;
    padding: 50px 100px;
    background: #f3f3f3;
}
.page_contact_bd .public_message .txt i{
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #231815;
    margin-right: 10px;
}
.page_contact_bd .public_message .button{
    margin-top: 30px;
}

/* page_solution */

.page_solution_list{
    padding: 0 7%;
    width: 100%;
}
.page_solution_list .item{
    display: flex;
    position:relative;
    margin-bottom: 88px;
}
.page_solution_list .item:last-child{
    margin-bottom: 0;
}
.page_solution_list .item .item_img{
    width: 60%;
    border-radius: 0 20px 0 0;
}
.page_solution_list .item .item_con{
    position: absolute;
    background: #f5f7f5;
    width: 50%;
    right: 0;
    bottom: 0;
    height: 80%;
    border-radius:20px 0 0 0;
    padding: 80px;
}
.page_solution_list .item .item_con .tit{
    font-size:36px;
    font-family: 'PoppinsSemiBold';
    color:#333;
    line-height: 1.2;
}
.page_solution_list .item .item_con .desc{
    margin:30px 0 50px;
}
.page_solution_list .item .item_con .pub_btn1{
    height: 45px;
    line-height: 45px;
    font-size:14px;
}
.page_solution_list .item:nth-child(2n){
    flex-direction:row-reverse;
}
.page_solution_list .item:nth-child(2n) .item_img{
    border-radius: 20px 0 0 0;
}
.page_solution_list .item:nth-child(2n) .item_con{
    left: 0;
    right: auto;
    border-radius: 0 20px 0 0;
}


/* page_solution_detail */

.page_solution_detail .content{
    font-size:18px;
    color:#333;
}


/* return */

.return_page{
    position: relative;
    border-top: 2px solid #e5e5e5;
}
.return_page dl{
    justify-content: space-between;
    padding-top:40px;
    position: relative;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#717171;
    line-height: 1.2;
}
.return_page dt a{
    display: block;
}
.return_page .p1{
    padding-bottom: 6px;
}
.return_page .p1 span{
    display: inline-block;
    line-height: 1;
}
.return_page .next .p1 span{
    transform: rotate(180deg);
    margin-left: 4px;
}
.return_page .prev .p1 span{
    margin-right: 4px;
}
.return_page dt a:hover{
    color:var(--theme-color);
}
.return_page .go_back{
    position: absolute;
    left: 50%;
    top:55px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     width: 110px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     border:1px solid #666;
     border-radius: 100px;
     font-size:16px;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:12px;
    margin-left: 3px;
}
.return_page .go_back a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.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;}





