@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, .3);
    background: transparent;
    padding: 0 5%;
    transition: all .5s;
}
.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);
}
.header_bd{
    position: relative;
    height: 100px;
}
.header_bd .logo img{
    max-height: 70px;
}
.header_bd .logo .logo1{
    display: none;
}
.logo{
    flex:1;
}
.nav .nav_li{
    margin:0 28px;
    position: relative;
}
.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;
}
.header .nav .nav_li .nav1 a:after{
    content:'';
    width:0;
    height:3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li .nav2{
    list-style-type: none;
    position: absolute;
    top:100px;
    line-height: 40px;
    width:260px;
    left:0;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:20px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    overflow: hidden;
}

.nav .nav_li .nav2 a{
    display: flex;
    font-size:14px;
    height:40px;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
    padding-right: 10px;
}
.nav .nav_li .nav2 a span{
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i{
    font-size:10px;
    font-weight: bold;
    color:#666;
    margin-right: 10px;
}
.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 .tel_lan .tel{
    color:#fff;
    font-size:22px;
    margin-left: 30px;
}
.header .tel_lan .tel i{
    margin-right:10px;
}


.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 .lang_box:hover .lang,.header_on .header_bd .btns .lang_box:hover .lang{
    color:var(--theme-color);
}


.header.header_on .tel_lan .tel{
    color:#333;
}
.header.header_on .header_bd .logo .logo1{
    display: block;
}
.header.header_on .header_bd .logo .logo2{
    display: none;
}

/* banner */


.banner{
    overflow: hidden;
    z-index: 1;
    top: 0; position: relative;}
}
.banner .item_img{ width: 100%;}
.banner .item_img img{ width: 100%;}
.banner:after{
    content:'';
    display: block;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(0,0,0,.6),transparent);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.banner video{
    width: 100%;
    display: block;
}


.main_bg{
    position: relative;
    z-index: 2;
    background: #fff;
}



/* tit_box1 */

.tit_box1{
    padding:70px 0 40px;
    text-align: center;
}
.tit_box1 .tit{
    
}
.tit_box1 .tit h4{
    font-size:38px;
    position: relative;
    line-height: 1.3;
}

.tit_box1 .tit p{
    font-family: 'Arial';
    text-transform: uppercase;
    color:var(--theme-color);
}
.tit_box1 .desc{
    color:#777;
}


/* tit_box2 */

.tit_box2{
    padding: 80px 0 40px;
    align-items: flex-end;
}
.tit_box2 .tit{
    flex:1;
}
.tit_box2 .tit h4{
    font-size: 48px;
}
.tit_box2 .tit p{
    color:#777;
}
.tit_box2 .menu{
    
}
.tit_box2 .menu .item{
    height: 48px;
    line-height: 46px;
    border:1px solid #ccc;
    color:#666;
    margin-left: 30px;
    padding: 0 30px;
    cursor: pointer;
    transition:all .5s;
}
.tit_box2 .menu .item.cur,.tit_box2 .menu .item:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}


.bg1{
    background:#f7f7f7;
}
.bg2{
    background:#f6f6f6;
}
.pb90{
    padding-bottom: 90px;
}

/* partners */

.partners_con_wrap{
    position: relative;
}
.partners_con_wrap .swiper-button-prev,.partners_con_wrap .swiper-button-next{
    width: 56px;
    height: 56px;
    border:1px solid #ddd;
    border-radius: 50%;
    opacity: 1;
    color:#999;
    transition: all .5s;
}
.partners_con_wrap .swiper-button-prev{
    left: -70px;
}
.partners_con_wrap .swiper-button-next{
    right: -70px;
}
.partners_con_wrap .swiper-button-prev:after,.partners_con_wrap .swiper-button-next:after{
    font-size:24px;
}
.partners_con_wrap .swiper-button-prev:hover,.partners_con_wrap .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.partners_con{
    height: 226px;
    overflow: hidden;
    position: relative;
}
.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% - 20px) / 2) !important;
  /* Center slide text vertically */
   display: flex;
   justify-content: center;
   align-items: center;
}
.partners_con .item{
    
}
.partners_con .item img{
    border:1px solid #ddd;
}


/* product */


.product_menu{
    
}
.product_menu .item{
    display: block;
    width: 20%;
    position: relative;
}
.product_menu .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 50px;
    color:#333;
    text-align: center;
    z-index: 1;
}
.product_menu .item .item_con:after{
    content:'';
    background: rgba(0,71,157,.7);
    display: block;
    height: 100%;
    left: 50%;
    top: 0;
    width: 0;
    transition:all .5s;
    position: absolute;
    z-index: -1;
}
.product_menu .item .item_con .tit{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.product_menu .item .item_con .tit:after{
    content:'';
    width: 30px;
    height: 2px;
    background: rgba(255,255,255,.7);
    margin: 10px auto;
    display: block;
}
.product_menu .item .item_con .subtit{
    font-size: 18px;
    color:#fff;
}
.product_menu .item .item_con .desc{
    font-size: 15px;
    margin-top: 20px;
    color:#fff;
    opacity: 0;
}
.product_menu .item .item_con .more{
    width: 41px;
    height: 41px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:#fff;
    margin: 40px auto 0;
    transition:all .5s;
}
.product_menu .item:hover .item_con:after{
    width: 100%;
    left: 0;
}
.product_menu .item:hover .item_con .desc{
    opacity: 1;
}
.product_menu .item:hover .item_con .more{
    transform: translateY(-5px);
    background: #fff;
    color:var(--theme-color);
}


.product_con{
    position: relative;
    margin-top: 55px;
    padding: 0 60px;
}
.product_con .item{
    display: block;
    background: #fff;
    padding:50px 30px;
    border:1px solid #fff;
}
.product_con .item .img img{
    margin: auto;
}
.product_con .item .info{
    text-align: center;
    margin-top: 30px;
}
.product_con .item .info h4{
    font-size:18px;
    transition:all .5s;
}
.product_con .item .info h4:after{
    content:'';
    width: 50px;
    height: 3px;
    display: block;
    margin:10px auto 15px;
    background: #d1d1d1;
    transition:all .5s;
}
.product_con .item .info p{
    color:#777;
}

.product_con .item:hover{
    border-color:var(--theme-color);
}
.product_con .item:hover .info h4{
    color:var(--theme-color);
}
.product_con .item:hover .info h4:after{
    background: var(--theme-color);
}


.product_con .swiper-button-next,.product_con .swiper-button-prev{
    margin:0;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f7f7f7;
    color:#333;
}
.product_con .swiper-button-next:after, .product_con .swiper-button-prev:after{
    font-size:24px;
}
.product_con .swiper-button-next:hover,.product_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}

.product_more{
    margin-top: 50px;
}
.product_more .more_style1{
    margin: auto;
}


/* about */


.about{
    position: relative;
    max-width: 1920px;
    margin: auto;
}
.about_item{
    display: none;
}
.about_item:first-child{
    display: block;
}

.about_img{
    width: 50%;
    overflow: hidden;
}
.about_img img{
    width: 100%;
    object-fit: cover;
}
.about_con{
    padding:65px 5% 65px 65px;
    width: 50%;
    background: linear-gradient(to bottom,#fff , #f5f5f5);
    position: relative;
    z-index: 1;
}
.about_con:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/about_map.png") no-repeat center;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.about_con .tit{
    font-size:40px;
    text-transform: capitalize;
}
.about_con .desc{
    font-size:16px;
    margin-bottom: 45px;
}
.about_con .desc p{
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.about_con .desc p:before{
    content:'';
    width: 6px;
    height: 6px;
    background: #666;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.about_con .subtit{
    font-size:20px;
    margin:0 0 30px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}
.about_con .subtit:after{
    width: 180px;
    height: 3px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.about_menu{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: flex;
    padding:30px 0;
    position: relative;
    margin-top: -110px;
    z-index: 2;
}
.about_menu .item{
    flex:1;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}
.about_menu .item:last-child{
    border-right: 0;
}
.about_menu .item .img{
    overflow: hidden;
}
.about_menu .item .tit{
    font-size:24px;
    margin-top: 10px;
}
.about_menu .item .subtit{
    font-size:14px;
    text-transform: uppercase;
    color:#a3a3a3;
}
.about_menu .item.cur .img img{
    transform: translateY(-50px);
    filter: drop-shadow(var(--theme-color) 0 50px);
}
.about_menu .item.cur .tit{
    color:var(--theme-color);
}


.index_jy_honor .zy-Slide{position:relative;width:100%;background:url("../images/about_map.png") no-repeat center;}
.index_jy_honor .zy-Slide ul{position:relative;height: 440px;}
.index_jy_honor .zy-Slide li{position:absolute; list-style:none;width:0; height:0;cursor:pointer; margin:0; padding:0;overflow: hidden;}
.index_jy_honor .zy-Slide li img{
    width: 100%;
}
.index_jy_honor .zy-Slide section{position: absolute;top: 50%;cursor: pointer;z-index: 9;border:1px solid #ccc;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;
}
.index_jy_honor .zy-Slide section:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.index_jy_honor .zy-Slide section:nth-child(1){left: 0;}
.index_jy_honor .zy-Slide section:nth-child(2){right: 0;}
.index_jy_honor .zy-Slide .arrow{width: 572px;position: absolute;top: 50%;left: 50%;margin-left: -308px;}
.index_jy_honor .zy-Slide p{text-align: center;display: block;font-size: 20px;margin-top: 15px;}
.index_jy_honor .imgfd{border-radius: 16px;overflow: hidden;padding-top: 66%;}

.mb_honor_swiper{
    display: none;
}

/* application_wrap */

.application_wrap{
    
}
.application_con{
    position: relative;
}
.application_con .item{
    position: relative;
}
.application_con .item .item_img img{
    width: 100%;
}
.application_con .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background:linear-gradient(to top,rgba(0,0,0,.6),transparent);
    color:#fff;
    height: 150px;
    transition:height .5s;
}
.application_con .item .item_con .tit{
    font-size: 24px;
    margin-bottom: 8px;
}
.application_con .item .item_con .more{
    margin-top: 30px;
}
.application_con .item:hover .item_con{
    background: rgba(0,71,157,.8);
    height:210px;
}
.application_con .swiper-button-next,.application_con .swiper-button-prev{
    width:80px;
    height:80px;
    opacity: 1;
    background: rgba(255,255,255,.6);
    color:#666;
    border-radius: 50%;
    font-weight: bold;
    pointer-events: auto;
}
.application_con .swiper-button-prev{
    left: 10%;
}
.application_con .swiper-button-next{
    right: 10%;
}
.application_con .swiper-button-next:after,.application_con .swiper-button-prev:after{
    font-size: 24px;
}
.application_con .swiper-button-next:hover,.application_con .swiper-button-prev:hover{
    background: var(--theme-color);
}
.application_con .swiper-button-next:hover:after,.application_con .swiper-button-prev:hover:after{
    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 #ccc;
}

.page_product_related_tit{
    padding-top:50px;
    font-weight: bold;
    font-size:48px;
    text-align: center;
}


/* news */

.news{
    margin: 0 -30px;
}
.news_left{
    width:50%;
    padding: 0 30px;
}
.news_right{
    flex:1;
    min-width: 0;
    padding: 0 0 0 30px;
}
.news_tit{
    font-size:24px;
    position: relative;
    padding-left:20px;
    margin-bottom: 35px;
    line-height: 1;
}
.news_tit:before{
    display: block;
    content:'';
    width: 4px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 1px;
    background:var(--theme-color);
}

.news_left_t .img{
    width: 310px;
}

.news_left_t .con{
    flex:1;
    padding-left: 35px;
    min-width: 0;
}
.news_left_t .con h4{
    font-size:20px;
    
}
.news_left_t .con .desc{
    color:#777;
    margin:6px 0 26px; 
}
.news_list .item{
    border-bottom: 1px solid #e0e0e0;
    display: block;
    padding:25px 0;
}
.news_list .item .tit{
    margin-bottom: 8px;
}
.news_list .item .tit h4{
    font-size:20px;
    color:#000;
    flex:1;
    min-width: 0;
    position: relative;
    padding-left: 13px;
}
.news_list .item .tit h4:before{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    background: #b3b3b3;
    position: absolute;
    left: 0;
    top:14px;
}
.news_list .item .tit span{
    color:#999;
}
.news_list .item .desc{
    color:#666;
}
.news_right .news_list .item{
    padding: 33px 0;
}
.news_right .news_list .item:first-child{
    padding-top: 0;
}
.news_list .item:hover .tit h4{
    color:var(--theme-color);
    text-decoration: underline;
}

/* img_btns */

.img_btns{
    margin:70px -20px 0;
}
.img_btns .item{
    position: relative;
    padding:0 20px;
}
.img_btns .item .con{
    position: absolute;
    left: 0;
    top: 0;
    padding:60px;
    width: 70%;
    color:#fff;
    transition:all .5s;
    z-index: 2;
}
.img_btns .item .con h4{
    font-size:30px;
    font-weight: bold;
}
.img_btns .item .con p{
    margin:20px 0 35px;
    font-size:16px;
}
.img_btns .more_style1{
    color:#fff;
}
.img_btns .more_style1 i{
    color:#fff;
}
.img_btns .item:hover .con{
    padding: 50px 60px 60px;
}

/* footer */

.footer{
    background:#2e2e2e;
    position: relative;
    z-index: 2;
    background-size: cover;
}



/* footer */

.footer_info{
    padding: 50px 0;
}
.footer_info_hd{
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 30px;
}

.footer_info_hd .f_logo{
    flex:1;
}
.footer_info_hd .f_logo img{
    margin-right: 40px;
}
.footer_info_hd .f_menu a{
    color:#fff;
    font-size:16px;
    margin:0 20px;
}
.footer_info_hd .f_menu a:first-child{
    display: none;
}
.footer_info_hd .f_menu a:last-child{
    margin-right: 0;
}
.footer_info_hd .f_menu a:hover{
    text-decoration: underline;
}
.f_cac{
    margin-top: 40px;
}
.footer_info_bd .f_contact{
    flex:1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
}
.footer_info_bd .f_contact .item{
    display: flex;
    align-items: center;
    padding:0 40px;
}
.footer_info_bd .f_contact .item:last-child{
    padding-left: 80px;
}
.footer_info_bd .f_contact .item i{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border:1px solid #8a8a8a;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size:17px;
}
.footer_info_bd .f_contact .item p{
    font-size:16px;
    color:#fff;
    padding-left: 10px;
}
.footer_info_bd .f_contact .item p a:hover{
    text-decoration: underline;
}
.footer_info_bd .f_code{
    color:#fff;
    text-align: center;
}
.footer_info_bd .f_code img{
    width: 80px;
}
.footer_info_bd .f_code p{
    font-size:14px;
    margin-top: 6px;
}




.footer_copyright{ 
    border-top: 1px solid rgba(225,225,225,.2);
    font-size:14px;
    padding:15px 0;
    display: flex;
    color:#fff;
}

.footer_copyright .bontop{
    flex:1;
    display: flex;
    justify-content: flex-end;
}

.footer_copyright span{
    display: inline-block;
    padding:0 10px;
}

.footer_copyright span a:hover{
    text-decoration: underline;
}


/* page_banner */

.page_banner{
    position: relative;
    margin-top: 100px;
}
.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;
    text-align: center;
    left: 0;
    text-transform: capitalize;
}
.page_banner .info .tit{
    font-size:48px;
    line-height: 1.2;
}
.page_banner .info .desc{
    font-size:18px;
    margin-top: 5px;
}

.page_pos{
    background: #fff;
}
.page_pos.bg1{
    background: #f6f6f6;
}
.page_pos.bg1.page_about_pos{
    position: sticky;
    top: 100px;
    z-index: 100;
}
.page_pos_c{
    height: 68px;
}
.page_pos .pos{
    flex:1;
}
.page_pos .pos i{
    color:var(--theme-color);
    margin-right: 4px;
}
.page_pos .menu .item{
    margin-left: 80px;
    position: relative;
    line-height: 68px;
    display: block;
    cursor: pointer;
}
.page_pos .menu .item.cur,.page_pos .menu .item:hover{
    color:var(--theme-color);
}
.page_pos .menu .item:after{
    content:'';
    display: block;
    width:0;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    background: var(--theme-color);
    transition:all .5s;
}
.page_pos .menu .item.cur:after,.page_pos .menu .item:hover:after{
    width: 100%;
}
.inner_tit_box1{
    padding-top: 80px;
}
.inner_tit_box1 .tit{
    font-size:36px;
    color:#333;
    font-weight: bold;
}

/* 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: 50px;
    display: flex; 
    flex-wrap: wrap;
    margin:0 -18px;
}
.page_case_con a{
    width: 33.33%;
    padding:18px;
}
.page_case_con .item{
   
}
.page_case_con .item .item_img img{
    width: 100%;
}
.page_case_con .item .item_con{
    padding:15px 25px;
    background: #fff;
    position: relative;
    transition:all .5s;
}

.page_case_con .item .item_con h4{
    font-size:20px;
}
.page_case_con .item .item_con p{
    height: 50px;
    margin:10px 0 25px;
    color:#666;
}
.page_case_con .item .item_con span{
    font-size:14px;
    display: flex;
    align-items: center;
    color:#666;
}
.page_case_con .item .item_con span i{
    margin-left: 6px;
}
.page_case_con .item:hover .item_con{
    background: var(--theme-color);
}
.page_case_con .item:hover .item_con h4,.page_case_con .item:hover .item_con p,.page_case_con .item:hover .item_con span{
    color:#fff;
}




.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_content{
    padding-top: 80px;
}

.page_product_menu{
    width: 350px;
    margin-right: 60px;
}
.page_product_menu .j_tit{
    background: var(--theme-color);
    height: 80px;
    font-size:22px;
    display: flex;
    align-items: center;
    color:#fff;
    padding: 0 30px;
}
.page_product_menu .list{
    padding: 0 0 20px;
}
.page_product_menu .item{
    padding:25px 20px;
    display: flex;
    position: relative;
    align-items: center;
    background:rgba(0,72,175,.1);
}
.page_product_menu .item.cur,.page_product_menu .item.open{
    background:var(--theme-color);
    color: #fff;
}
.page_product_menu .item .tit{
    padding-right: 20px;
    font-size: 18px;
    flex:1;
}
.page_product_menu .p_tit{
    font-size:18px;
    padding-top: 30px;
}
.page_product_menu .p_list .item .img{
    width: 150px;
    padding: 10px;
    background: #fff;
}
.page_product_menu .p_list .item .info{
    flex:1;
    min-width: 0;
    padding-left: 15px;
}


.page_product_menu .t_info{
    background: #fff;
    padding: 30px;
    margin-top: 30px;
}
.page_product_menu .t_info .t_tit{
    font-size:22px;
    padding: 0 0 0 15px;
    position: relative;
}
.page_product_menu .t_info .t_tit:before{
    width: 3px;
    height: 22px;
    position: absolute;
    background: var(--theme-color);
    content:"";
    display: block;
    left: 0;
    top: 9px;
}
.page_product_menu .t_info .t_con{
    display: flex;
    align-items: center;
    padding: 20px 0 0;
}
.page_product_menu .t_info .t_con .con{
    text-align: center;
}
.page_product_menu .t_info .t_con h4{
    font-size: 32px;
    line-height: 1.3;
}


.page_product_list{
    flex:1;
    min-width: 0;
}
.page_product_list .list{
    margin:-12px;
    margin-bottom: 40px;
}
.page_product_list .list a{
    width:33.333%;
    padding:12px;
}
.page_product_list .list .item{
    background: #fff;
    transition:all .4s;
    padding:30px 20px;
    border:1px solid #fff;
}

.page_product_list .item .img img{
    margin: auto;
}
.page_product_list .item .info{
    text-align: center;
    margin-top: 30px;
}
.page_product_list .item .info h4{
    font-size:18px;
    transition:all .5s;
    height: 60px;
}
.page_product_list .item .info h4:after{
    content:'';
    width: 50px;
    height: 3px;
    display: block;
    margin:15px auto 0;
    background: #d1d1d1;
    transition:all .5s;
}
.page_product_list .item .info p{
    color:#777;
}

.page_product_list .item:hover{
    border-color:var(--theme-color);
}
.page_product_list .item:hover .info h4{
    color:var(--theme-color);
}
.page_product_list .item:hover .info h4:after{
    background: var(--theme-color);
}

.page_download_list{
    flex:1;
    min-width: 0;
}
.page_download_list .list .item{
    background: #fff;
    margin-bottom: 15px;
    padding: 28px;
}
.page_download_list .list .item h4{
    flex:1;
    padding-right: 20px;
}
.page_download_list .list .item span{
    font-size: 14px;
    color:#999;
}
.page_download_list .list .item .btn{
    height: 44px;
    line-height: 42px;
    border:1px solid var(--theme-color);
    color:var(--theme-color);
    padding: 0 30px;
    margin-left: 15px;
    transition:all .5s;
}
.page_download_list .list .item .btn i{
    margin-left: 10px;
}
.page_download_list .list .item:hover .btn{
    background: var(--theme-color);
    color:#fff;
}

.page_doc_list{
    flex:1;
    min-width: 0;
}
.page_doc_list .item{
    background: #fff;
    padding: 40px;
    display: block;
    margin-bottom: 20px;
    border:1px solid #fff;
}
.page_doc_list .item h4{
    font-size:24px;
}
.page_doc_list .item p{
    color:#666;
    margin:10px 0 30px;
}
.page_doc_list .item:hover{
    border-color: var(--theme-color);
}
.page_doc_list .item:hover h4{
    color:var(--theme-color);
}



/* footer_message */

.footer_message{
    background-color: #fff;
    margin-top: 80px;
    overflow: hidden;
    padding:60px 100px 80px;
}
.footer_message .b_tit{
    font-size:48px;
    font-weight: bold;
    text-align: center;
}
.footer_message .tit{
    font-size:16px;
    color:#666;
    text-align: center;
    margin-top: 10px;
}
.footer_message .form{
    margin-top: 30px;
}
.footer_message .form .input_box{
    display: flex;
    flex-wrap: wrap;
    margin:0 -5px;
}
.footer_message .form .input{
    width: 50%;
    padding:5px;
}
.footer_message .form .input input,.footer_message .form textarea{
    width: 100%;
    height: 82px;
    background: #f7f7f7;
    padding:20px;
    line-height: 42px;
    outline: none;
    border:none;
}
.footer_message .form textarea{
    height: 160px;
    margin-top: 5px;
}
.footer_message .form p{
    color:#939393;
    margin-top: 10px;
}
.footer_message .form .btns{
    display: flex;
    margin-top: 40px;
}
.footer_message .form .btns .btn{
    height: 80px;
    width: calc(50% - 5px);
    outline: none;
    border:none;
    font-size:18px;
    background: #ebebeb;
    cursor: pointer;
}
.footer_message .form .btns .btn1{
    background: var(--theme-color);
    color:#fff;
}
.footer_message .form .btns .btn2{
    margin-left: 10px;
}
.footer_message .form .btns .btn:hover{
    opacity:.8;
}

/* page_about1 */

.page_about1_wrap{
    padding-top:90px;
}
.page_about1_img{
    width: 48%;
}
.page_about1_con{
    flex:1;
    min-width: 0;
    padding-left: 60px;
}
.page_about1_con .tit h4{
    font-size:40px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}

.page_about1_con .tit h4:after{
    position: absolute;
    width: 100px;
    height: 3px;
    content:'';
    display: block;
    background: var(--theme-color);
    left: 0;
    bottom: 0;
}

.page_about1_con .con{
    color:#666;
    margin-top: 20px;
}
.page_about1_con .data{
    padding-top:30px;
}
.page_about1_con .data .item{
    padding-right:80px;
}
.page_about1_con .data .item .num{
    font-size:24px;
    color:var(--theme-color);
    line-height: 1;
}
.page_about1_con .data .item span{
    font-size:60px;
    line-height: 1;
    font-family: 'Arial';
    vertical-align: top;
    margin-right: 6px;
}
.page_about1_con .data .item p{
    color:#777;
}

.page_about1_wrap_s{
    padding-top: 30px;
}
.page_about1_con_s{
    padding:30px 60px 0 0;
}




.page_about2_wrap{
    background: url("../images/about_bg1.jpg") no-repeat center;
    background-size: cover;
}
.page_about2{
    justify-content: flex-end;
}
.page_about2_con{
    width: 43%;
    font-size:16px;
    color:#fff;
}
.page_about2_list .page_about2_item{
    display: none;
}
.page_about2_list .page_about2_item:first-child{
    display: block;
}

.page_about2_item{
    position: relative;
    
}
.page_about2_item .item .img img{
    overflow: hidden;
}

.page_about2_item_wrap{
    height:322px;
    overflow: hidden;
    position: relative;
}
.page_about2_item_wrap .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.page_about2_item_wrap .swiper-slide {
   text-align: center;
   font-size: 16px;
   background: #fff;
   height: calc((100% - 20px) / 2) !important;
  /* Center slide text vertically */
   display: flex;
   justify-content: center;
   align-items: center;
}
.page_about2_item .swiper-button-prev,.page_about2_item .swiper-button-next{
    width: 56px;
    height: 56px;
    border:1px solid #ddd;
    border-radius: 50%;
    opacity: 1;
    color:#999;
    transition: all .5s;
}
.page_about2_item .swiper-button-prev{
    left: -70px;
}
.page_about2_item .swiper-button-next{
    right: -70px;
}
.page_about2_item .swiper-button-prev:after,.page_about2_item .swiper-button-next:after{
    font-size:24px;
}
.page_about2_item .swiper-button-prev:hover,.page_about2_item .swiper-button-next:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.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(--theme-color);
    border-color: var(--theme-color);
}
.page_about4_con .hd .item.cur{
    border-color: var(--theme-color);
    background: var(--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_about5_wrap */

.page_about5_wrap{
    background: url("../images/culture_bg.jpg") no-repeat center;
    background-size: cover;
}
.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;
    margin:20px 0 5px;
}
.page_about5_con .item p{
    font-size:24px;
    height:120px;
}
.page_about5_con .item .img{
    margin-top:40px;
    overflow: hidden;
    width: 100px;
    height: 100px;
}
.page_about5_con .item:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_about5_con .item:hover span{
    color:rgba(255,255,255,.1);
}
.page_about5_con .item:hover .img img{
    transform: translateY(-100px);
    filter: drop-shadow(#fff 0 100px);
}
.page_about5_con .item_wrap .item_con{
    padding:40px 50px;
}



/* 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:0 0 80px;
}
.page_cases_show{
    max-width: 1440px;
    margin:auto;
}
.page_cases_show .content{
    text-align: center;
    font-size:18px;
}
.page_cases_show .icons{
    margin:40px 0 50px;
    justify-content: space-between;
    text-align: center;
}
.page_cases_show .icons .icon{
    
}
.page_cases_show .icons .icon h4{
    font-size:16px;
    margin-top:15px;
}
.page_cases_show .btns{
    justify-content: center;
    cursor: pointer;
}
.page_cases_show .btns .btn{
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:18px;
}
.page_cases_show .btns .btn1{
    width: 435px;
    border-radius: 100px 0 0 100px;
    border:1px solid var(--theme-color);
    color:var(--theme-color);
    transition:all .4s;
}
.page_cases_show .btns .btn2{
    background: var(--theme-color);
    border-radius: 0 100px 100px 0;
    width: 220px;
    color:#fff;
    font-weight: bold;
}
.page_cases_show .btns:hover .btn1{
    background: var(--theme-color);
    color:#fff;
}

.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;
}
.pd_detail_hd .pics{
    width:660px;
    overflow: hidden;
}
.pd_detail_hd .pics .mySwiper2{
    width: 100%;
    height:400px;
    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{
    color:#666;
    margin:25px 0 ;
}
.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{
    
}
.pd_detail_hd .infos .list p{
    display: flex;
    position: relative;
    padding-left: 14px;
    margin-right: 20px;
}
.pd_detail_hd .infos .list p:before{
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    left: 0;
    top:10px;
    background: #c3c3c3;
    content:'';
    border-radius: 50%;
}


.pd_detail_hd .infos .btns{
    margin-top:50px;
}
.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;
}
.pd_detail_hd .infos .btns .btn i{
    color:#fff;
    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{
    padding-top: 50px;
}
.jy_page_detail_content_tit{
    
}

.jy_page_detail_content_tit .hd .item{
    font-size:36px;
    display: flex;
    cursor: pointer;
    align-items: center;
    height: 100%;
}

.jy_page_detail_content_tit .hd .item i{
    font-size:30px;
    margin-left: 10px;
}

.jy_page_detail_content .bd{
    padding:40px 0 80px;
}
.jy_page_detail_content .bd .bd_item_tit{
    font-size:18px;
    height: 50px;
    padding: 0 35px;
    background: #f5f5f5;
    line-height: 50px;
}
.jy_page_detail_content .bd .list1{
    margin:0 -80px;
    padding: 20px;
}
.jy_page_detail_content .bd .list1 .item{
    width: 50%;
    padding:20px 80px;
    display: flex;
    align-items: center;
}
.jy_page_detail_content .bd .list1 .con{
    flex:1;
    padding-left: 20px;
    min-width: 0;
}
.jy_page_detail_content .bd .list1 .con h4{
    font-size:20px;
}
.jy_page_detail_content .bd .list1 .con p{
    color:#666;
}
.jy_page_detail_content .bd .info2{
    padding:30px 20px;
}


.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;
    padding:0 50px 50px;
}
.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{
    margin:0 -9px;
    display: flex;
}
.page_contact2_form .input_box .input{
    padding:9px;
    width: 50%;
}
.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: #fff;
    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_list{
    padding-top:80px;
}
.page_news_list .list .item{
    padding:30px 0;
}
.page_news_list .list .item:first-child{
    padding-top: 0;
}

.page_news_list .list .item .img{
    width:410px;
    overflow: hidden;
}
.page_news_list .list .item:first-child .img{
    width: 48%;
}
.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:20px 0 0 60px;
    position: relative;
    z-index: 1;
    transition:all .3s;
    display: flex;
    flex-direction: column;
}
.page_news_list .list .item .con>span{
    color:#999;
}
.page_news_list .list .item .con h4{
    font-size:28px;
    transition:all .3s;
    line-height: 1.4;
    padding:0 0 20px;
}
.page_news_list .list .item .con p{
    font-size:18px;
    color:#666;
}
.page_news_list .list .item .agg{
    align-items: center;
    margin-top: 50px;
    justify-content: space-between;
}
.page_news_list .list .item:first-child .con{
    padding-top: 40px;
}
.page_news_list .list .item:first-child .con h4{
    font-size:30px;
}
.page_news_list .list .item:first-child .agg{
    margin-top: 80px;
}
.page_news_list .list .item .agg .name{
    height: 36px;
    line-height: 36px;
    padding:0 20px;
    background: #eee;
}
.page_news_list .list .item .agg .company{
    margin-left: 15px;
}
.page_news_list .list .item:hover .con h4{
    color:var(--theme-color);
}



.page_news_menu{
   display: flex;
   position: relative;
   margin-top: -44px;
   z-index: 99;
   background: #fff;
   box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.page_news_menu .item{
    height: 88px;
    padding:0 10px;
    font-size:18px;
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_news_menu .item:hover{
    text-decoration: underline;
    color:var(--theme-color);
}
.page_news_menu .item.cur{
    background: var(--theme-color);
    color:#fff;
}



.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 i{
    color:var(--theme-color);
    padding-right: 6px;
}
.no_banner_pos a:last-child{
    color:var(--subtheme-color);
}

/* page_news_detail */

.page_news_detail{
    flex:1;
    min-width: 0;
    margin-right:60px;
    background: #fff;
    padding: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{
    flex:1;
}
.page_news_detail .info .info_hd ul{
    justify-content: space-between;
}
.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_hd li i{
    margin-right: 6px;
}
.page_news_detail .info .info_hd li:last-child{
    margin-right: 0;
}
.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: 50px;
}

.right_hot_news{
    width: 370px;
    padding:30px;
    background: #fff;
}
.right_hot_news .a_tit{
    font-size:24px;
    position: relative;
    padding-left: 13px;
    line-height: 1;
    font-weight: bold;
}
.right_hot_news .a_tit:before{
    width: 4px;
    height: 22px;
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--theme-color);
}
.right_hot_news .list .item{
    padding-top: 20px;
    display: block;
}
.right_hot_news .list .item .con{
    padding:20px 0;
}
.right_hot_news .list .item .con h4{
    font-size:18px;
    font-weight: bold;
}
.right_hot_news .list .item .con .desc{
    font-size:16px;
    color:#666;
}
.right_hot_news .list .item:hover .con h4{
    color:var(--theme-color);
}


.page_jnyl1_con{
    width: 80%;
    position: relative;
    margin: auto;
}
.page_jnyl1_con:before,.page_jnyl1_con:after{
    content:'“';
    font-family: Arial;
    font-size:110px;
    font-weight: bold;
    position: absolute;
    top: -30px;
    left: -100px;
    line-height: 1;
    color:#dfdfdf;
}
.page_jnyl1_con:after{
    content:'”';
    right: -100px;
    bottom: -60px;
    left: auto;
    top: auto;
}

.page_jnyl2{
    margin:50px 0 0;
}
.page_jnyl2_con{
    flex:1;
    min-width: 0;
    background: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_jnyl2_con .tit{
    font-size:32px;
    margin-bottom:20px;
}
.page_jnyl2_con .con{
    color:#666;
}
.page_jnyl2_img{
    width: 50%;
    
}


/* page_contact */


.page_contact{
    overflow: hidden;
}
.page_contact_con{
    flex:1;
    min-width: 0;
    background:url("../images/map1.png") no-repeat center;
}

.page_contact_con .list{
    gap:40px;
}
.page_contact_con .list .item{
    background: #fff;
    width: 33.333%;
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition:all .5s;
}
.page_contact_con .list .item .ico{
    width: 130px;
    height: 130px;
    border:1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.page_contact_con .list .item .ico i{
    font-size:40px;
    color:#666;
}
.page_contact_con .list .item h4{
    font-size: 24px;
    text-align: center;
}
.page_contact_con .list .item h4:after{
    content:'';
    width: 60px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    margin: 10px auto 20px;
}
.page_contact_con .list .item p{
    text-align: center;
}
.page_contact_con .list .item p a:hover{
    text-decoration: underline;
}
.page_contact_con .list .item:hover{
    background:url("../images/lo.png") no-repeat right bottom var(--theme-color);
}
.page_contact_con .list .item:hover .ico i,.page_contact_con .list .item:hover h4,.page_contact_con .list .item:hover p{
    color:#fff;
}
.page_contact_con .list .item:hover h4:after{
    background: #fff;
}


.page_contact_map>div{
    line-height: 0;
    position: relative;
    margin-top: -1px;
}
.page_contact_map>div:before{
    width: 1px;
    height: 100%;
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
}

.page_xgzc_list.page_news_list .list .item .con{
    background:#fff;
    padding:40px 60px;
}

.page_xgzc_list1{
    margin:-15px;
}
.page_xgzc_list1 a{
    display: block;
    padding: 15px;
    width: 33.333%;
}
.page_xgzc_list1 .item{
    background: #fff;
    padding: 40px;
    border: 1px solid #fff;
    transition:all .4s;
}
.page_xgzc_list1 .item h4{
    font-size:20px;
}
.page_xgzc_list1 .item p{
    margin-top: 10px;
    color:#666;
}
.page_xgzc_list1 .item .agg{
    justify-content: space-between;
    margin-top: 30px;
}
.page_xgzc_list1 .item .agg .more i{
    margin-left: 6px;
}
.page_xgzc_list1 .item .agg span{
    color:#999;
}
.page_xgzc_list1 .item:hover{
    border-color: var(--theme-color);
}
.page_xgzc_list1 .item:hover h4{
    color:var(--theme-color);
}


/* layer_code */

#layer_code{
    padding:15px;
}
#layer_code img{
    width: 100%;
}
    


/* return */

.return_page{
    position: relative;
    border-top: 1px solid #eee;
    margin-top: 40px;
}
.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;}
