@charset "utf-8";

.header{
    height:100px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition:all .4s;
}
.header_hd_wrap{
    background: var(--theme-color);
    height: 40px;
}
.header_hd_wrap .wrapper{
    height: 100%;
}
.header_hd_hd{
    flex:1;
}
.header_hd_hd .con a{
    color:#fff;
    display: flex;
    align-items: center;
    margin-right: 40px;
    cursor: pointer;
}
.header_hd_hd .con a i{
    font-size:20px;
    margin-right:5px;
}
.header_hd_hd .con a span{
    font-family: 'MontserratLight';
    font-size: 14px;
}
.header_hd_hd .con a:hover span{
    text-decoration: underline;
}
.header_hd_bd .follow_list a{
    width: 24px;
    height: 24px;
}
.header_hd_bd .follow_list a svg{
    width: 14px;
    height: 14px;
}
.header.header_on{
    background: #fff;
    border-color: rgba(0, 0, 0, .13);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.logo{
    flex:1;
}
.header_bd{
    position: relative;
}
.header_bd .logo img{
    max-height: 70px;
}
.header_bd .logo .logo2{
    display: none;
}
.nav .nav_li{
    margin:0 28px;
}
.nav .nav_li .nav1{
    position: relative;
}
.nav .nav_li .nav1 a{
    color:#fff;
    display: block;
    line-height:100px;
    position: relative;
    text-transform: capitalize;
    transition:all 0s;
    max-width: 135px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size:16px;
    font-weight: bold;
}
.nav .nav_li .nav1 a i{
    font-size:10px;
    margin-left:3px;
}
.header_on .nav .nav_li .nav1 a:after{
    content:'';
    width:0;
    height:2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top: 72px;
    line-height: 40px;
    width: 300px;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:20px 30px 40px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    z-index: 10;
}
.nav .nav_li .nav2 h4{
    font-size:16px;
    border-bottom: 1px solid #c8c8c8;
    padding:10px 0;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.nav .nav_li .nav2 a{
    display: flex;
    align-items: center;
    padding-top: 15px;
    font-family: 'MontserratLight';
    font-size:14px;
}
.nav .nav_li .nav2 a span{
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i{
    font-size:12px;
}
.nav .nav_li .nav2 a:hover{
    color:var(--theme-color);
}
.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:#fff;
}
.nav .nav_li:hover .nav1 a:after,.nav .nav_li.cur .nav1 a:after{
    width: 100%;
}
.header_bd .btns{
    color:#fff;
    margin-left: 20px;
    font-size:16px;
}
.header_bd .btns a:hover{
    color:var(--theme-color);
}
.header.header_on .nav .nav_li .nav1 a{
    color:#333;
}
.header.header_on .nav .nav_li.cur .nav1 a,.header.header_on .nav .nav_li:hover .nav1 a{
    color:var(--theme-color);
}
.header.header_on .nav .nav_li .nav1 a:after{
    background:var(--theme-color);
}
.header_on .header_bd .btns .contact{
    border-color: #333;
}
.header_on .header_bd .btns .contact a{
    color:#333;
}
.header_on .header_bd .btns .contact:hover{
    background: var(--theme-color);
    border-color:var(--theme-color);
}
.header_on .header_bd .btns .contact:hover a{
   color:#fff;
}
.header_on .header_bd .logo .logo1{
    display: none;
}
.header_on .header_bd .logo .logo2{
    display: block;
}
.header_on .header_bd .btns .btn:hover i{
    color:var(--theme-color);
}
.header_on .header_bd .btns .btn .lang i{
    transition:all .3s;
}
.header.header_on .header_bd .btns{
    color:#333;
}


.banner{
    position: relative;
    overflow: hidden;
}
.banner .item_img img{
    width: 100%;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom:5vh;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_con .info{
    display: flex;
    flex-direction: column;
    color:#fff;
}
.banner .item .item_con h4{
    font-size:60px;
    line-height:1.3;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom: 10px;
}
.banner .item .item_con h4 span{
    color:var(--subtheme-color);
}
.banner .item .item_con p{
    margin-bottom: 10px;
    color:#17b0ff;
    font-size:30px;
    margin-bottom: 60px;
}
.banner .item .more_style1{
    border-color:#fff;
    color:#fff;
}
.banner .pages{
    position: absolute;
    width:100%;
    bottom: 50px;
    display: flex;
    z-index: 30;
    justify-content: space-between;
}
.banner .swiper-pagination{
    text-align: left;
    bottom:0;
    left: 5%;
    width: auto;
}
.banner .swiper-num{
    right:5%;
    position: absolute;
    bottom: 0;
    color:#fff;
}
.banner .swiper-num .active{
    font-size:30px;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #fff;
    margin:0 17px;
    opacity: 1;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    content:'';
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid #fff;
    position: absolute;
    left: -9px;
    top: -9px;
}
.banner .swiper-button-prev{
    left:3%;
}
.banner .swiper-button-next{
    right: 3%;
}
.banner .swiper-button-prev, .banner .swiper-button-next{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0,0,0,.2);
    display: none;
}
.banner:hover .swiper-button-prev, .banner:hover .swiper-button-next{
    display: flex;
}
.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover{
    background: var(--theme-color);
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
    color:#fff;
    font-size:24px;
}
.banner .banner-towrap{
    position: absolute;
    bottom: 42px;
    left: 50%;
    z-index: 2;
    margin-left: -24px;
    display: flex;
    align-items: center;
}
.banner .banner-towrap p{
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}
.banner .banner-to{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    display: block;
    border: 1px solid #FFFFFF;
    background-color: transparent;
    z-index: 9;
    margin: auto; 
    color: #fff;
    position: relative;
    height: 30px; 
    width: 20px; 
    text-align: center;
    border-radius: 10px; 
    margin: 0 5px;
}
.banner .banner-towrap span{ 
    text-transform: uppercase; 
    color: #fff; 
    font-size: 14px;
}
.banner .banner-to i{ 
    animation: downico 1.5s ease-out infinite;
    position: absolute; 
    width: 3px; 
    height: 3px;
    background: #fff;
    margin-left: -1px;
}
@keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}
@-webkit-keyframes downico{
	0%{top: 10%;}
	35%{top: 40%;}
	65%{top: 50%;}
	100%{top: 10%;}
}

/* tit_box1 */

.tit_box1{
    padding:90px 0 40px;
    text-align: center;
}
.tit_box1 .tit{
    
}
.tit_box1 .tit h4{
    font-size:48px;
}

.tit_box1_fff .tit{
    color:#fff;
}

.bg1{
    background:#f4f4f4;
}
.bg2{
    background:#f6f6f6;
}


/* product_menu_wrap */

.product_menu_wrap{
    padding-bottom: 80px;
    background: url("../images/pro_menubg.jpg") no-repeat center bottom #fff;
}
.product_menu{
    margin:0 -50px;
}
.product_menu .item{
    display: flex;
    padding:50px;
    width: 33.333%;
    align-items: center;
}
.product_menu .item .img{
    width: 240px;
}
.product_menu .item .con{
    flex:1;
    min-width: 0;
    padding-left: 25px;
}
.product_menu .item .con h4{
    font-size:24px;
}
.product_menu .item .con p{
    margin:10px 0 20px;
}
.product_menu .item .con span{
    display: flex;
    align-items: center;
}
.product_menu .item .con span i{
    transform: rotate(180deg);
    display: block;
    line-height: 1;
    color:#666;
    font-size:12px;
    margin-left: 5px;
}
.product_menu .item:hover .con h4,.product_menu .item:hover .con span,.product_menu .item:hover .con span i{
    color:var(--theme-color);
}


/* about */

.about_wrap{
    background: url("../images/about_bg.jpg") no-repeat center;
    position: relative;
    margin-bottom: 80px;
}

.about_con{
    padding-bottom: 180px;
    text-align: center;
    margin:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_con .desc{
    color:#fff;
    padding-bottom: 80px;
}

.about_data_wrap{
    border-top: 1px solid rgba(255,255,255,.3);
}
.about_data{
    border-right: 1px solid rgba(255,255,255,.3);
}
.about_data .item{
    display: flex;
    flex:1;
    border-left: 1px solid rgba(255,255,255,.3);
    padding:25px 35px;
    align-items: center;
}
.about_data .item .info{
    flex:1;
    min-width: 0;
    color:#fff;
}
.about_data .item .info .num{
    font-size:36px;
    line-height: 1;
    font-weight: bold;
    font-family: 'Arial';
}
.about_data .item .info .num span{
    font-size:70px;
    line-height: 1;
}
.about_data .item .info p{
    margin-top: 10px;
}
.about_data .item:hover{
    background: var(--theme-color);
}

/* partners_wrap */

.partners_wrap{
    background: url("../images/partners_bg.jpg") no-repeat center #f8f8f8;
    padding-bottom: 80px;
}
.partners_con{
    overflow: hidden;
    position: relative;
    margin:-10px;
}
.partners_con .item{
    width:16.666%;
    padding:10px;
}
.partners_con .item .img{
    background: #fff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.partners_con .item .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.partners_con .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.partners_con .swiper-slide {
   text-align: center;
   font-size: 16px;
   background: #fff;
   height: calc((100% - 22px) / 2) !important;
  /* Center slide text vertically */
   display: flex;
   justify-content: center;
   align-items: center;
   padding:10px 0;
}
.partners_con .swiper-slide .img{
    height: 100%;
}
.partners_con .swiper-slide .img img{
    max-height: 100%;
}
.partners_con .swiper-pagination-bullet{
    margin:0 16px!important;
}
.partners_con .swiper-pagination-bullet-active{
    background:#3fbe70;
    position: relative;
}
.partners_con .swiper-pagination-bullet-active:after{
    content:'';
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border:2px solid #3fbe70;
    position: absolute;
    left: -15px;
    top: -15px;
}

.page_partners_con{
    height:450px;
}



/* 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 #ccc;
}

.page_product_related{
    padding:70px 0 0;
}
.page_product_related_tit{
    font-size:40px;
    color:#333;
    text-align: center;
    font-family: 'MontserratSemiBold';
}

/* news */

.hot_news{
    width:50%;
    padding-right: 40px;
}

.hot_news .item{
    position: relative;
}
.hot_news .item .img img{
    width: 100%;
}
.hot_news .item .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(50,50,50,.7);
    padding:30px 40px;
    color:#fff;
    align-items: center;
}
.hot_news .item .info .con{
    flex:1;
    min-width: 0;
    padding-right: 20px;
}
.hot_news .item .info .con h4{
    font-size:24px;
    line-height: 1;
}
.hot_news .item .info .con p{
    margin-top:10px;
}
.hot_news .item .info .ico i{
    font-size:30px;
}



.faq_news{
    flex:1;
    min-width: 0;
}

.faq_news .item{
    align-items: center;
    background: #f8f8f8;
    padding: 30px 30px 30px 10px;
    margin-bottom:36px;
}
.faq_news .item:last-child{
    margin-bottom: 0;
}
.faq_news .item .time{
    width: 130px;
    font-size:16px;
    text-align: center;
}
.faq_news .item .time span{
    display: block;
    font-size:56px;
    line-height: 1;
    font-weight: bold;
}
.faq_news .item .con{
    padding:0 0 0 30px;
    flex:1;
    min-width: 0;
    border-left: 1px solid #ddd;
}
.faq_news .item .con h4{
    font-size:22px;
    transition:all .3s;
    line-height: 1.4;
}
.faq_news .item .con p{
    color:#666;
    margin:8px 0 15px;
}
.faq_news .item:hover{
    border-color:var(--theme-color);
}
.faq_news .item:hover .con h4{
    color:var(--theme-color);
}
.faq_news .item:hover .con span:after{
    width: 100%;
}




/* news_wrap */

.news{
   
}
.news_wrap{
    position: relative;
    padding-bottom: 60px;
    overflow: hidden;
}
.news_wrap:after{
    content:'';
    display:block;
    width: 17%;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    right: 0;
    top: 45px;
}
.news_tit{
    font-family: 'MontserratBold';
    color:var(--theme-color);
    font-size: 50px;
}

.news_con{
    padding: 35px 0 60px;
    position: relative;
}
.news_con .item{
    display: block;
}
.news_con .item .img img{
    width: 100%;
}
.news_con .item .con{
    padding:30px 0;
}
.news_con .item .con .time{
    font-size:14px;
}
.news_con .item .con h4{
    font-size:18px;
    color:#333;
    hyphens:auto;
    margin: 6px 0;
}
.news_con .item .con .desc{
    font-size:14px;
    color:#888;
    font-family: 'MontserratLight';
}
.news_con .item .con .more{
    margin-top: 15px;
    color:#777;
    position: relative;
    display: inline-block;
}
.news_con .item .con .more:after{
    content: '';
    width: 0;
    height: 2px;
    transition: all .4s;
    background:var(--theme-color);
    display: block;
}
.news_con .item .con .more i{
    font-weight: bold;
    margin-left: 3px;
}
.swiper-horizontal>.swiper-pagination-progressbar{
    top: auto;
    bottom:1px;
    background: #666;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--theme-color);
    height: 6px;
    top: -1px;
}
.news_con .item:hover .con h4{
    color:var(--theme-color);
}
.news_con .item:hover .more{
    color:var(--theme-color);
}
.news_con .item:hover .more:after{
    width: 100%;
}


/* footer */

.footer{
    background: #2d2d2d;
    margin-top: 100px;
}

.footer_info{
    padding-bottom:20px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-top: 50px;
    justify-content: space-between;
    align-items: center;
}
.footer_info .f_menu a{
    color:#fff;
    font-size:16px;
    margin:0 15px;
}
.footer_info .f_menu a:hover{
    text-decoration: underline;
}
.footer_info .f_share span{
    color:#fff;
    padding-right: 15px;
}
.footer_info .f_logo img{
    height: 60px;
}

.footer_con{
    padding:40px 0;
    color:#c6c6c6;
}
.footer_con .txt{
    width: 42%;
}
.footer_con .tel{
    flex:1;
    display: flex;
    padding:0 3% 0 5%;
    flex-wrap: wrap;
}
.footer_con .tel .item{
    display: flex;
    margin-right: 40px;
    align-items: center;
}
.footer_con .tel .item .ico{
    width: 44px;
    height: 44px;
    border:1px solid #7f7f7f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_con .tel .item p{
    padding-left: 12px;
}
.footer_con .code p{
    font-size:14px;
    text-align: center;
    margin-top: 6px;
}

.footer_copyright{
    font-size:13px;
    padding:15px 0;
    display: flex;
    border-top: 1px solid rgba(255,255,255,.1);
    color:#c7c7c7;
}
.footer_copyright span{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.footer_copyright span img{
    margin-right: 10px;
}


/* page_banner */

.page_banner{
    position: relative;
}
.page_banner .img img{
    width: 100%;
}
.page_banner .info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:#fff;
    padding-top: 50px;
    text-transform: capitalize;
}
.page_banner .info .tit{
    font-size:40px;
    line-height: 1.2;
}
.page_banner .info .desc{
    font-size:18px;
    margin-top: 25px;
}

.page_inner_tit{
    text-align: center;
    padding:80px 0 40px;
}
.page_inner_tit .tit{
    position: relative;
    font-size:48px;
    padding-bottom: 10px;
}
.page_inner_tit .tit:before,.page_inner_tit .tit:after{
    content:'';
    width: 160px;
    height: 1px;
    background: #dcdcdc;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.page_inner_tit .tit:after{
    background: var(--theme-color);
    width: 70px;
}
.page_inner_tit .desc{
    margin-top: 20px;
    color:#5b5b5b;
}


/* page_case_menu */

.page_case_menu{
    padding:35px 0 0;
    border-bottom: 1px solid #ddd;
}
.page_case_menu .item{
    margin-right: 35px;
    font-size:16px;
    padding:0 5px 10px;
    position: relative;
    cursor: pointer;
    color:#333;
}
.page_case_menu .item:after{
    content:'';
    display: block;
    width:0;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -2px;
    transition:all .3s;
}
.page_case_menu .item.all:after{
    transition: all 0s;
}
.page_case_menu .item:hover:after,.page_case_menu .item.cur:after,.page_case_menu .item.all:after{
    width: 100%;
}
.page_case_menu .item.cur,.page_case_menu .item.all{
    font-family: 'GilroyMedium';
}
.page_case_con{
    padding-top: 40px;
}
.page_case_con .item{
    display: none;
}
.page_case_con .item:first-child{
    display: block;
}
.page_case_con .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 7%;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_case_con .item .item_con h4{
    font-size:30px;
    font-weight: bold;
    color:#333;
}
.page_case_con .item .item_con h4:after{
    content:'';
    display: block;
    width: 50px;
    height: 2px;
    background: var(--theme-color);
    margin: 10px 0 30px;
}
.page_case_con .item .item_con p{
    font-size:16px;
}
.page_case_con .item .item_img{
    width:57.1%;
}


.page_cases_list{
    padding-bottom: 60px;
}
.page_cases_list .list{
    margin:30px -23px 0;
}
.page_cases_list .list a{
    width: 33.333%;
    display: block;
    padding:0 23px 35px;
}
.page_cases_list .list .item{
    background: #fff;
    transition:all .3s;
}
.page_cases_list .list .item .info{
    padding:20px 30px 30px;
}
.page_cases_list .list .item .info h4{
    font-size:20px;
    line-height: 1.4;
    color:#333;
}
.page_cases_list .list .item:hover{
    background:var(--theme-color);
}
.page_cases_list .list .item:hover .info h4{
    color:#fff;
}
.page_cases_list .list .item:hover .info span.jy_more1{
    color:#fff;
}
.page_cases_list .list .item .info span.jy_more1:after{
    background:#fff;
}
.page_cases_list .list .item:hover .info span.jy_more1:after{
    width: 100%;
}

/* page_product */


.page_product_list{
    padding-bottom:80px;
}
.page_product_list .list{
    margin: -20px;
}
.page_product_list .list a{
    width: 50%;
    padding:20px;
}
.page_product_list .list .item{
    transition:all .4s;
    background: #fff;
    padding:50px;
    height: 100%;
}
.page_product_list .list .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50%;
}
.page_product_list .list .item .img img{
    max-height: 245px;
    object-fit: contain;
}
.page_product_list .list .item .info{
    flex:1;
    min-width: 0;
    padding-right: 4%;
}
.page_product_list .list .item .info h4{
    font-size:24px;
    padding-bottom: 10px;
    position: relative;
    transition:all .4s;
}
.page_product_list .list .item .info h4:before,.page_product_list .list .item .info h4:after{
    content:'';
    background: #e9e9e9;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_product_list .list .item .info h4:after{
    background: var(--theme-color);
    width: 80px;
}

.page_product_list .list .item .info p{
    color:#666;
    margin:22px 0 50px;
}
.page_product_list .list .item .info span{
    color:#666;
    transition:all .4s;
}
.page_product_list .list .item .info span i{
    margin-left: 6px;
}
.page_product_list .list .item:hover{
    box-shadow: 0 3px 20px rgba(0,0,0,.1);
}
.page_product_list .list .item:hover .info h4,.page_product_list .list .item:hover .info span{
    color:var(--theme-color);
}




/* page_about1 */

.page_about1{
    padding: 90px 0;
    overflow: hidden;
}
.page_about1 .item{
    align-items: center;
}
.page_about1 .item2{
    margin-top: 70px;
}
.page_about1_img{
    width: 50%;
}
.page_about1_img img{
    width: 100%;
}
.page_about1_con{
    flex:1;
    min-width: 0;
    padding-left: 60px;
    font-size:16px;
}
.item2 .page_about1_con{
    padding:0 60px 0 0;
}
.page_about1_con{
    color:#666;
}
.page_about1_con .tit{
    font-size:38px;
    font-weight: bold;
    padding-bottom:30px;
    position: relative;
    color:#333;
    line-height: 1;
}
.page_about1_con .tit:before,.page_about1_con .tit:after{
    content:'';
    background: #e4e4e4;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_about1_con .tit:before{
    width: 100px;
    height: 3px;
    background: var(--sub-theme-color);
}
.page_about1_con .con{
    padding-top: 20px;
    
}
.page_about1_con .con p{
    margin-top: 10px;
    line-height: 2.1;
}


.page_about2_wrap{
    background: url("../images/history_bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 120px;
}
.page_about2{
    overflow: hidden;
    width: 100%;
}
.page_about2_mySwiper2{
    height:100px;
    position: relative;
    padding-top:40px;
}
.page_about2_mySwiper2:after{
    content:'';
    border-top: 2px dashed #7b8088;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
}
.page_about2_mySwiper2 .item{
    color:#9a9a9a;
    font-size:26px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.page_about2_mySwiper2 .item:after{
    content:'';
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    border:2px solid #9d9e9e;
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
}
.page_about2_mySwiper2 .swiper-slide-thumb-active .item:after{
    background: var(--sub-theme-color);
    border-color: #fff;
}
.page_about2_mySwiper2 .swiper-slide-thumb-active .item{
    color:#fff;
}
.page_about2_mySwiper2 .swiper-button-next,.page_about2_mySwiper2 .swiper-button-prev{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    top:0px;
    margin-top: 0;
}
.page_about2_mySwiper2 .swiper-button-prev{
    left: 0;
}
.page_about2_mySwiper2 .swiper-button-next{
    right: 0;
}
.page_about2_mySwiper2 .swiper-button-next:hover,.page_about2_mySwiper2 .swiper-button-prev:hover{
    background: var(--sub-theme-color);
    color:#fff;
}
.page_about2_mySwiper2 .swiper-button-next:after,.page_about2_mySwiper2 .swiper-button-prev:after{
    font-size:18px;
    font-weight: bold;
}
.page_about2_mySwiper{
    padding-top: 50px;
    height:calc(100% - 100px);
    width: 90%;
    margin:auto;
    overflow: hidden;
}
.page_about2_mySwiper .item .img{
    border-radius: 200px;
    overflow: hidden;
}
.page_about2_mySwiper .item .info{
    padding-left: 10%;
    flex:1;
    min-width: 0;
}
.page_about2_mySwiper .item .info .tit{
    font-size:54px;
    font-weight: bold;
    color:#fff;
    border-bottom: 1px solid #747474;
}
.page_about2_mySwiper .item .info .tit:after{
    content:'';
    width: 100px;
    height: 3px;
    background: var(--sub-theme-color);
    display: block;
}
.page_about2_mySwiper .item .info .con{
    padding-top: 30px;
}
.page_about2_mySwiper .item .info .con h4{
    color:#fff;
    font-size:22px;
    font-weight: bold;
}
.page_about2_mySwiper .item .info .con p{
    color:#c4c4c4;
    font-size:18px;
    margin-top: 10px;
}


.inner_tit_box1{
    text-align: center;
    padding:80px 0 40px;
}
.inner_tit_box1 h4{
    color:#333;
    font-weight: bold;
    font-size:40px;
}
.inner_tit_box1_fff h4{
    color:#fff;
}
.inner_tit_box1_fff p{
    color:#c7c7c7;
}

.page_about3{
    padding-bottom:80px;
}
.page_about3_list{
    position: relative;
    overflow: hidden;
    padding:0 0 60px;
}
.page_about3_list .item{
    background: #fff;
    padding:50px;
}
.page_about3_list .img{
    height:380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_about3_list .img img{
    min-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.page_about3_list .item .tit{
    font-size:18px;
    text-align: center;
    margin-top: 15px;
}

.page_about3_list.swiper-horizontal>.swiper-pagination-progressbar{
    height: 5px;
    background: #fff;
    border-radius: 10px;
}
.page_about3_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 5px;
    background: var(--theme-color);
    border-radius: 10px;
}
.page_about3_list .swiper-button-next,.page_about3_list .swiper-button-prev{
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    border-radius: 50%;
    color:#fff;
}
.page_about3_list .swiper-button-next:after,.page_about3_list .swiper-button-prev:after{
    font-size:20px;
}
.page_about3_list .swiper-button-next:hover,.page_about3_list .swiper-button-prev:hover{
    background: var(--sub-theme-color);
}


.page_about4_wrap{
    background: #fff;
    padding-bottom: 80px;
}
.page_about4_con .hd{
    display: flex;
    justify-content: center;
}
.page_about4_con .hd .item{
    width:150px;
    height: 50px;
    border:1px solid #ddd;
    line-height: 48px;
    text-align: center;
    margin:0 17px;
    cursor: pointer;
}
.page_about4_con .hd .item:hover{
    color:var(--sub-theme-color);
    border-color: var(--sub-theme-color);
}
.page_about4_con .hd .item.cur{
    border-color: var(--sub-theme-color);
    background: var(--sub-theme-color);
    color:#fff;
}
.page_about4_con .bd{
    padding-top: 30px;
}
.page_about4_con .bd .bd_item{
    display: none;
    position: relative;
    padding-bottom: 50px;
}
.page_about4_con .bd .bd_item:first-child{
    display: block;
}

/* 职业发展 */

.page_index_career{
    padding:40px 0 80px 0;
}
.page_index_career li{
    background: #fff;
    padding:30px 40px;
    margin-bottom: 30px;
}
.page_index_career li .hd {
    cursor: pointer;
    transition:all .4s;
    align-items: center;
}
.page_index_career li .hd h4{
    font-size:24px;
    font-weight: normal;
    color:#333;
}
.page_index_career li .hd h4:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background: #7fadd0;
    margin-top: 5px;
}
.page_index_career li .hd span{
    flex:1;
    text-align: right;
    font-size:18px;
    color:#333;
}
.page_index_career li .hd i{
    font-size:16px;
    color:#1d6fb0;
    margin-left: 7px;
    transition:all .4s;
}
.page_index_career li .bd{
    display: none;
    padding:20px 0 0;
}
.page_index_career li .bd h3{
    font-size:20px;
    font-weight: normal;
    color:#333;
    padding: 30px 0 20px;
}
.page_index_career li .bd p{
    font-weight: 400;
    font-size:14px;
    color:#666;
}
.page_index_career li .hd:hover i,.page_index_career li .hd.cur i{
     transform: rotate(180deg);
}


/* page_about5_wrap */

.page_about5_wrap{
    background: url("../images/culture_bg.jpg") no-repeat center;
    background-size: cover;
    padding-bottom: 90px;
}
.page_about5_con{
    margin:0 -17px;
}
.page_about5_con .item_wrap{
    width: 33.333%;
    padding:0 17px;
}
.page_about5_con .item{
    background: #fff;
    padding:45px;
    height: 100%;
    cursor: pointer;
}
.page_about5_con .item span{
    text-transform: uppercase;
    color:rgba(87,87,87,.1);
    font-size:30px;
}
.page_about5_con .item h4{
    font-size:20px;
    font-weight: bold;
    margin:20px 0 5px;
}
.page_about5_con .item p{
    font-size:26px;
    height: 84px;
}
.page_about5_con .item .img{
    margin-top: 90px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.page_about5_con .item:hover{
    background: var(--sub-theme-color);
    color:#fff;
}
.page_about5_con .item:hover span{
    color:rgba(255,255,255,.1);
}
.page_about5_con .item:hover .img{
    transform: translateY(-100px);
    filter: drop-shadow(#fff 0 100px);
}
.page_about5_con .item_wrap .item_con{
    padding:40px 50px;
}


/* page_technology_banner */

.page_technology_banner .info{
    flex-direction:inherit;
    width: 1400px;
    justify-content: flex-end;
    align-items: center;
}
.page_technology_banner .info .tit{
    font-size:60px;
    padding-top: 15vh;
}
.page_technology1{
    margin-top: 20px;
    font-size:16px;
}
.page_technology2{
    padding:30px 0 0;
}
.page_technology2_list{
    display: flex;
    margin:0 -13px 40px;
}
.page_technology2_list .item_wrap{
    padding:0 13px;
    flex:1;
}
.page_technology2_list .item{
    background: #f4f4f4;
    height: 100%;
    padding:30px;
    text-align: center;
    transition:all .3s;
}
.page_technology2_list .item .img{
    
}
.page_technology2_list .item .info{
    margin-top: 20px;
}
.page_technology2_list .item .info h4{
    font-size:20px;
    margin-bottom: 15px;
    font-weight: bold;
    color:var(--theme-color);
    line-height: 1.2;
}
.page_technology2_list .item .info p{
    font-size:14px;
}
.page_technology2_list .item:hover{
    background: #fff;
    box-shadow: 0 0 15px rgba(0,93,169,.12);
}



/* page_download_center */

.page_download_center{
    padding:30px 0 50px;
}
.page_download_center .list_item .menu{
    display: flex;
    color:#333;
    font-size:20px;
    border-bottom: 1px solid #efefef;
    padding:20px 0;
    cursor: pointer;
    transition:all .3s;
}
.page_download_center .list_item .menu i{
    width: 30px;
    height: 30px;
    background:#f2f2f2;
    font-size:12px;
    color:#333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition:all .3s;
}
.page_download_center .list_item .menu:hover,.page_download_center .list_item .menu.cur{
    color:var(--subtheme-color);   
}
.page_download_center .list_item .menu:hover i,.page_download_center .list_item .menu.cur i{
    color:#fff;
    background: var(--subtheme-color);
}

.page_download_center .list_item .list{
    display: none;
    padding-top: 15px;
}
.page_download_center .list_item:first-child .list{
    display: block;
}

.page_download_center .list_item .list .item{
    background: #f6f6f6;
    margin-bottom: 10px;
    display: flex;
    height: 70px;
    padding:0 50px;
    display: flex;
    align-items: center;
}

.page_download_center .list_item .list .item .pdf{
    width: 50px;
    height: 25px;
    border:1px solid #a9a9a9;
    font-family: 'MontserratLight';
    font-size:12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_download_center .list_item .list .item h4{
    font-size:16px;
    color:#2d2d2d;
    margin-left:25px;
    flex:1;
}
.page_download_center .list_item .list .item i{
    font-size:20px;
}
.page_download_center .list_item .list .item:hover{
    background: var(--subtheme-color);
}
.page_download_center .list_item .list .item:hover .pdf{
    border-color:#fff;
    color:#fff;
}
.page_download_center .list_item .list .item:hover h4,.page_download_center .list_item .list .item:hover i{
    color:#fff;
}

.page_download_center_more{
    text-align: center ;
    padding-bottom: 80px;
}
.page_download_center_more a{
    padding-bottom: 5px;
    display: inline-block;
}
.page_download_center_more a:after{
    width: 100%;
    height: 1px;
    background: #666;
    content:'';
    display: block;
}
.page_download_center_more a:hover{
    color:var(--subtheme-color);
}
.page_download_center_more a:hover:after{
    background: var(--subtheme-color);
}


/* page_product_video */


.page_product_video{
    padding:50px 0 80px;
}
.page_product_video .list{
    margin:0 -17px;
}
.page_product_video .list .item{
    width: 33.33%;
    padding:0 17px;
}
.page_product_video .list .item iframe{
    height: 385px;
}


/* page_case_detail */

.page_cases_show_wrap{
    padding:60px 0 80px;
}
.technical_support{
    width: 450px;
}
.technical_support .panel1{
    margin-bottom: 30px;
    background: #fff;
    padding:30px 30px 50px;
}
.technical_support .panel1:last-child{
    margin-bottom: 0;
}
.technical_support .p1_tit{
    font-size:24px;
    color:#333;
    font-weight: bold;
    line-height: 1.3;
}
.technical_support .p1_tit:after{
    content:'';
    width: 100px;
    height:3px;
    background:var(--theme-color);
    display: block;
    margin:10px 0 35px;
}
.technical_support .ico{
    margin-top: 6px;
}
.technical_support .con{
    margin-left: 15px;
}
.technical_support .p1_con .con p{
    font-family: 'MontserratLight';
    color:#333;
}
.technical_support .p1_con .con h4{
    font-size:34px;
    font-style: italic;
    color:#2d2d2d;
    line-height: 1;
    font-family: 'GilroyBold';
}
.technical_support .p2_tit{
    text-align: center;
    margin-bottom: 20px;
}
.technical_support .p2_tit:after{
    display: none;
}
.technical_support .p2_form input,.technical_support .p2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f6f6f6;
    height: 54px;
    line-height: 34px;
    border-left: 3px solid #0051a2;
    margin-bottom: 15px;
    padding:10px 22px;
}
.technical_support .p2_form textarea{
    height: 120px;
}
.technical_support button{
    width: 100%;
    height: 54px;
    background: #0051a2;
    line-height: 54px;
    border:none;
    outline: none;
    font-size:16px;
    color:#fff;
    cursor: pointer;
}
.technical_support button i{
    margin-left: 10px;
}
.technical_support button:hover{
    background: var(--subtheme-color);
}


/* product_detail */

.pd_detail{
    padding-bottom: 80px;
    background-size: 100% 100%;
}
.pd_detail_hd{
    margin-top: 50px;
    padding:50px;
    background: #fff;
}
.pd_detail_hd .pics{
    width:760px;
    overflow: hidden;
    border:1px solid #e8e8e8;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:530px;
    margin:0;
    overflow: hidden;
    position: relative;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pics .swiper-button-next,.pics .swiper-button-prev{
    color:#666;
} 
.pd_detail_hd .pics .mySwiper{
    margin-top:25px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    padding:5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border:1px solid #fff;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    height:120px;
    object-fit: contain;
}



.pd_detail_hd .infos{
    flex: 1;
    padding:10px 0 0 5%;
    min-width: 0;
}
.pd_detail_hd .infos .name{
    color:var(--theme-color);
}
.pd_detail_hd .infos h1{
    font-size:38px;
    color:#333;
    line-height: 1.3;
    font-family: 'MontserratExtraBold';
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 30px;
    position: relative;
}
.pd_detail_hd .infos h1:after{
    content:'';
    display: block;
    width: 20%;
    height: 4px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_hd .infos .desc{
    font-size:16px;
    color:#666;
    margin:35px 0 50px;
}
.pd_detail_hd .infos .desc p{
    margin-top: 5px;
    padding-left: 17px;
    position: relative;
}
.pd_detail_hd .infos .desc p:before{
    content:'';
    width: 6px;
    height: 6px;
    background: #a3a3a3;
    position: absolute;
    left: 0;
    top: 12px;
}
.pd_detail_hd .infos .list{
    margin:0 -40px;
}
.pd_detail_hd .infos .list .item{
    display: flex;
    padding:0 40px;
    align-items: center;
    border-right:1px solid #ccc;
}
.pd_detail_hd .infos .list .item:last-child{
    border-right:none;
}
.pd_detail_hd .infos .list .item h4{
    font-size:18px;
    color:#333;
    font-family: 'MontserratSemiBold';
    margin-left: 20px;
    line-height: 1.3;
}

.pd_detail_hd .infos .btns{
    margin-top: 80px;
}
.pd_detail_hd .infos .btns .btn{
    display: flex;
    align-items: center;
    height:58px;
    width: 220px;
    background: var(--theme-color);
    border:1px solid var(--theme-color);
    color:#fff;
    justify-content: center;
    text-transform: uppercase;
    margin-right: 20px;
    font-size:16px;
}
.pd_detail_hd .infos .btns .btn i{
    color:#fff;
    font-size:20px;
    margin-left: 8px;
    transition:all .3s;
}
.pd_detail_hd .infos .btns .btn2{
    color:#333;
    border:1px solid #666;
    background: transparent;
    color:#333;
}
.pd_detail_hd .infos .btns .btn2 i{
    color:#333;
}
.pd_detail_hd .infos .btns .btn:hover{
    border-color:var(--theme-color);
    background: var(--theme-color);
    opacity: .8;
}
.pd_detail_hd .infos .btns .btn2:hover{
    color:#fff;
}
.pd_detail_hd .infos .btns .btn2:hover i{
    color:#fff;
}


/* jy_page_detail_content_tit */

.jy_page_detail_content_tit{
    background: #404040;
}
.jy_page_detail_content_tit .hd{
    height: 75px;
}
.jy_page_detail_content_tit .hd .item{
    padding:0 70px;
    font-size:22px;
    color:#fff;
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 100%;
}
.jy_page_detail_content_tit .hd .item.cur{
    background:var(--theme-color);
}
.jy_page_detail_content_tit .hd .item i{
    font-size:30px;
    margin-right: 10px;
}

.jy_page_detail_content .bd{
    padding:40px 0 80px;
}
.jy_page_detail_content .bd .bd_item{
    display: none;
}
.jy_page_detail_content .bd .bd_item:first-child{
    display: block;
}

.jy_page_detail_content .bd .bd_item table{ width: 100%!important;}
.jy_page_detail_content .bd .bd_item tr{
    height: 45px!important;
}
.jy_page_detail_content .bd .bd_item tr td{
    border:1px solid #eee;
    text-align: center;
}
.jy_page_detail_content .bd .bd_item tr:nth-child(2n-1){
    
}
.jy_page_detail_content .bd .bd_item tr:first-child{
    background: var(--theme-color);
    height: 50px!important;
    color:#fff;
    line-height: 50px;
}
.pd_detail_hd .infos .follow_list{
    margin-top: 50px;
    align-items: center;
}
.pd_detail_hd .infos .follow_list .tit{
    color:#333;
    font-family: 'jnm';
    text-transform: uppercase;
    margin-right: 30px;
}

.pd_detail_bd{
    display: flex;
    padding:50px;
    margin:60px 0;
    border-radius: 20px;
    border:1px solid #e9e9e9;
}
.pd_detail_bd .con{
    width: 55%;
}
.pd_detail_bd .con h4 br{
    display: none;
}
.pd_detail_bd .con h4{
    font-size:26px;
    color:#333;
    font-family: 'MontserratBold';
}
.pd_detail_bd .con p{
    color:#333;
    margin-top: 10px;
    line-height: 1.8;
}
.pd_detail_bd .imgs{
    flex:1;
    min-width: 0;
    padding-left: 3%;
    margin-left: 3%;
    border-left: 1px solid #e9e9e9;
}
.pd_detail_bd .imgs h4{
    font-size:18px;
    color:#333;
    margin-bottom: 20px;
}
.pd_detail_bd .imgs .img{
    justify-content: space-between;
}


.pd_detail_info{
    margin-bottom: 90px;
    background: #fff;
    border-radius: 30px;
}

.pd_detail_info .pddi_hd{
    flex:1;
    padding-left: 60px;
}
.pd_detail_info .pddi_hd .hd{
    display: flex;
    height: 60px;
    font-size:30px;
    font-family: 'MontserratSemiBold';
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
}
.pd_detail_info .pddi_hd .hd .item{
    margin-right:150px;
    color:#333;
    position: relative;
    cursor: pointer;
    transition:all .3s;
}
.pd_detail_info .pddi_hd .hd .item:after{
    content:'';
    width:50%;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-7px;
    transition:all .3s;
}

.pd_detail_info .pddi_hd .hd .item:hover{
    color:var(--theme-color);
}


.pd_detail_info .pddi_bd{
    width: 435px;
}
.pd_detail_info .pddi_bd .tit{
    font-size:24px;
    color:#333;
    font-family: 'MontserratBold';
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    position: relative;
}
.pd_detail_info .pddi_bd .tit:after{
    content:'';
    display: block;
    width: 20%;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom:-1px;
}
.pd_detail_info .pddi_bd .menu{
    margin:20px -7px;
}
.pd_detail_info .pddi_bd .menu a{
    width: 50%;
    padding:7px;
}
.pd_detail_info .pddi_bd .menu .img{
    border-radius:15px;
}
.pd_detail_info .pddi_bd .menu .img img{
    width: 100%;
    height: 140px;
}
.pd_detail_info .pddi_bd .menu h4{
    text-align: center;
    line-height:40px;
    color:#333;
}
.pd_detail_info .pddi_bd .menu a:hover h4{
    color:var(--theme-color);
}
.pd_detail_info .pddi_bd .tel_box{
    border:1px solid #e4e4e4;
    border-radius: 20px;
    padding:30px;
}
.pd_detail_info .pddi_bd .tel_box .tel{
    padding-top: 20px;
    align-items: center;
}
.pd_detail_info .pddi_bd .tel_box .tel .con{
    padding-left: 15px;
    color:#333;
}
.pd_detail_info .pddi_bd .tel_box .tel .con p{
    font-size:26px;
    font-family: 'MontserratBold';
}

.pd_detail_info .pddi_hd .bd{
    padding:30px 0 0;
    color:#333;
}
.pd_detail_info .pddi_hd .bd .tit{
    height: 50px;
    background: #f5f5f5;
    border-radius: 10px;
    padding:0 30px;
    line-height: 50px;
    font-size:18px;
    font-family: 'MontserratSemiBold';
}
.pd_detail_info .pddi_hd .bd .con{
    display: flex;
    flex-wrap: wrap;
    padding:20px 30px 10px;
}
.pd_detail_info .pddi_hd .bd .con>p{
    width: 25%;
    padding:15px 30px;
}
.pd_detail_info .pddi_hd .bd .c{
    padding:20px 30px;
}
.pd_detail_info .pddi_hd .bd .bd_item{
    display: none;
}
.pd_detail_info .pddi_hd .bd .bd_item:first-child{
    display: block;
}
.pd_detail_info .pddi_hd .bd .bd_item tr{
    height: 45px!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr td{
    border:none!important;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:nth-child(2n-1){
    background: #f1f1f1;
}
.pd_detail_info .pddi_hd .bd .bd_item tr:first-child{
    background: var(--theme-color);
    height: 50px!important;
    color:#fff;
}
.pd_detail_info .pddi_hd .bd .list{
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.pd_detail_info .pddi_hd .bd .list .img{
    width: 33.333%;
    padding:20px;
}
.pd_detail_info .pddi_hd .bd .list .img img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.pd_detail_info .pddi_hd .tags{
    border-top: 2px solid #ddd;
    margin:30px 0 0;
    padding: 30px 0 50px;
}

.pd_detail_info .pddi_hd .tags span{
    margin-right: 10px;
}
.pd_detail_info .pddi_hd .tags span i{
    color:#999;
    margin-right: 6px;
}
.pd_detail_info .pddi_hd .tags a{
    background:#f3f4f8;
    height: 28px;
    line-height: 28px;
    padding:0 20px;
    display: inline-block;
    margin-right:10px;
    border-radius: 3px;
    font-size:13px;
    font-family: 'MontserratLight';
}
.pd_detail_info .pddi_hd .tags a:hover{
    background: var(--theme-color);
    color:#fff;
}



.page_contact2_form{
    flex:1;
    min-width: 0;
}
.page_contact2_form .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratSemiBold';
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    
}
.page_contact2_form .input_box{
    margin:0 -9px;
}
.page_contact2_form .input_box .input{
    padding:9px;
}
.public_message_con .page_contact2_form .input_box .input input,.public_message_con .page_contact2_form textarea{
    border:1px solid #ccc;
}
.page_contact2_form .input_box .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f5f5f7;
    border-radius: 6px;
    height: 54px;
    padding:10px 20px;
    line-height: 34px;
}
.page_contact2_form textarea{
    height: 120px;
    margin-top: 9px;
}
.page_contact2_form .form p{
    font-family: 'MontserratLight';
}
.page_contact2_form .form .button{
    margin-top: 60px;
}
.page_contact2_form .form .button button{
    width: 100%;
    height: 60px;
    background:var(--theme-color);
    border:none;
    outline: none;
    border-radius: 6px;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page_contact2_form .form .button button i{
    font-size:22px;
    margin-left: 10px;
}
.page_contact2_form .form .button button:hover{
    background: var(--theme-color);
}






/* page_quality */

.pq1_info{
    
}
.pq1_info .desc{
    width: 60%;
    margin:auto;
    text-align: center;
    position: relative;
}
.pq1_info .desc:before,.pq1_info .desc:after{
    content:'';
    width: 38px;
    height: 31px;
    display: block;
    position: absolute;
}
.pq1_info .desc:before{
    background: url("../images/quality_ico1.png") no-repeat center;
    left: -50px;
    top:-6px;
}
.pq1_info .desc:after{
    background: url("../images/quality_ico2.png") no-repeat center;
    right:-50px;
    bottom: -20px;
}
.pq1_info .list{
    justify-content: center;
    margin:60px 0;
}
.pq1_info .list .item{
    margin:0 40px;
}

.pq2_info{
    background: #f8f8f8;
    border-radius:20px;
    overflow: hidden;
}
.pq2_info .pq2_info_con{
    flex:1;
    min-width: 0;
    padding:40px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pq2_info .pq2_info_con .tit{
    color:#161616;
    font-size:40px;
    font-family: 'jnb';
}
.pq2_info .pq2_info_con .desc{
    color:#666;
    margin-top: 10px;
}
.pq2_info .pq2_info_img{
    width: 50%;
}


/* pq3_info */

.pq3_info{
    overflow: hidden;
    width: 1800px;
    margin:auto;
    position: relative;
    padding:0 0 80px;
}
.pq3_info_con{
    position: relative;
    width: 1600px;
    margin:auto;
    padding:20px 0 60px;
}
.pq3_info_con .item .img{
    background: #f8f8f8;
    padding:25px 36px;
    height: 390px;
}
.pq3_info_con .item .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.pq3_info_con .item .tit{
    color:#3a3a3a;
    padding:10px 10px 0;
    font-size:16px;
    text-align: center;
}

.pq3_info_con .swiper-button-next,.pq3_info_con .swiper-button-prev{
    width: 70px;
    height: 70px;
    border:1px solid #c8c8c8;
    border-radius: 50%;
    z-index: 40;
    opacity: 1;
    color:#717171;
    top: 40%;
}
.pq3_info_con .swiper-button-next:after,.pq3_info_con .swiper-button-prev:after{
    font-size:30px;
}
.pq3_info_con .swiper-button-next:hover,.pq3_info_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.pq3_info_con .swiper-button-prev{
    left: -100px;
}
.pq3_info_con .swiper-button-next{
    right: -100px;
}
.pq3_info:before,.pq3_info:after{
    content:'';
    display: block;
    width: 100px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 30;
}
.pq3_info:before{
    left: 0;
}
.pq3_info:after{
    right: 0;
}
.pq3_info_con .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
}
.pq3_info_con .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* page_news */


.page_news{
    padding:70px 0;
    overflow: hidden;
}
.page_news_list{
    flex:1;
    margin-right:50px;
    min-width: 0;
}
.page_news_list .list .item{
    padding:35px;
    background: #fff;
    margin-bottom: 40px;
}
.page_news_list .list .item .img{
    width:280px;
    height: 180px;
    overflow: hidden;
}
.page_news_list .list .item .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_news_list .list .item .con{
    flex:1;
    min-width: 0;
    padding:0 0 0 40px;
    position: relative;
    z-index: 1;
    transition:all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page_news_list .list .item .con:after{
    content:'';
    width:0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    background: #f4f4f4;
    transition:all .3s;
}
.page_news_list .list .item .con h4{
    font-size:20px;
    color:#333;
    font-weight: bold;
    transition:all .3s;
    line-height: 1.4;
}
.page_news_list .list .item .con p{
    font-size:16px;
    color:#666;
    padding-bottom: 10px;
}
.page_news_list .list .item .agg{
    align-items: center;
    justify-content: space-between;
}
.page_news_list .list .item .agg .name{
    color:var(--theme-color);
    margin-right: 15px;
    padding-right: 15px;
    font-size:13px;
    border-right: 1px solid #e7e7e7;
    line-height: 1;
}
.page_news_list .list .item:hover .con h4{
    color:var(--theme-color);
}
.page_news_list .list .item:hover .con span.jy_more1:after{
    width: 100%;
}
.page_news_list .list .item:hover .con{
    padding:15px 20px 15px 30px;
}
.page_news_list .list .item:hover .con:after{
    width: 100%;
}


.page_hot_news{
    width: 330px;
    background: #fff;
    padding:30px;
}

.page_hot_news .a_tit{
    font-size:24px;
    font-weight: bold;
}
.page_hot_news .list .item{
    padding:20px 0;
    display: block;
    border-bottom: 1px solid #eee;
}
.page_hot_news .list .item h4{
    font-size:16px;
    margin-top: 15px;
    line-height: 1.4;
    transition:all .4s;
}
.page_hot_news .list .item:hover h4{
    color:var(--theme-color);
}


.page_news_menu_wrap{
    background: #fff;
}
.page_news_menu{
    height: 78px;
    align-items: center;
}
.page_news_menu .pos{
    flex:1;
}
.page_news_menu .pos span{
    color:var(--theme-color);
}
.page_news_menu .menu{
    
}
.page_news_menu .menu .item{
    margin-left: 115px;
}
.page_news_menu .menu .item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color:#333;
    position: relative;
    line-height:78px;
    font-size:18px;
}
.page_news_menu .menu .item a:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width:0;
    background: var(--theme-color);
    height: 2px;
    transition:all .4s;
}
.page_news_menu .menu .item.cur a:after,.page_news_menu .menu .item a:hover:after{
    width: 100%;
}
.page_news_menu .menu .item a:hover,.page_news_menu .menu .item.cur a{
    color:var(--theme-color);
}


.page_news_menu .h_news{
    margin-top: 40px;
    padding:20px 15px;
    background-color: #f4f4f4;
}
.page_news_menu .h_news a{
    display: block;
    position: relative;
    padding-left: 15px;
    font-size:14px;
    font-family: 'GilroyMedium';
    margin-bottom: 15px;
}
.page_news_menu .h_news a:last-child{
    margin-bottom: 0;
}
.page_news_menu .h_news a:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--theme-color);
}


.no_banner_pos{
    padding:120px 0 0;
}
.no_banner_pos span{
    color:var(--theme-color);
}
.no_banner_pos a:last-child{
    color:var(--subtheme-color);
}

/* page_news_detail */

.page_news_detail{
    flex:1;
    margin-right:30px;
    background: #fff;
    padding:50px;
    margin-right: 50px;
}
.page_news_detail h1{
    font-size:38px;
    font-family: 'GilroyBold';
    color:#333;
    line-height: 1.2;
    text-align: center;
}
.page_news_detail .info{
    margin-top: 30px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom:20px;
}
.page_news_detail .info .info_hd ul{
    justify-content: center;
}
.page_news_detail .info .info_hd li{
    font-size:16px;
    color:#333;
    margin-right: 50px;
}
.page_news_detail .info .info_hd li.column{
    background: #f3f3f3;
    padding:0 18px;
    height: 28px;
    line-height: 28px;
}
.page_news_detail .info .info_bd{
    align-items: center;
}
.page_news_detail .info .info_bd h4{
    margin-right: 15px;
    padding-top: 3px;
}

.page_news_detail .desc{
    padding:40px 0 20px;
    min-height: 20vh;
    border-bottom: 1px solid #e7e7e7;
}

.page_news_detail_wrap{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 80px;
}


/* page_contact */

.page_contact{
    padding:80px 0 0;
}
.page_contact_tit{
    text-align: center;
}
.page_contact_tit h4{
    font-size:40px;
    font-weight: bold;
}
.page_contact_tit p{
    font-size:16px;
    color:#666;
    margin-top: 10px;
}

.page_contact_list{
    margin:0 -15px;
    padding:50px 0 100px;
}
.page_contact_list .item_wrap{
    flex:1;
    padding:0 15px;
}
.page_contact_list .item{
    background: #fff;
    height: 100%;
    padding:40px;
    text-align: center;
}
.page_contact_list .item .ico{
    width: 130px;
    height: 130px;
    border:1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:auto;
}
.page_contact_list .item .tit{
    margin-top: 30px;
    font-size:24px;
    font-weight: bold;
}
.page_contact_list .item .tit:after{
    content:'';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--sub-theme-color);
    margin:10px auto 20px;
}
.page_contact_list .item .ico i{
    font-size:48px;
    color:#666;
}
.page_contact_list .item .con{
    font-size:18px;
}
.page_contact_list .item .img{
    margin-top: 20px;
}
.page_contact_list .item:hover{
    background: var(--sub-theme-color);
}
.page_contact_list .item:hover .ico{
    border-color: #fff;
}
.page_contact_list .item:hover .ico i{
    color:#fff;
}
.page_contact_list .item:hover .tit{
    color:#fff;
}
.page_contact_list .item:hover .tit:after{
    background: #fff;
}
.page_contact_list .item:hover .con{
    color:#fff;
}

/* return */

.return_page{
    position: relative;
}
.return_page dl{
    justify-content: space-between;
    padding-top:40px;
    position: relative;
}
.return_page dt{
    width: 44%;
    font-size:16px;
}
.return_page dt.next{
    text-align: right;
}
.return_page dt.next p{
    color:#717171;
    line-height: 1.2;
}
.return_page dt a{
    display: block;
}
.return_page .p1{
    padding-bottom: 6px;
}
.return_page .p1 span{
    display: inline-block;
    line-height: 1;
}
.return_page .next .p1 span{
    transform: rotate(180deg);
    margin-left: 4px;
}
.return_page .prev .p1 span{
    margin-right: 4px;
}
.return_page dt a:hover{
    color:var(--theme-color);
}
.return_page .go_back{
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
}
.return_page .go_back a{
     width: 110px;
     height: 40px;
     display: flex;
     align-items: center;
     justify-content: center;
     border:1px solid #666;
     border-radius: 100px;
     font-size:16px;
     line-height: 38px;
}
.return_page .go_back a i{
    font-size:12px;
    margin-left: 3px;
}
.return_page .go_back a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}


.ind_pad{
    padding:80px 0 90px;
}
.info_ly{background: #fff;padding-left: 4%;padding-right: 4%;display: flow-root;}
.info_ly h2{text-align: center;margin-bottom: 20px;}
.info_ly .inp{width: 49.3%;height: 52px;line-height: 52px;background: #f6f6f6;display: block;float: left;margin-bottom: 16px;text-indent: 22px;}
.info_ly .inp:nth-child(2n){float: right;}
.info_ly .inp2{width: 100%;}
.info_ly textarea{height: 150px;background: #f6f6f6;text-indent: 22px;padding-top: 16px;width: 100%;display: block;}
.info_ly .sub{height: 52px;line-height: 52px;background:var(--theme-color);width: 100%;text-align: center;color: #fff;display: block;margin-top: 16px;text-transform: uppercase;border:none;cursor:pointer;}





