@charset "utf-8";


.j_yanzheng{
    position: relative;
    flex:1;
    min-width: 0;
    margin-right: 20px;
}
.j_yanzheng .zxlyyzm{
    margin-bottom: 0!important;
}
.j_yanzheng .indexcode{
    position: absolute;
    right: 20px;
    top: 5px;
}

body{
   padding-top: 0!important;
}
.header{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    transition:all .4s;
    width: 240px;
    height: 100vh;
    background: var(--theme-color);
    padding:32px 25px;
}
.header .logo{
    justify-content: center;
}
.header .logo a{
    display: flex;
    flex-direction: column;
    color:#fff;
    align-items: center;
}
.header .logo img{
    height: 42px;
}
.header .logo span{
    font-size: 17px;
    text-align: center;
    line-height: 1.2;
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}
.header .nav{
    margin: 14vh 0;
}
.header .nav li{
    padding: 18px 0;
}
.header .nav li a{
    font-size: 18px;
    color:#fff;
    text-transform: uppercase;
    transition:all .4s;
    display: block;
    text-align: center;
}
.header .nav li a:hover{
    text-decoration: underline;
}
.header .search{
    display: flex;
    flex-direction: column;
    color:#fff;
    align-items: center;
    cursor: pointer;
}
.header .search i{
    font-size: 20px;
    line-height: 1.2;
}


.language{
    position: fixed;
    right: 55px;
    top: 30px;
    z-index: 20;
    transition:all .5s;
}

.language .btn{
    cursor: pointer;
    transition:all .4s;
    color: #fff;
    padding: 5px 20px;
    border-radius: 100px;
}
.language_on.language .btn{
    background: var(--subtheme-color);
}
.language .btn:hover{
    background: var(--theme-color);
}
.language .btn img{
    width:18px;
    height: 18px;
    margin-right: 8px;
}
.language .lang span{
    font-size: 14px;
}
.language .lang i{
    font-size:8px;
    margin-left: 5px;
}



.layer_search{
    position: fixed;
    z-index: 998;
    background:rgba(0,0,0,.8);
    top: 0px;
    right: 0;
    height: 100%;
    width: calc(100vw - 240px);
    display: none;
    padding-top:250px;
    backdrop-filter: blur(15px);
}
.layer_search form{
    position: relative;
    width:800px;
    margin: auto;
}
.layer_search form input{
    outline: none;
    width:100%;
    height:70px;
    border:1px solid #aaa;
    border-radius: 100px;
    padding:0 40px 0 20px;
    background: #fff;
    margin:auto;
    font-size:20px;
}
.layer_search form input::placeholder{
    font-size:16px;
    color:#999;
}
.layer_search form button{
    outline: none;
    border:none;
    position: absolute;
    right: 20px;
    top: 12px;
    background: transparent;
    cursor: pointer;
}
.layer_search form button i{
    font-size:26px;
    color:#c5c5c5;
}
.layer_search form button i:hover{
    color:var(--theme-color);
}

.layer_search .close{
    right:10%;
    top: 160px;
    position: absolute;
}
.layer_search .close i{
    font-size:36px;
    display: block;
    transition:all .4s;
    cursor: pointer;
    color:#fff;
}
.layer_search .close i:hover{
    transform: rotate(180deg);
}



.j_wrap{
    margin-left: 240px;
}

/* banner */

.banner{
    position: relative;
    overflow: hidden;
}
.banner .wrapper{
    position: relative;
}
.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{
    
}
.banner .item .item_con .tit{
    color:#fff;
}
.banner .item .item_con .tit span{
    color:var(--theme-color);
    line-height: 1.1;
}

.banner .swiper-pagination{
    bottom:30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:10px;
    height:10px;
    border-radius:50%;
    background: #fff;
    margin:0 4px;
    opacity: 1;
    position: relative;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}

.banner_ico{
    position: absolute;
    right: 10%;
    bottom:20px;
    z-index: 30;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: downico 2s ease-out infinite;
    color:#fff;
    transition:all .6s;
    cursor: pointer;
    border-radius: 5px;
}
.banner_ico i{
    transform: rotate(90deg);
    display: block;
    font-size:36px;
}
@keyframes downico{
	0%{bottom: 20px;}
	50%{bottom:50px;}
	100%{bottom:20px;}
}

/* tit_box1 */

.tit_box1{
    
}

.tit_box1 .tit{
    flex:1;
    min-width: 0;
    padding-right: 10%;
}
.tit_box1 .tit h4{
    text-transform: uppercase;
}

.tit_box1 .tit p{
    margin-top: 20px;
}

.tit_box1 .btn{
    width: 180px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    color:#fff;
    font-family: 'RajdhaniSemiBold';
    transition:all .4s;
    cursor: pointer;
}
.tit_box1 .btn i{
    margin-left: 6px;
    font-weight: bold;
}
.tit_box1 .btn:hover{
    width: 190px;
}

.tit_box2{
    text-align: center;
    padding:80px 0 30px;
}
.tit_box2 .tit h4{
    line-height: 1.1;
    font-size:40px;
    font-family: 'PoppinsSemiBold';
    text-transform: capitalize;
}
.tit_box2 .tit p{
    font-size:18px;
    margin-top:30px;
    color:#333;
}

.bg1{
    background:#f1f1f1;
}
.bg2{
    background:var(--theme-color);
}
.bg3{
    background: #f5f5f5;
}

/* product_con */

.product_wrap{
    background: url("../images/bg1.jpg") no-repeat right top;
}

.product_con{
    position: relative;
    overflow: hidden;
}
.product_con .swiper-slide{
    width: 16%!important;
    transition:all .5s;
}
.product_con .swiper-slide.swiper-slide-active{
    width: 50%!important;
}
.product_con .item{
    display: block;
    position: relative;
}
.product_con .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    height: 50%;
    width: 100%;
    padding: 30px;
    background: linear-gradient(to bottom,var(--theme-color),transparent);
    color:#fff;
}
.product_con .item .item_con .tit{
    height: 58px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product_con .item .item_con .ico{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    transition:all .5s;
    justify-content: center;
}
.product_con .item .item_con .ico span{
    display: none;
}
.product_con .item .item_img img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.product_con .swiper-slide-active .item .item_con{
    padding: 40px;
}
.product_con .swiper-slide-active .item .item_con .tit{
    font-family: 'GoogleSansSemiBold';
    font-size: 30px;
}
.product_con .swiper-slide-active .item .item_con .ico{
    width: 150px;
    border-radius: 100px;
}
.product_con .swiper-slide-active .item .item_con .ico span{
    display: block;
    margin-left: 5px;
}
.product_con .item:hover .item_con .ico{
    background: #fff;
    color:var(--theme-color);
}

.product_con .swiper-button-next,.product_con .swiper-button-prev{
    opacity:1;
}
.product_con .swiper-button-next:after,.product_con .swiper-button-prev:after{
    display: none;
}
.product_con .swiper-button-prev:hover img,.product_con .swiper-button-next:hover img{
    
}


/* about_wrap */

.about_wrap{
    background: url("../images/bg2.jpg") no-repeat right bottom;
}
.about_tit{
    width: 80%;
}

.about_con_w{
    padding-bottom: 140px;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.about_con{
    border-radius: 1000px;
    margin: 130px 0 0;
    background: rgba(255,255,255,.6);
    backdrop-filter: blur(10px);
    padding:55px 65px;
    justify-content:space-between;
}
.about_con .list{
    width: 72%;
    justify-content: space-between;
}
.about_con .list .item .desc{
    font-family: 'GoogleSansSemiBold';
}
.about_con .list .item .tit{
    color:var(--subtheme-color);
}
.about_con .list .item .tit em{
    font-family: 'GoogleSansRegular';
    font-size: 22px;
}
.about_con .watch_video{
    flex:1;
    min-width: 0;
    padding-left: 8%;
    justify-content: flex-end;
    flex-direction: column;
    font-family: 'GoogleSansSemiBold';
    cursor: pointer;
}
.about_con .watch_video i{
    font-size:48px;
    color:var(--subtheme-color);
}

.layer_video_bg{
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 19920800;
}
.layer_video_content{
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 19920801;
    text-align: center;
}
.layer_video_content .video_content_close{
    cursor: pointer;
    position: fixed;
    right: -40px;
    top: -35px;
}
.layer_video_content .video_content_close i{
    color: #fff;
    font-size: 25px;
}

.layer_video_content video{
    width: 100%;
}
.customization_tit{
    color:#fff;
}
.customization_tit .tit h4{
   
}
.customization_tit .tit h4 span{
    color:var(--subtheme-color);
    
}
.customization_tit .tit p{
    text-transform: uppercase;
}

.customization_con_w{
    width: 48%;
}
.customization_con_ico{
    width: 120px;
}
.customization_con{
    flex:1;
    min-width: 0;
    overflow: hidden;
    position: relative;
}
.customization_con .item{
    color:#fff;
}
.customization_con .item .desc span{
    color:#778996;
    display: block;
}

.customization_con .arrow{
    position: absolute;
    right: 0;
    bottom: 0;
}
.customization_con .arrow>div:after{
    display: none;
}
.customization_con .arrow>div{
    position: static;
    margin: 0;
}
.customization_con .arrow>div img{
    width: 15px;
}
.customization_con .arrow .swiper-button-prev{
    margin-right: 30px;
}


/* customization_scroll */

.customization_scroll{
    border-top: 1px solid rgba(255,255,255,.4);
    overflow: hidden;
}
.customization_scroll .item{
    justify-content: center;
}

/* news */

.news_con{
    margin: 0 -25px;
    position: relative;
    overflow: hidden;
}
.news_con .item{
    padding:20px 25px;
    display: block;
    border-right: 1px solid #e7e7e7;
    transition:all .5s;
}
.news_con .item .item_con{
    padding: 25px 0 10px;
}
.news_con .item .item_con .time{
    color:var(--subtheme-color);
}
.news_con .item .item_con .tit{
    font-family: 'GoogleSansSemiBold';
    margin: 5px 0 40px;
}
.news_con .item .item_con .more{
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    color:var(--subtheme-color);
    font-family: 'GoogleSansMedium';
}
.news_con .item .item_con .more i{
    margin-right: 6px;
    font-weight: bold;
}
.news_con .item:hover{
    background-color: #fff;
    box-shadow:0 3px 15px rgba(2,40,78,.15);
}


.news_con .progressbar_arrow{
    width: 80%;
    justify-content: center;
    position: absolute;
    left: 10%;
    bottom: 0;
}
.news_con .progressbar_arrow .progressbar{
    width: 70%;
    height: 4px;
    position: relative;
}
.news_con .progressbar_arrow .arrow{
    padding-left: 50px;
}
.news_con .progressbar_arrow .arrow>div{
    position: static;
    margin: 0;
}
.news_con .progressbar_arrow .arrow .swiper-button-prev{
    margin-right: 30px;
}
.news_con .progressbar_arrow .arrow>div:after{
    display: none;
}
.news_con .progressbar_arrow .arrow>div img{
    width: 15px;
}
.news_con .progressbar_arrow .swiper-pagination-progressbar{
    height: 1px;
    background: #e7e7e7;
}
.news_con .progressbar_arrow .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 3px;
    background: var(--subtheme-color);
    top: -1px;
}


/* contact_wrap */

.contact_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.contact_con{
    padding-left: 45%;
}
.contact_con .tit span{
    color:var(--subtheme-color);
}
.contact_con .more{
    display: inline-flex;
    height: 45px;
    border-radius: 100px;
    padding: 0 20px;
    background: var(--subtheme-color);
    color:#fff;
    align-items: center;
    transition:all .5s;
}
.contact_con .more i{
    margin-left: 6px;
}
.contact_con .more:hover{
    background: var(--theme-color);
}

/* public_message */

.public_message_con{
    border-radius: 30px;
    background: #fff;
    margin-top: 70px;
    padding:70px;
}
.public_message_con .cover{
    width: 40%;
    height: 500px;
    background: #f6f6f6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_message_con .cover img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.public_message_con .page_contact2_form{
    background: transparent;
}
.public_message_con .page_contact2_form .input_box .input input,.public_message_con .page_contact2_form textarea{
    border:1px solid #ddd;
}


.footer_message{
    background: url("../images/bg4.png") no-repeat right 10px bottom 30px #fff;
    padding: 50px 60px;
    flex:1;
    min-width: 0;
}

.footer_message .tit{
}

.footer_message .form .input_box{
    margin:0 -10px;
}
.footer_message .form .input{
    padding:0 10px 10px;
    flex:1;
}
.footer_message .form h4{
    font-family: 'RajdhaniSemiBold';
    color:#fff;
    margin-bottom: 6px;
}
.footer_message .form input,.footer_message .form textarea{
    border-radius: 200px;
    height:50px;
    outline: none;
    border: none;
    border: 1px solid #ddd;
    font-size:16px;
    padding:15px 20px;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
    border-radius: 25px;
}
.footer_message .form textarea{
    height: 140px;
}

.footer_message .form button{
    border:none;
    outline: none;
    width:150px;
    height:50px;
    border-radius:25px;
    cursor: pointer;
    transition:all .4s;
    font-family: 'GoogleSansMedium';
    font-size: 16px;
    display: flex;
    color: #fff;
    background: var(--theme-color);
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    border: 1px solid #fff;
}
.footer_message .form button i{
    font-weight: bold;
    margin-right: 8px;
}
.footer_message .form button:hover{
    background:var(--subtheme-color);
}


/* footer */

.footer{
    background:var(--theme-color);
    color:#fff;
}

.footer_menu_item{
    flex:1;
    padding-left: 3%;
}
.footer_menu_item_contact{
    flex: 2;
    padding-right: 5%;
}
.footer_menu_item_contact img{
    margin-bottom: 20px;
}
.footer_menu_item_contact .tit{
    font-family: 'GoogleSansSemiBold';
}
.footer_menu_item_contact .name{
    margin-bottom: 10px;
}
.footer_menu_item_contact p{
    color:var(--subtheme-color);
}
.footer_menu_item .item_tit{
    font-size: 18px;
    font-family: 'GoogleSansSemiBold';
    line-height: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footer_menu_item .item_con .item{
    margin-bottom: 6px;
}
.footer_menu_item .item_con h4{
    margin-bottom: 6px;
}
.footer_menu_item .item_con p{
    line-height: 1.3;
}

.footer_menu_item .item_con .btn:hover{
    width: 195px;
    text-decoration: underline;
}

.footer_copyright_wrap{
    border-top: 1px solid rgba(255,255,255,.4);
}
.footer_copyright{
    height: 70px;
    justify-content:space-between;
    font-size: 16px;
}
.footer_copyright .copyright a{
    margin-left: 20px;
}

.footer_menu a:hover{
    text-decoration: underline;
}
.footer_copyright a:hover{
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    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;
    z-index: 10;
}
.page_banner_con .tit{
    color:#fff;
    padding-top: 20vh;
}
.page_banner_con .tit span{
    display: block;
}
.page_banner_con .tit img{
    display: block;
}
.page_banner_con .desc{
    margin:20px 0 50px;
    font-size: 18px;
}
.page_banner_con .pos{
    margin-top: 10px;
    position: absolute;
    top:30px;
    font-size: 16px;
}
.page_banner_con .pos a{
    padding: 0 3px;
}




#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);
}


.page_product_banner_con{
    background: url("../images/product_bg.jpg") no-repeat center;
    background-size:cover;
    padding: 60px 0;
}

.page_product_banner_con .content_img .info{
    flex:1;
    padding-right: 100px;
    min-width: 0;
}
.page_product_banner_con .content_img .info .tit{
    font-size: 40px;
    font-family: 'GothicB';
}
.page_product_banner_con .content_img .info .desc{
    padding-right: 5%;
    margin-top: 15px;
}
.page_product_banner_con .content_img .img{
    width: 39%;
}



.page_banner_menu{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page_banner_menu .list{
    justify-content: center;
}
.page_banner_menu .list .item a{
    background: rgba(0,0,0,.6);
    height: 60px;
    border-left: 1px solid rgba(255,255,255,.2);
    padding:0 40px;
    display: flex;
    align-items: center;
    color:#fff;
    font-size:18px;
}
.page_banner_menu .list .item.cur a,.page_banner_menu .list .item:hover a{
    background: var(--subtheme-color);
}

.inner_pos_wrap{
    margin-top: 127px;
}

.inner_pos{
    height: 60px;
}
.inner_pos a:first-child{
    padding-left: 0;
}
.inner_pos a:hover{
    color:var(--theme-color);
}

/* pager_solution_show */

.page_solution_tit.about_tit_box1{
    padding: 50px 0 30px;
}

.pager_solution_show{
    font-size: 18px;
}
.page_case_study_wrap{
    padding-bottom: 60px;
}
.page_case_study{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.page_case_study .item .img{
    border-radius: 10px;
    overflow: hidden;
}
.page_case_study .item .img img{
    width:100%;
}
.page_case_study .item .con{
    padding-top: 20px;
}
.page_case_study .item .con h4{
    font-size: 24px;
    font-family: 'GothicB';
    transition:all .4s;
}
.page_case_study .item .con p{
    margin-top: 10px;
    color:#666;
}
.page_case_study .item:hover .con h4{
    color:var(--theme-color);
}
.page_case_study.news_con .arrow{
    top: auto;
    bottom: 0;
}
.page_case_study.news_con .arrow .swiper-button-prev,.page_case_study.news_con .arrow .swiper-button-next{
    background: #fff;
}
.page_case_study.news_con .arrow .swiper-button-prev:hover,.page_case_study.news_con .arrow .swiper-button-next:hover{
    background: var(--theme-color);
}

/* page_suggested_products */

.page_suggested_products{
    margin: 0 -20px;
}
.page_suggested_products .item{
    width:25%;
    padding: 0 20px;
}
.page_suggested_products .item .img{
    border-radius: 10px;
    overflow: hidden;
}
.page_suggested_products .item .img img{
    width: 100%;
}
.page_suggested_products .item .con{
    padding-top:20px;
}
.page_suggested_products .item .con h4{
    font-size: 22px;
    font-family: 'GothicB';
    text-align: center;
}
.page_suggested_products .item .con .btns{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.page_suggested_products .item .con .btns a{
    width: 100px;
    height: 28px;
    border: 1px solid #333;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'GothicB';
    margin: 0 10px;
}
.page_suggested_products .item .con .btns a i{
    margin-left: 5px;
}
.page_suggested_products .item .con .btns .btn1{
    border-color:var(--theme-color);
    color:var(--theme-color);
}
.page_suggested_products .item .con .btns a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#333;
}

/* page_service_panel1 */

.page_service_panel1 .item_img{
    width: 49%;
}
.page_service_panel1 .item_img img{
    width: 100%;
}
.page_service_panel1 .item_con{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.page_service_panel1 .item_con .subtit{
    color:var(--subtheme-color);
    
}
.page_service_panel1 .item_con .desc{
    font-size: 18px;
}


/* page_service_panel2 */


.page_service_panel2 .list{
    margin: 0 -15px;
}
.page_service_panel2 .list .item_w{
    width: 25%;
    padding: 0 15px;
}
.page_service_panel2 .list .item{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding:40px;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transition:all .5s;
}
.page_service_panel2 .list .item .tit{
    font-family: 'GoogleSansSemiBold';
    margin: 30px 0;
}
.page_service_panel2 .list .item .img img{
    transition:all .5s;
}
.page_service_panel2 .list .item:hover .img img{
    transform: rotate(360deg);
}
.page_service_panel2 .list .item:hover{
    transform: translateY(-10px);
}

/* page_service_panel3 */

.page_service_panel3{
    width: 70%;
    margin: auto;
}
.page_service_panel3 .item{
    border-bottom: 1px solid #a7b4c1;
    padding: 15px 0;
}
.page_service_panel3 .item .tit{
    cursor: pointer;
}
.page_service_panel3 .item .tit h4{
    flex:1;
    min-width: 0;
    padding-right: 20px;
}
.page_service_panel3 .item .tit i{
    transition: transform 0.3s ease;
}
.page_service_panel3 .item .desc{
    overflow: hidden;
    display: none;
    background-color: #fff;
    transition: max-height 0.5s ease, padding 0.5s ease;
    margin-top: 10px;
    opacity: .7;
}
.page_service_panel3 .item.active .tit{
    color:var(--subtheme-color);
}
.page_service_panel3 .item.active .tit i{
    transform: rotate(45deg);
}
    


/* page_oness_panel1 */

.page_oness_panel1{
    font-size: 18px;
    color:#666;
}
.page_oness_panel2{
    padding:30px 100px 0;
    margin: 0 -110px;
}
.page_oness_panel2 .item{
    width: 33.333%;
    padding:30px 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.page_oness_panel2 .item:after{
    position: absolute;
}
.page_oness_panel2 .item .img{
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page_oness_panel2 .item .img .num{
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--theme-color);
    font-family: 'GothicBi';
    font-size: 24px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}
.page_oness_panel2 .item .tit{
    font-size: 18px;
    font-family: 'GothicB';
    margin-top: 40px;
    text-align: center;
}

/* page_oness_panel3 */

.page_oness_panel3{
    padding-top:50px;
}
.page_oness_panel3 .panel_img{
    width:45%;
}
.page_oness_panel3 .panel_img img{
    border-radius: 10px;
}
.page_oness_panel3 .panel_con{
    flex:1;
    min-width:0;
    padding-left: 5%;
}
.page_oness_panel3 .panel_con .tit{
    font-size: 24px;
    font-family: 'GothicB';
    margin-bottom:20px;
}
.page_oness_panel3 .panel_con .con{
    font-size: 18px;
}

/* page_product_menu */



.page_product_menu{
    padding: 0 60px 0 0;
    width:420px;
}

.page_product_menu .menu_tit{
    font-family: 'GoogleSansSemiBold';
}
.page_product_menu .menu_list .item{
    border-bottom: 1px solid #ddd;
    padding:14px 0;
}

.page_product_menu .menu_list .item .hd{
    margin-bottom: 5px;
}
.page_product_menu .menu_list .item .hd a{
    flex:1;
    min-width: 0;
}
.page_product_menu .menu_list .item .hd a:hover{
    color:var(--subtheme-color);
}

.page_product_menu .menu_list .item .hd i{
    cursor: pointer;
    font-size:12px;
    transform: rotateZ(180deg);
    line-height: 1;
    font-weight: bold;
    transition:all .4s;
}

.page_product_menu .menu_list .item .bd{
    padding:0 12px;
    display: none;
}
.page_product_menu .menu_list .item .bd a{
    font-size:16px;
    padding: 5px 0;
    transition:all .5s;
    line-height: 1.2;
    position: relative;
}
.page_product_menu .menu_list .item .bd a span{
    flex:1;
    min-width: 0;
}
.page_product_menu .menu_list .item .bd a:after{
    width:0;
    height: 1px;
    display: block;
    position: absolute;
    content:'';
    left: 0;
    bottom: 0;
    background: var(--subtheme-color);
    transition:all .4s;
}
.page_product_menu .menu_list .item .bd a:hover span{
    color:var(--subtheme-color);
}
.page_product_menu .menu_list .item .bd a:hover:after{
    width: 100%;
}
.page_product_menu .menu_list .item .hd.cur i,.page_product_menu .menu_list .item .hd i:hover{
    transform: rotateZ(0deg);
    color:var(--theme-color);
}

.page_product_menu .menu_list .item .hd.cur a,.page_product_menu .menu_list .item .hd a:hover,.page_product_menu .menu_list .item .bd a:hover{
    color:var(--subtheme-color);
}
.page_product_menu .menu_list .item .hd.cur a:before,.page_product_menu .menu_list .item .hd a:hover:before{
    background: var(--subtheme-color);
}

/* page_product_index_menu */


.page_product_index_menu{
    margin: -12px;
}
.page_product_index_menu .item{
    padding: 12px;
    width: 33.333%;
}

.page_product_index_menu .item a{
    display: block;
    overflow: hidden;
    position: relative;
}
.page_product_index_menu .item .img img{
    width: 100%;
}
.page_product_index_menu .item .tit{
    background: rgba(2,40,78,.9);
    width: 80%;
    height: 76px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 10%;
    top: 0;
    color:#fff;
    padding: 0 20px;
    justify-content: center;
}
.page_product_index_menu .item .ico{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color:#fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition:all .5s;
    opacity: 0;
}
.page_product_index_menu .item a:hover .ico{
    opacity: 1;
}


.page_product_index_contact{
    background: url("../images/bg3.jpg") no-repeat center;
    background-size: cover;
    flex-direction: column;
}
.page_product_index_contact .tit{
    font-family: 'GoogleSansSemiBold';
    color:#fff;
    padding-left:30px;
    padding-right: 30px;
    text-align: center;
}


.page_stage_panel2 .content{
    flex:1;
    min-width: 1;
    padding-right: 4%;
    font-size: 18px;
}
.page_product_index_menu .item:hover .item_con .more{
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.page_stage_panel3{
    justify-content: space-around;
}
.page_stage_panel3 .item{
    padding: 0 15px;
}

.page_stage_panel4.j_btn_style1{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.page_stage_panel4.j_btn_style1 a{
    width: 245px;
}




/* page_cases_list */

.page_cases_list .list{
    margin:-20px;
}
.page_cases_list .item{
    width: 50%;
    display: block;
    padding: 20px;
}
.page_cases_list .item a{
    display: block;
    position: relative;
}

.page_cases_list .item .img img{
    width: 100%;
}
.page_cases_list .item .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 40px;
    font-family: 'GoogleSansSemiBold';
    color:#fff;
    background: linear-gradient(to top,rgba(0,0,0,.8),transparent);
}


/* product_model_select */

.product_model_select{
    margin: 0 100px;
    background: #f1f1f1;
    padding: 25px 60px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.product_model_select .layui-form-select dl dd.layui-this{
    background: var(--theme-color);
}
.product_model_select .list{
    width: 75%;
    display: flex;
}
.product_model_select .list .item{
    width: 33.333%;
    padding-right: 20px;
}
/*.product_model_select .list .item select{*/
/*    height: 45px;*/
/*    width: 100%;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    padding:0 0 0 10px;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*}*/
.product_model_select .btn{
    flex:1;
    min-width: 0;
    margin-left: 20px;
    background: #333;
    font-family: 'GothicB';
    text-transform: uppercase;
    color:#fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition:all .3s;
}
.product_model_select .btn:hover{
    background: var(--theme-color);
    color:#333;
}


/* page_product_list */

.page_product_tit .tit{
    font-family: 'GoogleSansSemiBold';
}

.page_product_con{
    flex:1;
    min-width: 0;
}

.page_product_list .list{
    margin:-14px;
}
.page_product_list .item{
    width:33.333%;
    padding: 14px;
}
.page_product_list .item a{
    display: block;
    border-bottom: 1px solid #e7e7e7;
    transition:all .4s;
    overflow: hidden;
    position: relative;
}
.page_product_list .item a .img img{
    width: 100%;
}
.page_product_list .item a:after{
    content: '';
    display: block;
    width:0;
    transition: all .5s;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--subtheme-color);
}

.page_product_list .item .tit{
    transition:all .4s;
}
.page_product_list .item .more {
    padding: 15px 0 30px;
    color:var(--subtheme-color);
    font-family: 'GoogleSansMedium';
}
.page_product_list .item .more i{
    font-weight: bold;
    margin-right: 8px;
}
.page_product_list .item a:hover:after{
    width: 100%;
}


/* product_detail */


/* 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;
}


.inner_tit_box1{
    padding:90px 0 20px;
}
.inner_tit_box1 .tit h4{
    color:var(--theme-color);
    font-size: 40px;
    font-family: 'RajdhaniSemiBold';
    line-height: 1;
}

/* page_about_panel1 */

.page_about_panel1_wrap{
    background: url("../images/bg5.png") no-repeat left top;
}
.page_about_panel1_con{
    width: 36.8%;
    padding-right: 5%;
}
.page_about_panel1_con .img{
    position: relative;
    display: inline-block;
}
.page_about_panel1_con .img .ico{
    position: absolute;
    left: 50%;
    top:2px;
    transform: translateX(-50%);
    cursor: pointer;
}
.page_about_panel1_con .img .ico i{
    font-size: 40px;
    line-height: 1;
    color: rgba(0,0,0,.5);
}
.page_about_panel1_desc{
    flex:1;
    min-width: 0;
    line-height: 1.5;
    border-bottom: 1px solid #e7e7e7;
}

.page_about_panel2{
    height:840px;
}
.page_about_panel2_img{
    width: 45%;
    overflow: hidden;
    position: relative;
    height: 100%;
}
.page_about_panel2_img .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about_panel2_img .arrow{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.page_about_panel2_img .arrow>div{
    position: static;
    margin-top: 0;
    width: 45px;
    height: 45px;
    background: #fff;
    transition:all .5s;
}
.page_about_panel2_img .arrow>div img{
    transition:all .5s;
    max-width: 15px;
}
.page_about_panel2_img .arrow>div:hover{
    background: var(--theme-color);
}
.page_about_panel2_img .arrow>div:hover img{
    filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(63deg) brightness(114%) contrast(100%);
}
.page_about_panel2_img .arrow>div:after{
    display: none;
}
.page_about_panel2_con{
    flex:1;
    min-width:0;
    padding:0 3% 0 5%;
    height: 100%;
    overflow-y: scroll;
}

/* page_about_panel3_list */

.page_about_panel3_list{
    margin: 0 -5px;
}
.page_about_panel3_list .item_w{
    padding: 0 5px;
    flex:1;
    transition:all .5s;
}
.page_about_panel3_list .item_w.cur{
    flex:2.7;
}
.page_about_panel3_list .item{
    position: relative;
    height: 560px;
}
.page_about_panel3_list .item .item_img{
    height: 100%;
}
.page_about_panel3_list .item .item_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page_about_panel3_list .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color:#fff;
}
.page_about_panel3_list .item .item_con .item_con_w{
    height: 110px;
}
.page_about_panel3_list .item .item_con .tit{
    font-family: 'GoogleSansMedium';
}
.page_about_panel3_list .item .item_con .desc{
    display: none;
    padding-top: 20px;
}
.page_about_panel3_list .item_w.cur .item .item_con{
    padding: 60px;
    background: linear-gradient(to right,rgba(8,87,165,.9),rgba(8,87,165,.3));
}
.page_about_panel3_list .item_w.cur .item .item_con .desc{
    display: block;
}

/* page_about_panel4 */

.page_about_panel4_list{
    height:510px;
    position: relative;
}
.page_about_panel4_list .swiper-slide{
    height: calc((100% - 13px) / 2) !important;
}
.page_about_panel4_list .arrow{
    justify-content: center;
}
.page_about_panel4_list .arrow>div{
    border: 1px solid #e7e7e7;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    margin: 0 10px;
    transition:all .5s;
}
.page_about_panel4_list .arrow>div img{
    width: 12px;
}
.page_about_panel4_list .arrow>div:hover{
    background: #ddd;
}
.page_about_panel4_list .arrow>div:after{
    display: none;
}


/* page_about_panel5 */

.page_about_panel5_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_about_panel5 .j_tit{
    color:#fff;
}

.page_about_panel5_list{
    height: 400px;
    overflow: hidden;
    color:#fff;
}
.page_about_panel5_list .swiper1{
    width: 50%;
    padding: 0 10%;
}
.page_about_panel5_list .swiper1 .item{
    font-size: 180px;
    color:rgba(255,255,255,.2);
    font-family: var(--theme-font);
    cursor: pointer;
    justify-content: flex-end;
    line-height: 1.1;
}
.page_about_panel5_list .swiper1 .item em{
    display: none;
    line-height: 1.1;
}
.page_about_panel5_list .swiper1 .item span{
    line-height: 1.1;
}
.page_about_panel5_list .swiper1 .swiper-slide-thumb-active .item{
    
}
.page_about_panel5_list .swiper1 .swiper-slide-thumb-active .item em{
    color:#fff;
    display: block;
}
.page_about_panel5_list .swiper1 .swiper-slide-thumb-active .item span{
    color:var(--subtheme-color);
}
.page_about_panel5_list .swiper2{
    flex:1;
    min-width: 0;
    padding-top:60px;
    position: relative;
}
.page_about_panel5_list .swiper2 .arrow{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
}
.page_about_panel5_list .swiper2 .arrow>div{
    position: static;
    margin-top: 0;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    color:#fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transition:all .5s;
}
.page_about_panel5_list .swiper2 .arrow>div:after{
    font-size: 24px;
}
.page_about_panel5_list .swiper2 .arrow>div:hover{
    background:#fff;
    color:var(--theme-color);
}
.page_about_panel5_list .swiper2 .item{
    
}
.page_about_panel5_list .swiper2 .item .desc p{
    padding-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.page_about_panel5_list .swiper2 .item .desc p:before{
    content:'√';
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    font-family:cursive;
}


/* page_about_panel6_list */

.page_about_panel6_wrap{
    background: url("../images/bg7.jpg") no-repeat center center ;
}

.page_about_panel6 .hd{
    width: 40%;
    padding-right: 5%;
}
.page_about_panel6 .hd .item{
    margin: 25px 0;
    cursor: pointer;
}
.page_about_panel6 .hd .item span{
    font-family: 'GoogleSansSemiBold';
    flex:1;
    min-width: 0;
    padding-right: 30px;
}
.page_about_panel6 .hd .item i{
    font-weight: bold;
    display: none;
}
.page_about_panel6 .hd .item.cur{
    color:var(--subtheme-color);
}
.page_about_panel6 .hd .item.cur i{
    display: block;
}
.page_about_panel6 .bd{
    flex:1;
    min-width: 0;
}
.page_about_panel6 .bd .item{
    display: none;
    position: relative;
}
.page_about_panel6 .bd .item:first-child{
    display: block;
}
.page_about_panel6 .bd .item .item_img{
    width: 90%;
}
.page_about_panel6 .bd .item .item_img img{
    width: 100%;
}
.page_about_panel6 .bd .item .item_con{
    width: 380px;
    height: 380px;
    border: 1px solid #e7e7e7;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 40px;
}


/* page_about_panel7 */

.page_about_panel7{
    overflow: hidden;
    position: relative;
}
.page_about_panel7 .item{
    background: #f5f9fd;
    padding: 30px;
}
.page_about_panel7 .swiper-slide:nth-child(2n-1){
    padding-top: 80px;
}
.page_about_panel7 .swiper-pagination-bullet{
    background: var(--theme-color);
}
.page_about_panel7 .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}


/* page_about_panel8 */

.page_about_panel8_img{
    width: 80%;
    position: relative;
}
.page_about_panel8_img .list{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_about_panel8_img .list .item{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background:#008bcc;
    position: absolute;
    z-index: 10;
}
.page_about_panel8_img .list .item .img{
    width: 25px;
    position: absolute;
    top: -30px;
    right: -9px;
    opacity: 0;
    transition:all .5s;
}
.page_about_panel8_img .list .item:after,.page_about_panel8_img .list .item3:after{
    position: absolute;
    left: -3px;
    bottom: -4px;
    background: #008bcc;
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
    content: '';
    display: block;
    width: 14px;
    height: 14px;
}
.page_about_panel8_img .list .item span{
    color:var(--theme-color);
    position: absolute;
    left: 20px;
    top: -7px;
}
.page_about_panel8_img .list .item1{
    left: 19%;
    top: 38%;
}
.page_about_panel8_img .list .item2{
    left: 49%;
    top: 31%;
}
.page_about_panel8_img .list .item4{
    right: 30%;
    top: 26%;
}
.page_about_panel8_img .list .item5{
    right: 20%;
    top: 70%;
}
.page_about_panel8_img .list .item3{
    right: 20%;
    top: 38%;
    z-index: 10;
    position: absolute;
}
.page_about_panel8_img .list .item:hover .img{
    top: -20px;
    opacity: 1;
}
.page_about_panel8_img .list .item3:after{
    left: 45px;
    bottom: 10px;
}
@keyframes living{
	0%{transform: scale(1); opacity: 0.6;}
	50%{transform: scale(2);opacity: 0;}
	100%{transform: scale(1);opacity: 0.6;}
}
.page_about_panel8_data .item .num{
    color:var(--subtheme-color);
}



.page_vision_mission_wrap{
    background: url("../images/standard_of_behavior_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.page_vision_mission_tit{
    font-size: 40px;
    font-family: 'GothicB';
    color:#fff;
    text-align: center;
    padding-top: 50px;
}
.page_vision_mission_list{
    position: relative;
    overflow: hidden;
    padding:30px 0 80px;
}
.page_vision_mission_list .item{
    padding: 50px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 15px;
    height: 100%;
    transition:all .4s;
}
.page_vision_mission_list .item .num{
    font-size: 60px;
    font-family: 'GothicB';
    color:#999;
    line-height: 1;
    font-style: italic;
}
.page_vision_mission_list .item .tit{
    font-size: 30px;
    font-family: 'GothicB';
    color:var(--theme-color);
    padding: 20px 0 10px;
}
.page_vision_mission_list .item .desc{
    font-size: 18px;
    color:#fff;
    min-height: 145px;
    transition:all .4s;
}

.page_vision_mission_list.news_con .arrow{
    top: auto;
    bottom: 0;
    width: 100%;
    justify-content: center;
}
.page_vision_mission_list .item:hover{
    background: #fff;
}
.page_vision_mission_list .item:hover .desc{
    color:#666;
}


/* 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_hd .pic{
    width: 40%;
    height: 600px;
    overflow: hidden;
}
.pd_detail_hd .pic .swiper2{
    position: relative;
}
.pd_detail_hd .pic .swiper2 .item img{
    width: 100%;
    height:600px;
    object-fit: cover;
}
.pd_detail_hd .pic .swiper2 .swiper-button-prev:after,.pd_detail_hd .pic .swiper2 .swiper-button-next:after{
    display: none;
}
.pd_detail_hd .pic .swiper2 .swiper-button-prev img,.pd_detail_hd .pic .swiper2 .swiper-button-next img{
    width: 17px;
}
.pd_detail_hd .info{
    flex:1;
    min-width: 0;
    padding-right: 8%;
}

.pd_detail_hd .info .desc{
    line-height: 1.4;
}
.pd_detail_hd .info .desc .desc_item{
    display: flex;
    margin-bottom: 10px;
}
.pd_detail_hd .info .desc .desc_item span{
    display: block;
    width: 100px;
}
.pd_detail_hd .info .desc .desc_item em{
    display: block;
    flex:1;
    min-width: 0;
}
.pd_detail_hd .info a.btn{
    height: 45px;
    border-radius: 100px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .4s;
    border: 1px solid var(--theme-color);
    transition:all .5s;
}
.pd_detail_hd .info a.btn.btn1{
    background: var(--subtheme-color);
    color:#fff;
    border-color: var(--subtheme-color);
    margin-right: 20px;
}
.pd_detail_hd .info a.btn i{
    margin-right: 8px;
}
.pd_detail_hd .info a.btn:hover{
    background: var(--theme-color);
    color:#fff;
}


.pd_detail_bd{
}
.pd_detail_bd .j_tit{
    font-family: 'GoogleSansSemiBold';
    margin-bottom:30px;
}


.pd_detail_intro__tit{
    font-family: 'GoogleSansSemiBold';
}

.pd_detail_related_products.page_product_list .item{
    width:25%;
}

/* page_related_products */

.page_related_products{
    padding-bottom: 80px;
}
.page_related_products .list{
    margin:-20px;
}
.page_related_products .list .item{
    padding: 20px;
    width: 33.333%;
}
.page_related_products .list .item .img{
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
    border-radius:10px;
    overflow: hidden;
}
.page_related_products .list .item .con{
    margin-top: 20px;
}
.page_related_products .list .item .con h4{
    font-size:22px;
    font-family: 'PoppinsSemiBold';
    color:#333;
    margin-bottom: 10px;
}




/* product_detail */

.j_pd_detail{
    background: #e4e7ea;
    padding:80px 0 50px;
}
.j_pd_detail_con{
   padding-top: 60px;
}
.j_pd_detail_hd_img{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.j_pd_detail_hd .infos{
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}

.j_pd_detail_hd .infos h1{
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family: 'RobotoBold';
}

.j_pd_detail_hd .infos .desc{
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p{
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before{
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}

.j_pd_detail_hd .infos .list{
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item{
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img{
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}


.j_pd_detail_hd .infos .btns{
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn{
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family: 'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i{
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover{
    background: var(--theme-color);
}


/* pdd_tit_box */

.pdd_tit_box{
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit{
    font-size:45px;
    font-family: 'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc{
    font-size:18px;
}
.j_pd_detail_introduction .desc{
    font-size:18px;
}
.j_pd_detail_introduction .desc p{
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list{
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item{
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img{
    width: 100%;
}
.j_pd_detail_introduction .list .arrow{
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next,.j_pd_detail_introduction .list .swiper-button-prev{
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after,.j_pd_detail_introduction .list .swiper-button-prev:after{
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover{
    background: var(--theme-color);
}




/* page_support_download_list */

.page_support_download_list{
    padding-bottom: 80px;
}
.page_support_download_list .list_item{
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu{
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4{
    font-size:54px;
    font-family: 'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i{
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover{
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i{
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap{
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list{
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a{
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item{
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4{
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn{
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name{
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i{
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_support_cases_list */

.page_support_cases_list{
    padding-bottom:100px;
}
.page_support_cases_list .list{
    margin:-12px;
}
.page_support_cases_list .list a{
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img{
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con{
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time{
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit{
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag{
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}


/* page_support_faq */

.page_support_faq{
    padding:70px 0 100px;
}
.page_support_faq_menu{
    justify-content: center;
    
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item{
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after,.page_support_faq_menu .item:hover:after{
    transform: scale(1);
}

.page_support_faq_list .list{
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child{
    display: block;
}
.page_support_faq_list .list .item{
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit{
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4{
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i{
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc{
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i{
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit{
    color:var(--theme-color);
}



/* page_menu_public */

.page_menu_public{
    
}
.page_menu_public .item{
    margin-right: 20px;
}
.page_menu_public .item a{
    display: block;
    height:45px;
    line-height:45px;
    padding: 0 20px;
    border-radius: 100px;
    transition:all .4s;
    background: #e7e7e7;
}

.page_menu_public .item.all a,.page_menu_public .item.cur a,.page_menu_public .item a:hover{
    background: var(--subtheme-color);
    border-color: var(--subtheme-color);
    color:#fff;
}

/* page_news_list */

.news_news_h{
    margin: 0 -15px;
}
.news_news_h .item{
    width: 25%;
    padding: 0 15px;
}
.news_news_h .item .item_con{
    
}
.news_news_h .item .item_con .time{
    color:var(--subtheme-color);
}
.news_news_h .item .item_con .tit{
    font-family: 'GoogleSansSemiBold';
    line-height: 1.2;
    margin: 6px 0 0;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
    transition:all .5s;
}
.news_news_h .item .item_con .more{
    font-family: 'GoogleSansMedium';
    color:var(--subtheme-color);
    position: relative;
}

.news_news_h .item .item_con .more i{
    margin-right: 10px;
    font-weight: bold;
    transition:all .5s;
    position: absolute;
    left: 0;
}
.news_news_h .item.item1 .item_con .time{
    color:#fff;
}
.news_news_h .item.item1 .item_con .tit{
    border: 0;
    padding: 0;
}
.news_news_h .item .item_con .more span{
    padding-left: 20px;
    transition:all .5s;
}
.news_news_h .item a:hover .item_con .tit{
    text-decoration: underline;
    color:var(--subtheme-color);
}
.news_news_h .item.item1 a:hover .item_con .tit{
    color:#fff;
}
.news_news_h .item a:hover .item_con .more span{
    padding-left: 0;
}
.news_news_h .item a:hover .item_con .more i{
    left: 100px;
}

.news_news_h .item1{
    width: 50%;
}
.news_news_h .item1 a{
    display: block;
    position: relative;
}
.news_news_h .item1 .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    background:linear-gradient(to top,rgba(2,40,78,.8),transparent);
    width: 100%;
    height: 50%;
    display: flex;
    color:#fff;
    flex-direction: column;
    padding: 40px;
    justify-content: flex-end;
}
.news_news_h .item1 .item_con .tit{
    font-family: 'GoogleSansSemiBold';
    font-size: 26px;
    margin-top: 10px;
}
.news_news_h .item1 .item_con .more{
    display: none;
}
.news_news_h .item1 .item_img img{
    width: 100%;
}


.page_news_list{
    flex:1;
    min-width: 0;
    padding-right: 40px;
}
.page_news_list .item{
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}
.page_news_list .item .item_img{
    width:28%;
    overflow: hidden;
    min-width: 400px;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_con{
    padding-left: 30px;
    flex:1;
    min-width: 0;
}
.page_news_list .item .item_con .time{
    color:var(--subtheme-color);
}
.page_news_list .item .item_con .tit{
    font-family: 'GoogleSansSemiBold';
    margin: 5px 0 12px;
}
.page_news_list .item .item_con .desc{
    font-size: 18px;
    line-height: 1.4;
    padding-right: 12px;
    flex:1;
    min-width: 0;
}
.page_news_list .item .item_con .more{
    position: relative;
    color:var(--subtheme-color);
}
.page_news_list .item .item_con .more i{
    font-weight: bold;
    transition: all .5s;
    position: absolute;
    margin-right: 10px;
    left: 0;
}
.page_news_list .item .item_con .more span{
    font-family: 'GoogleSansMedium';
    padding-left: 20px;
    transition: all .5s;
}
.page_news_list .item:hover .item_con .more span{
    padding-left: 0;
}
.page_news_list .item:hover .item_con .more i{
    left: 100px;
}
.page_news_list .item:hover .item_con .tit{
    color:var(--subtheme-color);
    text-decoration: underline;
}
.page_news_list .item:hover .item_con .desc_more .more{
    background: var(--theme-color);
    color:#fff;
}


.page_lastest_news_list{
    
}
.page_lastest_news_list .item{
    padding: 20px 0;
}
.page_lastest_news_list .item .item_img{
    width: 120px;
}
.page_lastest_news_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 20px;
}
.page_lastest_news_list .item .item_con .time{
    font-size: 15px;
    color:var(--subtheme-color);
}
.page_lastest_news_list a.more span{
    display: block;
    position: relative;
}
.page_lastest_news_list a.more span:after{
    content:'';
    display: block;
    width:0;
    height: 1px;
    background: var(--subtheme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.page_lastest_news_list a.more i{
    font-weight: bold;
    margin-left: 6px;
    transition:all .5s;
}
.page_lastest_news_list a.more:hover span:after{
    width: 100%;   
}
.page_lastest_news_list a.more:hover i{
    margin-left: 10px;
}


.page_news_right{
    width: 350px;
}
.page_news_right .panel1{
    background: #eff0f6;
    border-radius: 10px;
    padding: 23px;
}
.page_news_right .panel1 h4{
    font-size: 24px;
    font-family: 'RajdhaniSemiBold';
    line-height: 1;
    margin-bottom: 5px;
}
.page_news_right .panel1 p{
    font-size: 18px;
    line-height: 1.3;
}
.page_news_right .panel1 a{
    width: 220px;
    height: 45px;
    border-radius: 5px;
    background: var(--theme-color);
    font-size: 16px;
    font-family: 'RajdhaniSemiBold';
    color:#fff;
    display: block;
    margin: 12px auto 0;
    text-align: center;
    line-height: 45px;
}
.page_news_right .panel2,.page_news_right .panel3{
    background: #eff0f6;
    border-radius: 10px;
    margin: 30px 0;
    overflow: hidden;
}
.inner_news_tit_box1{
    height: 50px;
    background: var(--theme-color);
    font-size: 24px;
    font-family:'RajdhaniSemiBold';
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 24px;
    color:#fff;
}
.page_news_right .panel2 .list{
    padding: 25px;
}
.page_news_right .panel2 .list .item{
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'RajdhaniSemiBold';
    transition:all .4s;
}
.page_news_right .panel2 .list .item:last-child{
    margin-bottom: 0;
}
.page_news_right .panel2 .list .item:hover{
    color:var(--theme-color);
    padding-left: 10px;
}
.page_news_right .panel3 .list .item{
    padding:15px 25px;
    display: block;
    border-bottom: 1px solid rgba(47,56,139,.35);
    transition:all .4s;
}
.page_news_right .panel3 .list .item:last-child{
    border-bottom: none;
}
.page_news_right .panel3 .list .item .time{
    font-size: 16px;
    margin-bottom: 6px;
}
.page_news_right .panel3 .list .item .tit{
    line-height: 1.4;
    font-size: 18px;
    font-family: 'RajdhaniSemiBold';
}
.page_news_right .panel3 .list .item:hover{
    padding-top: 20px;
}
.page_news_right .panel3 .list .item:hover .tit{
    color:var(--theme-color);
}

.no_banner_pos_wrap{
    background: var(--theme-color);
}
.no_banner_pos{
    height: 90px;
}
.no_banner_pos .pos{
    color:#fff;
}


/* page_case_index */

.page_case_index .item{
    display: block;
    position: relative;
}
.page_case_index .item .item_con{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top:0;
    align-items: center;
    justify-content: center;
    color:#fff;
    padding: 50px;
    z-index: 5;
    text-align: center;
}


.page_case_top_list{
    margin: 0 -20px;
}
.page_case_top_list .item_w{
    padding: 0 20px;
    width: 33.333%;
}
.page_case_top_list .item{
    background: linear-gradient(to bottom,rgba(219,233,251,.9),transparent);
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.page_case_top_list .item .img img{
    transition:all .5s;
}
.page_case_top_list .item .tit{
    padding: 20px 0 30px;
    font-family: 'GoogleSansSemiBold';
}
.page_case_top_list .item:hover .img img{
    transform: rotate(360deg);
}

/* page_news_detail */



.page_news_detail{
    
}

.page_news_detail_hd{
    flex:1;
    min-width: 0;
    padding-right: 65px;
}



.page_news_detail_hd .time{
    color:var(--subtheme-color);
}

.page_news_detail_hd .content{
    min-height: 20vh;
}




/* page_certificates */

.page_certificates{
    
}

.page_certificates_tit{
    
}
.page_certificates_tit .tit{
    font-size:40px;
    font-family: 'GothicB';
    margin-bottom:20px;
    line-height: 1;
}
.page_certificates_tit .con{
    font-size:18px;
}
.page_certificates_tit .desc{
    font-size: 28px;
    margin-top: 10px;
}

.page_certificates_list_tit{
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1;
    font-family: 'GothicB';
}
.page_certificates_list{
    margin:-20px -45px;
}
.page_certificates_list .item{
    padding:20px 45px;
    width: 20%;
    cursor: pointer;
}
.page_certificates_list .item .img{
    border:1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.page_certificates_list .item .img img{
    width: 100%;
}
.page_certificates_list .item .tit{
    font-size: 18px;
    font-family: 'GothicB';
    text-align: center;
    margin-top: 10px;
}
.page_certificates_list .item:hover .img{
    border-color:var(--theme-color);
}
.page_certificates_list .item:hover .tit{
    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_list{
    margin:40px -10px 0;
}
.page_contact_list .item_w{
    padding: 0 10px;
    width: 25%;
}
.page_contact_list .item{
    background: #edf4fd;
    height: 100%;
    padding:40px 30px;
}
.page_contact_list .item .con{
}
.page_contact_list .item .con h4{
    font-family: 'GoogleSansSemiBold';
    margin:40px 0 20px;
    font-size: 22px;
}
.page_contact_list .item .con p{
    font-size: 18px;
    line-height: 1.3;
}
.page_contact_list .item .con p a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}

.page_contact_message_w{
    background: #edf4fd;
}
.page_contact_message{
    background: #fff;
}
.page_contact_message_con{
    position: relative;
    width: 35.5%;
}
.page_contact_message_con .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
}
.page_contact_message_con .item_con .tit{
    display: inline-flex;
    height: 45px;
    background: var(--subtheme-color);
    padding: 0 20px;
    border-radius: 100px;
    color:#fff;
    align-items: center;
}
.page_contact_message_con .item_con .desc{
    font-family: 'GoogleSansSemiBold';
    color:#fff;
}


/* page_solution */

.page_cases_list.page_solution_list .item{
    width: 33.333%;
}
.page_cases_list.page_solution_list .item .item_con .tit{
    height: auto;
    margin-bottom: 10px;
}

/* page_solution_detail */

.page_solution_detail .content{
    font-size:18px;
    color:#333;
}

/* page_paygo */

.page_paygo .panel1 .content{
    font-size:18px;
    color:#333;
}
.page_paygo .panel2{
    padding:0 7%;
}
.page_paygo .panel2 .list .item .img{
    display: flex;
    justify-content: center;
}
.page_paygo .panel2 .list .item .con{
    border-bottom: 1px solid #bbb;
    padding:50px 0;
    margin-left: 60px;
    flex:1;
    min-width: 0;
}
.page_paygo .panel2 .list .item .con h4{
    font-size:28px;
    font-family: 'PoppinsSemiBold';
    color:#333;
    margin-bottom:10px;
}
.page_paygo .panel2 .list .item .con p{
    font-size:18px;
}

.page_paygo .panel3{
    padding: 80px 7% 0;
}
.page_paygo .panel3 table{
    width: 100%;
}
.page_paygo .panel3 table tr{
    height: 60px!important;
    background: #f5f7f5;
}
.page_paygo .panel3 table tr:nth-child(2n){
    background: #fff;
}
.page_paygo .panel3 table tr td{
    padding:0 30px;
}
.page_paygo .panel3 table tr td:first-child{
    width: 25%;
}
.page_paygo .panel3 table tr:first-child td{
    color:#fff;
    font-family: 'PoppinsMedium';
}
.page_paygo .panel4 .list{
    padding:20px 0 80px;
}
.page_paygo .panel4 .list .item_wrap{
    padding: 0 20px;
}
.page_paygo .panel4 .list .item{
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding:0 10px 40px;
}
.page_paygo .panel4 .list .item .con{
    font-size:18px;
    color:#333;
    padding-top:30px;
    height: 116px;
}


/* return */

.return_page{
    margin-top: 60px;
    position: relative;
}
.return_page i{
    color:var(--theme-color);
    font-size:18px;
    margin-right: 6px;
}
.return_page a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}

.ind_pad{
    padding:80px 0 90px;
}
.info_ly{background: #fff;padding-left: 4%;padding-right: 4%;display: flow-root;}
.info_ly h2{text-align: center;margin-bottom: 20px;}
.info_ly .inp{width: 49.3%;height: 52px;line-height: 52px;background: #f6f6f6;display: block;float: left;margin-bottom: 16px;text-indent: 22px;}
.info_ly .inp:nth-child(2n){float: right;}
.info_ly .inp2{width: 100%;}
.info_ly textarea{height: 150px;background: #f6f6f6;text-indent: 22px;padding-top: 16px;width: 100%;display: block;}
.info_ly .sub{height: 52px;line-height: 52px;background:var(--theme-color);width: 100%;text-align: center;color: #fff;display: block;margin-top: 16px;text-transform: uppercase;border:none;cursor:pointer;}





