@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 transparent;
}
.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 .logo2{
    display: none;
}
.logo{
    flex:1;
}
.nav .nav_li{
    margin:0 18px;
}
.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;
}
.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: 80px;
    line-height: 40px;
    width: 100%;
    left: 0;
    background: #fff;
    display: none;
    border-radius:5px;
    padding:30px 30px 40px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    overflow: hidden;
}
.nav .nav_li .nav2 .nav2_img{
    width: 360px;
    float: left;
    height: 190px;
    margin-top: 10px;
}
.nav .nav_li .nav2 .nav2_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav .nav_li .nav2 .nav2_list{
    float: left;
    padding-left: 50px;
}
.nav .nav_li .nav2 a{
    display: flex;
    font-size:14px;
    height:40px;
    min-width: 300px;
    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_bd .icons .icon{
    width: 41px;
    height: 41px;
    border:1px solid #ddd;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    transition:all .4s;
    cursor: pointer;
}
.header_bd .icons .icon:hover{
    background: var(--theme-color);
    color:#fff;
}
.header_bd .icons .icon i{
    font-size:20px;
}
.header_bd .icons .icon.icon_vr{
    width: auto;
    border-radius: 100px;
    padding:0 22px;
    font-size: 16px;
}
.header_bd .icons .icon.icon_vr i{
    margin-right: 5px;
}

.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 .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 .btn{
    color:#333;
}
.header_on .header_bd .btns .lang_box:hover .lang,.header_on .header_bd .btns .lang_box:hover .lang{
    color:var(--theme-color);
}
.banner{
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.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 p{
    margin-bottom: 10px;
    font-size:24px;
    text-transform:uppercase;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.banner .item .item_con h4{
    font-size:56px;
    line-height:1.3;
    font-weight: bold;
    text-transform:uppercase;
    margin-bottom: 60px;
    text-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
/*.banner .item .item_con h4 span{
    color: #005bb3;
}*/
.banner .item_con .icons{
    display: flex;
}
.banner .item_con .icons .icon{
    text-align: center;
    margin-right: 70px;
}
.banner .item_con .icons .icon .img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border:1px solid rgba(255,255,255,.5);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .item_con .icons .icon h5{
    font-size:18px;
    margin-top: 10px;
}
.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:70px 0 30px;
    text-align: center;
}
.tit_box1 .tit{
    
}
.tit_box1 .tit h4{
    font-size:48px;
    position: relative;
    font-weight: bold;
    padding-bottom:6px;
    text-transform: uppercase;
}
.tit_box1 .tit h4:before,.tit_box1 .tit h4:after{
    height: 3px;
    display: block;
    content:'';
    background: #e0e0e0;
    width: 160px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.tit_box1 .tit h4:after{
    width: 70px;
    background: var(--theme-color);
}
.tit_box1 .tit p{
    font-size:18px;
    margin-top: 10px;
}


.bg1{
    background:#f7f7f7;
}
.bg2{
    background:#f6f6f6;
}

/* about */


.about_item{
    display: none;
}
.about_item:first-child{
    display: block;
}
.about{
    position: relative;
}
.about_img{
    width: 50%;
    overflow: hidden;
}
.about_img img{
    width: 100%;
    object-fit: cover;
}
.about_con{
    padding:65px 5% 65px 65px;
    width: 50%;
    background: url("../images/map1.png") no-repeat center;
}
.about_con .tit{
    font-size:40px;
    font-weight: bold;
    text-transform: uppercase;
}
.about_con .desc{
    font-size:16px;
    margin-bottom: 45px;
}
.about_con .subtit{
    font-size:20px;
    margin:0 0 25px;
    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: -130px;
}
.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);
}


/* product */


.product_menu{
    margin:50px 0;
    position: relative;
    padding-bottom: 12px;
    z-index: 2;
}
.product_menu:after{
    content:'';
    width: 100%;
    border-top: 1px dashed #ddd;
    display: block;
    position: absolute;
    top: 38px;
    z-index: -1;    
}
.product_menu .item{
    padding:0 15px;
    align-items: center;
    cursor: pointer;
    flex:1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_menu .item .ico{
    width: 75px;
    height: 75px;
    background: #f7f7f7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.product_menu .item .tit{
    font-size:16px;
    line-height: 1.3;
    margin-top: 10px;
}
.product_menu .item:hover .tit,.product_menu .item.cur .tit{
    color:var(--theme-color);
}

.product_menu .item:hover .ico{
    background: var(--theme-color);
}
.product_menu .item:hover .ico img{
    transform: translateY(-75px);
    filter: drop-shadow(#fff 0 75px);
}

.product_con{
    overflow: hidden;
    position: relative;
}
.product_con .product_con_item{
    display: none;
}
.product_con .product_con_item:first-child{
    display: block;
}
.product_con .product_con_item .item{
    padding:30px;
    display: block;
    transform: scale(0.8);
}

.product_con .product_con_item .item .img{
    justify-content: center;
    background: url("../images/product_logo.png") no-repeat right top;
}
.product_con .product_con_item .item .info{
    text-align: center;
    padding-top:30px;
    display: none;
}
.product_con .product_con_item .item .info h4{
    font-size:24px;
    font-weight: bold;
}
.product_con .product_con_item .item .info p{
   font-size:16px;
   color:#666;
}
.product_con .product_con_item .item .info span i{
    font-weight: bold;
    font-size:14px;
    margin-left: 10px;
}
.product_con .product_con_item .item:hover{
    border-color:var(--theme-color);
}
.product_con .product_con_item .item:hover .info h4{
    color:var(--theme-color);
}
.product_con .product_con_item .item:hover .info span{
    transform: scale(1.1);
}
.product_con .product_con_item .swiper-slide-next .item{
     transform: scale(1);
}
.product_con .product_con_item .swiper-slide-next .item .info{
    display: block;
}
.product_con .btns{
    position: absolute;
}
.product_con .swiper-pagination{
    position:inherit;
    width: auto;
    display: block;
    padding:0 10px;
}
.product_con .swiper-pagination .swiper-pagination-bullet{
    margin:0 10px;
    width: 9px;
    height: 9px;
    background: #797979;
    opacity: 1;
}
.product_con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.product_con .swiper-button-next,.product_con .swiper-button-prev{
    margin:0;
    top: auto;
    bottom: 30px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #f7f7f7;
    color:#333;
}
.product_con .swiper-button-prev{
    left: 25%;
}
.product_con .swiper-button-next{
    right:25%;
}

.product_con .swiper-button-next:after,.product_con .swiper-button-prev:after{
    display: none;
}
.product_con .swiper-button-next i,.product_con .swiper-button-prev i{
    font-weight: bold;
    line-height: 1;
    font-size:18px;
}
.product_con .swiper-button-next:hover,.product_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}
.product_con .swiper-button-next.swiper-button-disabled, .product_con .swiper-button-prev.swiper-button-disabled{
    opacity:0.8;
}
.product_con .swiper-button-prev i{
    transform: rotate(180deg);
}



/* application_wrap */

.application_wrap{
    
}
.application{
    position: relative;
    z-index: 1;
}

.application_img{

}
.application_tab .application_item{
    display: none;
}
.application_tab .application_item:first-child{
    display: block;
}
.application_img{
    width: 50%;
}
.application_img img{
    width: 100%;
}
.application_con{
    width: 50%;
    background: #f6f6f6;
    padding:60px 80px;
    position: relative;
}
.application_con .tit{
    font-size:30px;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.application_con .img{
    position: absolute;
    right: 60px;
    top:60px;
}
.application_con .img img{
    width: 150px;
    opacity: .1;
}
.application_con .desc{
    font-size:16px;
    margin-top: 20px;
}
.application_con .icons{
    margin:40px 0 50px;
    justify-content: space-between;
    text-align: center;
}
.application_con .icons .icon{
    
}
.application_con .icons .icon h4{
    font-size:16px;
    margin-top:15px;
}


.application_menu{
    display: flex;
    margin-bottom: 25px;
}
.application_menu .item{
    font-size:18px;
    cursor: pointer;
    flex:1;
    text-align: center;
    padding:30px 10px;
    position: relative;
}
.application_menu .item:after{
    width: 1px;
    height: 40px;
    background: #dddddd;
    content:'';
    display: block;
    position: absolute;
    right: -1px;
    top: 60px;
}
.application_menu .item:last-child:after{
    display: none;
}
.application_menu .item h4{
    margin-top: 10px;
}
.application_menu .item.cur .img{
    overflow: hidden;
}
.application_menu .item.cur{
    background: var(--theme-color);
}
.application_menu .item.cur{
    color:#fff;
}
.application_menu .item.cur .img img{
    transform: translateY(-75px);
    filter: drop-shadow(#fff 0 75px);
} 


/* 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 */

.hot_news{
    width: 100%;
    padding-bottom:80px;
}
.hot_news .list{
    margin:0 -20px;
}
.hot_news .list a{
    flex:1;
    min-width: 0;
    padding:0 20px;
}
.hot_news .list .item{
    overflow: hidden;
    position: relative;
}
.hot_news .list .item .img{
    position: relative;
}
.hot_news .list .item .img .column{
    font-size:13px;
    color:#fff;
    background:var(--theme-color);
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding:4px 15px;
    z-index: 10;
}
.hot_news .list .item .img img{
    height:315px;
    width: 100%;
    object-fit: cover;
}
.hot_news .list .item .con{
    padding:30px 0 0;
}
.hot_news .list .item .con span{
    font-size:14px;
}
.hot_news .list .item .con h4{
    font-size:20px;
    color:#222;
    font-weight: bold;
    transition:all .3s;
    line-height: 1.4;
}
.hot_news .list .item .con .desc{
    font-size:16px;
    color:#666;
    padding-top:20px;
}
.hot_news .list .item .con .agg{
    margin-top: 40px;
    justify-content: space-between;
}
.hot_news .list .item .con .agg span{
    color:#666;
    font-size:16px;
}
.hot_news .list .item .con .agg span i{
    margin-left: 5px;
}
.hot_news .list .item:hover .con h4{
    color:var(--theme-color);
}
.hot_news .list .item:hover .con span:after{
    width: 100%;
}

.faq_news{
    flex:1;
    padding-left:20px;
    margin-left: 20px;
    position: relative;
}
.faq_news:after{
    content:'';
    width: 1px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    display: block;
}
.faq_news .list .item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
    border:1px solid #fff;
}
.faq_news .list .item:last-child{
    margin-bottom: 0;
}
.faq_news .list .item .time{
    width: 120px;
    padding-left:30px;
    font-size:16px;
}
.faq_news .list .item .time span{
    display: block;
}
.faq_news .list .item .con{
    padding:20px;
    flex:1;
    min-width: 0;
    border-left: 1px solid #ddd;
}
.faq_news .list .item .con h4{
    font-size:18px;
    font-weight: bold;
    color:#222;
    transition:all .3s;
    margin-bottom: 20px;
    line-height: 1.4;
}
.faq_news .list .item:hover{
    border-color:var(--theme-color);
}
.faq_news .list .item:hover .con h4{
    color:var(--theme-color);
}
.faq_news .list .item:hover .con span:after{
    width: 100%;
}
.faq_news .list.faq_list .item{
    border:2px solid #ddd;
    background: transparent;
}

.news_more{
    padding: 20px 0 0;
}


/* partners */

.partners_wrap{
    padding-bottom: 60px;
}
.partners_con{
    height: 375px;
    padding-bottom: 50px;
    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% - 30px) / 2) !important;
  /* Center slide text vertically */
   display: flex;
   justify-content: center;
   align-items: center;
}


/* img_btns */

.img_btns{
    margin:70px -20px;
}
.img_btns .item{
    position: relative;
    padding:0 20px;
}
.img_btns .item .con{
    position: absolute;
    left: 0;
    top: 0;
    padding:60px;
    width: 80%;
    color:#fff;
}
.img_btns .item .con h4{
    font-size:25px;
    font-weight: bold;
    text-transform: uppercase;
}
.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;
}

/* footer */

.footer{
    background: url("../images/f_bg.jpg") no-repeat center;
    background-size: cover;
}
.footer_service_wrap{
    border-bottom: 1px solid rgba(225,225,225,.2);
}
.footer_service{
    padding:50px 0 40px;
    display: flex;
    margin:0 -60px;
    
}
.footer_service .item{
    display: flex;
    flex:1;
    padding:0 60px;
    position: relative;
}
.footer_service .item:after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top:15px;
    background:rgba(178,166,127,.3);
    width: 1px;
    height: 40px;
}
.footer_service .item:last-child:after{
    display: none;
}
.footer_service .item .ico{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_service .item .con{
    flex:1;
    min-width: 0;
    padding-left: 16px;
    color:#fff;
}
.footer_service .item .con h4{
    font-size:22px;
    line-height: 1;
    margin-bottom: 10px;
}


/* footer */

.footer_info{
    padding: 50px 0;
}
.footer_info_hd{
    width: 330px;
}
.footer_info_hd .f_tel{
    color:#fff;
    margin-top: 35px;
}
.footer_info_hd .f_tel h4{
    font-family: 'emoji';
    font-size: 42px;
    line-height: 1.3;
}
.f_cac{
    margin-top: 40px;
}
.footer_info_bd .f_contact{
    flex:1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}
.footer_info_bd .f_contact .item{
    display: flex;
    align-items: center;
    padding:0 15px;
}
.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_code{
    color:#fff;
    text-align: center;
}
.footer_info_bd{
    flex: 1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
}
.footer_info_bd .f_menu a{
    color:#fff;
    font-size:16px;
    margin:0 43px;
}
.footer_info_bd .f_menu a:last-child{
    margin-right: 0;
}
.footer_info_bd .f_menu a:hover{
    text-decoration: underline;
}




.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 6px;
    vertical-align: middle;
}
.footer_copyright span a{
    margin-left: 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:56px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
}
.page_banner .info .desc{
    font-size:20px;
    margin-top: 5px;
}

.page_banner .pos{
    position: absolute;
    bottom:0;
    padding-bottom: 10px;
    color:#fff;
}
.page_banner .pos a{
    color:#fff;
}

.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: 80px 0;
    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:30px;
    background: #fff;
    position: relative;
}
.page_case_con .item .item_con:after{
    width:0;
    height: 4px;
    background: var(--theme-color);
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition:all .4s;
}
.page_case_con .item .item_con h4{
    font-size:28px;
}
.page_case_con .item .item_con p{
    font-size:16px;
    height: 50px;
    margin:15px 0 45px;
}
.page_case_con .item .item_con span{
    font-size:16px;
    display: flex;
    align-items: center;
}
.page_case_con .item .item_con span i{
    border:1px solid #ddd;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    margin-left: 5px;
    transition:all .4s;
}
.page_case_con .item:hover .item_con h4{
    color:var(--theme-color);
}
.page_case_con .item:hover .item_con:after{
    width: 100%;
}
.page_case_con .item:hover .item_con span i{
    border-color:var(--theme-color);
    background: var(--theme-color);
    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_product_menu_wrap{
    border-bottom: 1px solid #e1e1e1;
}
.page_product_menu{
    justify-content: center;
}
.page_product_menu .item{
    padding:20px 0;
    margin:0 70px;
    display: flex;
    position: relative;
    align-items: center;
}
.page_product_menu .item:after{
    content:'';
    display: block;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    background: var(--theme-color);
    transition:all .4s;
}
.page_product_menu .item .ico{
    overflow: hidden;
}
.page_product_menu .item .tit{
    font-size:18px;
    margin-left:6px;
}
.page_product_menu .item:hover .tit,.page_product_menu .item.cur .tit{
    color:var(--theme-color);
}
.page_product_menu .item:hover .ico img,.page_product_menu .item.cur .ico img{
    transform: translateY(-75px);
    filter: drop-shadow(var(--theme-color) 0 75px);
}
.page_product_menu .item:hover:after,.page_product_menu .item.cur:after{
    width: 100%;
}

.page_product_list{
    padding-bottom: 80px;
}
.page_product_list .list{
    margin:20px -23px 0;
}
.page_product_list .list a{
    width:33.333%;
    padding:20px 23px;
}
.nprotj .list a:last-child{
    display: none;
}
.page_product_list .list .item{
    background: #fff;
    transition:all .4s;
}
.page_product_list .list .item .img{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:40px;
}
.page_product_list .list .item .img img{
    max-height: 253px;
    object-fit: contain;
}
.page_product_list .list .item .info{
    text-align: center;
    padding: 20px;
    border-top: 1px solid #e4e4e4;
}
.page_product_list .list .item .info h4{
    font-size:20px;
    transition:all .4s;
}
.page_product_list .list .item .info span{
    font-size:16px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    color:var(--theme-color);
    transition:all .4s;
}
.page_product_list .list .item .info span i{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border:1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    margin-left: 5px;
    color:var(--theme-color);
}

.page_product_list .list .item:hover .info h4{
    color:var(--theme-color);
}
.page_product_list .list .item:hover .info span{
    opacity: 1;
}



/* page_about1 */

.danye{
    width: 100%;
    padding: 60px 0 0;
}

.page_about1_wrap{
    background:url("../images/page_about_bg1.jpg") no-repeat center;
    background-size: cover;
    padding: 0 0 90px 0;
}
.nabout{
    padding-top: 60px;
}
.page_about1_hd{
    width: 54%;
    padding-right: 4%;
}
.page_about1_hd .con,.page_about1_hd .con p{
    font-size:16px;
    margin:30px 0;
    color:#666;
    line-height:1.8;
}
.page_about1_tit h4,.page_about1_tit_1{
    font-size:48px;
    color:#3a3a3a;
    font-weight: bold;
    padding-bottom: 16px;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    text-transform: uppercase;
}
.page_about1_tit_1{
    line-height: 1;
    border-bottom:none;
}
.page_about1_tit_1 span{
    line-height: 1.2;
    color:var(--theme-color);
}
.page_about1_tit h4:after{
    position: absolute;
    width: 100px;
    height: 3px;
    content:'';
    display: block;
    background: var(--theme-color);
    left: 0;
    bottom: 0;
}

.page_about1_bd{
    flex:1;
    background: rgba(0,91,179,.7);
    padding:60px 100px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: space-around;
}
.page_about1_bd .item{
    display: flex;
    align-items: center;
}
.page_about1_bd .item .num{
    flex:1;
    font-size:48px;
    line-height: 1;
    color:#fff;
    font-weight: bold;
    font-family: 'Arial';
    margin-left: 6px;
}
.page_about1_bd .item .num span{
    font-size:90px;
    line-height: 1;
}
.page_about1_bd .item .txt{
    font-size:18px;
    color:#fff;
    width: 130px;
}


.page_about2_wrap{
    background: url("../images/bg3.jpg") no-repeat center;
    background-size: cover;
    padding:120px 0;
}
.page_about2{
    justify-content: flex-end;
}
.page_about2_con{
    width: 43%;
    font-size:16px;
    color:#fff;
}


.page_about3 .inner_tit_box1{
    padding-top: 50px;
}
.page_about3_desc{
    padding-top: 20px;
}

.page_about3_list{
    position: relative;
    overflow: hidden;
    padding:50px 0 60px;
}
.page_about3_list .item{
    padding:40px 50px;
    background: #f5f5f5;
}
.page_about3_list .item .img{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.page_about3_list .item .tit{
    font-size:16px;
    text-align: center;
    margin-top: 10px;
}
.page_about3_list .img img{
    
}

.page_about3_list.swiper-horizontal>.swiper-pagination-progressbar{
    height: 5px;
    background: #f4f4f4;
    border-radius: 10px;
    top: auto;
    bottom: 0;
}
.page_about3_list .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    height: 5px;
    background: var(--theme-color);
    border-radius: 10px;
}


.kehu{
    padding: 90px 0;
}
.kehum{
    width: 100%;
}
.kehuimg{
    width: 15.39999%;
    float: left;
    margin: 10px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.kehuimg img {
  transition-duration: 1s;
}
.kehuimg img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
/* page_choose_swiper1 */

.page_choose_swiper1{
    padding:0 10%;
}
.page_choose_swiper1 .item .tit{
    border:1px solid #c0c0c0;
    height: 45px;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
    transition:all .4s;
}
.page_choose_swiper1 .item:hover .tit{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_choose_swiper1 .swiper-slide-thumb-active .item .tit{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.page_choose_swiper2{
    margin-top:40px;
    padding-bottom: 90px;
    overflow: hidden;
}
.page_choose_swiper2 .item_img{
    width: 50%;
}
.page_choose_swiper2 .item_img img{
    
}
.page_choose_swiper2 .item_con{
    width: 50%;
    padding:80px 60px;
    background: url("../images/map1.png") no-repeat center #fff;
}
.page_choose_swiper2 .item_con h4{
    font-size:38px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    padding-bottom: 10px;
}
.page_choose_swiper2 .item_con h4:after{
    content:'';
    display: block;
    width: 100px;
    height: 3px;
    background-color: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_choose_swiper2 .item_con p{
    font-size:18px;
    color:#3a3a3a;
    margin-top:35px;
}
.page_choose_swiper2 .item_con .arrow{
    margin-top: 50px;
}
.page_choose_swiper2 .item_con .swiper-button-next,.page_choose_swiper2 .item_con .swiper-button-prev{
    position: inherit;
    width: 66px;
    height: 66px;
    border:1px solid #d5d5d5;
    color:#999;
    margin-right: 20px;
    margin-top: 0;
    transition:all .4s;
}
.page_choose_swiper2 .item_con .swiper-button-next:after,.page_choose_swiper2 .item_con .swiper-button-prev:after{
    font-size:24px;
}
.page_choose_swiper2 .item_con .swiper-button-next:hover,.page_choose_swiper2 .item_con .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}



.page_about4{
    padding:100px 0 30px;
}
.page_about4_list{
    margin:0 -10px;
}
.page_about4_list .item_wrap{
    padding:0 10px;
}
.page_about4_list .item{
    position: relative;   
}
.page_about4_list .item .img{
    width: 100%;
}
.page_about4_list .item .info{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items:center;
    padding-bottom: 70px;
    transition:all .4s;
}
.page_about4_list .item .info .tit{
    color:#fff;
    font-weight: bold;
    font-size: 30px;
}
.page_about4_list .item .info .more{
    width: 140px;
    height: 36px;
    border:1px solid #fff;
    border-radius: 100px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-size:14px;
    margin-top: 20px;
    font-family:'GilroyMedium';
    transition:all .4s;
}
.page_about4_list .item .info .more i{
    font-size:14px;
    font-weight: bold;
    margin-left: 5px;
}
.page_about4_list .item:hover .info{
    padding-bottom: 100px;
}
.page_about4_list .item:hover .info .more{
    background: #fff;
    color:var(--theme-color);
}
.page_about4_list .item:hover .info .more i{
    color:var(--theme-color);
}

/* 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: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;
    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: #2d2d2d;
}
.jy_page_detail_content_tit .hd{
    height: 95px;
}
.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 img{
    height: auto !important;
}


.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_list{
    padding:80px 0;
}
.page_news_list .list .item{
    padding:60px 0;
    border-bottom: 1px solid #e1e1e1;
}
.page_news_list .list .item:first-child{
    padding-top: 0;
}
.page_news_list .list .item .time{
    padding-right: 65px;
}
.page_news_list .list .item .time h4{
    font-size:80px;
    font-weight: bold;
    line-height: 1.1;
    font-family:'Arial';
}
.page_news_list .list .item .time span{
    font-size:22px;
}
.page_news_list .list .item .img{
    width:540px;
    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;
}

.page_news_list .list .item .con h4{
    font-size:30px;
    font-weight: bold;
    transition:all .3s;
    line-height: 1.4;
    padding:40px 0 20px;
}
.page_news_list .list .item .con p{
    font-size:16px;
    color:#666;
}
.page_news_list .list .item .agg{
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
.page_news_list .list .item .agg i{
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border:1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:20px;
    transition:all .4s;
}
.page_news_list .list .item .agg .name{
    background: #eee;
    height: 36px;
    line-height: 36px;
    padding:0 20px;
}
.page_news_list .list .item:hover .con h4{
    color:var(--theme-color);
}

.page_news_list .list .item:hover .agg i{
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}


.page_news_menu{
   display: flex;
   justify-content: center;
   position: relative;
   margin-top: -44px;
   z-index: 99;
   background: #fff;
   box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.page_news_menu .item{
    max-width: 350px;
    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 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: 80px;
    padding-bottom: 80px;
}

.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_contact */


.page_contact_wrap{
    padding: 80px 0;
}

.page_contact{
    background: #fff;
    overflow: hidden;
}
.page_contact_con{
    flex:1;
    min-width: 0;
    padding:50px 70px;
    background:url("../images/map1.png") no-repeat center;
}
.page_contact_con .tit h4{
    font-size:36px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
}
.page_contact_con .tit h4:after{
    content:'';
    display: block;
    width: 100px;
    height: 3px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_contact_con .info_code{
    padding-top: 36px;
}
.page_contact_con .info_code .info{
    min-width: 0;
    flex:1;
}
.page_contact_con .info_code .info .item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.page_contact_con .info_code .info .item:last-child{
    margin-bottom: 0;
}
.page_contact_con .info_code .info .item .ico i{
    width: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    border-radius: 50%;
    color:var(--theme-color);
    font-size:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact_con .info_code .info .item .con{
    font-size:18px;
    line-height: 1.2;
    margin-left: 20px;
}
.page_contact_con .info_code .code{
    width: 105px;
    margin-top: 20px;
}
.page_contact_con .info_code .code img{
    width: 100%;
}
.page_contact_con .info_code .code p{
    text-align: center;
    margin-top: 6px;
}
.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;
}

/* 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;
    text-transform: uppercase;
}
.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: #dd0003;
    cursor: pointer;
    color:#fff;
}
.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;
}

/* layer_code */

#layer_code{
    padding:15px;
}
#layer_code img{
    width: 100%;
}
    


/* 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;}





