@charset"utf-8";


.header {
    height: 125px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 9999;
    transition:all .4s;
}

.header_top{
    background: var(--theme-color);
    color:#fff;
    height: 35px;
    justify-content: space-between;
    font-size: 14px;
    padding: 0 60px;
}
.header_top .contact span{
    padding: 0 20px;
}
.header_top .contact a:hover{
    text-decoration: underline;
}
.header_top .share span{
    margin-right: 10px;
}
.header_top .share .follow_list a{
    background: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.header_top .share .follow_list a svg{
    fill:var(--theme-color);
    width: 14px;
    height: 14px;
}

.header_wrap {
    height:90px;
    justify-content: space-between;
}

.header .logo img {
    height:63px;
}
.header_wrap .contact_btn a{
    height: 45px;
    width: 145px;
    background: #111;
    border-radius:7px;
    justify-content: center;
    font-family: 'RalewaySemiBold';
    text-transform: uppercase;
    font-size: 18px;
    color:#fff;
    transition:all .4s;
}
.header_wrap .contact_btn a img{
    width: 9px;
    margin-left: 14px;
}
.header_wrap .contact_btn a:hover{
    background: var(--theme-color);
}
.header_wrap .search{
    margin-left: 40px;
    cursor: pointer;
    color:#fff;
}
.header_wrap .search i{
    font-size: 18px;
    
}
.header_wrap .search span{
    font-size: 14px;
    margin-left:8px;
}
.header_wrap .search:hover span{
    text-decoration: underline;
}

.nav .nav_li {
    margin:0 30px;
    position: relative;
}
.nav .nav_li:last-child {
    margin-right: 0;
}
.nav .nav_li .nav1 a {
    color:#222;
    display: block;
    line-height:81px;
    position: relative;
    transition:all 0s;
    font-size:18px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    font-family: 'RalewaySemiBold';
}
.nav .nav_li.cur .nav1 a,.nav .nav_li .nav1 a:hover{
    color:var(--theme-color);
}
.nav .nav_li .nav1 a i {
    margin-left: 5px;
}
.nav .nav_li .nav2 {
    list-style-type: none;
    position: absolute;
    top:81px;
    left: -80px;
    line-height: 40px;
    width: 275px;
    background: #111;
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2 a{
    display: flex;
    align-items: center;
    height: 52px;
    padding:0 15px;
    color:#fff;
    font-size: 14px;
    border-bottom: 1px dashed #888;
    line-height: 1.3;
}
.nav .nav_li .nav2 a:hover {
    background:var(--theme-color);
    color:#fff;
}

.header.header_on{
    background: #fff;
}
.header.header_on .header_wrap .search{
    color:#222;
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
    margin-top: 35px;
}
.banner .item_img img {
    width: 100%;
}
.banner .item .item_con_w {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20vh;
}
.banner .item .item_con .tit{
    color:#111;
}
.banner .item .item_con .tit span{
    line-height: 1.2;
    color:var(--theme-color);
}

.banner .swiper-pagination {
    z-index: 10;
    padding-left: 8%;
    display: flex;
    bottom:35vh;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 18px;
    background: #fff;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet:after{
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255,255,255,.5);
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    z-index: 1;
    left: -13px;
    top: -13px;
    opacity: 0;
    transition:all .4s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{
    opacity: 1;
}

/* tit_box1 */

.tit_box1 .tit h4 {
    font-style: italic;
    color:#222;
    text-transform: uppercase;
    position: relative;
    line-height: 0.8;
    z-index: 1;
}
.tit_box1 .tit h4:after{
    content:'';
    display: block;
    width: 320px;
    height: 12px;
    z-index: -1;
    background: var(--theme-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
}
.tit_box1_bgleft .tit{
    flex:1;
}
.tit_box1_bgleft .tit h4:after{
    left: 4px;
    transform: translateX(0);
}
.tit_box1_bgleft .more a{
    font-family: 'RalewaySemiBold';
    border: 1px solid #000;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    transition:all .5s;
}
.tit_box1_bgleft .more a img{
    margin-left: 18px;
    filter: brightness(0);
    transition:all .5s;
}
.tit_box1_bgleft .more a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}
.tit_box1_bgleft .more a:hover img{
    filter: brightness(100%);
}
.tit_box1_bgright{
    text-align: right;
}
.tit_box1_bgright .tit h4{
    color:#fff;
    line-height: 1;
}
.tit_box1.tit_box1_bgright .tit h4:after{
    left: auto;
    right: 0;
    bottom: auto;
    top: 50px;
    transform: translateX(0);
}


.tit_box1 .tit p {
    line-height: 1.4;
    margin-top: 10px;
}
.tit_box2 {
    
}
.tit_box2 .tit h4 {
    color:#111;
    line-height: 1.1;
    font-size:40px;
    font-family:'RalewayBold';
    text-transform: capitalize;
}
.tit_box2 .tit p {
    font-size:18px;
    margin-top:20px;
    font-family:'RalewayRegular';
}
.bg1 {
    background:#fff;
}
.bg2 {
    background:var(--theme-color);
}
.bg3 {
    background: #f5f5f5;
}
/* product_wrap */

.product_menu{
    margin:0 -3px;
}
.product_menu .item{
    flex:1;
    padding: 0 3px;
    transition:all .5s;
}
.product_menu .item a{
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.product_menu .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right , rgba(0,0,0,.5),rgba(0,0,0,.1));
    padding: 30px;
}
.product_menu .item .item_con .ico{
    text-align: right;
}
.product_menu .item .item_con .tit{
    writing-mode: vertical-rl;
    color:#fff;
    height: 40%;
    position: absolute;
    left:30px;
    bottom: 10%;
    line-height: 1.2;
}
.product_menu .item .item_con .tit:after{
    content:'';
    width: 1px;
    height: 40px;
    position: absolute;
    background: #fff;
    display: block;
    right: 13px;
    top: -50px;
}
.product_menu .item .item_con .btn{
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.product_menu .item .item_img{
    height: 600px;
}
.product_menu .item .item_img img{
    height: 100%;
    object-fit: cover;
}
.product_menu .item .item_show{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 50px 60px;
    z-index: 1;
    left: 0;
    top: 0;
    transition:all .5s;
    background:rgba(255,255,255,.3);
}
.product_menu .item .item_show .tit{
    color:#222;
    font-style: italic;
    line-height: 1.1;
}
.product_menu .item .item_show .tit span{
    line-height: 1.1;
    color:var(--theme-color);
}
.product_menu .item .item_show .btn{
    width: 40px;
    height: 40px;
    position: absolute;
    background: var(--theme-color);
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 60px;
    top: 32%;
    transition:all .5s;
}
.product_menu .item .item_show .btn:hover{
    background: #222;
}
.product_menu .item.cur{
    flex:2.5;
}
.product_menu .item.cur .item_show{
    display: block;
}
.product_menu .item.cur .item_con{
    opacity: 0;
}

/* txt_scroll */

.txt_scroll{
    overflow: hidden;    
}
.txt_scroll li{
    color:transparent;
    font-family: 'Pixeled';
    -webkit-text-stroke: 1px #d2dcef;
    text-transform: uppercase;
    display: flex;
}
.txt_scroll li span{
    margin: 0 60px;
    position: relative;
    padding-left: 35px;
}
.txt_scroll li span:after{
    content:'';
    background: url("../images/ico2.png") no-repeat;
    width: 94px;
    height: 4px;
    position: absolute;
    right:-100px;
    top: 43px;
}
.txt_scroll li span:before{
    display: block;
    content:'';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 37px;
    background: var(--theme-color);
}

/* product_list */

.product_list_wrap{
    background: url("../images/bg1.png") no-repeat right top 40px;
}
.product_list {
    overflow: hidden;
    position: relative;
}
.product_list .item{
    background: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 30px 35px;
    position: relative;
}
.product_list .item:after{
    content:'';
    width:0;
    height: 5px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.product_list .item .item_con{
    padding-top: 20px;
}

.product_list .item .item_con .tit{
    font-family: 'RalewaySemiBold';
    line-height: 1.4;
    height: 50px;
}
.product_list .item .item_con .ico_w{
    justify-content: flex-end;
}
.product_list .item .item_con .ico{
    border: 1px solid #111;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.product_list .item .item_con .ico img{
    filter: brightness(0);
    transition:all .5s;
}
.product_list .item:hover:after{
    width: 100%;
}
.product_list .item:hover .item_con .ico{
    border-color: var(--theme-color);
    background: var(--theme-color);
}
.product_list .item:hover .item_con .ico img{
    filter: brightness(100%);
}

.product_list .swiper-pagination{
    text-align: center;
    width: 100%;
    bottom: 0;
}
.product_list .swiper-pagination .swiper-pagination-bullet{
    margin: 0 5px;
    border: 1.5px solid #b7c3d7;
    background: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition:all .5s;
}
.product_list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.public_arrow {
    position: relative;
}
.public_arrow .swiper-button-prev:after, .public_arrow .swiper-button-next:after {
    display: none;
}
.public_arrow .swiper-button-prev {
    left: -50px;
}
.public_arrow .swiper-button-next {
    right: -50px;
}
.public_arrow .swiper-button-prev i, .public_arrow .swiper-button-next i {
    font-size:42px;
    font-weight: bold;
    display: block;
    color:#c5c5c5;
}
.public_arrow .swiper-button-prev i {
    transform: rotate(180deg);
}
.public_arrow .swiper-button-prev:hover i, .public_arrow .swiper-button-next:hover i {
    color:var(--theme-color);
}

/* advantage_wrap */

.advantage_wrap{
    padding:14% 0 130px;
    margin-top: -30px;
    max-height: 1155px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.advantage{
    width: 50%;
    margin-left: 50%;
}

.advantage_list{
    color:#fff;
    height: 400px;
    overflow: hidden;
}
.advantage_list .item .item_img{
    width: 90px;
    height: 90px;
    border-radius: 10px;
    border: 1px solid #fff;
    justify-content: center;
    margin-top: 20px;
}
.advantage_list .item .item_img img{
    transition:all 2s;
}
.advantage_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 10%;
}
.advantage_list .item .item_con .tit{
    font-family: 'RalewaySemiBold';
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.advantage_list .item .item_con .tit img{
    margin-right: 12px;
}
.advantage_list .item .item_con .desc{
    margin-top: 20px;
}
.advantage_list .item:hover .item_img img{
    transform: rotateY(360deg);
}

.advantage_arrow{
    position: relative;
}
.advantage_arrow .arrow{
    flex:1;
}
.advantage_arrow .swiper-button-prev,.advantage_arrow .swiper-button-next{
    position: static;
    transition:all .5s;
    margin-top: 0;
}
.advantage_arrow .swiper-button-next{
    transform: rotate(180deg);
    margin-left: 10px;
}
.advantage_arrow .swiper-button-prev:after,.advantage_arrow .swiper-button-next:after{
    display: none;
}
.advantage_arrow .swiper-button-prev:hover,.advantage_arrow .swiper-button-next:hover{
    filter: invert(17%) sepia(43%) saturate(7182%) hue-rotate(213deg) brightness(81%) contrast(103%);
}
.advantage_arrow .more a{
    height: 50px;
    padding: 0 15px;
    background: #000;
    border-radius: 5px;
    color:#fff;
    font-family: 'RalewaySemiBold';
    transition:all .5s;
}
.advantage_arrow .more a img{
    margin-left: 18px;
}
.advantage_arrow .more a:hover{
    background: var(--theme-color);
}


/* about */

.about_wrap{
    padding: 130px 0 260px;
    background-size: 100% 100%!important;
}
.about{
    color:#fff;
}
.about_con{
    flex:1;
    min-width: 0;
    padding-right: 10%;
}
.about_con .tit_box1 .tit h4{
    color:#fff;
}
.about_con .list{
    margin: -18px -50px;
}
.about_con .list .item{
    padding: 18px 50px;
    width: 33.333%;
}
.about_con .list .item .ico{
    width: 65px;
    height: 65px;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
}
.about_con .list .item .tit{
    flex:1;
    min-width: 0;
    padding-left: 20px;
    line-height: 1.4;
}
.about_con .more_box a{
    width: 240px;
    height: 50px;
    padding: 0 15px;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-right: 30px;
    transition:all .5s;
}
.about_con .more_box a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.about_data{
    width: 21.25%;
    flex-direction: column;
}
.about_data .item{
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 15px 0 40px;
}
.about_data .item .num{
    font-family: 'DINProMedium';
}
.about_data .item .num span{
    line-height: 1.3;
}
.about_data .item .num i{
    font-style: inherit;
    line-height: 1.3;
}
.about_data .item:first-child .num i{
    display: none;
}


/* news */

.news_list_left,.news_list_right_w{
    width:27.5%;
    flex-direction: column;
}
.news_list_left{
    gap: 30px;
}
.news_list_left .item{
    display: block;
    position: relative;
    height: 50%;
    overflow: hidden;
    border-radius: 10px;
    transition:all .5s;
}
.news_list_left .item:after{
    content:'';
    background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.2));
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition:all .5s;
}
.news_list_left .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 2;
    padding: 30px 40px;
}
.news_list_left .item .item_con .tit{
    font-family: 'RalewaySemiBold';
    line-height: 1.3;
}
.news_list_left .item .item_con .time{
    text-align: right;
    margin-top: 10px;
}
.news_list_left .item .item_con .btn{
    position: absolute;
    right:10px;
    bottom: 10px;
}
.news_list_left .item:hover:after{
    background:linear-gradient(to bottom,rgba(0,64,171,.8),rgba(0,64,171,.2));
}


.news_list_middle{
    flex:1;
    min-width: 0;
    padding: 0 30px;
}
.news_list_middle .item{
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    background: #ebf2ff;
    height: 100%;
}
.news_list_middle .item .item_img{
    position: relative;
}
.news_list_middle .item .item_img img{
    width: 100%;
}
.news_list_middle .item .item_img .time{
    position: absolute;
    background: var(--theme-color);
    height: 35px;
    line-height: 35px;
    padding: 0 14px;
    left: 0;
    bottom: 0;
    color:#fff;
}
.news_list_middle .item .item_con{
    padding: 40px 40px 50px;
    position: relative;
    flex:1;
    min-width: 0;
    transition:all .5s;
}
.news_list_middle .item .item_con .tit{
    font-family: 'RalewaySemiBold';
}
.news_list_middle .item .item_con .btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.news_list_middle .item .item_con .btn img{
    filter: brightness(0);
    width: 12px;
    transform: rotate(180deg);
}
.news_list_middle .item:hover .item_con{
    padding-top: 35px;
}
.news_list_middle .item:hover .item_con .tit{
    color:var(--theme-color);
}
.news_list_right_w{
    background: #ebf2ff;
    border-radius: 10px;
    padding: 20px;
}
.news_list_right{
    height: calc(100% - 45px);
}
.news_list_right .item{
    height: 33.333%;
    padding-bottom: 10px;
}
.news_list_right .item a{
    background: #fff;
    display: block;
    height: 100%;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    transition:all .5s;
}
.news_list_right .item .tit{
    font-family: 'RalewaySemiBold';
    line-height: 1.6;
}
.news_list_right .item .btn{
    width: 40px;
    height: 40px;
    justify-content: center;
    background: #111;
    border-radius:5px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    transition:all .5s;
}
.news_list_right .item a:hover{
    padding-top: 25px;
}
.news_list_right .item a:hover .btn{
    background: var(--theme-color);
}
.news_more{
    height: 45px;
    border-radius: 5px;
    background: #111;
    line-height: 45px;
    width: 100%;
    justify-content: center;
    font-family: 'RalewaySemiBold';
    color:#fff;
    transition:all .5s;
}
.news_more img{
    margin-left: 50px;
}
.news_more:hover{
    background: var(--theme-color);
}


/* j_contact */

.j_contact{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.j_contact .item_con{
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    padding:60px 0 50px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.j_contact .item_con .tit{
    font-style: italic;
    color:var(--theme-color);
    text-align: center;
}
.j_contact .item_con .desc{
    margin:20px 0 40px;
}
.j_contact .item_con .more{
    justify-content: center;
    width: 240px;
    height: 45px;
    transition:all .5s;
    background: #111;
    border-radius: 6px;
    color:#fff;
    font-family: 'RalewaySemiBold';
}
.j_contact .item_con .more img{
    margin-left: 18px;
}
.j_contact .item_con .more:hover{
    background: var(--theme-color);
}
.j_contact .item_img{
    background:#ebf2ff;
}



/* public_message */

.public_message{
    
}
.public_message .form .input_box{
    margin: -15px;
}
.public_message .form .input_box .input{
    padding: 15px;
    width: 50%;
}
.public_message .form .input_box .input input,.public_message .form .input_box .input textarea{
    border: none;
    outline: none;
    background: #ebf2ff;
    height: 60px;
    border-radius: 6px;
    width: 100%;
    padding: 15px;
    line-height: 30px;
    font-size: 16px;
}
.public_message .form .input_box .input.input_textarea{
    width: 100%;
    
}
.public_message .form .input_box .input.input_textarea textarea{
    height: 120px;
}
.public_message .form .input_box .input input::placeholder,.public_message .form .input_box .input textarea::placeholder{
    color:#111;
    font-size: 16px;
}
.public_message .form .button button{
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'RalewaySemiBold';
    color:#fff;
    text-transform: uppercase;
    background: #111;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 6px;
    margin:50px auto;
    cursor: pointer;
    transition:all .5s;
}
.public_message .form .button button img{
    margin-left: 10px;
}

.public_message .form .button button:hover{
    background: var(--theme-color);
}


/* footer */


.footer {
    background:url("../images/footer_bg2.jpg") no-repeat center top var(--theme-color);
    background-size: 100% auto;
    margin-top: -75px;
    padding-top: 260px;
    color:#fff;
}

.footer_con .logo{
    flex:1;
}
.footer_con .follow_list{
    width: 28%;
    align-items: flex-start;
    margin-top: 75px;
}
.footer_con .follow_list a svg{
    width: 30px;
    height: 30px;
}
.footer_con .menu{
    width: 25%;
}
.footer_con .menu a{
    display: block;
    font-family: 'RalewaySemiBold';
    margin-bottom: 6px;
}
.footer_con .menu a:first-child{
    display: none;
}
.footer_con .contact{
    width: 27.5%;
}
.footer_con .contact .item{
    display: flex;
    margin-bottom: 15px;
}
.footer_con .contact .item .ico{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_con .contact .item .ico i{
    font-size: 20px;
}
.footer_con .contact .item .con{
    flex:1;
    min-width: 0;
    padding-left: 12px;
}
.footer_con .contact .item .con h4{
    font-size: 18px;
    font-family: 'RalewaySemiBold';
}
.footer_con .contact .item .con p{
    line-height: 1.4;
}


.footer_copyright {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
}
.footer_copyright a {
    margin-left:30px;
}
.footer_con a:hover {
    text-decoration: underline;
}
.footer_copyright a:hover {
    text-decoration: underline;
}
/* page_banner */
 .page_banner {
    margin-top:120px;
    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: 100%;
    text-align: center;
}
.page_banner_con .tit {
    text-transform:capitalize;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    text-transform: uppercase;
}
.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 {
    padding: 12px 0;
    font-size:14px;
}
.inner_pos i{
    font-size: 16px;
    margin-right: 2px;
}
.inner_pos a {
    padding: 0 2px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:last-child {
    color:#333;
}
.inner_pos a:hover {
    color:var(--theme-color);
}

/* page_product_menu */



/* page_product_list */

.page_product_banner{
    position: relative;
}
.page_product_banner .j_con_w{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.page_product_banner .j_con_w:before{
    content:'';
    width: 80%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to left,rgba(0,0,0,1) 20%,transparent);
    z-index: -1;
}
.page_product_banner .j_con_w .w1400{
    height: 100%;
}
.page_product_banner .j_con{
    width: 50%;
    margin-left: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_product_banner .j_con .tit{
    font-family: 'RalewayBold';
    color:#fff;
    margin-top:10px;
}
.page_product_banner .j_con .tit:after{
    content:'';
    width: 85px;
    height: 2px;
    display: block;
    background: var(--theme-color);
    margin-top: 20px;
}


.page_product_list{
    margin:-20px;
}
.page_product_list .item{
    width: 33.333%;
    padding: 20px;
}
.page_product_list .item a{
    background: #fff;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 30px 35px;
    position: relative;
}
.page_product_list .item a:after{
    content: '';
    width: 0;
    height: 5px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s;
}
.page_product_list .item .item_img img {
    width: 100%;
}
.page_product_list .item .item_con {
    padding-top: 20px;
}
.page_product_list .item .item_con .tit{
    font-family: 'RalewaySemiBold';
    line-height: 1.4;
    height: 50px;
}
.page_product_list .item .item_con .ico_w{
    justify-content: flex-end;
}
.page_product_list .item .item_con .ico{
    border: 1px solid #111;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s;
}
.page_product_list .item .item_con .ico img{
    filter: brightness(0);
    transition: all .5s;
}
.page_product_list .item a:hover:after{
    width: 100%;
}
.page_product_list .item a:hover .item_con .ico{
    border-color: var(--theme-color);
    background: var(--theme-color);
}
.page_product_list .item a:hover .item_con .ico img{
    filter: brightness(100%);
}


/* 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_panel1_wrap {
    background: url("../images/bg4.png") no-repeat right bottom;
    background-size: 45% auto;
}

.page_about_panel1_list{
    width: 80%;
}
.page_about_panel1_list .item{
    margin-right: 40px;
    flex:1;
    border-bottom: 1px solid #7e8188;
    padding: 0 6px 40px;
}
.page_about_panel1_list .item .num{
    font-family: 'DINProMedium';
    color:var(--theme-color);
}
.page_about_panel1_list .item .num span{
    line-height: 1.3;
}
.page_about_panel1_list .item:first-child .num i{
    display: none;
}
.page_about_panel1_list .item .num i{
    font-style: normal;
    line-height: 1.3;
}

/* page_about_panel2 */

.page_about_panel2_wrap{
    position: relative;
    padding-bottom:4px;
}
.page_about_panel2_wrap:after{
    content:'';
    width: 47%;
    background: var(--theme-color);
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 100%;
}
.page_about_panel2_wrap:before{
    display: block;
    content:'';
    background: url("../images/bg5.png") no-repeat;
    background-size: auto 100%;
    height: 100%;
    width: 30%;
    position: absolute;
    right: 33%;
    top: 0;
}
.page_about_panel2_list{
    overflow: hidden;
    position: relative;
}
.page_about_panel2_list .item{
    border-radius: 10px;
    overflow: hidden;
}
.page_about_panel2_list .arrow{
    position: absolute;
    bottom: 0;
}
.page_about_panel2_list .swiper-button-prev,.page_about_panel2_list .swiper-button-next{
    position: static;
    transition:all .5s;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #111;
}
.page_about_panel2_list .swiper-button-prev img,.page_about_panel2_list .swiper-button-next img{
    filter:brightness(0);
}
.page_about_panel2_list .swiper-button-prev{
    transform: rotate(180deg);
    margin-right: 10px;
}
.page_about_panel2_list .swiper-button-prev:after,.page_about_panel2_list .swiper-button-next:after{
    display: none;
}
.page_about_panel2_list .swiper-button-prev:hover,.page_about_panel2_list .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.page_about_panel2_list .swiper-button-prev:hover img,.page_about_panel2_list .swiper-button-next:hover img{
    filter:brightness(100%);
}

/* page_about_panel3 */

.page_about_panel3_list{
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -15px;
}
.page_about_panel3_list .item_w{
    padding: 0 15px;
}
.page_about_panel3_list .item{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.page_about_panel3_list .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 70px 60px 10% 15%;
    color:#fff;
    flex-direction: column;
    justify-content: space-between;
    transition:all .5s;
    transform: translateY(0);
    opacity: 1;
}
.page_about_panel3_list .item .item_con .tit{
    font-family: 'RalewayBold';
}
.page_about_panel3_list .item .item_con .desc{
    line-height: 1.7;
    margin-top: 10px;
}
.page_about_panel3_list .item:hover .item_con{
    transform: translateY(-100%);
    opacity: 0;
}
.page_about_panel3_list .item .item_con.item_con1{
    transform: translateY(100%);
    background: linear-gradient(to top,var(--theme-color),transparent);
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px;
}
.page_about_panel3_list .item:hover .item_con.item_con1{
    transform: translateY(0);
    opacity: 1;
}

/* page_about_panel4 */

.page_about_panel4{
    color:#fff;
}
.page_about_panel4_list{
    overflow: hidden;
    max-width: 70%;
    margin: auto;
}
.page_about_panel4_list .item .tit{
    font-family: 'DINProMedium';
    font-size: 128px;
    line-height: 1;
}
.page_about_panel4_list .item .desc{
    margin-left: 80px;
}
.page_about_panel4_list .item .desc p{
    line-height: 1.5;
    margin-top: 5px;
}

.page_about_panel4_tab_w{
    position: relative;
}
.page_about_panel4_tab{
    width: 290px;
    margin: auto;
    overflow: hidden;
}
.page_about_panel4_tab .item{
    cursor: pointer;
    position: relative;
}
.page_about_panel4_tab .item .mark{
    width: 1px;
    height: 20px;
    position: absolute;
    background: #fff;
    margin: auto;
    transition:all .5s;
    bottom:30px;
    left: 18px;
}

.page_about_panel4_tab .swiper-slide-thumb-active .item .mark{
    width: 4px;
    height: 30px;
}
.page_about_panel4_tab_w .swiper-button-prev,.page_about_panel4_tab_w .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    transition:all .5s;
}
.page_about_panel4_tab_w .swiper-button-prev:after,.page_about_panel4_tab_w .swiper-button-next:after{
    display: none;
}
.page_about_panel4_tab_w .swiper-button-prev{
    transform: rotate(180deg);
    left: 32%;
}
.page_about_panel4_tab_w .swiper-button-next{
    right: 32%;
}
.page_about_panel4_tab_w .swiper-button-prev:hover, .page_about_panel4_tab_w .swiper-button-next:hover{
    background:#fff;
    border-color:#fff;
}
.page_about_panel4_tab_w .swiper-button-prev:hover img, .page_about_panel4_tab_w .swiper-button-next:hover img{
    filter: brightness(0);
}

/* page_about_panel5 */

.page_about_panel5_list{
    overflow: hidden;
}
.page_about_panel5_list .item{
    border: 1px solid #d2dcef;
    border-radius: 10px;
    padding: 10px;
}
.page_about_panel5_list .item .img img{
    width: 100%;
    border-radius: 6px;
}

/* page_about_panel6 */

.page_about_panel6{
    background: url("../images/bg6.gif") no-repeat center right;
}

.page_about_panel6_list{
    height:250px;
    overflow: hidden;
}
.page_about_panel6_list .swiper-slide{
    height: calc((100% - 50px) / 2) !important;
}
.page_about_panel6_list .item{
    height: 100px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.page_about_panel6_list_w .arrow{
    display: flex;
    justify-content: center;
}
.page_about_panel6_list_w .arrow>div{
    position: static;
    transition:all .5s;
    margin-top: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #111;
    margin: 0 5px;
    opacity: 1;
}
.page_about_panel6_list_w .arrow>div img{
    filter: brightness(0);
    transition:all .5s;
}
.page_about_panel6_list_w .arrow>div:after{
    display: none;
}
.page_about_panel6_list_w .arrow .swiper-button-prev{
    transform: rotate(180deg);
}
.page_about_panel6_list_w .arrow>div:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.page_about_panel6_list_w .arrow>div:hover img{
    filter: brightness(100%);
}

/* page_lastest_news_list */
 .page_lastest_news_list {
    margin-top: 30px;
}
.page_lastest_news_list .item .item_img {
    width: 36%;
    height: 100%;
}
.page_lastest_news_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_lastest_news_list .item .item_con {
    flex:1;
    min-width: 0;
    border: 1px solid #f2f2f2;
    padding: 25px 35px;
}
.page_lastest_news_list .item .item_con .time {
    color:var(--theme-color);
    font-family:'Arial';
}
.page_lastest_news_list .item .item_con .tit {
    font-family:'MagraBold';
    font-size: 22px;
    line-height: 1.2;
    margin: 5px 0;
    transition:all .4s;
}
.page_lastest_news_list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_lastest_news_list .swiper-pagination {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: static;
}
.page_lastest_news_list .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    background: #c7c7c7;
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
}
.page_lastest_news_list .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-color);
}
/* 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 */
 .pd_detail {
    background: url("../images/bg3.jpg") no-repeat center;
}
.pd_detail_hd{
    padding: 30px;
    border-radius: 10px;
}
.pd_detail_hd .pics {
    width:46%;
    position: relative;
}
.pd_detail_hd .pics .mySwiper2 {
    margin:0;
    overflow: hidden;
    position: relative;
    border: 1px solid #dae4f6;
    border-radius: 10px;
    height: 450px;
}
.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 {
    padding:15px 0 0;
}
.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:1px solid #dae4f6;
    overflow: hidden;
    height:70px;
    width: 100%;
    padding: 5px;
    border-radius: 10px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img {
    border-color: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: 72px;
    opacity: 1;
    background:rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13%;
    color:#fff;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after {
    font-size:24px;
    font-weight: bold;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next {
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover {
    background: var(--theme-color);
}
.pd_detail_hd .infos {
    flex: 1;
    padding:10px 0 0 6%;
    min-width: 0;
}
.pd_detail_hd .infos h1 {
    line-height: 1.2;
    font-size: 36px;
    font-family: 'RalewayBold';
    font-weight: normal;
}
.pd_detail_hd .infos .desc {
    margin:35px 0 0;
    line-height: 1.6;
}
.pd_detail_hd .infos .desc span {
    padding-left: 5px;
}
.pd_detail_hd .infos .params {
    color:#333;
    margin-top: 40px;
    gap:20px;
    justify-content:space-between;
}
.pd_detail_hd .infos .params .img {
    width: 80px;
}
.pd_detail_hd .infos .params p {
    line-height:1.6;
    margin-bottom: 12px;
    padding-left: 40px;
}
.pd_detail_hd .infos .btns {
    
}
.pd_detail_hd .infos .btns .btn{
    align-items: center;
    margin-right:20px;
    font-family:'RobotoMedium';
    line-height: 1;
    display: flex;
    background: var(--theme-color);
    color:#fff;
    height:50px;
    padding:0 25px;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid var(--theme-color);
    transition:all .5s;
}
.pd_detail_hd .infos .btns .btn i {
    font-size:22px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
}
.pd_detail_hd .infos .btns .btn.btn2 {
    border-color: #111;
    background: transparent;
    color:#111;
}
.pd_detail_hd .infos .btns .btn:hover {
    opacity: .8;
}
.pd_detail_hd .infos .btns .btn.btn2:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
    opacity: 1;
}

.share .follow_list a svg{
    width: 24px;
    height: 24px;
}
.share .follow_list a.icon_pinterest svg {
    fill:#e60023;
}
.share .follow_list a.icon_instagram svg {
    fill: linear-gradient(to top right, #fdbd50, #e63d7f, #68428e);
}
.share .follow_list a.icon_google svg {
    fill: #db4437;
}
.share .follow_list a.icon_facebook svg {
    fill: #4267b2;
}
.share .follow_list a.icon_instagram1 svg, .follow_list a.icon_instagram svg {
    fill: linear-gradient(to top right, #fdbd50, #e63d7f, #68428e);
}
.share .follow_list a.icon_linkedin svg {
    fill: #0e76a8;
}
.share .follow_list a.icon_twitter svg {
    fill: #1da1f2;
}
.share .follow_list a.icon_youtube svg {
    fill: #ff0000;
}


/* pd_detail_intro */

.pd_detail_intro{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.pd_detail_intro_hd{
    border-bottom:1px solid #dae4f6;
    
}
.pd_detail_intro_hd .item{
    flex:1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 24px;
}
.pd_detail_intro_hd .item.cur{
    background: var(--theme-color);
    color:#fff;
    font-family: 'RalewaySemiBold';
}
.pd_detail_intro_bd{
    padding: 40px 40px 0;
}
.pd_detail_intro_bd .item{
    display: none;
}
.pd_detail_intro_bd .item:first-child{
    display: block;
}
.pd_detail_intro_bd .item>.tit{
    font-family: 'RalewaySemiBold';
}
.pd_detail_intro_bd .item>.tit:after{
    content:'';
    display: block;
    width: 85px;
    height: 2px;
    background: var(--theme-color);
    margin-top: 10px;
}
.pd_detail_intro_bd .item .con{
    margin: 30px 0;
}
.pd_detail_intro_bd .item .con table{
    width: 100%;
}
.pd_detail_intro_bd .item .con table tr{
    border-bottom: 1px solid #dae4f6;
}
.pd_detail_intro_bd .item .con table tr:first-child{
    background: #dae4f6;
    font-family: 'RalewaySemiBold';
    font-size: 18px;
}
.pd_detail_intro_bd .item .con table tr td{
    text-align: center;
    padding: 15px;
}
.pd_detail_intro_bd .item .qa .qa_item{
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.pd_detail_intro_bd .item .qa .qa_item .hd{
    margin-bottom: 15px;
    cursor: pointer;
}
.pd_detail_intro_bd .item .qa .qa_item .bd{
    display: none;
}
.pd_detail_intro_bd .item .qa .qa_item span{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:#fff;
    font-family: 'RalewaySemiBold';
    font-size: 20px;
    margin-right: 15px;
}
.pd_detail_intro_bd .item .qa .qa_item h4{
    font-family: 'RalewaySemiBold';
    font-size: 18px;
    padding-top: 4px;
    flex:1;
    min-width: 0;
}
.pd_detail_intro_bd .item .qa .qa_item .bd h4{
    font-family: 'RalewayRegular';
}


/* arrow_public */
.arrow_public{
    position: relative;
}
.arrow_public .swiper-button-prev,.arrow_public .swiper-button-next{
    opacity: 1;
    filter:brightness(0);
}
.arrow_public .swiper-button-prev{
    left: -50px;
}
.arrow_public .swiper-button-next{
    right: -50px;
    transform: rotate(180deg);
}
.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%);
}


/* 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 {
    border-radius: 10px;
}
.page_latest_news {
    padding:50px 0 80px;
}
.page_latest_news .item {
}
.page_latest_news .item_con {
    flex:1;
    min-width: 0;
    padding-left: 60px;
}
.page_latest_news .item_con .columnname {
    font-size:14px;
    color:#333;
}
.page_latest_news .item_con .tit {
    font-size:30px;
    line-height: 1.4;
    margin:15px 0 10px;
    transition:all .4s;
    color:#333;
    font-family:'PoppinsSemiBold';
}
.page_latest_news .item_con .time {
    font-size:14px;
    color:var(--theme-color);
    font-family:'PoppinsSemiBold';
}
.page_latest_news .item_con .desc {
    line-height: 1.8;
    margin:20px 0 50px;
}
.page_latest_news .item_img {
    border-radius:10px;
    width: 44%;
    overflow: hidden;
}
.page_latest_news .item_img img {
    width: 100%;
}
.page_latest_news .item_con .pub_btn1 {
    height: 45px;
    line-height: 45px;
}
/* page_menu_public */
 .page_menu_public_box {
    height: 60px;
    background: var(--theme-color);
    padding: 0 30px;
}
.page_menu_public_box .j_tit {
    flex:1;
    color:#fff;
}
.page_menu_public .item {
    padding: 0 24px;
}
.page_menu_public .item a {
    display: block;
    color:#fff;
    position: relative;
    line-height: 50px;
}
.page_menu_public .item a:after {
    content:'';
    width:0;
    height:2px;
    background:#fff;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    transition:all .5s;
}
.page_menu_public .item a:hover {
    color:#fff;
}
.page_menu_public .item.cur a,.page_menu_public .item a:hover{
    font-family: 'RalewaySemiBold';
}
.page_menu_public .item.cur a:after {
    width: 100%;
}

.page_news_list_c{
    padding: 0 50px 50px;
}
.page_news_list_c .item{
    padding: 50px 0;
    border-bottom: 1px solid #d2dcef;
    transition:all .5s;
}
.page_news_list_c .item .item_time{
    width: 85px;
    height: 85px;
    border-radius: 6px;
    background: #ebf2ff;
    color:var(--theme-color);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_news_list_c .item .item_time p{
    line-height: 1.4;
}
.page_news_list_c .item .item_con{
    flex:1;
    min-width: 0;
    padding: 0 60px;
    transition:all .5s;
}
.page_news_list_c .item .item_con .tit{
    font-family: 'RalewaySemiBold';
}
.page_news_list_c .item .item_con .desc{
    line-height: 1.6;
    margin: 8px 0 30px;
}
.page_news_list_c .item .item_con .more{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #111;
    transition:all .5s;
}
.page_news_list_c .item .item_con .more img{
    filter: brightness(0);
    transition:all .5s;
}
.page_news_list_c .item .item_img{
    width: 270px;
    border-radius: 6px;
}
.page_news_list_c .item:hover{
    padding: 50px 10px;
}
.page_news_list_c .item:hover .item_con{
    padding: 0 40px 0 60px;
}
.page_news_list_c .item:hover .item_con .more{
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.page_news_list_c .item:hover .item_con .more img{
    filter: brightness(100%);
}

.page_news_list {
    padding:40px 100px 40px 30px;
}
.page_news_list .item {
    
}
.page_news_list .item .item_img {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.page_news_list .item .item_img img {
    width: 100%;
}
.page_news_list .item .item_con {
    flex:1;
    min-width: 0;
    padding-left: 40px;
}
.page_news_list .item .item_con .tit {
    line-height: 1.45;
}
.page_news_list .item .item_con .time {
    padding:15px 0;
    color:var(--theme-color);
}
.page_news_list .item .item_con .desc {
    margin: 0 0 60px;
    line-height: 1.6;
}

.page_news_list .item .item_con .more {
    width: 170px;
    height: 45px;
    border: 1px solid #111;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-family: 'RalewaySemiBold';
    transition:all .5s;
}
.page_news_list .item .item_con .more img{
    filter: brightness(0);
    margin-left: 20px;
    transition:all .5s;
}
.page_news_list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_news_list .item .item_con .more:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.page_news_list .item .item_con .more:hover img{
    filter: brightness(100%);
}

.no_banner_pos {
    margin-top: 125px;
}

/* page_news_detail */
 
.page_news_detail {
    border-radius: 10px;
    padding: 40px;
}
.page_news_detail_hd {
    flex:1;
    min-width: 0;
    padding-right: 65px;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 40px;
    font-family:'RalewayBold';
    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:'RalewayBold';
    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:'RalewayBold';
    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:'RalewaySemiBold';
    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_list{
    margin:-20px;
    padding: 40px;
    border-radius: 10px;
}
.page_certificates_list .item{
    padding:20px;
    width:25%;
    cursor: pointer;
}
.page_certificates_list .item .img{
    padding:12px;
    background: #ebf2ff;
    border: 1px solid #d2dcef;
    border-radius: 6px;
    transition:all .5s;
}
.page_certificates_list .item .img img{
    width: 100%;
    border-radius: 3px;
}
.page_certificates_list .item p{
    text-align: center;
    margin-top: 10px;
}
.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;
	border-radius: 10px;
}
.modelTostChile .swiper-wrapper{
    align-items: center;
}
@media screen and ( max-width: 992px){
    .modelTostChile{
        width: 90%;
    }
}
.modelTostChile p {
	font-size:18px;
	padding: 3%;
	font-family: 'RalewayBold';
	height: 90px;
}
.modelTostChile .swiper-horizontal{
    height: calc(100% - 90px);
}
.modelClose {
	float: right;
	cursor: pointer;
	font-size:36px;
	line-height: 1;
	font-family: 'Arial';
}
.modelClose:hover{
    color:var(--theme-color);
}
.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_factory_show_list */
 .page_factory_show_wrap {
    background-color: #f2f2f2;
}
.page_factory_show_list {
    margin: -20px;
}
.page_factory_show_list .item_w {
    padding: 20px;
    width: 50%;
    height: 100%;
}
.page_factory_show_list .item {
    background: #fff;
}
.page_factory_show_list .item .item_img {
    flex:1;
    min-width: 0;
    height: 100%;
}
.page_factory_show_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_factory_show_list .item .item_con {
    padding: 40px;
    width: 50%;
}
.page_factory_show_list .item .item_con .tit {
    font-family:'MagraBold';
}
.page_factory_show_list .item .item_con .desc {
    line-height: 1.4;
    margin-top: 10px;
}
.page_equipment_show {
    margin-top: 30px;
    overflow: hidden;
}
/* page_contact */

.page_contact_banner{
    background: #fff;
    position: relative;
}
.page_contact_banner_img{
    width: 53.125%;
    position: relative;
    z-index: 2;
}
.page_contact_banner_con_w{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.page_contact_banner_con{
    width: 40.625%;
    margin-left: 59.375%;
}
.page_contact_banner_con .j_tit{
    height: 150px;
    background: var(--theme-color);
    color:#fff;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_contact_banner_con .j_tit:before{
    content:'';
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    background: var(--theme-color);
    display: block;
    position: absolute;
    z-index: -1;
}
.page_contact_banner_con .j_tit h4{
    margin-bottom: 5px;
}
.page_contact_banner_con .list .item{
    display: flex;
    margin-bottom: 30px;
}
.page_contact_banner_con .list .item .ico{
    width:50px;
    height: 50px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact_banner_con .list .item .ico i{
    font-size: 24px;
    color:var(--theme-color);
}
.page_contact_banner_con .list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 15px;
}
.page_contact_banner_con .list .item .con h4{
    font-size: 18px;
    font-family: 'RalewaySemiBold';
}
.page_contact_banner_con .list .item .con p{
    font-size: 22px;
    line-height: 1.5;
}

.page_contact_banner_con .share h4{
    margin-bottom:10px;
    font-size: 22px;
    font-family: 'RalewaySemiBold';
}

.page_contact_message{
    background: url("../images/bg2.png") no-repeat left top;
    position: relative;
}
.page_contact_message:after{
    content:'';
    display: block;
    background: url("../images/bg3.png") no-repeat center;
    width: 135px;
    height: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.page_contact_message .public_message .form .input_box .input input,.page_contact_message .public_message .form .input_box .input textarea{
    background: #fff;
}


/* page_solution */
 .page_solution_tit .desc {
    color:#666;
    line-height: 1.6;
    margin-top: 10px;
}
.page_solution_list {
    margin:-25px -34px;
}
.page_solution_list .item {
    width: 50%;
    padding:25px 34px;
    transition:all .4s;
}
.page_solution_list .item a{
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.page_solution_list .item .item_con{
    padding: 30px 100px 50px 40px;
    position: relative;
}
.page_solution_list .item .item_con:after{
    content:'';
    position: absolute;
    width: 0;
    height: 5px;
    background: var(--theme-color);
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.page_solution_list .item .item_con .tit{
    height: 73px;
}
.page_solution_list .item .item_con .ico{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #111;
    position: absolute;
    right: 30px;
    bottom: 35px;
    transition:all .5s;
}
.page_solution_list .item .item_con .ico img{
    filter: brightness(0);
    transition:all .5s;
}

.page_solution_list .item:hover .item_con:after{
    width: 100%;
}
.page_solution_list .item:hover .item_con .ico{
    border-color: var(--theme-color);
    background: var(--theme-color);
}
.page_solution_list .item:hover .item_con .ico img{
    filter: brightness(100%);
}

/* page_solution_detail */
 .page_solution_detail_tit .subtit {
    width: 50%;
    padding-right:10%;
}
.page_solution_detail_tit .desc {
    flex:1;
    min-width: 0;
    color:#666;
    line-height: 1.6;
}
.page_solution_detail_list {
    overflow: hidden;
}
.page_solution_detail_list .item {
    border: 1px solid #ddd;
    background: #fff;
}
.page_solution_detail_list .item .item_img {
    width: 55%;
}
.page_solution_detail_list .item .item_con {
    padding: 50px 80px;
    flex:1;
    min-width: 0;
}
.page_solution_detail_list .item .item_con .desc {
    margin: 30px 0 50px;
}
.page_solution_detail_list .item .item_con .desc p {
    padding-left: 22px;
    position: relative;
    line-height: 1.3;
    margin-bottom: 6px;
}
.page_solution_detail_list .item .item_con .desc p:before {
    width: 6px;
    height: 6px;
    background:#a8a8a8;
    display: block;
    position: absolute;
    content:'';
    left: 0;
    top: 11px;
}
/* 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 {
    padding: 30px 30px 50px;
    position: relative;
}
.return_page>div{
    width: 50%;
}
.return_page .a{
    display: flex;
    align-items: center;
    font-size: 18px;
}
.return_page .a .img{
    height: 40px;
    width: 40px;
    border: 1px solid #111;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    transition:all .5s;
}
.return_page .a .img img{
    filter: brightness(0);
}
.return_page .prev .a .img img{
    transform: rotate(180deg);
}
.return_page .a:hover .img {
    background: var(--theme-color);
    border-color: var(--theme-color);
}
.return_page .a:hover .img img{
    filter: brightness(100%);
}
.return_page .a:hover{
    color:var(--theme-color);
}

