.contentWH{width: 83.3%;height: auto;margin: 0px auto;}
@font-face{
     font-family: 'Cabin-Bold';
     src: url('fonts/Cabin-Bold.ttf');
}
@font-face{
     font-family: 'Cabin-Medium';
     src: url('fonts/Cabin-Medium.ttf');
}
@font-face{
     font-family: 'Cabin-Regular';
     src: url('fonts/Cabin-Regular.ttf');
}
@font-face{
     font-family: 'Cabin-SemiBold';
     src: url('fonts/Cabin-SemiBold.ttf');
}
@font-face{
     font-family: 'Lato-Light';
     src: url('fonts/Lato-Light.ttf');
}
@font-face{
     font-family: 'Lato-Black';
     src: url('fonts/Lato-Black.ttf');
}
@font-face{
     font-family: 'Lato-Regular';
     src: url('fonts/Lato-Regular.ttf');
}
@font-face{
     font-family: 'Lato-Bold';
     src: url('fonts/Lato-Bold.ttf');
}
@font-face{
     font-family: 'Poppins-Regular';
     src: url('fonts/Poppins-Regular.ttf');
}
@font-face{
     font-family: 'Poppins-ExtraLight';
     src: url('fonts/Poppins-ExtraLight.ttf');
}
@font-face{
     font-family: 'Poppins-Thin';
     src: url('fonts/Poppins-Thin.ttf');
}
*{
  font-family: "Cabin-Regular";
}
:root{
	--mainColor:#3175B6;
	--222:#222222;
	--333:#333333;
	--fff:#ffffff;
}
/*header start*/
.header{width: 100%;height: auto;background: #FFFFFF;}
.header.fixed{position: fixed;z-index: 999;left: 0;top: 0;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);background: #FFFFFF;}
.header_bottom_nav_box.fixed{position: fixed;z-index: 999;left: 0;top: 0;box-shadow: 0px 0px 21px 0px rgba(4, 0, 0, 0.15);background: #FFFFFF;}
.header_content{width: 100%;height: 60px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.logo{width: 138px;height: auto;}
.logo img{width: 100%;height: auto;display: block;}
.header_content_right{height: 100%;display: flex;align-items: center;justify-content: flex-end;}
.header_bottom_nav_box{width: 100%;height: auto;border-top: 1px solid #e5e5e5;}
.nav_box{height: 80px;display: flex;justify-content: space-between;}
.nav_box li{height: 100%;display: flex;align-items: center;position: relative;}
.nav_box li:after{content: "";display: block;width: 1px;height: 20px;background: #e5e5e5;position: absolute;right: -19px;top: 50%;transform: translateY(-50%);}
.nav_box li:nth-last-of-type(1):after{display: none;}
.nav_box li:nth-of-type(1){margin-left: 0;}
.first_link{font-size: 17px;color: var(--222);text-transform: uppercase;}
.nav_box li.on .first_link,.nav_box li:hover .first_link{color: var(--mainColor);}
.nav_list_box{width: 240px;height: auto;background: #FFFFFF;position: absolute;top: 80px;left: 50%;z-index: 999;display: none;transform: translateX(-50%);}
.nav_list_box a{display: block;width: 100%;line-height: 38px;padding: 0 8px;font-size: 16px;border-bottom: 1px solid #E5E5E5;text-align: center;}
.nav_list_box a:hover{background: var(--mainColor);color: #FFFFFF;}
.nav_box li:hover .nav_list_box{display: block;}
.header_search_box{width: 20px;height: auto;margin-left: 15px;position: relative;cursor: pointer;}
.header_search_box img{width: 100%;height: auto;display: block;}
.header_bottom_content_right_top{display: flex;justify-content: flex-end;}
.header_bottom_content_right_top li{height: 29px;border: 1px solid #E5E5E5;display: flex;justify-content: flex-start;padding-right: 10px;}
.header_bottom_content_right_top li + li{margin-left: 15px;}
.header_bottom_content_right_top_img{width: 38px;height: 100%;border-right: 1px solid #E5E5E5;display: flex;align-items: center;justify-content: center;}
.header_bottom_content_right_top_img img{display: block;}
.header_bottom_content_right_top li a{flex: 1;display: flex;align-items: center; width: 100%;height: 100%;padding-left: 12px;color: #08122d;font-family: "Lato-Light";}
.header_bottom_content_right_top li a:hover{text-decoration: underline;color: var(--mainColor);}
.hd_btn{display: none;position: relative;float: right;width: 6vw;height: 5vw;cursor: pointer;}
.hd_btn span{position: absolute;left: 0;top: 0px;width: 100%;height: 0.5vw;background-color:  var(--mainColor);transition: .3s;-ms-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;-o-transition: .3s;}
.hd_btn .s1 {top: 0;}
.hd_btn .s2 {top: 2vw;}
.hd_btn .s3 {top: 4vw;}
.hd_btn.on .s1 {top: 2vw;transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);}
.hd_btn.on .s2 {opacity: 0;}
.hd_btn.on .s3 {top: 2vw;transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);}
.header_search_box{width: 182px;height: 29px;margin-left: 15px;position: relative;}
.header_search_box form{display: block;width: 100%;height: 100%;}
.header_search_key{width: 100%;height: 100%;background: none;display: block;border: 1px solid #E5E5E5;padding-left: 40px;font-family: "Lato-Light";font-size: 16px;outline: none;}
.header_search_key::placeholder{color: rgba(0,0,0,0.6);}
.header_search_btn{width: 33px;height: 100%;background: url(../images/header_search_ico.png) no-repeat center center;background-size: 17px auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border: none;cursor: pointer;border-right: 1px solid #E5E5E5;}
/*header end*/
/*banner start*/
.banner{width: 100%;height: auto;position: relative;}
.index_banner_sw{width: 100%;height: auto;}
.index_banner_bg{width: 100%;height: auto;}
.index_banner_bg img{width: 100%;height: auto;display: block;}
.index_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;}
.index_banner_content_box{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;}
.index_banner_content_left{-webkit-animation-delay: 1s;flex: 1;margin-right: 4%;;}
.index_banner_content_left h4{font-size: 58px;color: #FFFFFF;font-family: "Cabin-Bold";line-height: 72px;}
.index_banner_content_left h5{font-size: 23px;font-family: "Lato-Bold";color: #FFFFFF;margin-top: 20px;}
.index_banner_content_left p{font-size: 17px;color: #FFFFFF;font-family: "Lato-Light";margin-top: 8px;}
.index_banner_content_left_more{display: flex;width: 195px;height: 49px;font-family: "Lato-Light";border-radius: 24px;background: var(--mainColor);align-items: center;justify-content: center;font-size: 16px;color: #FFFFFF;margin-top: 30px;}
.index_banner_content_right{width: 52%;height: auto;-webkit-animation-delay: 1s;}
.index_banner_content_right img{width: 100%;height: auto;display: block;}
.index_banner_sw_right,.index_banner_sw_left{background: var(--mainColor);display: flex;justify-content: center;align-items: center;width: 45px;}
.index_banner_sw_right img,.index_banner_sw_left img{display: block;}
.index_banner_sw_right{right: 88px;}
.index_banner_sw_left{left: 88px;}
/*banner end*/
/*content start*/
.index_product_box{width: 100%;height: auto;padding: 80px 0px;}
.index_title_box{width: 100%;height: auto;}
.index_title_box h4{font-size: 42px;color: var(--mainColor);font-family: "Lato-Bold";text-align: center;}
.index_title_box.white h4{color: #FFFFFF;}
.index_product_content_box{width: 100%;height: auto;margin-top: 30px;}
.index_product_second_btn{width: 100%;height: auto;display: flex;justify-content: center;margin: 0px auto;border-bottom: 1px solid #E5E5E5;}
.index_product_second_btn li{height: 65px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #1D1D1D;text-align: center;cursor: pointer;margin-left: 5%;}
.index_product_second_btn li:nth-of-type(1){margin-left: 0;}
.index_product_second_btn li.on,.index_product_second_btn li:hover{border-bottom: 1px solid var(--mainColor);color: var(--mainColor);}
.index_product_content_box{width: 100%;height: auto;}
.index_product_content{width: 100%;height: auto;}
.index_product_content_list{width: 100%;height: auto;display: none;}
.index_product_content_list_txt{width: 100%;height: auto;padding: 0 10%;margin-top: 50px;}
.index_product_content_list_txt h2{font-size: 20px;color: #000;font-family: "Lato-Bold";text-align: center;}
.index_product_content_list_txt p{font-size: 16px;color: #333333;line-height: 1.6;font-family: "Lato-Regular";text-align: center;margin-top: 20px;}
.index_product_content_list_txt_more{display: block;text-align: center;font-size: 16px;color: #333333;text-decoration: underline;margin-top: 20px;font-family: "Lato-Regular";}
.index_product_content_list_txt_more:hover{color: var(--mainColor);}
.index_product_content_list_ul{display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 30px;}
.index_product_content_list_ul li{width: 23.5%;height: auto;background: #FFFFFF;position: relative;overflow: hidden;border: solid 1px #dcdcdc;transition: all 0.6s;margin-left: 2%;margin-top: 38px;}
.index_product_content_list_ul li:nth-of-type(4n+1){margin-left: 0;}
.index_product_content_list_ul_img{width: 100%;height: auto;display: flex;justify-content: center;align-items: center;aspect-ratio: 385/369;border-bottom: 1px dashed #dcdcdc;}
.index_product_content_list_ul_img img{max-width: 58%;height: auto;display: block;transition: all 0.6s;}
.index_product_content_list_ul_content{width: 100%;height: auto;padding: 27px 0;}
.index_product_content_list_ul_content h4, .index_product_content_list_ul_content p{font-size: 18px;color: #1D1D1D;text-align: center;transition: all 0.6s;}
.index_product_content_list_ul_position{width: 100%;height: 100%;position: absolute;left: 0;top: 100%;background: rgba(49,117,182,0.9);display: flex;flex-direction: column;justify-content: center;align-items: center;transition: all 0.6s;}
.index_product_content_list_ul_position h4,.index_product_content_list_ul_position h5{font-size: 24px;color: #FFFFFF;font-family: "Cabin-Medium"; text-align: center;}
.index_product_content_list_ul_position p{display: block;width: 80%;font-size: 16px;color: #FFFFFF;line-height: 30px;text-align: center;margin-top: 17px;}
.index_product_content_list_ul_position span{display: flex;justify-content: center;align-items: center;width: 48px;height: 48px;background: var(--mainColor);border-radius: 50%;font-size: 46px;font-family: "Lato-Light";color: #FFFFFF;margin-top: 15px;text-align: center;line-height: 48px;}
.index_product_content_list_ul li:hover{box-shadow: 0px 0px 34px 0px rgba(4, 0, 0, 0.09);}
.index_product_content_list_ul li:hover .index_product_content_list_ul_position{top: 0;}
.index_product_content_list_ul li:hover img{transform: scale(1.1);}
.index_product_content_list_ul li:hover .index_product_content_list_ul_content h4, .index_product_content_list_ul li:hover .index_product_content_list_ul_content p{opacity: 0;}
.index_product_content_list_ul li:hover .index_product_content_list_ul_img{border-bottom-color: transparent;}
.index_product_content_list_more{display: block;font-size: 16px;color: var(--mainColor);font-family: "Lato-Light";margin: 0px auto;margin-top: 50px;text-decoration: underline;text-align: center;}
.index_why_box{width: 100%;height: auto;padding: 80px 0px;background: url(../images/index_why_bg.jpg) no-repeat center center;background-size: cover;}
.index_why_ul_box{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 20px;}
.index_why_ul_box li{width: 32.5%;height: auto;padding: 70px 0;background: #FFFFFF;display: flex;justify-content: center;align-items: center;margin-top: 20px;border-radius: 4px;border: 1px solid #FFFFFF;position: relative;overflow: hidden;}
.index_why_ul_ico{width: 54px;height: auto;}
.index_why_ul_ico img{width: 100%;height: auto;display: block;}
.index_why_ul_txt{width: 56%;height: auto;margin-left: 30px;}
.index_why_ul_box li h4{font-size: 20px;color: #000000;}
.index_why_ul_box li p{font-size: 16px;color: #000000;line-height: 24px;margin-top: 10px;}
.index_why_ul_box li:hover{border-color: var(--mainColor);}
.index_why_ul_number{width: 12.6%;height: auto;position: absolute;right: 0;top: 0;opacity: 0;transition: all 0.3s;}
.index_why_ul_number img{width: 100%;height: auto;display: block;}
.index_why_ul_number h4{color: #FFFFFF;font-family: "Lato-Bold";font-size: 18px;position: absolute;right: 10%;top: 10%;}
.index_why_ul_box li:hover .index_why_ul_number{opacity: 1;}
.index_why_ul_box li:hover .index_why_ul_number h4{color: #FFFFFF;}
.index_why_ul_box li:nth-last-of-type(1),.index_why_ul_box li:nth-last-of-type(2){width: 49.5%;}
.index_why_ul_more{width: 180px;height: 56px;border-radius: 5px;border: 1px solid #FFFFFF;display: flex;justify-content: center;align-items: center;font-size: 18px;color: #FFFFFF;transition: all 0.3s;margin: 0px auto;margin-top: 58px;}
.index_why_ul_more:hover{background: #FFFFFF;color: var(--mainColor);}
.index_news_box{width: 100%;height: auto;padding: 80px 0px;}
.index_news_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 20px;}
.index_news_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 50px;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);background: #FFFFFF;}
.index_news_ul li:nth-of-type(3n+1){margin-left: 0;}
.index_news_ul_img{width: 100%;height: auto;overflow: hidden;}
.index_news_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.index_news_ul_txt{padding: 16px 34px 78px 34px;width: 100%;height: auto;}
.index_news_ul_txt_time{font-size: 14px;color: var(--mainColor);}
.index_news_ul_txt h4{font-size: 20px;color: #4E494B;margin-top: 24px;}
.index_news_ul_txt p{font-size: 14px;color: #4E494B;line-height: 1.6;margin-top: 24px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.index_news_ul_txt span{font-size: 14px;color: #000000;font-family: "Lato-Light";text-decoration: underline;margin-top: 64px;display: block;transition: all 0.3s;}
.index_news_ul li:hover .index_news_ul_img img{transform: scale(1.1);}
.index_news_ul li:hover .index_news_ul_txt span{color: var(--mainColor);}
.index_more{width: 180px;height: 56px;border-radius: 5px;border: 1px solid var(--mainColor);display: flex;justify-content: center;align-items: center;font-size: 18px;color: var(--mainColor);transition: all 0.3s;margin: 0px auto;margin-top: 58px;}
.index_more:hover{background: var(--mainColor);color: #FFFFFF;}
.index_contact_box{width: 100%;height: auto;padding: 58px 0px;background: #f9f9f9;}
.index_contact_content_box{width: 100%;height: auto;padding: 50px 30px;background: #FFFFFF;border: 1px solid #EEEEEE;display: flex;justify-content: space-between;align-items: center;}
.index_contact_content_left{width: 49.87%;height: auto;overflow: hidden;border-radius: 20px 20px 0px 0px;}
.index_contact_content_left img{width: 100%;}
.index_contact_content_right{width: 46.4%;height: auto;}
.index_contact_content_right h4{font-size: 24px;color: #000000;font-weight: 700;}
.index_contact_content_right p{font-size: 18px;color: #000000;font-weight: 400;line-height: 1.6;margin-top: 12px;}
.index_contact_content_right_ul{width: 100%;height: auto;margin-top: 10px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.index_contact_content_right_ul li{width: 49%;height: auto;position: relative;margin-top: 10px;}
.index_contact_content_right_ul li input{display: block;width: 100%;height: 52px;border: 1px solid #DCDCDC;padding-left: 10px;font-size: 14px;color: #08122D;font-weight: 400;outline: none;}
.index_contact_content_right_ul li textarea::placeholder,
.index_contact_content_right_ul li input::placeholder{color: #8f8f8f;}
.index_contact_content_right_ul li:nth-last-of-type(2){width: 100%;}
.index_contact_content_right_ul li textarea{display: block;width: 100%;height: 120px;padding: 10px;border: 1px solid #DCDCDC;font-size: 14px;color: #08122D;font-weight: 400;resize: none;outline: none;}
.index_contact_content_right_ul li.privacy_policy{width: 100%;}
.index_contact_content_right_ul li p{font-size: 16px;color: #666666;line-height: 1.6;}
.index_contact_content_right_ul li p a{font-style: italic;text-decoration: underline;color: var(--mainColor);}
.index_contact_content_right_ul_btn{display: block;width: 177px;height: 50px;background: var(--mainColor);border-radius: 5px;border: none;margin-top: 38px;font-size: 16px;color: #FFFFFF;font-weight: 400;outline: none;cursor: pointer;}
.product_banner_bg{width: 100%;height: auto;}
.product_banner_bg img{width: 100%;height: auto;display: block;}
.product_banner_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.crumbs_box{width: 100%;height: auto;border-top: 1px solid #eaeaea;padding: 10px 0;}
.crumbs_box.white{padding: 0;border-top: none;}
.crumbs_box ul{width: 100%;height: auto;display: flex;justify-content: flex-start;align-items: center;}
.crumbs_box.white ul{display: flex;justify-content: center;align-items: center;}
.crumbs_box ul li,.crumbs_box ul i{font-size: 18px;font-family: "Lato-Light";}
.crumbs_box.white ul li a,.crumbs_box.white ul i{color: #FFFFFF;}
.crumbs_box ul i{margin: 0 5px;display: block;}
.product_banner_content_box h1{font-size: 60px;color: #FFFFFF;font-family: "Lato-Bold";margin-top: 15px;}
.product_info_box{width: 100%;height: auto;padding: 48px 0px;}
.product_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.product_info_content h4{font-size: 60px;color: #131313;font-family: "Lato-Bold";}
.product_info_content p{display: block;width: 67.5%;font-family: "Lato-Light";font-size: 16px;color: #212121;line-height: 1.6;}
.product_list_content_box{width: 100%;height: auto;padding: 74px 0;background: #F5F5F5;}
.product_list_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_list_content_left{width: 24.3%;height: auto;}
.product_list_content_left li{width: 100%;height: auto;border-bottom: 1px solid #EEEEEE;background: #FFFFFF;position: relative;transition: all 0.6s;}
.product_list_content_left li + li{margin-top: 10px;}
.product_list_content_left_top:after{content: "";display: block;width: 0;height: 0;border: 10px solid transparent;border-left-color: var(--mainColor);position: absolute;right: -20px;top: 50%;transform: translateY(-50%);opacity: 0;transition: all 0.6s;}
.product_list_content_left_top{width: 100%;height: 72px;display: flex;justify-content: space-between;align-items: center;width: 100%;height: 100%;padding: 0 20px;position: relative;}
.product_list_content_left li a{font-size: 16px;color: #2C2C2C;}
.product_list_content_left li span{font-family: "Poppins-ExtraLight";display: block;font-size: 30px;color: #2C2C2C;opacity: 0.8;transition: all 0.6s;cursor: pointer;}
.product_list_content_left_bottom{width: 100%;height: auto;display: none;}
.product_list_content_left_bottom a{display: block;padding: 0 20px;line-height: 45px;background: #FFFFFF;color: #2C2C2C;font-size: 16px;border-bottom: 1px #E5E5E5 solid;}
.product_list_content_left_bottom a:nth-last-of-type(1){border-bottom: none;}
.product_list_content_left_bottom a:hover,.product_list_content_left_bottom a.on{color: var(--mainColor);}
.product_list_content_left li.on{background: var(--mainColor);}
.product_list_content_left li.on .product_list_content_left_top a{color: #FFFFFF;}
.product_list_content_left li.on span{color: #FFFFFF;opacity: 1;transform: rotate(90deg);}
.product_list_content_left li.on .product_list_content_left_top:after{opacity: 1;}
.product_list_content_right_box{width: 72.8%;height: auto;}
.product_list_content_right{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.product_list_content_right li{width: 32%;height: auto;margin-left: 2%;background: #FFFFFF;transition: all 0.6s;margin-top: 40px;}
.product_list_content_right li:nth-of-type(3n+1){margin-left: 0;}
.product_list_content_right li:nth-of-type(1),.product_list_content_right li:nth-of-type(2),.product_list_content_right li:nth-of-type(3){margin-top: 0;}
.product_list_content_right_img{width: 100%;height: auto;overflow: hidden;aspect-ratio:372/269;display: flex;justify-content: center;align-items: center;}
.product_list_content_right_img img{width: 100%;height: auto;display: block;transition: all 0.6s;}
.product_list_content_right_txt{width: 100%;height: auto;padding: 15px;}
.product_list_content_right_txt h4{font-size: 18px;color: #1A1A1A;line-height: 1.6;transition: all 0.6s;text-align: center;}
.product_list_content_right li:hover{background: var(--mainColor);}
.product_list_content_right li:hover .product_list_content_right_img img{transform: scale(1.1);}
.product_list_content_right li:hover h4{color: #FFFFFF;}
/*product_detial.html start*/
.product_detial_info_content_box{width: 100%;height: auto;padding-top: 35px;padding-bottom: 80px;}
.product_detial_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.product_detial_info_content_left{width: 54.92%;height: auto;}
.product_detial_info_content_left_list{width: 100%;height: auto;position: sticky;top: 80px;}
.product_detial_info_content_left img{width: 100%;height: auto;}
.product_detial_info_content_left_list img + img{margin-top: 30px;}
.product_detial_info_content_right{width: 41.5%;height: auto;}
.product_detial_info_content_right_box{width: 100%;height: auto;position: sticky;top: 80px;}
.product_detial_info_content_right_txt{width: 100%;height: auto;}
.product_detial_info_content_right_txt h1{font-size: 36px;color: #2E2E2E;font-family: "Lato-Bold";line-height: 1.6;}
.product_detial_info_content_right_txt p{font-size: 16px;color: #212121;line-height: 1.6;font-family: "Lato-Light";margin-top: 6px;}
.product_detial_info_content_right_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 60px;}
.product_detial_info_content_right_ul li{padding: 15px 0px;border-bottom: 1px solid #E5E5E5;font-size: 16px;color: var(--mainColor);}
.product_detial_info_content_right_ul li:nth-of-type(odd){width: 36.3%;}
.product_detial_info_content_right_ul li:nth-of-type(even){width: 61.7%;}
.product_detial_content_list_tab{overflow: hidden;overflow-x: auto;width: 100%;}
.product_detial_info_content_right_ul_btn{width: 201px;height: 65px;display: flex;justify-content: center;align-items: center;border-radius: 33px;font-size: 24px;color: #FFFFFF;margin-top: 90px;background: var(--mainColor);}
.product_detial_btn_box{width: 100%;height: 100px;background: #f3f3f3;padding-top: 10px;position: sticky;top: 80px;z-index: 9;}
.product_detial_btn{width: 100%;height: 90px;display: flex;justify-content: flex-start;}
.product_detial_btn li{width: 14%;height: 100%;display: flex;justify-content: center;align-items: center;font-size: 19px;color: #161616;font-family: "Lato-Regular";text-align: center;cursor: pointer;}
.product_detial_btn li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.product_detial_btn li.on a,.product_detial_btn li:hover a{background: #FFFFFF;color: var(--mainColor);}
.product_detial_content_box{width: 100%;height: auto;padding-bottom: 80px;}
.product_detial_content_list{width: 100%;height: auto;margin-top: 54px;}
.product_detial_content_list:nth-of-type(1){margin-top: 0;}
.product_detial_content_title{display: block;font-size: 46px;color: #1D1D1D;text-align: center;font-family: "Lato-Regular";}
.product_video_box{width: 100%;height: auto;margin-top: 39px;}
.product_video_box iframe{width: 100%;height: 580px;display: block;}
.product_detial_overview_box{width: 100%;height: auto;padding: 58px 0;background: #fbfbfb;}
.product_detial_overview_txt{font-size: 16px;color: #1D1D1D;font-family: "Lato-Light";line-height: 1.6;}
.product_detial_overview_txt p{margin-top: 15px;}
.product_detial_overview_txt img{max-width: 100%;height: auto;display: block;margin-top: 15px;}
.product_detial_content_list_tab table{width: 100%;height: auto;margin-top: 45px;background: #f4f4f4;}
.product_detial_content_list_tab table th{height: 58px;background: var(--mainColor);font-size: 17px;color: #FFFFFF;font-family: "Lato-Bold";text-align: left;padding-left: 30px;}
.product_detial_content_list_tab table th:nth-of-type(1){padding-left: 0;text-align: center;}
.product_detial_content_list_tab table td{font-size: 15px;color: #5d5d5d;padding-left: 30px;height: 59px;border: 1px solid #FFFFFF;}
.product_detial_content_list_para{width: 100%;height: auto;margin-top: 54px;background: #FFFFFF;}
.product_detial_content_list_para th{height: 58px;background: #323232;color: #FFFFFF;font-size: 17px;font-family: "Lato-Bold";text-align: center;padding-left: 0px;border: 1px solid #F4F4F4;}
.product_detial_content_list_para td{color: #464646;font-size: 15px;padding: 0;text-align: center;height: 58px;border: 1px solid #F4F4F4;}
.product_detial_content_list_download{width: 100%;height: auto;margin-top: 44px;}
.product_detial_content_list_download li{width: 100%;height: 83px;background: #F3F3F3;border: solid 1px #eeeeee;margin-top: 4px;display: flex;justify-content: space-between;align-items: center;padding: 0 30px;}
.product_detial_content_list_download_left{display: flex;justify-content: flex-start;align-items: center;height: 100%;}
.product_detial_content_list_download_left img{width: 60px;height: auto;display: block;margin-right: 28px;}
.product_detial_content_list_download_left a{display: block;font-size: 17px;color: #3e3e3e;text-decoration: underline;}
.product_detial_content_list_download_left a:hover{color: var(--mainColor);}
.product_detial_content_list_download_right{display: flex;justify-content: center;align-items: center;width: 189px;height: 54px;border-radius: 27px;border: 1px solid var(--mainColor);font-size: 17px;color: #3E3E3E;background: #FFFFFF;}
.product_detial_content_list_download_right img{display: block;margin-right: 10px;}
.product_detial_content_list_download_right:hover{background: var(--mainColor);color: #FFFFFF;}
.product_detial_content_list_download_right:hover img{filter: brightness(0) invert(1);}
.product_detial_content_list_related_box{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 66px;}
.product_detial_content_list_related_box li{width: 24.3%;height: auto;background: #F3F3F3;}
.product_detial_content_list_related_img{width: 100%;height: 318px;border-bottom: 1px solid #FFFFFF;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.product_detial_content_list_related_img img{display: block;max-width: 80%;height: auto;transition: all 0.6s;}
.product_detial_content_list_related_content{width: 100%;height: auto;padding: 27px 36px;}
.product_detial_content_list_related_content h4{font-size: 23px;color: #303030;font-family: "Lato-Regular";text-align: center;}
.product_detial_content_list_related_content p{font-size: 15px;color: #303030;font-family: "Lato-Light";line-height: 24px;text-align: center;margin-top: 8px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.product_detial_content_list_related_content span{display: block;text-align: center;font-size: 15px;color: rgba(0,0,0,0.8);text-decoration: underline;margin-top: 13px;transition: all 0.6s;}
.product_detial_content_list_related_box li:hover img{transform: scale(1.1);}
.product_detial_content_list_related_box li:hover span{color: var(--mainColor);}
.product_detial_content_list_structure_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;margin-top: 64px;}
.product_detial_content_list_structure_left{width: 48.6%;height: auto;}
.product_detial_content_list_structure_left img{width: 100%;height: auto;display: block;}
.product_detial_content_list_structure_right{width: 43%;height: auto;}
.product_detial_content_list_structure_right h4{font-size: 24px;color: #121212;font-family: "Lato-Bold";margin-bottom: 18px;}
.product_detial_content_list_structure_right p{font-size: 16px;color: #121212;font-family: "Lato-Light";line-height: 1.6;}
.product_detial_content_list_structure_right p + p{margin-top: 8px;}
.product_detial_content_list_structure_img{width: 100%;height: auto;margin-top: 36px;}
.product_detial_content_list_structure_img img{max-width: 100%;height: auto;display: block;margin: 0px auto;}
.product_detial_content_list_structure_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 40px;}
.product_detial_content_list_structure_ul li{width: 32%;height: auto;margin-top: 40px;margin-left: 2%;}
.product_detial_content_list_structure_ul li:nth-of-type(3n+1){margin-left: 0;}
.product_detial_content_list_structure_ul li img{width: 100%;height: auto;display: block;}
.product_detial_content_list_structure_ul li h4{font-size: 18px;color: #212121;font-family: "Lato-Light";text-align: center;margin-top: 15px;}
.page{display: flex;justify-content: center;margin-top: 26px;}
.page li{width: 40px;height: 40px;border-radius: 50%;overflow: hidden;}
.page li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;font-size: 16px;color: #000000;}
.page li img{display: block;}
.page li.prev a img{transform: rotateY(-180deg);}
.page li a.active,
.page li a:hover{background: var(--mainColor);color: #FFFFFF;}
.page li.next a:hover,
.page li.prev a:hover{background: none;}
/*about.html start*/
.about_info_box{width: 100%;height: auto;padding: 80px 0px;}
.about_info_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.about_info_content_left{width: 47.5%;height: auto;}
.about_info_content_left h1{font-size: 38px;color: #121212;font-family: "Lato-Bold";text-transform: uppercase;}
.about_info_content_left p{font-size: 18px;color: #333333;line-height: 1.6;margin-top: 20px;font-family: "Lato-Regular";}
.about_info_content_right{width: 43.75%;}
.about_info_content_right img{width: 100%;height: auto;display: block;}
.about_info_content_right a:after{background: url(../images/product_detial_video_btn.png) no-repeat center center;background-size: 66px auto;}
.about_info_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.about_info_content_ul li{width: 23.5%;height: auto;margin-left: 2%;margin-top: 50px;}
.about_info_content_ul li:nth-of-type(4n+1){margin-left: 0;}
.about_info_content_ul li img{width: 100%;height: auto;display: block;}
.about_culture_box{width: 100%;height: auto;padding: 80px 0px;background: #F5F5F5;}
.about_culture_txt{width: 88.75%;height: auto;margin: 0px auto;margin-top: 42px;}
.about_culture_txt p{font-size: 16px;color: #000000;line-height: 1.6;font-weight: 300;}
.about_culture_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 40px;}
.about_culture_ul li{width: 31.25%;height: auto;padding: 41px 88px;box-shadow: 0px 0px 27px 0px rgba(108, 108, 108, 0.26);border-radius: 11px;background: #FFFFFF;}
.about_culture_ul li img{display: block;transition: all 0.3s;}
.about_culture_ul li h4{font-size: 24px;color: var(--mainColor);margin-top: 40px;}
.about_culture_ul li p{font-size: 16px;color: #000000;font-weight: 300;line-height: 1.6;margin-top: 10px;}
.about_culture_ul li:hover img{transform: translateY(-10px);}
/*service*/
.service_box{width: 100%;height: auto;padding: 80px 0;}
.service_ul{width: 100%;height: auto;}
.service_ul li{width: 100%;height: auto;width: 100%;height: auto;display: flex;justify-content: flex-start;}
.service_ul li:nth-of-type(even){flex-direction: row-reverse;}
.service_ul li + li{margin-top: 50px;}
.service_ul_txt{width: 50%;padding: 100px;display: flex;flex-direction: column;justify-content: center;background: var(--mainColor);}
.service_ul_txt h4{font-size: 40px;color: #FFFFFF;font-family: "Cabin-Bold";}
.service_ul_txt p{font-size: 16px;line-height: 1.6;margin-top: 20px;position: relative;padding-left: 20px;color: #FFFFFF;}
.service_ul_txt p:before{content: "";display: block;width: 8px;height: auto;aspect-ratio:1/1;border-radius: 50%;background: #FFFFFF;position: absolute;left: 0;top: 8px;}
.service_ul_img{width: 50%;height: auto;overflow: hidden;}
.service_ul_img img{width: 100%;height: 100%;object-fit: cover;}
/*contact*/
.contact_box{padding-bottom: 80px;}
.contact_info_box{width: 100%;height: auto;border: 1px solid #EEEEEE;box-shadow: 0px -13px 18px 0px rgba(108, 108, 108, 0.09);margin-top: 40px;display: flex;justify-content: space-between;}
.contact_info_left{padding: 54px 64px;width: 47.1%;height: auto;border-right: 1px solid #EEEEEE;}
.contact_info_left_logo{width: 164px;height: auto;}
.contact_info_left_logo img{width: 100%;height: auto;display: block;}
.contact_info_left h4{font-size: 30px;color: var(--mainColor);font-family: "Lato-Bold";margin-top: 20px;}
.contact_info_left_ul{width: 100%;height: auto;margin-top: 35px;}
.contact_info_left_ul li{display: flex;justify-content: flex-start;align-items: flex-start;margin-top: 20px;}
.contact_info_left_ul li img{width: 22px;margin-top: 3px;}
.contact_info_left_ul li p{margin-left: 15px;}
.contact_info_left_ul li p,.contact_info_left_ul li a{font-size: 18px;color: #4F4F4F;font-family: "Lato-Light";}
.contact_info_left_ul li a:hover{text-decoration: underline;}
.contact_info_right{flex: 1;display: flex;align-items: center;justify-content: center;padding: 54px 64px;}
.contact_info_right_content{width: 65.4%;height: auto;}
.contact_info_right_content h4{font-size: 24px;color: var(--mainColor);font-family: "Lato-Bold";}
.contact_info_right_content_ul{width: 100%;height: auto;margin-top: 15px;}
.contact_info_right_content_ul li{width: 100%;height: 48px;position: relative;margin-top: 10px;}
.contact_info_right_content_ul li input{display: block;background: #EEEEEE;padding-left: 15px;font-size: 18px;color: #333333;font-family: "Lato-Light";border: none;width: 100%;height: 100%;}
.contact_info_right_content_ul li input:placeholder{color: #939393;}
.contact_info_right_content_ul li:nth-last-of-type(1){height: 108px;}
.contact_info_right_content_ul li textarea{display: block;background: #EEEEEE;padding: 15px;font-size: 18px;color: #333333;font-family: "Lato-Light";border: none;width: 100%;height: 100%;resize: none;}
.contact_info_right_content_ul li textarea:placeholder{color: #939393;}
.products_faq_ul{width: 100%;height: auto;}
.products_faq_ul li{width: 100%;height: auto;border: 1px solid #DCDCDC;border-bottom: none;}
.products_faq_ul li:nth-last-of-type(1){border-bottom: 1px solid #DCDCDC;}
.products_faq_ul_top{width: 100%;height: 50px;padding: 0 20px;display: flex;align-items: center;justify-content: space-between;cursor: pointer;}
.products_faq_ul_top h4{font-size: 16px;color: #08122D;}
.products_faq_ul_top span{display: block;font-size: 24px;color: var(--mainColor);}
.products_faq_ul li.on .products_faq_ul_top{background: var(--mainColor);}
.products_faq_ul li.on h4{color: #fff;}
.products_faq_ul li.on span{color: #fff;}
.products_faq_ul_bottom{width: 100%;height: auto;padding: 20px;display: none;}
.products_faq_ul_bottom p{font-size: 14px;color: #0D121A;line-height: 1.6;}
/*content end*/
/*footer start*/
.footer{width: 100%;height: auto;background: #f9f9f9;border-top: 20px solid var(--mainColor);}
.footer_top_bpx{width: 100%;height: auto;padding: 58px 0px;}
.footer_top_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.footer_top_content_left{width: 15%;height: auto;}
.footer_logo{max-width: 67%;height: auto;}
.footer_logo img{width: 100%;height: auto;display: block;}
.footer_top_content_share{display: flex;justify-content: flex-start;align-items: center;margin-top: 30px;}
.footer_top_content_share h4{font-size: 18px;color: #313131;}
.footer_top_content_share_ul{display: flex;justify-content: flex-start;align-items: center;}
.footer_top_content_share_ul li{display: flex;justify-content: center;align-items: center;aspect-ratio:1/1;width: 34px;height: auto;border: 1px solid var(--mainColor);border-radius: 50%;margin-left: 10px;}
.footer_top_content_share_ul li a{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.footer_top_content_share_ul li img{display: block;}
.footer_top_content_right{width: 68.63%;height: auto;display: flex;justify-content: space-between;align-items: flex-start;}
.footer_top_content_right_list h4{font-size: 18px;color: #313131;margin-bottom: 16px;}
.footer_top_content_right_list a{display: block;font-size: 16px;color: #313131;line-height: 2.2;}
.footer_top_content_right_list a:hover{color: var(--mainColor);text-decoration: underline;}
.footer_top_content_right_list:nth-last-of-type(1){width: 34.23%;height: auto;}
.footer_top_content_right_list_ul li{display: flex;justify-content: flex-start;align-items: flex-start;}
.footer_top_content_right_list_ul li img{display: block;width: 20px;margin-right: 10px;margin-top: 9px;}
.footer_top_content_right_list:nth-last-of-type(1) a{margin-right: 10px;}
.footer_top_content_right_list_ul li p{font-size: 16px;color: #313131;line-height: 2.2;}
.footer_last_box{width: 100%;height: 78px;border-top: 1px solid rgba(22,22,22,0.1);display: flex;align-items: center;}
.footer_last_box p{display: flex;justify-content: flex-start;align-items: center;font-size: 16px;color: #000000;}
.footer_last_box p img{display: block;margin-left: 5px;}
/*footer end*/
@media (max-width: 1768px) {
	.first_link{font-size: 14px;}
	.nav_list_box a{font-size: 14px;}
	.index_banner_content_left h4{font-size: 40px;line-height: 1.2;}
	.index_product_content_list_ul_content h4, .index_product_content_list_ul_content p{font-size: 16px;}
	.index_product_content_list_ul li{width: 32%;}
	.index_product_content_list_ul li:nth-of-type(4n+1){margin-left: 2%;}
	.index_product_content_list_ul li:nth-of-type(3n+1){margin-left: 0;}
	.index_product_content_list_ul_position h4, .index_product_content_list_ul_position h5{font-size: 18px;}
	.footer_top_content_left{width: 22%;}
	.nav_box li:after{right: -9px;}
	.about_culture_ul li{padding: 45px;}
}
@media (max-width: 1400px) {
	.contentWH{width: 92%;}
	.index_banner_content .contentWH{width: 83%;}
	.index_banner_content_left h4{font-size: 36px;}
	.nav_box li:after{display: none;}
	.index_product_second_btn li{margin-left: 3%;}
	.product_info_content p{width: 63.5%;}
	.product_list_content_right_txt h4{font-size: 14px;}
	.product_detial_btn li{width: 18%;}
}
@media (max-width: 1200px) {
	.first_link{font-size: 12px;}
	.index_product_second_btn li{margin-left: 2%;font-size: 14px;}
	.footer_top_content{flex-wrap: wrap;}
	.footer_top_content_right{width: 100%;margin-top: 50px;}
	.footer_top_content_left{width: 100%;}
	.footer_logo{max-width: 20%;margin: 0px auto;}
	.footer_top_content_share{justify-content: center;}
	.product_info_content{flex-wrap: wrap;}
	.product_info_content h4{display: block;text-align: center;width: 100%;}
	.product_info_content p{width: 100%;}
	.about_culture_ul li{padding: 30px;}
	.about_info_content{flex-direction: column-reverse;}
	.about_info_content_left{width: 100%;margin-top: 50px;}
	.about_info_content_right{width: 100%;}
	.service_ul_txt{padding: 48px;}
}
@media (max-width: 990px) {
	.header_bottom_content_right_top{display: none;}
	.hd_btn{display: block;}
	.header_bottom_nav_box{position: fixed;top: 60px;left: 0;width: 100%;height: calc(100vh - 60px);z-index: 99;background: #FFFFFF;display: none;}
	.nav_box{display: block;}
	.nav_box li{height: auto;text-align: center;width: 100%;display: block;}
	.first_link{font-size: 16px;line-height: 45px;text-align: center;}
	.nav_list_box{position: relative;top: 0;width: 100%;}
	.index_banner_bg{height: 580px;}
	.index_banner_bg img{height: 100%;object-fit: cover;}
	.index_banner_content_box{flex-wrap: wrap;}
	.index_banner_content_left{flex: auto;margin-right: 0;}
	.index_banner_content_right{width: 66%;}
	.index_product_second_btn{flex-wrap: wrap;justify-content: flex-start;border-bottom: none;}
	.index_product_second_btn li{width: 23.5%;margin-left: 2%;}
	.index_product_second_btn li:nth-of-type(4n+1){margin-left: 0;}
	.index_product_content_list_ul{justify-content: space-between;}
	.index_product_content_list_ul li{width: 48.5%;margin-left: 0;}
	.footer_top_content_right{flex-wrap: wrap;}
	.footer_top_content_right_list:nth-last-of-type(1){width: 100%;margin-top: 30px;}
	.index_contact_content_box{padding: 0;flex-wrap: wrap;overflow: hidden;border-radius: 20px;}
	.index_contact_content_left{width: 100%;}
	.index_contact_content_right{width: 100%;padding: 5% 4%;}
	.product_list_content{flex-wrap: wrap;}
	.product_list_content_right{justify-content: space-between;}
	.product_list_content_left{width: 100%;}
	.product_list_content_right_box{width: 100%;margin-top: 50px;}
	.product_detial_btn_box{top: 60px;}
	.product_detial_btn{justify-content: space-between;}
	.product_detial_content_list_related_box{flex-wrap: wrap;}
	.product_detial_content_list_related_box li{width: 48.5%;margin-top: 30px;}
	.contact_info_box{flex-wrap: wrap;}
	.contact_info_left{width: 100%;padding: 5% 4%;padding-bottom: 0;}
	.contact_info_right{flex: auto;height: auto;width: 100%;padding: 5% 4%;}
     .product_detial_info_content_left_list{top: 60px;}
     .product_detial_info_content_right_box{top: 60px;}
}
@media (max-width: 768px) {
	.header_content{height: 13.8vw;}
	.header_bottom_nav_box{top: 13.8vw;height: calc(100vh - 13.8vw);overflow: hidden;overflow-y: auto;}
	.logo{width: 20vw;}
	.header_search_box{width: 32vw;height: 7.8vw;}
	.header_search_key{padding-left: 8.8vw;font-size: 3.2vw;}
	.header_search_btn{width: 7.8vw;background-size: 3vw auto;}
	.first_link{font-size: 3.6vw;line-height: 10.8vw;}
	.nav_list_box a{font-size: 3.6vw;line-height: 8.8vw;}
	.index_banner_content_left h4{font-size: 4.8vw;}
	.index_banner_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_banner_content_left_more{width: 40vw;height: 10.8vw;font-size: 3.6vw;margin-top: 5.8vw;border-radius: 5.4vw;}
	.index_banner_content_right{width: 100%;margin-top: 3.8vw;}
	.index_banner_sw_right, .index_banner_sw_left{display: none;}
	.index_banner_bg{height: 129vw;}
	.index_product_box{padding: 8vw 0;}
	.index_title_box h4{font-size: 4.8vw;}
	.index_product_second_btn{justify-content: space-between;margin-top: 3.6vw;}
	.index_product_second_btn li{width: 48.5%;margin-left: 0;font-size: 3.6vw;height: 10.8vw;}
	.index_product_content_list_txt{width: 100%;height: auto;padding: 5.8vw 0 0 0;margin-top: 0;border-top: 1px solid #E5E5E5;}
	.index_product_content_list_txt h2{font-size: 4.2vw;}
	.index_product_content_list_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_product_content_list_txt_more{font-size: 3.8vw;margin-top: 3.6vw;}
	.index_product_content_list_ul{margin-top: 3.2vw;}
	.index_product_content_list_ul li{width: 100%;margin-top: 3.8vw;}
	.index_product_content_list_ul_content{padding: 3.6vw;}
	.index_product_content_list_ul_content h4, .index_product_content_list_ul_content p{font-size: 3.6vw;}
	.index_product_content_list_ul_position h4, .index_product_content_list_ul_position h5{font-size: 3.6vw;}
	.index_product_content_list_ul_position p{width: 92%;font-size: 3.2vw;line-height: 4.8vw;margin-top: 3.2vw;}
	.index_product_content_list_ul_position span{width: 10vw;height: 10vw;font-size: 6.8vw;margin-top: 3.2vw;}
	.index_why_box{padding: 8vw 0;}
	.index_why_ul_box{margin-top: 3.2vw;}
	.index_why_ul_box li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;flex-wrap: wrap;}
	.index_why_ul_txt{width: 100%;margin-left: 0;margin-top: 3.6vw;}
	.index_why_ul_box li h4{font-size: 4.2vw;text-align: center;}
	.index_why_ul_box li p{font-size: 3.6vw;text-align: center;line-height: 1.6;}
	.index_why_ul_ico{width: 10vw;}
	.index_why_ul_number h4{font-size: 3.6vw;right: 1.2vw;}
	.index_why_ul_box li:nth-last-of-type(1), .index_why_ul_box li:nth-last-of-type(2){width: 100%;}
	.index_why_ul_more{width: 42vw;height: 10.8vw;font-size: 3.8vw;margin-top: 5.8vw;}
	.index_news_box{padding: 8vw 0;}
	.index_news_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.index_news_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
	.index_news_ul_txt{padding: 5% 4%;}
	.index_news_ul_txt_time{font-size: 3.2vw;}
	.index_news_ul_txt h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.index_news_ul_txt p{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_news_ul_txt span{font-size: 3.6vw;margin-top: 3.6vw;}
	.index_more{width: 42vw;height: 10.8vw;font-size: 3.8vw;margin-top: 5.8vw;}
	.index_contact_box{padding: 8vw 0;}
	.index_contact_content_box{border-radius: 2vw;}
	.index_contact_content_left{border-radius: 2vw 2vw 0 0;}
	.index_contact_content_right h4{font-size: 4.2vw;}
	.index_contact_content_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.index_contact_content_right_ul{margin-top: 1.8vw;}
	.index_contact_content_right_ul li{width: 100%;margin-top: 1.8vw;}
	.index_contact_content_right_ul li input{height: 8.8vw;font-size: 3.2vw;padding-left: 3.8vw;}
	.index_contact_content_right_ul li textarea{padding: 3.8vw;height: 22.8vw;}
	.index_contact_content_right_ul li p{font-size: 3.6vw;margin-top: 1.8vw;}
	.index_contact_content_right_ul_btn{width: 42vw;height: 10.8vw;font-size: 3.8vw;margin-top: 5.8vw;}
	.footer_top_bpx{padding: 8vw 0;}
	.footer_top_content_share h4{font-size: 3.8vw;}
	.footer_top_content_right{margin-top: 5.8vw;}
	.footer_top_content_right_list h4{font-size: 4.2vw;}
	.footer_top_content_right_list a{font-size: 3.6vw;}
	.footer_top_content_right_list_ul li p{font-size: 3.6vw;}
	.footer_last_box{height: auto;padding: 2.4vw 0;}
	.footer_last_box p{flex-wrap: wrap;justify-content: center;font-size: 3.2vw;text-align: center;}
	.footer_last_box p img{margin-top: 1.8vw;display: block;}
	.crumbs_box ul li, .crumbs_box ul i{font-size: 3.2vw;}
	.product_banner_content_box h1{font-size: 4.8vw;margin-top: 3.2vw;}
	.product_info_box{padding: 8vw 0;}
	.product_info_content h4{font-size: 4.8vw;}
	.product_info_content p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.product_list_content_box{padding: 8vw 0;}
	.product_list_content{flex-wrap: wrap;}
	.product_list_content_left{width: 100%;}
	.product_list_content_left li.on .product_list_content_left_top:after{display: none;}
	.product_list_content_left_top{height: 10.8vw;padding: 0 4%;}
	.product_list_content_left_top a{font-size: 3.6vw;}
	.product_list_content_left_top span{font-size: 4.8vw;}
	.product_list_content_right_box{margin-top: 3.2vw;}
	.product_list_content_right_txt{padding: 5% 4%;}
	.product_list_content_right_txt h4{font-size: 3.6vw;}
	.product_list_content_left li a{font-size: 3.6vw;padding: 0 4%;}
	.product_list_content_left li + li{margin-top: 1.8vw;}
	.product_list_content_right{justify-content: space-between;}
	.product_list_content_right li{width: 48.5%;margin-top: 3.8vw;margin-left: 0;}
	.product_list_content_right li:nth-of-type(1), .product_list_content_right li:nth-of-type(2), .product_list_content_right li:nth-of-type(3){margin-top: 3.8vw;}
	.product_detial_info_content_box{padding: 8vw 0;}
	.product_detial_info_content{flex-wrap: wrap;}
	.product_detial_info_content_left{width: 100%;}
	.product_detial_info_content_right{margin-top: 5.8vw;width: 100%;}
	.product_detial_info_content_right_txt h1{font-size: 4.8vw;}
	.product_detial_info_content_right_txt p{font-size: 3.6vw;line-height: 5.8vw;}
	.product_detial_info_content_right_ul li{font-size: 3.2vw;padding: 1.2vw 0;}
	.product_detial_info_content_right_ul{margin-top: 3.6vw;}
	.product_detial_info_content_right_ul_btn{width: 38vw;height: 10.8vw;font-size: 3.8vw;margin-top: 3.8vw;border-radius: 5.4vw;}
	.product_detial_content_btn{display: none;}
	.product_detial_content{padding: 5% 4%;margin-top: 5.8vw;}
	.product_detial_btn_box{display: none;}
	.product_detial_overview_box{padding: 8vw 0;}
	.product_detial_overview_txt{font-size: 3.6vw;}
	.product_detial_overview_txt p{margin-top: 3.2vw;}
	.product_detial_overview_txt img{margin-top: 3.2vw;}
	.product_detial_content_title{font-size: 4.8vw;}
	.product_detial_content_list{margin-top: 8vw;}
	.product_detial_content_list_technical{margin-top: 5.8vw;}
	.product_detial_content_list_technical th{height: 10.8vw;font-size: 3.6vw;padding: 0 1.2vw;}
	.product_detial_content_list_technical td{font-size: 3.2vw;height: 10.8vw;padding: 3.2vw;}
	.product_video_box{margin-top: 5.8vw;}
	.product_video_box iframe{height: 76vw;}
	.product_detial_content_list_structure_box{margin-top: 6.8vw;flex-wrap: wrap;}
	.product_detial_content_list_structure_left{width: 100%;}
	.product_detial_content_list_structure_right{width: 100%;margin-top: 3.8vw;}
	.product_detial_content_list_structure_right h4{font-size: 3.8vw;margin-bottom: 3.2vw;}
	.product_detial_content_list_structure_right p{font-size: 3.6vw;line-height: 5.8vw;}
	.product_detial_content_list_structure_ul{margin-top: 3.2vw;}
	.product_detial_content_list_structure_ul li{width: 100%;margin-left: 0;margin-top: 3.8vw;}
	.product_detial_content_list_structure_ul li h4{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_content_list_related_box{margin-top: 3.2vw;}
	.product_detial_content_list_related_box li{width: 100%;margin-top: 3.8vw;}
	.product_detial_content_list_related_img{height: auto;padding: 4% 0;}
	.product_detial_content_list_related_content{padding: 4%;}
	.product_detial_content_list_related_img img{width: 60%;}
	.product_detial_content_list_related_content h4{font-size: 3.6vw;}
	.product_detial_content_list_related_content p{font-size: 3.6vw;line-height: 5.8vw;margin-top: 3.2vw;}
	.product_detial_content_list_related_content span{font-size: 3.6vw;margin-top: 3.2vw;}
	.product_detial_content_box{padding-bottom: 8vw;}
	.about_culture_box{padding: 8vw 0;}
	.about_culture_txt{width: 100%;margin-top: 3.6vw;}
	.about_culture_txt p{font-size: 3.6vw;}
	.about_culture_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.about_culture_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
	.about_culture_ul li img{width: 12vw;}
	.about_culture_ul li h4{font-size: 4.2vw;margin-top: 3.6vw;}
	.about_culture_ul li p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_info_box{padding: 8vw 0;}
	.about_info_content_right a:after{background-size: 11vw auto;}
	.about_info_content_left{margin-top: 5.8vw;}
	.about_info_content_left h1{font-size: 4.8vw;}
	.about_info_content_left p{font-size: 3.6vw;margin-top: 3.2vw;}
	.about_info_content_ul{flex-wrap: wrap;margin-top: 3.2vw;justify-content: space-between;}
	.about_info_content_ul li{width: 49%;margin-top: 3.8vw;margin-left: 0;}
	.service_box{padding: 8vw 0;}
	.service_ul li{flex-wrap: wrap;}
	.service_ul li + li{margin-top: 5.8vw;}
	.service_ul_txt{width: 100%;padding: 5% 4%;}
	.service_ul_txt h4{font-size: 4.2vw;}
	.service_ul_txt p{font-size: 3.6vw;margin-top: 3.6vw;padding-left: 3.8vw;}
	.service_ul_txt p:before{width: 1.2vw;top: 2.2vw;}
	.service_ul_img{width: 100%;}
	.contact_info_left{padding: 5% 4%;}
	.contact_info_box{margin-top: 5.8vw;}
	.contact_info_left_logo{width: 28vw;}
	.contact_info_left h4{font-size: 4.2vw;margin-top: 3.2vw;}
	.contact_info_left_ul li p, .contact_info_left_ul li a{font-size: 3.6vw;}
	.contact_info_left_ul li p{margin-top: 3.2vw;margin-left: 3.2vw;}
	.contact_info_left_ul li img{width: 3.5vw;margin-top: 4vw;}
	.contact_info_left_ul li{margin-top: 3.6vw;}
     .product_detial_info_content_left_list img + img{margin-top: 3.8vw;}
     .products_faq_box{padding: 8vw 0;}
     .products_faq_ul_top{padding: 0 4%;height: 10.8vw;}
     .products_faq_ul_top span{font-size: 4.8vw;}
     .products_faq_ul_top h4{font-size: 3.6vw;}
     .products_faq_ul_bottom{padding: 5% 4%;}
     .products_faq_ul_bottom p{font-size: 3.6vw;}
     .page{margin-top: 5.8vw;}
     .page li{width: 5.8vw;height: 5.8vw;font-size: 3.2vw;}
     .page li + li{margin-left: 1.8vw;}
     .contact_box{padding-bottom: 8vw;}
}