.bgf4{background: #f4f8fa;}
.bgf5{background: #f5f5f5;}
.bgf6{background: #f6f6f6;}
.bgf8{background: #f8f8f8;}
.bgfa{background: #fafafa;}

.fwb{font-family: "Gotham-Bold";}

.header_b_r_search{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 40px;height: 40px;font-size: 24px;color: #fff;cursor: pointer;position: relative;margin-right: 20px;}
.header_b_r_search::after{content: "";display: block;position: absolute;top: 50%;right: -20px;width: 1px;height: 17px;background: rgba(220,220,220,.16);margin-top: -8px;}

.search_box{display: none;position: fixed;left:50%;top: 50%;margin:-30px 0 0 -450px;z-index: 15;width:900px;height: 60px;padding: 10px;background: #f5f5f5;}
.search_box_text{width: calc(100% - 90px);height: 40px;border: 0;font-size: 14px;padding-left: 20px;background: none;}
.search_box_text::-webkit-input-placeholder{font-size: 14px;text-transform: uppercase;}
.search_box_sub{width:40px;height: 40px;color: #2196ED;font-size: 34px;background: none;border: 0;}/*#125ad3*/

.search_box_close{width: 40px;height: 40px;line-height: 40px;font-size: 28px;color: #999;margin-left: 10px;border: 0;background: none;}
.search_box_close:hover{transform: rotateZ(180deg);    -webkit-transform: rotateZ(180deg);}








/*
 * wap head
 */
.mobile_header{display: none;clear: both;width: 100%;height: 52px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.mobile_header_top{position: fixed;left: 0;top:0;z-index: 14;width: 100%;height: 52px;background: #fff;box-shadow: 0 0 5px rgba(50,50,50,.2);transition: all 0.5s;-webkit-transition: all 0.5s;}

.mobile_logo{height: 52px;margin-left: 0;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;padding: 0 15px;}
.mobile_logo img{height: 26px;width: auto;}
.mobile_menu_btn{position: absolute;right: 0;top: 0;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;width: 54px;height: 52px;cursor: pointer;}
.mobile_menu_btn .line{display: block;height: 3px;width: 28px;background: #2196ED;border-radius: 4px;margin-bottom: 6px;}/*#125ad3*/
.mobile_menu_btn .line:last-child{margin-bottom: 0;}

.mobile_search_icon{width: 40px;height: 52px;color: #222;font-size: 22px;line-height: 52px;text-align: center;margin-right: 52px;cursor: pointer;}


.mobile_menu_box{position: fixed;right: -110%;top:0;z-index: 15;width:75%;height: 100%!important;background:#fff;padding: 20px 15px;overflow-y: auto;transition: all 0.5s;    -webkit-transition: all 0.5s;
}
.mobile_menu_box.show{right: 0;transition: all 0.5s;    -webkit-transition: all 0.5s;
}
.mobile_menu_dl dd{clear: both;line-height: 1.3;border-bottom: 1px solid #e1e1e1;}
.mobile_menu_tt{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content: space-between;-ms-justify-content: space-between;-webkit-justify-content: space-between;-ms-align-items: center;-webkit-align-items: center;align-items: center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.mobile_menu_tt .text{width: calc(100% - 50px);color: #333;font-size: 16px;line-height: 24px;padding: 10px 0;text-transform: uppercase;}
.mobile_menu_dl dd.hover .mobile_menu_tt .text{color: #2196ED;}/*#125ad3*/
.mobile_menu_tt_icon{display: none;width: 44px;line-height: 44px;text-align: center;color: #333;font-size: 16px;-webit-transition: all 0.5s;transition: all 0.5s;transform: rotateZ(0deg);-webkit-transform: rotateZ(0deg);-moz-transform: rotateZ(0deg);-ms-transform: rotateZ(0deg);-o-transform: rotateZ(0deg);cursor: pointer;}

.mobile_menu_down{display:none;padding:6px 0 10px 12px;}
.mobile_menu_down_clm{/*margin-bottom: 8px;*/}
.mobile_menu_down_clm_tt{display: -ms-flex;display: -webkit-flex;display: flex;-ms-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between;-ms-align-items: center;-webkit-align-items: center;align-items: center;font-size: 14px;color: #333;}
.mobile_menu_down_clm_tt .tt{width: calc(100% - 50px);color: #333;line-height: 20px;font-size: 14px;text-transform: capitalize;padding: 5px 0;}
.mobile_menu_down_clm_tt .icon{width: 40px;height: 40px;line-height: 40px;text-align: center;font-size: 18px;-webit-transition: all 0.5s;transition: all 0.5s;}
.mobile_menu_down_clm.hover .mobile_menu_down_clm_tt .icon{-webit-transition: all 0.5s;transition: all 0.5s;transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-moz-transform: rotateZ(90deg);-ms-transform: rotateZ(90deg);-o-transform: rotateZ(90deg);}
.mobile_menu_down_clm_list{display: none;padding: 5px 0 0 10px;}
.mobile_menu_down_clm_list a{display: block;font-size: 12px;line-height: 1.4;color: #333;padding: 5px 0 5px 14px;position: relative;}
.mobile_menu_down_clm_list a::before{content: "";display: block;position: absolute;left: 0;top: 50%;width: 5px;height: 5px;margin-top: -3px;background:#333;border-radius: 50%;}

.mobile_menu_tt_icon.hover{transform: rotateZ(90deg);-webkit-transform: rotateZ(90deg);-ms-transform: rotateZ(90deg);-webit-transition: all 0.5s;transition: all 0.5s;}


/* .mobile_menu_dl dd.hover .mobile_menu_tt .text{font-weight: bold;} */

.mobile_search_box{position: fixed;left: 0;top: 52px;z-index: 13;display: none;width: 100%;padding: 20px;background: #fafafa;}
.mobile_search_box .form{width: 100%;padding:2px;border-radius: 5px;border: 1px solid #ddd;}
.mobile_search_text{float: left;line-height: 40px;padding-left: 15px;font-size: 14px;width:calc(100% - 40px);border: 0;}

.mobile_search_btn_text{float: right;width: 40px;height: 40px;font-size: 20px;color: #2196ED;font-weight: bold;text-align: center;line-height: 40px;border: none;background: none;}/*#125ad3*/

.mobile_menu_b{margin-top: 40px;}
.mobile_menu_b_clm{margin-bottom: 25px;}
.mobile_menu_b_clm .tt{font-size: 16px;color: #333;margin-bottom: 8px;}
.mobile_menu_b_clm .text{font-size: 14px;color: #333;}
.mobile_menu_b_clm .text a{color: #333;word-break: break-all;}


.mobile_lag_box{padding: 30px 0 20px;margin-bottom: 40px;}
.mobile_lag_tt{font-size: 16px;color:#333;padding-bottom: 18px;}
.mobile_lag_text{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.mobile_lag_text a{color: #333;font-size: 16px;margin-right: 25px;}



.mask,
.mobile_menu_mask{display: none;position: fixed;left: 0;top: 0;z-index: 15;width: 100%;height: 100%;background: rgba(0,0,0,.2);}
.mask{z-index: 13;}






.scroll_dots .scroll_dots_bars{position: relative;padding-top: 40px;z-index: 3;left: auto;bottom: auto !important;width: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet{width: 14px;height: 14px;opacity: 0.5;background: #b7b7b7;opacity: 1;margin: 0 10px !important;border-radius: 10px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.scroll_dots .scroll_dots_bars .swiper-pagination-bullet-active{background: #2196ED;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/


.fz60{font-size: 60px;}
.fz50{font-size: 50px;}
.fz48{font-size: 48px;}
.fz46{font-size: 46px;}
.fz42{font-size: 48px;}
.fz40{font-size: 40px;}
.fz36{font-size:36px;}
.fz32{font-size:32px;}
.fz30{font-size: 30px;}
.fz26{font-size: 26px;}
.fz24{font-size: 24px;}
.fz22{font-size: 22px;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}


.public_text1{font-size: 14px;line-height: 24px;}
.public_text2{font-size: 16px;line-height: 28px;}



.public_text1 img,
.public_text2 img,
.public_text3 img{height: auto !important;}

.public_btn_box{display:flex;display:-ms-flexbox;display:-webkit-flex;}
.public_btn1{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;font-size: 14px;width: 246px;height: 50px;color: #222;background: #fff;border-radius: 25px;transition:all 0.5s;-webkit-transition:all 0.5s;}

.public_btn1.hover{color: #fff;background: #2196ED;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/


.public_btn1 .icon{font-size: 24px;margin:0 12px;}


.public_btn2{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;font-size: 18px;width: 250px;height: 60px;color: #111;font-family: "BarlowCondensed-SemiBold";background: #2196ED;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/

.public_btn2 .icon{font-size: 24px;margin-left: 18px;}


.sub_wrap{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.sub_wrap2{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.main_content{padding-top: 80px;padding-bottom: 80px;}
.main_content2{padding-top: 80px;}
.main_content3{padding-bottom: 80px;}






/* banner */
.banner_box{position: relative;}
.banner .swiper-slide{
    height: 100vh;background-position: center center;background-repeat: no-repeat;background-size: cover;position: relative;}
.banner_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_item_con{color: #fff;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;height: 100%;padding: 150px 0 30px;}
.banner_item_tt1{font-size: 3.02vw;line-height: 1.2;margin-bottom: 20px;}
.banner_item_tt2{font-size: 2.6vw;line-height: 1.4;margin-bottom: 20px;}
.banner_item_tt3{margin-bottom: 54px;}



.banner_item_btn_box{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;}

.banner_item_btn{padding: 0 1.82vw;color: #fff;line-height: 50px;font-size: 14px;background: #020001;border-radius: 25px;margin: 0 25px 0 0;}
.banner_item_btn:last-child{margin-right: 0;}
.banner_item_btn.hover{color: #fff;background: #2196ED;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/

.banner_b{position: absolute;left: 0;bottom: 30px;z-index: 3;width: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;}

.banner_b_btn{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 40px;height: 40px;font-size: 30px;color: #d3d2d3;cursor: pointer;transition:all 0.5s;-webkit-transition:all 0.5s;}
.banner_b_btn.next{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);-ms-transform: rotateZ(180deg);}
.banner_b_btn:hover{color: #fff;transition:all 0.5s;-webkit-transition:all 0.5s;}
.banner_b_bars{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: auto !important;padding: 0 12px;}
.banner_b_bars .swiper-pagination-bullet{width: 12px;height: 12px;border-radius: 50%;opacity: 1;background: #d5d3d4 !important; margin: 0 7px !important;transition:all 0.5s;-webkit-transition:all 0.5s;}

.banner_b_bars .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #2196ED !important;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/



.ind_box1{background: #2196ED;}/*#125ad3*/

.ind_box1_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: flex-end;-webkit-align-items: flex-end;-ms-align-items:flex-end;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.ind_box1_list1 dd{width: 25%;color: #fff;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;}
.ind_box1_list1 dd::after{content: "";display: block;position: absolute;right: 0;top: 50%;width: 1px;height: 70%;background: rgba(238,238,238,.22);transform: translate(0,-50%);}


.ind_box1_list1_con1,
.ind_box1_list1_con2{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;padding: 35px 7%;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;transition:all 0.5s;-webkit-transition:all 0.5s;}

.ind_box1_list1_con1 .icon,
.ind_box1_list1_con2 .icon{width: 40px;font-size: 34px;line-height: 1;}
.ind_box1_list1_con1 .con,
.ind_box1_list1_con2 .con{width: calc(100% - 40px);padding-left: 10px;}
.ind_box1_list1_con1 .con .tt,
.ind_box1_list1_con2 .con .tt{font-size: 18px;margin-bottom: 14px;}

.ind_box1_list1_con2{position: absolute;left: 0;bottom: 0;z-index: 4;width: 100%;background: #fff;opacity: 0;pointer-events: none;transition:all 0.5s;-webkit-transition:all 0.5s;}

.ind_box1_list1_con2 .icon{color: #2196ED;}/*#125ad3*/
.ind_box1_list1_con2 .con .tt{color: #333;}
.ind_box1_list1_con2 .con .text{color: #666;transition:all 0.5s;-webkit-transition:all 0.5s;}

.ind_box1_list1 dd:hover{background: #fff;transition:all 0.5s;-webkit-transition:all 0.5s;}
.ind_box1_list1 dd:hover .ind_box1_list1_con2{opacity: 1;pointer-events: auto !important;transition:all 0.5s;-webkit-transition:all 0.5s;}



.ind_title1{margin-bottom: 40px;}
.ind_title1 .tt1{margin-bottom: 10px;}
.ind_title1 .tt2{line-height: 1.1;}




.pro_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_list1 dd{width: calc((100% - 6.25%) / 3);margin: 0 3.125% 30px 0;}

.pro_list1_pic_box{position: relative;overflow: hidden;border-radius: 10px;box-shadow: 0 0 15px rgba(50,50,50,.1);}

.pro_list1_pic{overflow: hidden;}
.pro_list1_pic img{width: 100%;}


.pro_list1_con{opacity: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #fff;background: #2196ED;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;padding: 20px 7%;transform:scale(0.3,0.3);-webkit-transform:scale(0.3,0.3);transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/

.pro_list1_con_tt{width: 90%;font-size: 14px;line-height: 28px;max-width: 300px;margin: 0 auto 28px;}


.pro_list1_btn{width: 200px;line-height: 40px;text-align: center;font-size: 14px;color: #2196ED;background: #fff;border-radius: 20px;margin-left: calc((100% - 300px) / 2);}/*#125ad3*/


.pro_list1_title{display: block;font-size: 16px;padding: 18px 0 0;}

.pro_list1 dd:hover .pro_list1_con{opacity: 1;transform:scale(1,1);-webkit-transform:scale(1,1);transition:all 0.5s;-webkit-transition:all 0.5s;}




.ind_box3{position: relative;}
.ind_box3::before{content: "";position: absolute;left: 0;top: 0;display: block;width: 100%;height: 50%;background: #f6f6f6;}

.ind_box3_con{position: relative;z-index: 2;background: #333333;border-radius: 10px;padding: 45px 5%;}
.ind_box3_l{width: calc(100% - 515px);padding-right: 5%;}

.ind_box3_con .tt{margin-bottom: 12px;}
.ind_box3_con .text{line-height: 1.4;}
.ind_box3_con .text a{color: #fff;}

.ind_box3_r{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}



.ind_box4_text{margin-bottom: 30px;}

.ind_box4_con{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding: 0 25px;}

.ind_box4_col{width: calc((100% - 75px) / 4);}
.ind_box4_item{margin-bottom: 25px;overflow: hidden;border-radius: 10px;}
.ind_box4_item a{display: block;position: relative;}
.ind_box4_item img{display: block;}
.ind_box4_item .tt{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;font-size: 16px;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: flex-end;-webkit-align-items: flex-end;-ms-align-items:flex-end;padding-bottom: 20px;background: url(../images/rela_pro_item_bg.png) repeat-x center bottom / auto 150px;}

.ind_box4_item:hover img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}



.ind_box5_scroll{

}


.ind_box5_scroll_item{position: relative;}
.ind_box5_scroll_item_pic{position: relative;overflow: hidden;border-radius: 10px;margin-bottom: 14px;}
.ind_box5_scroll_item_pic>img{width: 100%;}
.ind_box5_scroll_item_pic .icon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;}

.ind_box5_scroll_item:hover .ind_box5_scroll_item_pic img>img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}

.ind_box5_scroll_item_tt{font-family: "Gotham-Bold";}





.ind_box6{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}


.ind_box6_l{width: 45.83%;}


.ind_box6_l a{display: block;position: relative;}

.ind_box6_l a>img{display: block;width: 100%;}

.ind_box6_l_video_icon{width: 114px;height: 114px;position: absolute;    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.cir_line_box{position: relative;width: 100%;height: 100%;}
.cir_line_box .line1,
.cir_line_box .line2,
.cir_line_box .line3{position: absolute;left: 50%;top: 50%;width: 100%;height: 100%;border-radius: 50%;opacity: 0;border: 1px solid #fff;transform: translate(-50%,-50%);transform-origin: center center;}

.cir_line_box .line1{animation:aaaa3 3s infinite linear; animation-delay: -1s;}
.cir_line_box .line2{animation:aaaa3 3s infinite linear; animation-delay: 0s;}
.cir_line_box .line3{animation:aaaa3 3s infinite linear; animation-delay: 1s;}
@keyframes aaaa3 {0% {	width: 100%;	height: 100%;	opacity: 0;}50% {	width: 135%;	height: 135%;	opacity: 0.45;}100% {	width: 170%;	height: 170%;	opacity: 0;}}



.ind_box6_r{width: 54.17%;	}


.ind_box6_r_tip{line-height: 1.5;max-width: 467px;margin-right: 8.33vw;margin-bottom: 45px;}
.ind_box6_r_tip a{text-decoration: underline;}


.ind_box6_r_con{float: right;width: 110%;position: relative;z-index: 2;background: #fff;padding: 0 10% 5.21vw;border-top-left-radius: 10px;border-top-right-radius: 10px;}

.ind_box6_r_clm1{display:inline-block;background: #2196ED;line-height: 40px;padding: 0 8px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;margin-bottom: 50px;}/*#125ad3*/


.ind_box6_r_con .ind_title1{margin-bottom: 30px;}


.ind_box6_r_btn_box{padding: 40px 0 55px;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}


.ind_box6_r_btn_box{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.ind_box6_r_btn{color: #666;border: 1px solid #666;border-radius: 25px;margin: 0 20px 0 0;}

.ind_box6_r_btn.hover{border-color: #2196ED;}/*#125ad3*/


.ind_box6_r_b{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding: 30px 1%;background: #f6f8f7;border-radius: 10px;}
.ind_box6_r_b .item{width: calc(100% / 3);text-align: center;position: relative;}
.ind_box6_r_b .item::after{content: "";display: block;position: absolute;right: 0;top: 5%;width: 1px;height: 90%;background: #c5c6c6;}
.ind_box6_r_b .item:last-child::after{display: none;}
.ind_box6_r_b .item .num{font-size: 3.33vw;line-height: 1;margin-bottom: 10px;}

.ind_box7_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding-bottom: 60px;}
.ind_box7_list1 dd{width:calc(94% / 5);display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;padding: 2.08vw 2%;background: #fff;border-radius: 10px;overflow: hidden;transition:all 0.5s;-webkit-transition:all 0.5s;}

.ind_box7_list1_icon{margin-bottom: 22px;}
.ind_box7_list1_text{padding: 22px 0 30px;}


.ind_box7_list1_btn{width: 38px;height: 38px;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #fff;border-radius: 19px;background: #333;overflow: hidden;transition:all 0.5s;-webkit-transition:all 0.5s;}
.ind_box7_list1_btn .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 38px;height: 38px;font-size: 20px;}
.ind_box7_list1_btn .btn_tt{width: 0;overflow: hidden;font-size: 14px;white-space: nowrap;transition:all 0.5s;-webkit-transition:all 0.5s;}
.ind_box7_list1 dd:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}
.ind_box7_list1 dd:hover .ind_box7_list1_btn{width: 157px;height: 38px;color: #fff;background: #2196ED;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/
.ind_box7_list1 dd:hover .ind_box7_list1_btn .btn_tt{width: auto;transition:all 0.5s;-webkit-transition:all 0.5s;}




.ind_box8_con{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.ind_box8_l{width: 60.4%;padding:4.69vw 10% 7.29vw 7%;background: #fff;border-top-right-radius: 10px;}

.ind_box8_l_list{padding-bottom: 40px;}
.ind_box8_l_list .item{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 25px;}

.ind_box8_l_list .item .icon{width: 70px;}
.ind_box8_l_list .item .con{width: calc(100% - 70px);padding-left:15px;padding-top: 15px;}
.ind_box8_l_list .item .con .tt{margin-bottom: 7px;}



.ind_box8_r{width: 39.6%;}
.ind_box8_r_con{float: right;width: 115%;position: relative;z-index: 2;overflow: hidden;border-top-left-radius: 10px;}
.ind_box8_r_con>img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}





.gallery_box{position: relative;margin: 0 auto;}
.gallery_item_rela{position: relative;}
.gallery_item{overflow: hidden;border-radius: 10px;box-shadow: 0 0 10px rgba(115,115,115,.2);margin-bottom: 40px;transition:all 0.5s;-webkit-transition:all 0.5s;}

.wall-column {display: block;position: relative;/*width: 33.333333%;*/width: 25%;float: left;padding: 0 20px;box-sizing: border-box;}
@media (max-width: 1200px) {.wall-column {	width: 25%;	padding: 0 15px;}.gallery_item{	margin-bottom: 30px;}}
@media (max-width: 992px) {.wall-column {	width: 33.33%;	padding: 0 10px;}.gallery_item{	margin-bottom: 20px;}}
@media (max-width: 768px) {.wall-column {	width: 50%;	padding: 0 5px;}.gallery_item{	margin-bottom: 10px;}}

.gallery_item:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}
.gallery_item_pic{display: block;overflow: hidden;}
.gallery_item_pic img{width:100%;}



.exhibit_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.exhibit_list1 dd{width: calc((100% - 6.25%) / 3);margin: 0 2.084% 2% 0;}
.exhibit_list1 dd:last-child{margin-right: 0;}
.exhibit_list1 dd a .pic{overflow: hidden;border-radius: 10px;position: relative;height: 0;padding-bottom: 80%;}
.exhibit_list1 dd a .pic img{width: 100%;position: absolute;left: 0;top: 0;height: 100%;object-fit: cover;}

.exhibit_list1 dd a .tt{padding-top: 15px;}


.blog_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.blog_list1_item{border-radius: 10px;overflow: hidden;background: #fff;box-shadow: 0 0 10px rgba(50,50,50,.03);}
.blog_list1 dd:last-child{margin-right: 0;}

.blog_list1_pic{position: relative;overflow: hidden;height:0;padding-bottom:60%;}
.blog_list1_pic img{width: 100%;position:absolute;top:0;left:0;height:100%;object-fit:cover;}
.blog_list1_pic .time{position: absolute;right: 0;bottom: 0;width: 154px;font-size: 14px;line-height: 50px;color: #fff;text-align: center;background: rgba(0,0,0,.22);border-top-left-radius: 10px;}

.blog_list1_con{padding: 42px 7% 30px;}

.blog_list1_tt{line-height: 1.2;margin-bottom: 10px;overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;}

.blog_list1_text{font-size: 16px;margin-bottom: 28px;height: 56px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
    
}

.blog_list1_more{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #333;}
.blog_list1_more .icon{font-size: 20px;margin-left: 8px;}



.blog_list1_item:hover .blog_list1_pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




.ind_box12_wrap{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.ind_box12_l{width: 41.125%;border-radius: 20px;padding: 45px 2.34vw;box-shadow: 0 0 15px rgba(22,22,22,.06);border: 1px solid #eee;}
.ind_box12_l_tt{margin-bottom: 35px;}

.ind_box12_l_form dd{border-radius: 6px;margin-bottom: 20px;position: relative;display:flex;display:-ms-flexbox;display:-webkit-flex;overflow: hidden;border: 1px solid #eee;}
.ind_box12_l_form dd:last-child{margin-bottom: 0;}
.ind_box12_l_form_tt{font-size: 14px;color: #242424;white-space: nowrap;line-height: 60px;padding-left: 20px;}
.ind_box12_l_form_tt .icon{font-size: 16px;color: #f00;}

.ind_box12_l_form_text,
.ind_box12_l_form_area{width: 100%;height: 60px;padding-left: 10px;font-size: 14px;color: #333;padding-left: 6px;border: none;}
select.ind_box12_l_form_text{
    appearance: auto;
}
.ind_box12_l_form_text::-webkit-input-placeholder,
.ind_box12_l_form_area::-webkit-input-placeholder{color: #999;}

.ind_box12_l_form_area{height: 193px;padding: 22px 10px 10px 6px;resize: none;}

.ind_box12_l_form_btn{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 100%;height: 60px;color: #fff;font-size: 16px;background: #2196ED;border-radius: 30px;border: none;}
/*#125ad3*/
.ind_box12_r{width: 55%;}





.ind_box2_r_list dd{border-bottom: 1px solid #e9e9e9;}

.ind_box2_r_list_title{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;padding: 15px 0;cursor: pointer;}

.ind_box2_r_list_title .icon1{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 30px;height: 30px;font-size: 28px;line-height: 1;}
.ind_box2_r_list_title .tt{width: calc(100% - 30px - 40px);font-size: 18px;padding: 0 8px 0 7px;}

.ind_box2_r_list_title .icon{width: 40px;height: 40px;background: url(../images/ind_box2_icon1.png) no-repeat center center;transition:all 0.5s;-webkit-transition:all 0.5s;}

.ind_box2_r_list dd.hover .ind_box2_r_list_title .icon{background: url(../images/ind_box2_icon2.png) no-repeat center center;transition:all 0.5s;-webkit-transition:all 0.5s;}

.ind_box2_r_list_down{display: none;padding: 0 0 15px 35px;}



.ind_box13{padding: 90px 0 125px;}
.ind_box13_title1{margin-bottom: 25px;}
.ind_box13_text{margin-bottom: 48px;}


.float_fixed{position: fixed;right: 0;bottom: 20%;z-index: 3;width: 50px;background: #fff;border-radius: 3px;box-shadow: 0 0 10px rgba(50,50,50,.1);}
.float_fixed .item{display: block;width: 50px;height: 50px;font-size: 24px;color: #2196ED;line-height: 50px;text-align: center;}/*#125ad3*/
.float_fixed .item:hover{color: #fff;background: #2196ED;}/*#125ad3*/
.back_top{transform: rotateZ(-90deg);-webkit-transform: rotateZ(-90deg);-ms-transform: rotateZ(-90deg);}



/* about */
.sub_banner{height: 755px;}
.sub_banner .wrapper{height: 100%;}
.sub_banner_pro{height: 714px;}
.sub_banner_con{height: 100%;padding-top: 110px;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;flex-direction: column;-webkit-flex-direction: column;-ms-flex-direction: column;}
.sub_banner_tt{line-height: 1.3;margin-bottom: 16px;}
.sub_banner_text{font-size: 22px;line-height: 1.3;margin-bottom: 40px;}



.about_box1_t{padding: 40px 0;border-bottom: 1px solid #eee;}

.about_box1_t_title1{font-size: 24px;margin-bottom: 25px;}



.about_box1_b_list1 dd{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 40px;}
.about_box1_b_list1 dd:nth-child(2n){flex-direction: row-reverse;-webkit-flex-direction: row-reverse;-ms-flex-direction: row-reverse;}
.about_box1_b_list1_pic{width: 43.3%;overflow: hidden;border-radius: 10px;}
.about_box1_b_list1_con{width: 53%;}

.about_title1{margin-bottom: 35px;}
.about_title1_tt1{margin-bottom: 16px;}
.about_title1_tt2{line-height: 1.1;margin-bottom: 20px;}


.about_box1_b_list1_con .about_title1{margin-bottom: 0;}


.about_box1_b_list1 dd:hover .about_box1_b_list1_pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




.about_box2_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.about_box2_list1 dd{width: calc((100% - 120px) / 5);padding: 35px 2%;margin: 0 30px 0 0;background: #fff;border-radius: 10px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.about_box2_list1 dd:last-child{margin-right: 0;}

.about_box2_list1 dd .tt{margin: 25px 0 30px;}

.about_box2_list1 dd .text{margin-bottom: 45px;}

.about_box2_list1 dd .btn{color: #333;}
.about_box2_list1 dd:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);box-shadow: 0 0 10px rgba(50,50,50,.1);transition:all 0.5s;-webkit-transition:all 0.5s;}



.about_box3_map_item{position: absolute;}
.about_box3_map_con{position: relative;max-width: 1154px;}
.about_box3_map_item{position: absolute;width: 18px;height: 18px;}
.about_box3_map_item .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 18px;height: 18px;padding: 4px;position: relative;border-radius: 50%;background: rgba(228,0,37,.4);animation: shan 2s infinite linear;animation-delay: 0s;}
.about_box3_map_item .icon::after{content: "";display: block;width: 10px;height: 10px;background: #2196ED;border-radius: 50%;}/*#125ad3*/

@keyframes shan {0%{	opacity: 1;}50%{	opacity: 0.5;	transform:scale(1.2,1.2);	-webkit-transform:scale(1.2,1.2);}100%{	opacity: 1;	transform:scale(1,1);	-webkit-transform:scale(1,1);}}




.about_box3_scroll_box{position: relative;max-width: 904px;margin: 0 auto;}

.about_box3_scroll_item{border-radius: 10px;background: #fff;border: 1px solid #dfdfdf;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;overflow: hidden}


.about_box3_scroll_item .pic{width: 270px;overflow: hidden;}
.about_box3_scroll_item .pic img{width: 100%;}
.about_box3_scroll_item .con{width: calc(100% - 270px);padding: 20px 5%;}
.about_box3_scroll_item .con .tt{margin-bottom: 15px;}

.about_box3_scroll_btn{position: absolute;top: 50%;z-index: 2;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 50px;height: 50px;font-size: 18px;color: #fff;border-radius: 50%;background: #000;margin-top: -25px;cursor: pointer;transition:all 0.5s;-webkit-transition:all 0.5s;}
.about_box3_scroll_btn:hover{background: #2196ED;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/
.about_box3_scroll_btn.prev{transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);-ms-transform: rotateZ(180deg);left: -25px;}
.about_box3_scroll_btn.next{right: -25px;}


.about_box4_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 40px;}
.about_box4_list1 dd{width: calc(100% / 3);padding: 0 2%;text-align: center;transition:all 0.5s;-webkit-transition:all 0.5s;}

.about_box4_list2 dd{width: calc(100% / 4);padding: 0 2%;text-align: center;transition:all 0.5s;-webkit-transition:all 0.5s;}

.about_box4_list1 dd .con{padding: 25px 0 0;}
.about_box4_list1 dd .con .tt{font-size: 22px;margin-bottom: 12px;}


.about_box4_list1 dd:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}

.about_box4_scorll .swiper-slide .pic{border-radius: 10px;overflow: hidden;position: relative;}
.about_box4_scorll .swiper-slide .pic img{width: 100%;}
.about_box4_scorll .swiper-slide .pic .tt{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: flex-end;-webkit-align-items: flex-end;-ms-align-items:flex-end;padding-bottom: 20px;background: url(../images/about_fac_item_bg.png) repeat-x center bottom;}

.about_box4_scorll .swiper-slide:hover .pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}



.about_box5_t{margin-bottom: 60px;}
.about_box5_l{width: 41.25%;}

.about_box5_r{width: 54.5%;}
.about_box5_r img{float: left;max-width: none;width: 53.75vw;border-top-left-radius: 10px;border-bottom-left-radius: 10px;}



.about_box5_scroll .swiper-slide .pic{overflow: hidden;border-radius: 10px;}
.about_box5_scroll .swiper-slide .pic img{width: 100%;}
.about_box5_scroll .swiper-slide .con{padding: 22px 0;}
.about_box5_scroll .swiper-slide .con .tt{font-size: 24px;margin-bottom: 18px;}
.about_box5_scroll .swiper-slide:hover .pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




.about_box6_title_more{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #2196ED;margin-bottom: 35px;}/*#125ad3*/

.about_box6_title_more .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 24px;height: 24px;font-size: 16px;color: #fff;border-radius: 50%;background: #2196ED;margin-right: 8px;}/*#125ad3*/

.about_box6_scroll{width: calc(100% - 60px);margin: 0 auto;}
.about_box6_scroll_item{border-radius: 10px;background: #fff;overflow: hidden;}

.about_box6_scroll_item .pic{display: block;overflow:hidden;}
.about_box6_scroll_item .pic img{width: 100%;}

.about_box6_scroll_item .con{padding: 22px 20px;}
.about_box6_scroll_item .con .tt{margin-bottom: 18px;}
.about_box6_scroll_item .con .btn{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #2196ED;font-size: 14px;}/*#125ad3*/
.about_box6_scroll_item .con .btn .icon{font-size: 14px;margin-left: 5px;}

.about_box6_scroll_item:hover .pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}


/* application */
.appli_box1_l{width: 51.875%;}


.appli_box1_r{width: 43.25%;}
.appli_box1_r img{border-radius: 10px;}


.appli_box2_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.appli_box2_list1 dd{width: calc((100% - 90px) / 4);border-radius: 10px;overflow: hidden;margin: 0 30px 30px 0;transition:all 0.5s;-webkit-transition:all 0.5s;}
.appli_box2_list1 dd img{width: 100%;}
.appli_box2_list1 dd:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);box-shadow: 0 0 10px rgba(0,0,0,.15);transition:all 0.5s;-webkit-transition:all 0.5s;}


.app_box6_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.app_box6_list1 dd{width: calc(93.75% / 3);margin: 0 3.125% 50px 0;}
.app_box6_list1 dd:last-child{margin-right: 0;}


.app_box6_list1_item{height: 100%;background: #f9f9f9;border-radius: 10px;overflow: hidden;box-shadow: 0 0 8px rgba(0,0,0,.05);position: relative;}
.pro_comparison{position: absolute;left: 4%;top: 20px;z-index: 2;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #999;cursor: pointer;line-height: 24px;}
.pro_comparison::before{content: "";display: block;width: 20px;height: 20px;border: 1px solid #999;margin-right: 10px;}





.app_box6_list1_pic{display: block;overflow: hidden;background: #fff;padding: 15px 10px;}
.app_box6_list1_pic img{width: 100%;}

.app_box6_list1_con1{padding: 30px 5%;background:#54595f url(../images/pro_item_bg.jpg) no-repeat center center / 96% auto;}
.app_box6_list1_con1 .tt{display: block;font-size: 24px;margin-bottom: 12px;}
.app_box6_list1_con1 .text{display: block;line-height: 1.5;}

.app_box6_list1_con2{padding: 0 6%;}
.app_box6_list1_con2_clm{padding: 14px 0;border-bottom: 1px solid #ebebeb;}
.app_box6_list1_con2_clm .item{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #666;font-size: 14px;line-height: 24px;padding: 10px 0;}
.app_box6_list1_con2_clm .item .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 24px;height: 24px;font-size: 18px;color: #2196ED;font-weight: bold;border-radius: 50%;background: #eee;}/*#125ad3*/
.app_box6_list1_con2_clm .item .tt{width: calc(100% - 24px);padding-left: 10px;}


.app_box6_list1_con2_more{width: 100%;margin: 20px 0;}

.app_box6_list1_item:hover .app_box6_list1_pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}



.case_scroll1 .swiper-slide{padding: 15px 0;}
.case_scroll1_item{display: block;height: 100%;padding: 40px 6%;background: #fff;border: 1px solid #eee;border-radius: 10px;}
.case_scroll1_item_con{padding: 0 0 35px;border-bottom: 1px solid #ececec;}

.case_scroll1_item_con .tt{font-size: 22px;margin-bottom: 14px;}

.case_scroll1_item_pic{overflow: hidden;margin: 40px 0;border-radius: 10px;}
.case_scroll1_item_pic img{width: 100%;}

.case_scroll1_item_more{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #333;font-size: 16px;}
.case_scroll1_item_more .icon{font-size: 20px;margin-left: 8px;}

.case_scroll1_item:hover{box-shadow: 0 0 15px rgba(0,0,0,.1);}

.case_scroll1_item:hover .case_scroll1_item_pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}





/* contact */
.contact_box1_l{width: 50%;}

.contact_box1_l_title{line-height: 1.3;margin-bottom: 15px;}

.contact_box1_l_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.contact_box1_l_list .item{width: 50%;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;padding: 30px 0;border-bottom: 1px solid #ececec;}
.contact_box1_l_list .item:last-child{width: 100%;}
.contact_box1_l_list .item_100{width: 100%;}
.contact_box1_l_list .item .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 68px;height: 68px;font-size: 30px;color: #333;border-radius: 50%;background: #f5f5f5;transition:all 0.5s;-webkit-transition:all 0.5s;}

.contact_box1_l_list .item .con{width: calc(100% - 68px);padding-left: 18px;font-size: 16px;}
.contact_box1_l_list .item .con .tt{color: #666;margin-bottom: 8px;}
.contact_box1_l_list .item .con .text,
.contact_box1_l_list .item .con .text a{color: #333;line-height: 28px;}
.contact_box1_l_list .item:hover .icon{color: #fff;background: #2196ED;}/*#125ad3*/
.contact_box1_l_list .item:hover .con .text a{color: #2196ED;}/*#125ad3*/

.contact_box1_l_b{padding-top: 50px;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.contact_box1_l_b .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 40px;height: 40px;font-size: 24px;color: #333;}
.contact_box1_l_b .con{width: calc(100% - 40px);padding-left: 12px;color: #333;}
.contact_box1_l_b .con a{text-decoration: underline;}
.contact_box1_l_b .con a:hover{color: #2196ED;}/*#125ad3*/

.contact_box1_r{width: 45.75%;border: 1px solid #ececec;border-radius: 6px;overflow: hidden;box-shadow: 0 0 20px rgba(50,50,50,.1);}
.contact_box1_r_title{padding: 25px 2.34vw;background: #f5f5f5;}
.contact_box1_r_title .tt{margin-bottom: 8px;}

.contact_box1_r_form{padding: 28px 2.6vw;background: #fff;}

.contact_box1_r_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.contact_box1_r_list dd{width: calc((100% - 25px) / 2);margin-bottom: 18px;}
.contact_box1_r_list dd.ddw{width: 100%;}
.contact_box1_r_list_tt{font-size: 16px;line-height: 20px;color: #666;white-space: nowrap;margin-bottom: 15px;}


.contact_box1_r_list_text,
.contact_box1_r_list_area{display: block;width: 100%;height: 38px;font-size: 14px;color: #333;padding-left: 14px;border: 1px solid #dcdcdc;border-radius: 3px;}
.contact_box1_r_list_area{height: 208px;padding: 14px 14px;resize: none;}

.contact_box1_r_list_btn{display: block;width: 100%;height: 50px;font-size: 18px;color: #fff;background: #2196ED;border: none;border-radius: 25px;}/*#125ad3*/




/* distributor */
.distri_box1_l{width: 51.25%;}


.distri_box1_l_list dd{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 22px;}
.distri_box1_l_list dd .icon{width: 30px;height: 30px;line-height: 30px;color: #fff;text-align: center;background: url(../images/distri_icon3.png) no-repeat center center / 100% auto;}

.distri_box1_l_list dd .con{width: calc(100% - 30px);padding-left: 20px;}
.distri_box1_l_list dd .con .tt{font-size: 24px;margin-bottom: 6px;}


.distri_box1_r{width: 43.25%;}
.distri_box1_r img{border-radius: 10px;}




.distri_box3_con{max-width: 1217px;margin: 0 auto;display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 113px;}

.distri_box3_l{width: 35.8%;padding: 38px 1.82vw;background: #2196ED;position: relative;}/*#125ad3*/
.distri_box3_l::after{content: "";position: absolute;left: 0;top: 100%;display: block;width: 100%;height: 113px;background: url(../images/distri_icon2.png) no-repeat center top / 100% auto;}

.distri_box3_l_title{margin-bottom: 20px;}

.distri_box3_l_title{margin-bottom: 20px;}
.distri_box3_l_title .tt{font-size: 30px;    margin-bottom: 8px;
}
.distri_box3_l_title .text{line-height: 24px;}

.distri_box3_l_list dd{margin-bottom: 18px;}
.distri_box3_l_list dd:last-child{margin-bottom: 0;}
.distri_box3_l_list_title{font-size: 14px;line-height: 32px;color: #fff;}

.distri_box3_l_list_text,
.distri_box3_l_list_area{display: block;width: 100%;height: 44px;font-size: 14px;color: #333;padding-left: 15px;background: #fff;border-radius: 6px;border: none;}
.distri_box3_l_list_text::-webkit-input-placeholder,
.distri_box3_l_list_area::-webkit-input-placeholder{color: #999;}
.distri_box3_l_list_area{height: 134px;background: #fff;padding: 12px 12px 12px 15px;}


.distri_box3_l_list_btn{width: 100%;height: 50px;color: #fff;font-size: 16px;background: #000;border-radius: 6px;border: none;}





.distri_box3_r{width: 64.2%;padding: 4.79vw 7.5vw;background: #fff;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;}

.distri_box3_r_con{border: 5px solid #666;padding: 30px 7%;}

.distri_box3_r_con_title{margin-bottom: 40px;}
.distri_box3_r_con_title .tt{margin-bottom: 10px;}


.distri_box3_r_list .item{margin-bottom: 22px;}
.distri_box3_r_list .item .tt{margin-bottom: 10px;}

.distri_box3_r_list .item .text a{ color: #666;}
.distri_box3_r_list .item .text a:hover{ color: #2196ED;}/*#125ad3*/



.down_page_search_form{width: 100%;max-width: 1000px;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;background: #fff;padding: 0 10px 0 15px;border-radius: 30px;margin-bottom: 45px;}
.down_page_search_form_text{width: calc(100% - 70px);border: none;padding-left: 20px;font-size: 16px;height: 60px;color: #333;background: none;}
.down_page_search_form_text::-webkit-input-placeholder{color: #999;}

.down_page_search_form_btn{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 70px;height: 60px;color: #333;font-size: 26px;background: none;border: none;}






.down_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.down_list1 dd{width: calc((100% - 40px) / 2);padding: 30px 3%;border-radius: 10px;background: #fff;border: 1px solid #dcdcdc;margin-bottom: 40px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.down_list1_title{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;margin-bottom: 14px;}
.down_list1_title .icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 96px;height: 96px;font-size: 46px;color: #2196ED;border-radius: 50%;background: #f5f5f5;}

.down_list1_title .tt{width: calc(100% - 96px);padding-left: 15px;font-size: 22px;}

.down_list1_text{margin-bottom: 26px;}

.down_list1_btn_box{display:flex;display:-ms-flexbox;display:-webkit-flex;}

.down_list1_btn{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 243px;height: 48px;font-size: 16px;color: #333;border: 1px solid #333;border-radius: 6px;margin-right: 2.5vw;}
.down_list1_btn:last-child{margin-right: 0;}
.down_list1_btn .icon{font-size: 22px;margin-right: 8px;}
.down_list1_btn.hover{color: #2196ED;border-color: #2196ED;}/*#125ad3*/

.down_list1_btn:hover{color: #fff;background: #333;}

.down_list1_btn.hover:hover{color: #fff;background: #2196ED;}/*#125ad3*/
.down_list1 dd:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}



/* page */
.page_box{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding: 4% 0;}

.page_box a{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #666;font-size: 14px;width: 44px;height: 44px;background: #fff;border: 1px solid #dcdcdc;border-radius: 4px;margin: 0 3px;}
.page_box a.hover,
.page_box a:hover{color: #fff;background: #2196ED;border-color: #2196ED;}/*#125ad3*/
.page_box a.page_btn{width: auto;padding: 0 17px;}



.down_list2{border-radius: 10px;border: 1px solid #dcdcdc;padding: 0 5%;}
.down_list2 dd{padding: 2.5vw 0;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;border-bottom: 1px solid #dcdcdc;}
.down_list2 dd:last-child{border-bottom: none;}
.down_list2_icon{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 96px;height: 96px;color: #2196ED;font-size: 46px;border-radius: 50%;background: #f5f5f5;}/*#125ad3*/
.down_list2_con{width: calc(100% - 96px - 243px);padding: 0 28px;}
.down_list2_con .tt{font-size: 18px;margin-bottom: 12px;}

.down_list2_btn{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 243px;height: 48px;font-size: 16px;color: #2196ED;border: 1px solid #2196ED;border-radius: 6px;}/*#125ad3*/
.down_list2_btn .icon{font-size: 22px;margin-right: 8px;}
.down_list2_btn:hover{color: #fff;background: #2196ED;}/*#125ad3*/






/* exhibit */
.echibit_clm{margin-bottom: 4.17vw;}
.echibit_clm:last-child{margin-bottom: 0;}
.sub_title1_box{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}


.sub_title1_l{width: calc(100% - 152px);padding-right: 5%;}


.sub_title1_r{
}
.sub_title1_more{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #fff;width: 152px;height: 50px;font-size: 14px;background: #2196ED;border-radius: 25px;}/*#125ad3*/

.exhibi_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.exhibi_list1 dd{width: calc((100% - 90px) / 4);border-radius: 10px;overflow: hidden;margin: 0 30px 30px 0;}

.exhibi_list1 dd a{display: block;position: relative;}
.exhibi_list1 dd .pic{overflow: hidden;position: relative;}
.exhibi_list1 dd .pic>img{width: 100%;}

.exhibi_list1 dd .pic .icon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;}


.exhibi_list1 dd .tt_box{position: absolute;left: 0;bottom: 0;width: 100%;height: 40%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: flex-end;-webkit-align-items: flex-end;-ms-align-items:flex-end;color: #fff;padding: 0 8px 28px;background: url(../images/about_fac_item_bg.png) repeat-x center bottom / auto 100%;opacity: 0;transition:all 0.5s;-webkit-transition:all 0.5s;}
.exhibi_list1 dd:hover .tt_box{opacity: 1;transition:all 0.5s;-webkit-transition:all 0.5s;}
.exhibi_list1 dd:hover .pic>img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




.sub_title1_l_con{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 10px;}

.sub_title1_l_con_tt{margin-right: 3%;}
.sub_title1_l_con_list{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.sub_title1_l_con_list a{font-size: 14px;color: #000;line-height: 50px;padding: 0 30px;background: #f5f5f5;border-radius: 10px;margin: 0 18px 10px 0;}
.sub_title1_l_con_list a:hover{color: #fff;background: #2196ED;}/*#125ad3*/





/* faq */
.page_faq_l{width: 388px;}


.page_faq_l_title1{margin-bottom: 25px;}
.page_faq_l_title1 .tt{margin-bottom: 8px;}


.page_faq_l_form dd{margin-bottom: 15px;}
.page_faq_l_form_text,
.page_faq_l_form_area{display: block;width: 100%;height: 39px;color: #333;font-size: 14px;font-weight: 200;padding-left: 15px;border-radius: 4px;border: 1px solid #dcdcdc;}
.page_faq_l_form_text::-webkit-input-placeholder,
.page_faq_l_form_area::-webkit-input-placeholder{color: #666;}

.page_faq_l_form_area{height: 175px;padding: 12px 15px;resize: none;}

.page_faq_l_form_btn{border: none;margin-top: 10px;}



.page_faq_r{width: calc(100% - 388px);padding-left: 50px;}


.faq_list1 dd{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;border-radius: 6px;overflow: hidden;margin-bottom: 5px;}

.faq_list1_num{width: 60px;line-height: 95px;text-align: center;background: #ececec;border-right: 1px solid #dbdbdb;}

.faq_list1_con{width: calc(100% - 60px);background: #f5f5f5;}
.faq_list1_con_title{height: 95px;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;padding: 0 2% 0 5%;}

.faq_list1_con_title .tt{width: calc(100% - 50px);line-height: 1.2;}
.faq_list1_con_title .icon{width: 50px;height: 50px;background: url(../images/faq_icon1.png) no-repeat center center;cursor: pointer;transition:all 0.5s;-webkit-transition:all 0.5s;}

.faq_list1_con_down{display: none;line-height: 24px;padding: 0 5% 20px;}

.faq_list1 dd.hover .faq_list1_con_title .icon{background: url(../images/faq_icon2.png) no-repeat center center;transition:all 0.5s;-webkit-transition:all 0.5s;}



/* blog */
.blog_list2 dd{padding: 30px 0;border-bottom: 1px solid #ececec;}
.blog_list2 dd:first-child{padding-top: 0;}
.blog_list2 dd a{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.blog_list2_pic{width:485px;overflow: hidden;border-radius: 10px;} 
.blog_list2_pic img{width: 100%;}

.blog_list2_con{width: calc(100% - 485px);padding: 0 2.6vw;}

.blog_list2_con_tt{line-height: 1.4;margin-bottom: 22px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.blog_list2_con_text{margin-bottom: 2.6vw;}


.blog_list2_con_b{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.blog_list2_con_more{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;}
.blog_list2_con_more .icon{font-size: 20px;margin-left: 3px;}
.blog_list2 dd a:hover .blog_list2_pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}
.blog_list2 dd a:hover .blog_list2_con_tt{color: #2196ED !important;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/





/* blog_det */
.news_det_box{padding: 50px 4%;box-shadow: 0 0 20px rgba(50,50,50,.1);border-radius: 6px;}

.news_det_title1{
}

.news_det_time{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding: 32px 0 42px;border-bottom: 1px solid #eee;}
.news_det_time .item{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #999;font-size: 14px;margin: 0 11px;}

.news_det_time .item .icon{font-size: 20px;margin-right: 6px;}

.news_det_con{padding: 2.0833vw 0;line-height: 1.3;margin-bottom: 40px;}


.news_det_back{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 235px;height: 52px;color: #fff;font-size: 16px;background: #2196ED;border-radius: 26px;margin-bottom: 3.13vw;}/*#125ad3*/

.news_det_page{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;background: #f5f5f5;margin-bottom: 60px;border-radius: 6px;}
.news_det_page_item{width: 50%;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;line-height: 68px;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding: 0 20px;border-right: 1px solid #fff;}
.news_det_page_item:last-child{border: none;}
.news_det_page_item .tt{font-size: 16px;text-align: right;color: #333;margin-right: 5px;}
.news_det_page_item .con{width: calc(100% - 110px);display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;font-size: 14px;color: #666;}
.news_det_page_item .con .con_tt{max-width: calc(100% - 96px);margin-right: 8px;}

.news_det_page_item .con .time{width: 88px;}








.rela_news_box{padding: 50px 0;border-radius: 6px;}


.rela_news_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.rela_news_list dd{width: 50%;padding: 0 3.0208vw;border-right: 1px solid #fff;}
.rela_news_list dd:last-child{border-right: 0;}
.rela_news_list dd a{display: block;border-radius: 6px;overflow: hidden;position: relative;}
.rela_news_list dd a img{width: 100%;}
.rela_news_list dd a .tt{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;font-size: 16px;padding: 0 15px 38px;color: #fff;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: flex-end;-webkit-align-items: flex-end;-ms-align-items:flex-end;overflow: hidden;background: url(../images/rela_pro_item_bg.png) repeat-x center bottom;}
.rela_news_list dd a:hover img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}





/*
 * open comparison
 */
 .open_comparison{display: none;position: fixed;left: 0;bottom: 0;z-index: 9999;width: 100%;background: #f1f1f1;}
.open_comparison.hover{bottom: -10%;}
.open_comparison_rela{padding: 4.69vw 0;position: relative;}
.open_comparison_close{position: absolute;right: 0;top: 0;width: 40px;height: 40px;font-family:verdana;font-size: 20px;line-height: 40px;color: #333;text-align: center;cursor: pointer;}
.open_comparison_box{width: 100%;display:flex;    justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;    flex-wrap:wrap;-webkit-flex-wrap:wrap;position: relative;}
.open_comparison_l{width: 20%;}
.open_comparison_l_title_tt{margin-bottom: 10px;}
.open_comparison_l_title_text{font-size: 14px;padding-bottom: 14px;}
.open_comparison_l_clear{font-size: 14px;color: #333;text-decoration: underline;cursor: pointer;}


.open_comparison_m{width: 54%;}
.open_comparison_list{display:flex;    display: -webkit-flex;
}
.open_comparison_list dd{margin: 0 10px;}

.open_comparison_btn_box{width: 20%;}
.open_comparison_tip{color: #fff;font-size: 14px;text-align: center;padding-bottom: 10px;}
.open_comparison_btn{display: block;max-width: 200px;width: 100%;height: 50px;text-align: center;background: #2196ED;cursor: pointer;border: 0;margin: 0 auto;}/*#125ad3*/

.open_comparison_list dd{width: 33%;display: -webkit-flex;    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;margin-bottom: 15px;position: relative;}
.open_comparison_delete{position: absolute;right: 0;top: 0;width: 24px;height: 24px;background: url(../images/open_close_icon.png) no-repeat center center / 60% auto;cursor: pointer;}
.open_comparison_pic{width: 100%;}
.open_comparison_pic img{display: block;max-width: 100%;margin: 0 auto;}
.open_comparison_con{width:45%;padding-left: 6%;}
.open_comparison_tt{color: #fff;font-size: 18px;font-weight: bold;margin-bottom: 15px;text-transform: uppercase; word-break: break-all;}
.open_comparison_delete{cursor: pointer;width: 28px;height: 28px;background: url(../images/open_close_icon.png) no-repeat center center / 18px 18px;}





.pro_cover_03_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-bottom: 30px;}
.pro_cover_03_list1 dd{width: 19%;margin: 0 1% 20px 0;}
.pro_cover_03_list1 dd a{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;color: #666;}
.pro_cover_03_list1 dd .icon{width: 20px;height: 20px;border: 6px solid #2196ED;border-radius: 50%;margin-right: 10px;}/*#125ad3*/
.pro_cover_03_list1 dd a:hover{transform:translateX(3px);-webkit-transform:translateX(3px);}



.pro_cover_05_list{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;max-width: 1105px;margin-bottom: 50px;}

.pro_cover_05_list dd{width:calc((100% - 10.5%) / 4);background: rgba(255,255,255,.2);text-align: center;margin: 0 3.5% 0 0;border-radius: 10px;}
.pro_cover_05_list dd:last-child{margin-right: 0;}
.pro_cover_05_list dd a{display: block;padding: 22px 20px;}

.pro_cover_05_list dd a:hover img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}


/* pro_det */
.pro_det_t{padding: 170px 0 0;}
.pro_det_t_con{height: 100%;padding: 6.25vw 0 7.81vw;}
.pro_det_t_l{width: 50%;}
.pro_det_pic_scroll{width: 100%;margin-bottom: 20px;}
.pro_det_pic_scroll .swiper-slide{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;}

.pro_det_pic_scroll_bars_box{position: relative;padding: 0 54px;}
.pro_det_pic_scroll_bars_btn{position: absolute;top: 0;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 54px;height: 100%;font-size: 36px;color: #fff;cursor: pointer;}
.pro_det_pic_scroll_bars_btn.prev{left: 0;transform: rotateZ(180deg);-webkit-transform: rotateZ(180deg);-ms-transform: rotateZ(180deg);}
.pro_det_pic_scroll_bars_btn.next{right: 0;}

.pro_det_pic_scroll{width: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;}

.pro_det_pic_scroll_bars .swiper-slide{background: #fff;padding: 6px;border-radius: 10px;cursor: pointer;overflow: hidden;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;}
.pro_det_pic_scroll_bars .swiper-slide::after{content: "";position: absolute;left: 0;top: 0;display: block;width: 100%;height: 100%;opacity: 0;border: 1px solid #2196ED;border-radius: 10px;transition:all 0.5s;-webkit-transition:all 0.5s;}/*#125ad3*/
.pro_det_pic_scroll_bars .swiper-slide-thumb-active::after{opacity: 1;transition:all 0.5s;-webkit-transition:all 0.5s;}


.pro_det_t_r{width: 43.125%;}

.pro_det_title1{margin-bottom: 15px;}

.pro_det_title2{padding-bottom: 18px;margin-bottom: 20px;border-bottom: 1px solid rgba(255,255,255,.23);}
.pro_det_t_r_text{margin-bottom: 20px;}


.pro_det_t_r_text_btn{margin-bottom: 25px;}
.pro_det_t_r_text_btn span{cursor: pointer;color: #fff;text-decoration: underline;}



.pro_det_t_r_btn_box{padding-bottom: 12px;border-bottom: 1px solid rgba(255,255,255,.23);}
.pro_det_t_r_btn{width: 100%;margin-bottom: 1.77vw;cursor: pointer;}
.pro_det_t_r_btn:last-child{background: #808080;}

.pro_det_t_r_share{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;padding-top: 15px;}




.pro_det_b_box1_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.pro_det_b_box1_list dd{width: 47.5%;}
.pro_det_b_box1_list dd a{display: block;position: relative;overflow: hidden;border-radius: 10px;}
.pro_det_b_box1_list dd a>img{width: 100%;}
.pro_det_b_box1_list dd:hover a>img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




.pro_det_b_box2_l{width: 50%;}

.pro_det_b_box2_r{width: 45.6%;}
.pro_det_b_box2_r_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_det_b_box2_r_list dd{width: calc((100% - 20px) / 2);overflow: hidden;border-radius: 10px;margin-bottom: 20px;}
.pro_det_b_box2_r_list dd img{width: 100%;}
.pro_det_b_box2_r_list dd:hover img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}



.pro_det_b_box2_l_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_det_b_box2_l_list dd{width: calc((100% - 5px) / 2);margin-bottom: 5px;overflow: hidden;}
.pro_det_b_box2_l_list dd img{width: 100%;}
.pro_det_b_box2_l_list dd:hover img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}

body table{width: 100%;}
body table tr td{padding: 12px 10px;color:#666;border: 1px solid #d2d2d2;}



.pro_det_b_box4_scroll_item{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;	flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;background: #f8f9f7;padding: 20px;border: 1px solid #fff}
.pro_det_b_box4_scroll_item .pic{width: 46%;overflow: hidden;}
.pro_det_b_box4_scroll_item .pic img{width: 100%;}
.pro_det_b_box4_scroll_item .con{width: 49%;}
.pro_det_b_box4_scroll_item .con .tt{font-size: 20px;line-height: 1.4;margin-bottom: 30px;}

.pro_det_b_box4_scroll_item:hover .pic img{width: 100%;}


.pro_det_b_box5_list{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_det_b_box5_list dd{width: calc((100% - 8.6%) / 3);margin: 0 4.3% 30px 0;transition:all 0.5s;-webkit-transition:all 0.5s;}

.pro_det_b_box5_list dd .pic{overflow: hidden;position: relative;border-radius: 10px;}
.pro_det_b_box5_list dd .pic img{width: 100%;}
.pro_det_b_box5_list dd .pic .num{position: absolute;right: 20px;bottom: 20px;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;width: 70px;height: 70px;font-size: 24px;color: #fff;border-radius: 50%;background: #2196ED;}/*#125ad3*/
.pro_det_b_box5_list dd .tt{padding: 15px 0 0;}

.pro_det_b_box5_list dd:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}



.pro_det_b_box6_con{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_det_b_box6_l{width: calc((100% / 3)*2);}
.pro_det_b_box6_r{width: calc(100% / 3);padding-left: 2px;}
.pro_det_b_box6_item{overflow: hidden;margin-bottom: 2px;}
.pro_det_b_box6_item img{width: 100%;}
.pro_det_b_box6_item:hover img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}
.pro_det_b_box6_l_b{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.pro_det_b_box6_item2{width: calc((100% - 2px) / 2);}





.pro_det_b_box7_scroll{width: calc(100% - 70px);margin: 0 auto;}

.pro_det_b_box7_scroll_item{border: 1px solid #dfdfdf;}
.pro_det_b_box7_scroll_item .pic{overflow: hidden;}
.pro_det_b_box7_scroll_item .pic img{width: 100%;}
.pro_det_b_box7_scroll_item .con{padding: 10px 16px;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;align-items: center;-webkit-align-items: center;-ms-align-items:center;border-top: 1px solid #dfdfdf;}
.pro_det_b_box7_scroll_item .con .tt{width: calc(100% - 26px);}
.pro_det_b_box7_scroll_item .con .icon{width: 26px;height: 26px;background: url(../images/pro_det_icon.jpg) no-repeat center center;}

.pro_det_b_box7_scroll_item:hover .pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}



.pro_det_b_box8_list{display:flex;display:-ms-flexbox;display:-webkit-flex;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_det_b_box8_list dd{width: 25%;padding: 0 4.17vw;position: relative;transition:all 0.5s;-webkit-transition:all 0.5s;}
.pro_det_b_box8_list dd:hover{transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}
.pro_det_b_box8_list dd::after{content: "";position: absolute;right: 0;top: 5%;display: block;width: 1px;height: 90%;background: #e6e6e6;}
.pro_det_b_box8_list dd:last-child::after{display: none;}

.pro_det_b_box8_list_icon{font-size: 54px;line-height: 1.2;color: #2196ED;margin-bottom: 22px;}/*#125ad3*/

.pro_det_b_box8_list_tt{font-size: 22px;margin-bottom: 17px;}

.pro_det_b_box8_list_clm .item{position: relative;padding-left: 20px;}
.pro_det_b_box8_list_clm .item::after{content: "";display: block;position: absolute;left: 0;top: 50%;width: 8px;height: 8px;border-radius: 50%;background: #2196ED;margin-top: -4px;}



.duibi_det_table{text-align: center;}
.duibi_det_table tr td{padding: 20px 15px;border: none;border-right: 1px solid #dcdcdc; border-bottom: 1px solid #dcdcdc;}
.duibi_det_table table tr td:last-child{ border-right: none; }



.pro_list2{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.pro_list2 dd{width: calc((100% - 40px) / 2);background: #fff;border-radius: 15px;margin-bottom: 40px;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,.1);}
.pro_list2_pic{display: block;border-radius: 10px;overflow: hidden;}
.pro_list2_pic img{width: 100%;}
.pro_list2 dd .app_box6_list1_con1{background:#54595f url(../images/pro_item_bg2.jpg) no-repeat center top / 100% auto;}

.app_box6_list1_con1 .public_btn1{margin-top: 30px;}

.app_box6_list1_con1 .public_btn1:hover{color: #fff;background: #2196ED;}/*#125ad3*/


.pro_list2_con2{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.pro_list2_con2 .app_box6_list1_con2_clm{width: 48%;}
.pro_list2_con2 .app_box6_list1_con2_clm .item:hover{transform:translateX(3px);-webkit-transform:translateX(3px);}



.pro_list2 dd:hover .pro_list2_pic img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




/* trouble */
.trouble_list1{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}

.trouble_list1 dd{width: calc((100% - 20px) / 2);border: 1px solid #eee;margin-bottom: 20px;border-radius: 10px;transition:all 0.5s;-webkit-transition:all 0.5s;}
.trouble_list1 dd a{display: block;padding:40px;}

.trouble_list1_tt{font-size: 22px;line-height: 1.4;margin-bottom: 20px;}
.trouble_list1_text{margin-bottom: 17px;}
.trouble_list1_more{display:flex;display:-ms-flexbox;display:-webkit-flex;align-items: center;-webkit-align-items: center;-ms-align-items:center;}
.trouble_list1_more .icon{font-size: 20px;margin-left: 8px;}


.trouble_list1 dd:hover{box-shadow: 0 0 10px rgba(0,0,0,.1);transform:translateY(-3px);-webkit-transform: translateY(-3px);transition:all 0.5s;-webkit-transition:all 0.5s;}





/* video */

.video_page_box2{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}


.video_page_box2_l,
.video_page_box2_r{width: calc((100% - 30px) / 2);}

.video_box_item{display: block;}
.video_box_item .pic{position: relative;border-radius: 10px;overflow: hidden;}
.video_box_item .pic>img{width: 100%;}
.video_box_item .pic .icon{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:center;-ms-justify-content:center;-webkit-justify-content:center;align-items: center;-webkit-align-items: center;-ms-align-items:center;}


.video_page_box2_r_list{display:flex;display:-ms-flexbox;display:-webkit-flex;justify-content:space-between;-ms-justify-content:space-between;-webkit-justify-content:space-between;flex-wrap:wrap;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.video_page_box2_r_list dd{width: calc((100% - 30px) / 2);margin-bottom: 30px;}

.video_page_box2_r_list dd:hover .pic>img,
.video_box_item:hover .pic>img{transform:scale(1.03,1.03);-webkit-transform:scale(1.03,1.03);}




#banner_video::-webkit-media-controls-fullscreen-button {
    display: none !important;
}
/*//鎾斁鎸夐挳*/
#banner_video::-webkit-media-controls-play-button {
    display: block !important;
}
/*//杩涘害鏉�*/
#banner_video::-webkit-media-controls-timeline {
    display: none !important;
}
/*//瑙傜湅鐨勫綋鍓嶆椂闂�*/
#banner_video::-webkit-media-controls-current-time-display{
    display: none !important;           
}
/*//鍓╀綑鏃堕棿*/
#banner_video::-webkit-media-controls-time-remaining-display {
    display: none !important;           
}
/*//闊抽噺鎸夐挳*/
#banner_video::-webkit-media-controls-mute-button {
    display: none !important;           
}
#banner_video::-webkit-media-controls-toggle-closed-captions-button {
    display: none !important;           
}
/*//闊抽噺鐨勬帶鍒舵潯*/
#banner_video::-webkit-media-controls-volume-slider {
    display: none !important;           
}
/*//鎵€鏈夋帶浠�*/
#banner_video::-webkit-media-controls-enclosure{
    display: none !important;
}

    
    
.about_box3_list1{display: grid;grid-template-columns: repeat(2,1fr);gap: clamp(0.938rem, 0.391rem + 2.73vw, 3.125rem);margin: 0;padding: 0;}

.about_box3_list1 dd{margin: 0;padding: 0;}


/*内页顶部图片*/
.top_banner{overflow: hidden;position: relative;}
.top_banner .banner_pic{position: relative;width: 3000px;left:50%;margin-left: -1500px;text-align: center;}
.top_banner img{max-width: 100%;}
.top_banner .cate_info{position: absolute;top: 50%;left: 50%;margin-top: -70px;margin-left: -500px;height: 200px;width: 1000px;line-height: 56px;color:#fff;font-size: 40px;line-height: 56px;}
.top_banner .cate_info .tit{position: relative;}
.top_banner .cate_info .tit::after{content: '';display: block;width: 50px;height: 4px;background: #fff;border-radius: 4px;position: absolute;left: 50%;margin-left: -25px;bottom:-15px;}
.top_banner .cate_info .en_tit{margin-top: 24px;text-transform: capitalize;}


.news_det_con h2{margin:20px 0;font-size:22px;}
.news_det_con h3{margin-bottom:15px;font-size:18px;}
.news_det_con ol li{margin-bottom:6px;}
.news_det_con p{margin-bottom: 18px;
    font-size: 15px;
    line-height: 28px;
    text-indent: 2em;}