@charset"utf-8";

 .header {
    height:85px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 9999;
    background: var(--theme-color);
    transition:all .4s;
    padding: 0 5%;
}
.header_icons{
    position: absolute;
    right: 5%;
    top: 0;
    height: 85px;
}
.header_icons .search{
    color:#fff;
    cursor: pointer;
}
.header_icons .lang_box .ico{
    color:#fff;
    cursor: pointer;
}

.lang_box .lang {
    display: flex;
    align-items: center;
    height: 28px;
    padding:0 20px;
    border-radius: 100px;
    cursor: pointer;
    color:#fff;
    transition:all .3s;
}
.lang_box .lang img {
    height:18px;
    margin-right: 10px;
}
.lang_box:hover .lang {
    background:#fff;
    color: var(--theme-color);
}
.lang_box {
    position: relative;
    z-index: 100;
    margin-left: 15px;
}
.lang_box .dlang {
    position: absolute;
    left: -50px;
    top: 28px;
    width:140px;
    background: #fff;
    padding:5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.lang_box .dlang a {
    display: flex;
    align-items: center;
    color:#666;
}
.lang_box .dlang a:hover {
    color:var(--theme-color);
}
.lang_box .dlang a img {
    height: 16px;
    margin-right: 6px;
}
.lang_box:hover .dlang {
    display: block;
}
.header_wrap {
    height:85px;
    position: relative;
    z-index: 1;
}
.header .logo {
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translateX(-50%);
}
.header_wrap:after{
    content:"";
    width: 132px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    background:var(--theme-color);
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    z-index: -1;
}
.header .logo img {
    height: 63px;
}

.nav .nav_li {
    margin:0 25px;
    position: relative;
}
.nav .nav_li:nth-child(3){
    margin-right: 15%;
}
.nav .nav_li:nth-child(4){
    margin-left: 15%;
}
.nav>ul{
    justify-content: center;
    width: 100%;
    padding-right: 6%;
}
.nav .nav_li .nav1 a {
    color:#fff;
    display: block;
    line-height:85px;
    position: relative;
    transition:all 0s;
    font-size:18px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: capitalize;
    font-family: 'NunitoBold';
}
.nav .nav_li .nav1 a:after {
    content:'';
    width:0;
    height:2px;
    background:var(--subtheme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 14px;
    transition:all .3s;
}
.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:var(--subtheme-color);
}
.nav .nav_li.cur .nav1 a:after,.nav .nav_li:hover .nav1 a:after{
    width: 100%;
}
.nav .nav_li .nav1 a i {
    margin-left: 5px;
}
.nav .nav_li .nav2 {
    list-style-type: none;
    position: absolute;
    top:71px;
    left: -20px;
    width: 250px;
    background:var(--theme-color);
    border-radius:5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2 a{
    display: block;
    padding: 10px 20px;
    color:#fff;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.nav .nav_li .nav2 a:hover{
    color:var(--subtheme-color);
}
.nav .nav_li .nav2 a:last-child{
    border-bottom: none;
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
    margin-top: 85px;
}
.banner .item_img img {
    width: 100%;
}
.banner .item .item_con {
    position: absolute;
    width: 100%;
    height: 100%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16%;
    top: 0;
}
.banner .item .item_con .tit {
    font-family: 'entsans';
    font-size: 80px;
    text-transform: uppercase;
    line-height: 1.1;
    padding-bottom: 50px;
}
.banner .item .item_con .tit span{
    color:var(--theme-color);
    line-height: 1.1;
}
.banner .item .item_con .subtit {
}
.banner .item .item_desc {
    color:#fff;
    position: absolute;
    right: 0;
    bottom: 0;
    width:30%;
    background: rgba(214, 41, 55, .8);
    height: 310px;
    padding:60px 5% 0 40px;
    z-index: 999;
}
.banner .item .item_desc:before {
    content:'';
    display: block;
    width: 80px;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
    left: -79.5px;
    bottom: 0;
    z-index: 55;
    background: rgba(214, 41, 55, .8);
}
.banner .swiper-pagination {
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px;
    padding-left: 8%;
    height: 175px;
    display: flex;
    align-items: center;
    font-family:'Arial';
    position: absolute;
    bottom: 0;
    color:rgba(255, 255, 255, .5);
}
.banner .swiper-pagination span {
    margin: 0 6px;
}
.banner .swiper-pagination span.swiper-pagination-current {
    width: 30px;
    height:30px;
    border-radius: 50%;
    color:#fff;
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .arrow {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    padding: 0 0 40px 40px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    position: static;
    color:#fff;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 18px;
}
.banner_ico {
    position: absolute;
    left: 50%;
    bottom:20px;
    z-index: 30;
    width: 42px;
    height: 42px;
    border: 1px solid #000;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: downico 2s ease-out infinite;
    color:#000;
    transition:all .6s;
    cursor: pointer;
    border-radius: 5px;
}
.banner_ico i {
    transform: rotate(-45deg);
    display: block;
    font-size:20px;
}
@keyframes downico {
    0% {
        bottom: 20px;
    }
    50% {
        bottom:50px;
    }
    100% {
        bottom:20px;
    }
}
.banner_ico:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.pub_btn1 {
    height: 40px;
    background: var(--subtheme-color);
    line-height:40px;
    display: inline-block;
    padding:0 26px;
    border-radius:100px;
    color:#fff;
    transition:all .5s;
}

.pub_btn1:hover {
    background: var(--theme-color);
}

/* tit_box1 */

.tit_box1 .tit h4 {
    line-height: 1;
}
.tit_box1 .tit p {
    line-height: 1.4;
    margin-top: 10px;
}

.tit_box2 .tit h4 {
    color:var(--theme-color);
    line-height: 1.1;
}
.tit_box2 .tit p {
    margin-top:20px;
}

.mt10{
    margin-top: 10px;
}
.bg1 {
    background:#f3f2f0;
}
.bg2 {
    background:#f3f6fc;
}
.bg3 {
    background: #f5f5f5;
}

/* about */

.about_tit{
    background: url("../images/ico1.png") no-repeat left 10px bottom 10px var(--theme-color);
    width: 380px;
    height: calc(100% + 80px);
    position: relative;
    margin-top: -80px;
    z-index: 999;
    border-top-right-radius: 80px;
    padding:15px 40px;
    color:#fff;
}
.about_tit .company{
    position: relative;
    padding-left: 10px;
    font-family: 'NunitoBold';
    line-height: 1;
    margin-left: -22px;
}
.about_tit .company:before{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.about_tit .tit{
    padding-top: 30px;
    font-family: 'NunitoBold';
}
.about_tit .tit h4{
    color:var(--subtheme-color);
    font-family: 'NunitoBold';
}
.about_tit .tit p{
    line-height: 1.2;
}
.about_tit .desc{
    margin-top:20px;
}
.about_tit a{
    color:var(--subtheme-color);
    margin-top: 80px;
    display: block;
    text-align: right;
}
.about_tit a:hover{
    text-decoration: underline;
}

.about_list{
    justify-content:space-around;
    flex:1;
    min-width: 0;
    padding: 0 30px;
}
.about_list .item{
    padding: 0 15px;
    text-align: center;
}
.about_list .item .tit{
    font-family: 'NunitoBold';
    margin-top:35px;
}
.about_list .item .img{
    transition:all 1s;
}
.about_list .item:hover .img{
    transform: rotateY(360deg);
}
.about_list .item:hover .tit{
    color:var(--theme-color);
}

/* product_list */

.product_list{
    
}
.product_list .item{
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s linear;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.product_list .item:after{
    content:'';
    z-index: -1;
    background: rgba(0,64,128,.1);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition:all .4s;
    opacity: 0;
}
.product_list .item .item_img{
    padding-left: 6%;
    transition:all .8s;
}
.product_list .item.item1 .item_img{
    padding:50px 5%;
    text-align: center;

}
.product_list .item .item_con{
    text-align: center;
    padding: 0 30px;
}
.product_list .item .item_con .columnname{
    color:var(--theme-color);
}
.product_list .item .item_con .btns{
    justify-content: center;
    margin-top: 30px;
}
.product_list .item .item_con .btns a{
    margin: 0 20px;
}

.product_list .list{
    gap: 10px;
    margin: 10px 10px 0;
}
.product_list .list .item{
    flex:1;
    border-radius: 10px;
    overflow: hidden;
}
.product_list .item:hover{
    backdrop-filter: saturate(180%) blur(6px);
}
.product_list .item:hover:after{
    opacity: 1;
}
.product_list .item:hover .item_img{
    padding-left: 9%;
}
.product_list .item.item1:hover .item_img{
    padding-left: 15%;
}

/* partner_videos */

.partner_videos{
    padding: 0 20px;
    position: relative;
    overflow: hidden;
}
.partner_videos .item{
    position: relative;
}
.partner_videos .item .video-item{
    overflow: hidden;
}
.partner_videos .item .video-item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio:1/1;
    border-radius: 10px;
}
.partner_videos .item .tit{
    font-family: 'NunitoBold';
    padding: 0 30px 30px;
    line-height: 1.3;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color:#fff;
}
.partner_videos .swiper-button-prev,.partner_videos .swiper-button-next{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
    opacity: 1;
    color:#fff;
    pointer-events:visible;
    transition:all .4s;
}
.partner_videos .swiper-button-prev:after,.partner_videos .swiper-button-next:after{
    font-size: 16px;
}
.partner_videos .swiper-button-prev:hover,.partner_videos .swiper-button-next:hover{
    background: var(--subtheme-color);
}

/* news_list */

.news_list{
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden;
}
.news_list .item{
    border-radius: 10px;
    overflow: hidden;
    background: #f3f6fc;
}
.news_list .item .item_img{
    width: 50%;
}
.news_list .item .item_img img{
    width: 100%;
}
.news_list .item .item_con{
    flex:1;
    min-width:0;
    padding: 60px 12% 60px 90px;
    background: url("../images/ico2.png") no-repeat right 30px bottom 30px;
}
.news_list .item .item_con .b_tit:before{
    width: 80px;
    height: 3px;
    background: var(--subtheme-color);
    content:'';
    display: block;
    margin-bottom:20px;
}
.news_list .item .item_con .columnname{
    margin:20px 0;
}
.news_list .item .item_con .columnname span{
    height: 26px;
    padding: 0 17px;
    border-radius: 100px;
    background: var(--theme-color);
    color:#fff;
}
.news_list .item .item_con .tit{
    font-family: 'NunitoBold';
    line-height: 1.2;
}
.news_list .item .item_con .desc{
    color:#666;
    margin: 15px 0 30px;
}
.news_list .item .item_con .time{
    margin-bottom: 30px;
}
.news_list .swiper-pagination{
    right: 12%;
    bottom: 100px;
    position: absolute;
    width: auto;
    text-align: right;
}
.news_list .swiper-pagination .swiper-pagination-bullet{
    width: 16px;
    height: 3px;
    background: #ccc;
    margin: 0 3px;
    border-radius: 0;
    opacity: 1;
}
.news_list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:var(--subtheme-color);
}


/* need_help_wrap */

.need_help_wrap{
    background: var(--subtheme-color);
    position: relative;
}
.need_help_wrap .nh_bg1,.need_help_wrap .nh_bg2{
    display: block;
    height: 320px;
    position: absolute;
    top: 0;
}
.need_help_wrap .nh_bg1{
    background: url("../images/bg2.png") no-repeat;
    left: 0;
    width: 125px;
}
.need_help_wrap .nh_bg2{
    background: url("../images/bg1.png") no-repeat;
    right: 0;
    width: 687px;
}
.need_help{
    height: 320px;
    flex-direction: column;
    justify-content: center;
    color:#fff;
}
.need_help .desc{
    margin: 30px 0 40px;
}
.need_help .btn{
    width: 190px;
    height: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--subtheme-color);
    border-radius: 100px;
    cursor: pointer;
    transition:all .4s;
    white-space: nowrap;
    overflow: hidden;
}
.need_help .btn:hover{
    background: var(--theme-color);
    color:#fff;
}


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

.footer {
    background:var(--theme-color);
    color:#fff;
}
.footer a{
    color:#fff;
}

.footer_con{
    
}
.footer_con .menu_list{
    flex:1;
    min-width: 0;
}
.footer_con .menu_list .item{
    flex:1;
}
.footer_con .menu_list .item h4{
    font-size: 20px;
    font-family: 'NunitoBold';
    padding-bottom: 10px;
}
.footer_con .menu_list .item h5{
    padding: 5px 0;
}
.footer_con .menu_list .item h5 span{
    padding-right: 10px;
}
.footer_con .menu_list .item:last-child{
    flex:2;
}
.footer_con .info{
    width: 32%;
    padding-left: 5%;
}
.footer_con .info p{
    margin: 10px 0 20px;
}
.footer_con .info .share h4{
    padding-right: 10px;
}

.footer a:hover{
    text-decoration: underline;
}
.footer_copyright_wrap{
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.footer_copyright {
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
}
.footer_copyright a {
    margin-left:30px;
}
.footer_copyright a:hover {
    text-decoration: underline;
}


.footer_message {
    width:40%;
}
.footer_message .form .input_box {
    margin:0 -10px;
}
.footer_message .form .input {
    padding:0 10px;
    flex:1;
}
.footer_message .form input, .footer_message .form textarea {
    border-radius: 200px;
    height: 45px;
    outline: none;
    border: none;
    border-bottom: 1px solid #bbb;
    font-size:14px;
    padding:15px 0;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
}
.footer_message .form textarea {
    height: 100px;
}
.footer_message .form .button {
    margin-top: 15px
}
.footer_message .form button, .footer_message .form .button a {
    border:none;
    outline: none;
    width:180px;
    height: 45px;
    border-radius:5px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    font-size:16px;
    transition:all .3s;
    font-family:'PoppinsMedium';
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_message .form .button a {
    background: #333;
    margin-left: 20px;
}
.footer_message .form .button a:hover {
    text-decoration: none;
}
.footer_message .form button:hover, .footer_message .form .button a:hover {
    opacity: .8;
}

/* page_banner */
 .page_banner {
    margin-top:85px;
    position: relative;
}
.page_banner_bg:after{
    content:'';
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 270px;
    background: rgba(0,0,0,.4);
    border-top-right-radius: 80px;
}
.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: flex-end;
    align-items: center;
    color:#fff;
    z-index: 2;
}
.page_banner_con .info {
    width:50%;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page_banner_con .tit1 {
    font-family: 'NunitoRegular';
    text-transform: uppercase;
    position: relative;
    line-height: 1;
}
.page_banner_con .tit1:before{
    content:'';
    width: 80px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    padding-bottom: 10px;
}
.page_banner_con .pos a {
    padding: 0 3px;
}
.page_about_banner_con.page_banner_con{
    justify-content: center;
}
.page_about_banner_con .info{
    width: 60%;
    height:auto;
    display: block;
}
.page_about_banner_con .tit {
    margin-bottom: 30px;
    max-height: 120px;
    overflow-y: auto;
}
.page_about_banner_con .tit::-webkit-scrollbar,.page_about_banner_con .info .con::-webkit-scrollbar{
    background: rgba(255,255,255,.3);
    border-radius: 10px;
}
.page_about_banner_con .tit::-webkit-scrollbar-thumb,.page_about_banner_con .info .con::-webkit-scrollbar-thumb{
    background: var(--theme-color);
    border-radius: 10px;
}
.page_about_banner_con .info .con{
    max-height: 430px;
    overflow-y: auto;
}



.page_banner_menu .list .item.cur a, .page_banner_menu .list .item:hover a {
    background: var(--subtheme-color);
}

.inner_pos {
    padding-top: 20px;
    color:#999;
}
.inner_pos a {
    color:#999;
    padding: 0 3px;
}
.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_menu {
    width: 320px;
    margin-right: 20px;
}

.page_product_menu .menu {
    overflow: hidden;
}
.page_product_menu .menu_tit {
    font-family:'NunitoBold';
    color:#fff;
    height:60px;
    display: flex;
    align-items: center;
    background: var(--theme-color);
    padding: 0 40px;
    border-radius: 10px 10px 0 0;
}
.page_product_menu .menu_list {
    
}
.page_product_menu .menu_list .item {
    margin-bottom: 5px;
    background: #fff;
}
.page_product_menu .menu_list .item:last-child {
    border-bottom: none;
}
.page_product_menu .menu_list .item .hd{
    height: 55px;
    padding: 0 30px;
    transition:all .4s;
}

.page_product_menu .menu_list .item .hd a {
    flex:1;
    min-width: 0;
    position: relative;
}
.page_product_menu .menu_list .item .hd i{
    cursor: pointer;
    color:#666;
}
.page_product_menu .menu_list .item .bd{
    display: none;
    padding: 0 30px 10px;
}
.page_product_menu .menu_list .item .bd a {
    line-height: 1.4;
    position: relative;
    padding: 10px 0 10px 10px;
}
.page_product_menu .menu_list .item .bd a:before{
    content:'';
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:20px;
}
.page_product_menu .menu_list .item .hd.cur{
    background: var(--subtheme-color);
}
.page_product_menu .menu_list .item .hd a:hover{
    color:var(--theme-color);
}
.page_product_menu .menu_list .item .hd.cur a,.page_product_menu .menu_list .item .hd.cur i{
    color:#fff;
}
.page_product_menu .menu_list .item .hd.on{
    background:rgba(235,153,25,.1);
}
.page_product_menu .menu_list .item .hd.on a,.page_product_menu .menu_list .item .hd.on i{
    color:var(--subtheme-color);
}
.page_product_menu .menu_list .item .bd a:hover,.page_product_menu .menu_list .item .bd a:hover:before{
    color:var(--theme-color);
}


/* page_product_list */
 .page_product_list {
    flex:1;
    min-width: 0;
}
.page_product_list .list {
    margin:-10px;
}
.page_product_list .item {
    display: block;
    padding:10px;
    width:33.333%;
}
.page_product_list .item a{
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    transition:all .4s;
}
.page_product_list .item .item_img img {
    width: 100%;
}
.page_product_list .item .item_con {
    padding-top: 30px;
    text-align: center;
}
.page_product_list .item .item_con .subtit{
    color:var(--theme-color);
}
.page_product_list .item .item_con .tit {
    transition:all .4s;
    font-family: 'NunitoBold';
    line-height: 1.2;
    height: 48px;
    margin-bottom: 10px;
}
.page_product_list .item .item_con .desc {
    color:#666;
    line-height: 1.3;
    margin-top: 10px;
}
.page_product_list .item .item_con .more_style1{
    margin: auto;
}
.page_product_list .item a:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.page_product_list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_product_list .item:hover .item_con .btn {
    border-color:var(--theme-color);
    color:var(--theme-color);
}


/* product_detail */
 .j_pd_detail {
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}

.pd_detail_intro2 table{
    width: 100%;
}
.pd_detail_intro2 table tr td{
    padding: 8px 10px;
    border-color:transparent;
    background:rgba(0,64,128,.07);
}
.pd_detail_intro2 table tr:nth-child(2n) td{
    background: transparent ;
}

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

.page_about_wrap{
    background-image: url("../images/bg3.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.page_about_panel1 video{
    width: 100%;
    border-radius: 20px;
}


/* page_about_panel2 */

 .page_about_panel2_con {
    
}
.page_about_panel2_list .item1{
    width: 42.85%;
}
.page_about_panel2_list .item1 img{
    width: 100%;
    border-radius: 10px;
}
.page_about_panel2_list .list{
    flex:1;
    min-width: 0;
}
.page_about_panel2_list .list .item{
    padding-left: 20px;
    width: 50%;
}
.page_about_panel2_list .list .item:nth-child(-n+2){
    margin-bottom: 20px;
}
.page_about_panel2_list .list .item img{
    border-radius: 10px;
}

/* page_about_panel3 */

.page_about_panel3_wrap{
    position: relative;
}
.page_about_panel3_wrap .bg_tit{
    font-size: 108px;
    line-height: 1;
    color:rgba(0,64,128,.05);
    font-family: 'NunitoBlack';
    text-transform: uppercase;
    position: relative;
}
.page_about_panel3_wrap .bg_img{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35.9%;
}
.page_about_panel3_wrap .bg_img img{
    width: 100%;
}
.page_about_panel3_tit{
    width: 48%;
}
.page_about_panel3_tit .tit{
    color:var(--theme-color);
}
.page_about_panel3_tit .tit p{
    font-family: 'NunitoBold';
    margin-top: 10px;
}
.page_about_panel3_list{
    flex:1;
    min-width: 0;
    height:660px;
    position: relative;
    overflow-y: auto;
    padding-right: 50px;
}
.page_about_panel3_list>.swiper-wrapper{
    flex-direction: column;
}
.page_about_panel3_list .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_about_panel3_list .item{
    border-bottom: 1px solid #939497;
    padding-top: 30px;
    padding-bottom: 30px;
}
.page_about_panel3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 40px;
}
.page_about_panel3_list .item .item_con .tit{
    font-family: 'NunitoBold';
}
.page_about_panel3_list .item .item_con .tit span{
    color:var(--subtheme-color);
    padding-right: 10px;
}
.page_about_panel3_list .swiper-pagination{
    
}

/* page_about_panel4_list */

.page_about_panel4_list{
    margin:-20px;
}
.page_about_panel4_list .item{
    padding: 20px;
    width: 16.666%;
}


/* 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 */

/* product_detail */


.jy_pin_wrap{
    
}
.pd_detail{
    background: url("../images/ico4.png") no-repeat right 30px bottom 30px #f3f6fc;
}
.pd_detail_hd{
    
}
.pd_detail_hd .pics{
    width:50%;
    height: 600px;
}
.pd_detail_hd .pics .mySwiper2{
    flex:1;
    min-width: 0;
    height:100%;
    margin:0;
    overflow: hidden;
    border-radius:5px;
    position: relative;
    margin-left: 20px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w{
    position: relative;
    padding:20px 0;
    width: 72px;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-wrapper{
    flex-direction: column;
}
.pd_detail_hd .pics .mySwiper{
    overflow: hidden;
    height: 100%;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border:1px solid #fff;
    overflow: hidden;
    height:72px;
    width: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--subtheme-color);
    
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    z-index: 99;
    width:72px;
    height: 12px;
    border-radius:3px;
    opacity: 1;
    color:#333;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin:0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after{
    font-size:8px;
    font-weight: bold;
    transform: rotate(90deg);
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    top: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next{
    top: auto;
    bottom: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}


.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 8%;
    min-width: 0;
}
.pd_detail_hd .infos h1{
    line-height: 1.2;
}
.pd_detail_hd .infos h5{
    margin: 10px 0 0;
    color:var(--theme-color);
}
.pd_detail_hd .infos .desc{
    margin:20px 0 0;
    color:#666;
    line-height: 1.8;
}
.pd_detail_hd .infos .desc p{
    font-family: 'NunitoBold';
    color:#333;
}




.pd_detail_hd .infos .btns{
    margin-top:60px;
}
.pd_detail_hd .infos .btns .btn{
    align-items: center;
    text-transform: uppercase;
    margin-right:20px;
    font-family: 'NunitoBold';
    line-height: 1;
    display: flex;
    background: var(--subtheme-color);
    color:#fff;
    height: 50px;
    padding:0 30px;
    border-radius:100px;
    cursor: pointer;
    transition:all .4s;
}
.pd_detail_hd .infos .btns .btn i{
    line-height: 1;
    vertical-align: middle;
    margin-left:10px;
    display: inline-block;
}
.pd_detail_hd .infos .btns .btn.btn2{
    background:#333;
}
.pd_detail_hd .infos .btns .btn:hover{
    background: var(--theme-color);
}


.pd_detail_intro{
    background: #fff;
    padding-bottom: 80px;
}

.pd_detail_intro_tit{
    padding:25px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 85px;
    background: #fff;
    z-index: 50;
}
.pd_detail_intro_tit .item{
    display: inline-block;
    margin-right:10px;
    font-family: 'NunitoBold';
    cursor: pointer;
    line-height: 1.5;
    font-size: 20px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 10px;
    background: #f3f6fc;
    border-radius: 10px;
    overflow: hidden;
}

.pd_detail_intro_tit .item.cur{
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_intro_tit .item.cur:after{
    width: 100%;
}

.pd_detail_intro .jy_item .j_tit{
    font-size: 22px;
    font-family: 'NunitoBold';
    padding-left: 25px;
    position: relative;
    line-height: 1;
}
.pd_detail_intro .jy_item .j_tit:before{
    width: 12px;
    height: 12px;
    background: var(--subtheme-color);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
}
.pd_detail_intro .jy_item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 50px;
}
.pd_detail_intro .jy_item .item_con .con{
    margin-top: 20px;
}
.pd_detail_intro .jy_item .item_con .con p{
    line-height: 1.8;
}
.pd_detail_intro .pd_detail_intro1 .item_img{
    width: 55%;
}
.pd_detail_intro .pd_detail_intro3 .item_img{
    width: 38.5%;
}

/* page_related_products */

.page_related_products_tit h4{
    color:var(--theme-color);
    line-height: 1;
}
.page_related_products_list.page_product_list .item{
    width: 25%;
}


/* page_support_download_list */


 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_support_faq */
 .page_support_faq {
    padding:70px 0 100px;
}
.page_support_faq_menu {
    justify-content: center;
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item {
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after, .page_support_faq_menu .item:hover:after {
    transform: scale(1);
}
.page_support_faq_list .list {
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child {
    display: block;
}
.page_support_faq_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit {
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4 {
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i {
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc {
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i {
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit {
    color:var(--theme-color);
}


/* page_news */

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

.page_latest_news .item_con .tit{
    line-height: 1.3;
    margin:15px 0 10px;
    transition:all .4s;
    font-family: 'NunitoBold';
}


.page_latest_news .item_con .desc{
    margin:20px 0 50px;
    color:#666;
}
.page_latest_news .item_img{
    width: 50%;
}
.page_latest_news .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page_menu_public */

.page_menu_public{
    
}
.page_menu_public .item{
    margin-right: 20px;
}
.page_menu_public .item a{
    display: block;
    height:40px;
    line-height: 36px;
    border:2px solid #333;
    padding: 0 20px;
    border-radius: 5px;
    font-size:14px;
    color:#333;
    font-family: 'PoppinsSemiBold';
}
.page_menu_public .item a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_menu_public .item.all a,.page_menu_public .item.cur a{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

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

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

.page_news_list .list{
    margin:-20px;
}
.page_news_list .item{
    width: 33.333%;
    padding:20px;
    display: block;
}
.page_news_list .item .item_img{
    border-radius:10px 10px 0 0;
    overflow: hidden;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_con{
    background: #fff;
    padding: 25px 35px;
    border-radius: 0 0 10px 10px;
    transition:all .5s;
}
.page_news_list .item .item_con .tit{
    font-family: 'NunitoBold';
    height: 56px;
    line-height: 1.4;
    transition:all .5s;
}
.page_news_list .item .item_con .time{
    margin: 6px 0;
}
.page_news_list .item .item_con .desc{
    margin:0 0 25px;
    color:#666;
}

.page_news_list .item .item_con .btn{
    color:var(--theme-color);
    line-height: 1.4;
    text-align: right;
}
.page_news_list .item:hover .item_con{
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.no_banner_pos{
    padding:120px 0 0;
}


/* page_news_detail */


.page_news_detail{
    
}

.page_news_detail_hd{
    flex:1;
    min-width: 0;
    padding-right: 65px;
}
.page_news_detail_hd .columnname{
    color:#fff;
    height: 40px;
    font-family: 'PoppinsSemiBold';
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}

.page_news_detail_hd h1{
    line-height: 1.1;
    margin-top:20px;
    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 .content{
    padding:35px 0 20px;
    min-height: 20vh;
}


.page_news_detail_bd{
    width: 330px;
}
.page_news_detail_bd .j_tit{
    margin-bottom: 10px;
    font-family: 'NunitoBold';
}
.page_news_detail_bd .list .item{
    background: #f5f7f5;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.page_news_detail_bd .list .item .item_con{
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time{
    color:var(--theme-color);
}
.page_news_detail_bd .list .item .item_con .tit{
    font-family: 'NunitoBold';
    margin:5px 0 10px;
    line-height: 1.2;
}
.page_news_detail_bd .list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_certificates */
 .page_certificates {
    background: url("../images/map.png") no-repeat center top 80px;
}
.page_certificates_tit .con {
    margin-top: 30px;
}
.page_certificates_list1 {
    justify-content: space-around;
}
.page_certificates_list1 .item {
    margin: 0 20px;
    text-align: center;
}
/* 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 {
}
.page_contact .j_tit {
    color:var(--theme-color);
    margin-bottom: 20px;
    line-height: 1;
}
.page_contact_hd {
    flex:1;
    min-width: 0;
}

.page_contact_hd .form .tit{
    margin-bottom:8px;
    color:#666;
}
.page_contact_hd .form .input{
    margin-bottom:20px;
}
.page_contact_hd .form input, .page_contact_hd .form textarea {
    outline: none;
    border: 1px solid #fff;
    height: 50px;
    background: #fff;
    padding:10px;
    border-radius:6px;
    line-height: 30px;
    width: 100%;
    transition:all .4s;
}
.page_contact_hd .form input:focus, .page_contact_hd .form textarea:focus{
    border-color:var(--theme-color);
}
.page_contact_hd .form textarea {
    height: 120px;
    line-height: 22px;
}

.page_contact_hd .form button {
    width: 100%;
    border-radius: 6px;
    font-family: 'NunitoBold';
    font-size: 20px;
    height: 50px;
    background: var(--theme-color);
    border: none;
    outline: none;
    cursor: pointer;
    color:#fff;
    transition:all .5s;
}
.page_contact_hd .form button:hover{
    background: var(--subtheme-color);
}

.page_contact_bd {
    width: 57%;
    padding-right: 65px;
}
.page_contact_bd .tit1 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page_contact_bd .info {
    padding: 20px 0 0;
}
.page_contact_bd .info .info_item {
    margin-top:50px;
}
.page_contact_bd .info .info_item .ico {
    width: 90px;
    height: 90px;
    background: #cae6f4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact_bd .info .info_item .ico i {
    font-size: 24px;
}
.page_contact_bd .info .info_item .con {
    margin-left: 17px;
    flex:1;
    min-width: 0;
}
.page_contact_bd .info .info_item .con h4 {
    font-size: 20px;
    line-height: 1.2;
    font-family: 'NunitoBold';
}
.page_contact_bd .info .info_item .con p{
    font-size: 18px;
}
.page_contact_bd .info .info_item .con p a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}
.page_contact_bd .tit2 {
    font-size: 22px;
    font-family:'MagraBold';
    text-transform: uppercase;
    padding:40px 0 20px;
}
.page_contact_bd .info.info1 {
    padding-top: 0;
}
.page_contact_bd .map {
    margin-top: 40px;
}
/* page_equ_panel1 */
 .page_equ_panel1_wrap {
    background: #f5f5f5;
}
.page_equ_panel1 .desc {
    font-size:18px;
    margin:35px 0;
}
.page_equ_panel1 .list {
    margin:0 -34px;
    padding-bottom: 80px;
}
.page_equ_panel1 .list .item {
    flex:1;
    padding:0 34px;
}
.page_equ_panel1 .list .item .img img {
    border-radius: 30px;
}
.page_equ_panel1 .list .item .tit {
    font-size:18px;
    text-align: center;
    padding-top: 15px;
}
.page_equ_panel2_wrap {
    padding-bottom: 80px;
}
.page_equ_panel2_con {
    padding:40px 0 20px 0;
    position: relative;
}
.page_equ_panel2_con .item img {
    border-radius: 20px;
}

/* page_solution */

.page_solution_list {
    margin: -25px;
}
.page_solution_list .item {
    width: 50%;
    transition:all .4s;
    padding: 25px;
}
.page_solution_list .item a{
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition:all .4s;
}
.page_solution_list .item .item_con{
    background: #fff;
    padding: 40px;
}
.page_solution_list .item .item_con .tit{
    font-family: 'NunitoBold';
    color:var(--theme-color);
}
.page_solution_list .item .item_con .desc{
    color:#666;
    margin:10px 0 30px;
}
.page_solution_list .item a:hover{
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}

.page_customer_review_wrap{
    background: url("../images/bg4.jpg") no-repeat center var(--theme-color);
    background-size: 100% auto;
}
.page_customer_review_tit{
    color:#fff;
}
.page_customer_review_list{
    position: relative;
    overflow: hidden;
    padding: 50px 200px 0;
}
.page_customer_review_list:before,.page_customer_review_list:after{
    content:'';
    background: url("../images/ico3.png") no-repeat;
    display: block;
    position: absolute;
    top: 50px;
    width: 71px;
    height: 59px;
}
.page_customer_review_list:before{
    left: 70px;
}
.page_customer_review_list:after{
    right: 70px;
    transform: rotate(180deg);
}
.page_customer_review_list .item{
    text-align: center;
    color:#fff;
}
.page_customer_review_list .item .img{
    margin: 30px 0 10px;
}
.page_customer_review_list .item .img img{
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 3px solid #fff;
    object-fit: cover;
}

.page_customer_review_list .item .tit{
    font-family: 'NunitoBold';
}
.page_customer_review_list .swiper-button-prev,.page_customer_review_list .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--subtheme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    color:#fff;
    transition:all .4s;
}
.page_customer_review_list .swiper-button-prev:after,.page_customer_review_list .swiper-button-next:after{
    font-size: 20px;
    font-weight: bold;
}
.page_customer_review_list .swiper-button-prev:hover,.page_customer_review_list .swiper-button-next:hover{
    background: #fff;
    color:var(--theme-color);
}



/* page_related_news */


.page_related_news{
    overflow: hidden;
    padding-bottom: 20px;
}
.page_related_news_tit{
    color:var(--theme-color);
    line-height: 1;
   
}
.page_related_news_list{
    position: relative;
}
.page_related_news_list .arrow{
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    z-index: 5;
}
.page_related_news_list .arrow .swiper-button-prev,.page_related_news_list .arrow .swiper-button-next{
    position: initial;
    opacity: 1;
    width: 35px;
    height: 35px;
    background: #fff;
    font-weight: bold;
    margin-left: 15px;
    color:#333;
    margin-top: 0;
    transition:all .4s;
    border-radius: 6px;
}
.page_related_news_list .arrow .swiper-button-prev:after,.page_related_news_list .arrow .swiper-button-next:after{
    font-size: 18px;
}
.page_related_news_list .arrow .swiper-button-prev:hover,.page_related_news_list .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_related_news_list .item{
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition:all .4s;
}
.page_related_news_list .item .item_img img{
    width: 100%;
}
.page_related_news_list .item .item_con{
    background: #fff;
    padding: 20px 30px 30px;
}
.page_related_news_list .item .item_con .tit{
    font-family: 'NunitoBold';
    line-height: 1.3;
    transition:all .4s;
}
.page_related_news_list .item .item_con .time{
    margin: 10px 0;
}
.page_related_news_list .item .item_con .desc{
    color:#666;
}
.page_related_news_list .item .item_con .btn{
    margin-top: 20px;
    text-align: right;
    transition:all .4s;
    color:var(--theme-color);
}
.page_related_news_list .item:hover{
    box-shadow:  0 0 25px rgba(0,0,0,.1);
}
.page_related_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_related_news_list .item:hover .item_con .btn{
    color:var(--subtheme-color);
}

/* 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 {
    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;
}