/*common start*/
:root{
 --primary-color:#fab343;
 --secondary-color:#fbbe5f;
 --third-color:#024dad;
 --fourth-color:#00b67a;
 --fifth-color:#fef0d9;
 --sixth-color:#c4293d;
 --main-color:#fab343;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; background:#f4f4f4;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1300px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:90px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:90px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{ width:20%;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ font-size:22px; line-height:30px; color:#333; cursor:pointer; }
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ width:100%; height:100%; background:#f4f4f4; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ max-width:1200px; margin:0 auto; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; background-size:contain; position:absolute; right:0; top:50%; transform:translateY(-50%); cursor:pointer;}
.head .h_search .form{ max-width:650px; margin:0 auto; height:50px; background:rgba(0, 0, 0, 0.05); border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 60px);}
.head .h_search .form .button1{ float:right; border:none;  background:none; width:50px; height:50px; line-height:50px; cursor:pointer; font-size:16px; color:#333; transition:all .3s ease;}
.head .h_search .form .button1:hover{ color:var(--primary-color);}
.head .h_search .form .button1 i{ }
/*menu*/
.head .menu{ height:90px; line-height:90px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 .78vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:bold; position:relative; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:#333; }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:#fff; box-shadow:0 20px 25px -6px rgba(0, 0, 0, 0.15); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); text-decoration:underline;}
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.menuSub_probg{ width:100%; background:#F6F3F7; position:absolute; top:100%; left:0; z-index:5; opacity:0; visibility:hidden; transition:all .35s ease;}
.head .menu>ul>li:hover .menuSub_probg{ opacity:1; visibility:visible;}
.menuSub_pro{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap; padding:20px 0;}
.menuSub_pro dl{ background:#fff; width:calc((100% - 40px)/5); margin:0 0 10px 10px; padding:20px;box-sizing: border-box;}
.menuSub_pro dl:nth-child(5n-4){ margin-left:0;}
.menuSub_pro dl dt{ font-size:20px; line-height:30px; font-weight:bold; background:url(../images/listico_right.png) right top 8px no-repeat; padding-right:20px; margin-bottom:20px;}
.menuSub_pro dl dt a{ color:#333;}
.menuSub_pro dl dd{ font-size:14px; line-height:24px; margin-top:10px;}
.menuSub_pro dl dd a{}
.menuSub_pro dl dd a:hover{ color:var(--primary-color); text-decoration:underline;}

.head_height{ height:90px;}

.head.active1{ background:#fff !important; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active2{ background:#fff !important; }

@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .h_search_btn{ font-size:22px; line-height:30px; }
.head .h_search_close2{ right:0; top:-30px; transform:translate(0%,0%); }
.head .h_search .form{ height:50px; }
.head .h_search .form .text1{ height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 60px);}
.head .h_search .form .button1{ width:50px; height:50px; line-height:50px; font-size:16px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; color:#333; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid #eee;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#333;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(90deg);}
.head .nav_list ul li ul{ padding:5px 15px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}

.head.active1 .nav_open i,.head.active1 .nav_open:before,.head.active1 .nav_open:after{ background:#333;}
.head.active2 .nav_open i,.head.active2 .nav_open:before,.head.active2 .nav_open:after{ background:#333;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}



.banner_swiper{ position:relative; }
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-pagination{ width:100%; height:15px; bottom:30px; display:none;}
.banner_swiper .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ display:none;}
.banner_swiper .swiper-button-prev{ }
.banner_swiper .swiper-button-next{ }
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ height:114vw;}
}


.indexBanner_box{ position:relative;}
.indexBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.indexBanner_txt{ max-width:690px; background:rgba(0,0,0,.6); color:#fff; border-radius:4px;}
.indexBanner_txt .txt{ padding:20px;}
.indexBanner_txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.indexBanner_txt .h3{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:15px;}
.indexBanner_txt .h4{ font-size:16px; line-height:26px; margin-bottom:15px;}
.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:14px; font-weight:bold; line-height:48px; padding:0 10px; min-width:120px; border:1px solid var(--primary-color); background:var(--primary-color); color:#333; border-radius:4px; transition:all .3s ease; overflow:hidden; position:relative;}
.more1 span:hover{ border-color:var(--secondary-color); background:var(--secondary-color);}
.more1 span:before{content: ""; position: absolute; top: 0; left: 150%; width: 200%; height: 100%; transform: skewX(-20deg); background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);}
.more1 span:hover:before{ animation:shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);}
@keyframes shine{
	to{left:-200%}
}
@media(max-width:999px){
.indexBanner_txt .txt{ padding:20px;}
.indexBanner_txt .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.indexBanner_txt .h3{ font-size:20px; line-height:24px; margin-bottom:15px;}
.indexBanner_txt .h4{ font-size:14px; line-height:18px; margin-bottom:15px;}
.more1 span{ font-size:14px; line-height:38px; padding:0 10px; min-width:100px; }
}


.con01bg{ margin:80px 0;}
.con01{}
.con01 .list{}
.con01 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con01 .list ul li{ width:calc((100% - 30px)/2); margin:0 0 30px 30px; position:relative;}
.con01 .list ul li:nth-child(2n-1){ margin-left:0;}
.con01 .list ul li .img{ padding-bottom:33%; position:relative; overflow:hidden; border-radius:4px;}
.con01 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con01 .list ul li:hover .img img{filter: brightness(84%);}
.con01 .list ul li .txtbg{ width:100%; position:absolute; bottom:0; left:0;}
.con01 .list ul li .txt{ padding:25px; color:#fff;}
.con01 .list ul li .txt .h2{ font-size:24px; line-height:34px; padding-bottom:5px; position:relative; font-weight:bold;}
.con01 .list ul li .txt .h2:before{ content:""; width:80px; height:2px; background:var(--secondary-color); position:absolute; bottom:0; left:0;}
@media(max-width:999px){
.con01bg{ margin:40px 0;}
.con01 .list ul li{ width:100%; margin:0 0 20px 0; }
.con01 .list ul li .txt{ padding:20px; }
.con01 .list ul li .txt .h2{ font-size:20px; line-height:30px; padding-bottom:5px; }
.con01 .list ul li .txt .h2:before{ width:80px; height:2px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:28px; line-height:38px; font-weight:bold;}
.con02bg{ margin:80px 0;}
.con02{}
.con02 .list{ margin-top:60px;}
.indexPro_swiper{ position:relative; }
.indexPro_swiper .swiper-container { width: 100%; padding:5px 0;}
.indexPro_swiper .swiper-container .swiper-slide { position:relative;}
.indexPro_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.indexPro_swiper .swiper-container .swiper-slide .nr_box{ background:#fff; border:1px solid rgba(109, 113, 117, 0.15); border-radius:4px; padding:15px; transition:all .3s ease;}
.indexPro_swiper .swiper-container .swiper-slide:hover .nr_box{ transform:translateY(-5px);}
.indexPro_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.indexPro_swiper .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.indexPro_swiper .swiper-container .swiper-slide .txt{ margin-top:15px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h3{ margin-bottom:5px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h3 img{ display:block; height:17px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h4{ font-size:20px; line-height:30px; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h4 strong{ color:var(--secondary-color);}
.indexPro_swiper .swiper-pagination{ width:100%; height:15px; bottom:30px; display:none;}
.indexPro_swiper .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.indexPro_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.indexPro_swiper .swiper-button-prev,.indexPro_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; text-align:center; background:#fff; font-size:20px; cursor:pointer; border-radius:100%; box-shadow:0 5px 5px rgba(0, 0, 0, 0.15);}
.indexPro_swiper .swiper-button-prev{ left:0;}
.indexPro_swiper .swiper-button-next{ right:0;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.con02bg{ margin:40px 0;}
.con02 .list{ margin-top:20px;}
.indexPro_swiper .swiper-container .swiper-slide .nr_box{ padding:15px; }
.indexPro_swiper .swiper-container .swiper-slide .txt{ margin-top:15px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h3{ margin-bottom:5px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h3 img{ height:17px;}
.indexPro_swiper .swiper-container .swiper-slide .txt .h4{ font-size:20px; line-height:30px; }
.indexPro_swiper .swiper-button-prev,.indexPro_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}


.con03bg{ background:var(--third-color); color:#fff;}
.con03{display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_lt{ width:50%; }
.con03_lt .img{ height:100%;}
.con03_lt img{ display:block; width:100%; height:100%;}
.con03_rt{ width:50%;display: flex; justify-content: center; align-items: center;}
.con03_rt .nr_box{ padding:60px 5%; width:100%;box-sizing: border-box;}
.con03_rt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.con03_rt .h3{ font-size:15px; line-height:2em; margin-bottom:15px;}
@media(max-width:999px){
.con03{display:block;}
.con03_lt{ width:100%; }
.con03_rt{ width:100%;display:block;}
.con03_rt .nr_box{ padding:20px 5%; width:100%; }
.con03_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con03_rt .h3{ font-size:14px; line-height:2em; margin-bottom:15px;}
}


.con04bg{ margin:80px 0;}
.con04{}
.con04 .list{}
.con04 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con04 .list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; position:relative;}
.con04 .list ul li:nth-child(3n-2){ margin-left:0;}
.con04 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.con04 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con04 .list ul li .txt{ margin-top:15px; text-align:center;}
.con04 .list ul li .txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.con04 .list ul li .txt .h3{ font-size:15px; line-height:25px; color:#666;}
@media(max-width:999px){
.con04bg{ margin:40px 0;}
.con04 .list ul li{ width:100%; margin:0 0 20px 0; }
.con04 .list ul li .txt{ margin-top:15px; }
.con04 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.con05bg{ margin:80px 0;}
.con05{display: flex; justify-content: space-between; align-items: center;}
.con05_lt{ width:50%;}
.con05_lt img{ display:block; width:100%;}
.con05_rt{ width:48%;}
.con05_rt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.con05_rt .h3{ font-size:15px; line-height:2em; color:#666; margin-bottom:15px;}
@media(max-width:999px){
.con05bg{ margin:40px 0;}
.con05{display:block;}
.con05_lt{ width:100%; margin-bottom:20px;}
.con05_rt{ width:100%;}
.con05_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con05_rt .h3{ font-size:14px; line-height:2em; margin-bottom:15px;}
}




.foot{ background:#2c2d2e; color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{}
.foot1{}
.foot1 .list1{ padding:60px 0; display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .list1 .lt{ width:21%;}
.foot .f_contact{ font-size:15px; line-height:25px; margin-bottom:30px;}
.foot .f_contact .h1{ font-size:17px; line-height:27px; font-weight:bold; color:var(--primary-color); margin-bottom:20px;}
.foot .f_contact .h2{}
.foot .f_logo{}
.foot .f_logo img{ max-width:100%; max-height:32px;}
.foot1 .list1 .ct1{ max-width:23%;}
.foot .f_nav{ font-size:15px; line-height:25px;}
.foot .f_nav dl{ margin-bottom:70px;}
.foot .f_nav dl dt{ font-size:17px; line-height:27px; font-weight:bold; color:var(--primary-color); margin-bottom:20px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot1 .list1 .ct2{ width:23%;}
.foot .f_review{ font-size:15px; line-height:25px;}
.foot .f_review .h1{ font-size:17px; line-height:27px; font-weight:bold; color:var(--primary-color); text-align:center; margin-bottom:20px;}
.foot .f_review .h2{ line-height:35px; max-width:230px; margin:0 auto; border:1px solid var(--fourth-color); background:#fff; color:#333; border-radius:4px; margin-bottom:50px;}
.foot .f_review .h2 span{}
.foot .f_review .h2 strong{}
.foot .f_review .h2 i{ color:var(--fourth-color);}
.foot .f_review .h3{ text-align:center;}
.foot .f_review .h3 img{ max-width:100%; max-height:70px;}
.foot1 .list1 .rt{ width:23%;}
.foot .f_newsletter{ font-size:15px; line-height:25px;}
.foot .f_newsletter .h1{ font-size:17px; line-height:27px; font-weight:bold; color:var(--primary-color); margin-bottom:20px;}
.foot .f_newsletter .h2{ margin-bottom:15px;}
.foot .f_newsletter .h2 a{ text-decoration:underline;}
.foot .f_newsletter .form{ margin-bottom:20px;}
.foot .f_newsletter .h3{ margin-bottom:15px;}
.foot .f_newsletter .h3 a{ text-decoration:underline;}
.foot .f_newsletter .text1{ border:none; background:#f4f4f4; height:50px; line-height:50px; padding:0 10px; width:calc(100% - 20px); border-radius:4px;}
.foot1 .list2{ border-top:1px solid rgba(109, 113, 117, 0.15); padding:30px 0; font-size:12px; line-height:22px;}
@media(max-width:999px){
.foot1 .list1{ padding:30px 0; display:block;}
.foot1 .list1 .lt{ width:100%; margin-bottom:30px;}
.foot .f_contact{ font-size:15px; line-height:25px; margin-bottom:30px;}
.foot .f_contact .h1{ font-size:17px; line-height:27px; margin-bottom:15px;}
.foot .f_logo img{ max-width:100%; max-height:32px;}
.foot1 .list1 .ct1{ max-width:100%; margin-bottom:30px;}
.foot .f_nav{ font-size:15px; line-height:25px;}
.foot .f_nav dl{ margin-bottom:20px;}
.foot .f_nav dl dt{ font-size:17px; line-height:27px; margin-bottom:15px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot1 .list1 .ct2{ width:100%; margin-bottom:30px;}
.foot .f_review{ font-size:15px; line-height:25px;}
.foot .f_review .h1{ font-size:17px; line-height:27px; margin-bottom:15px;}
.foot .f_review .h2{ line-height:35px; max-width:230px; margin-bottom:50px;}
.foot .f_review .h3 img{ max-width:100%; max-height:70px;}
.foot1 .list1 .rt{ width:100%;}
.foot .f_newsletter{ font-size:14px; line-height:24px;}
.foot .f_newsletter .h1{ font-size:17px; line-height:27px; margin-bottom:15px;}
.foot .f_newsletter .h2{ margin-bottom:15px;}
.foot .f_newsletter .form{ margin-bottom:20px;}
.foot .f_newsletter .h3{ margin-bottom:15px;}
.foot .f_newsletter .text1{ height:40px; line-height:40px; padding:0 10px; width:calc(100% - 20px); }
.foot1 .list2{ padding:15px 0; font-size:12px; line-height:22px;}
}




/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.inbanner_txt{ color:#fff; text-align:center;}
.inbanner_txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.inbanner_txt .h3{ font-size:15px; line-height:25px;}
.inbarbg{ }
.inbar{ display: flex;justify-content:space-between;align-items:center; }
.innav{ font-size:14px; line-height:70px; }
.innav .h1{ font-size:16px; line-height:46px; background:var(--secondary-color); color:#fff; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav ul{
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap:wrap;}
.innav ul li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 .78vw;}
.innav ul li a{ display:block; position:relative;}
.innav ul li a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav ul li.hover>a{ color:var(--primary-color); }
.innav ul li.hover>a:before{ width:100%;}
.innav ul li:hover>a{ color:var(--primary-color);}
.innav ul li:hover>a:before{ width:100%;}
.innav ul li ul{ width:100%; min-width:160px; padding:10px 0; background:#fff; box-shadow:0 20px 25px -6px rgba(0, 0, 0, 0.15); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:10px 10px; text-align:center;}
.innav ul li ul li a:before{ display:none;}
.weizhi{ font-size:12px; line-height:22px; color:#999; padding:24px 0;}
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
.weizhi span{ background:var(--primary-color); color:#333; display:inline-block; border-radius:4px;}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px;}
.inbarbg{ position:static; transform:translateX(0); width:100%;}
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block; padding:0;}
.innav{ font-size:14px; line-height:24px; border:1px solid #eee; }
.innav .h1{ display:block;}
.innav ul{ display:none;}
.innav ul li{ border-top:1px solid #f5f5f5; padding:0;}
.innav ul li:before{ display:none;}
.innav ul li a{ padding:5px 20px;}
.innav ul li a:before{ display:none;}
.innav ul li ul{ padding: 0; background:#fff; box-shadow:none; position:static; transform:translateX(0%); display:block; }
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:5px 20px 5px 35px; text-align:left;}
.weizhi{ padding:10px 5%;}
}

.insidebg{ padding:40px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:300px; position:sticky; top:100px;}
.side_a{ border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:28px; line-height:38px; background:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; padding:20px 20px 20px 40px; }
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 40px; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a>ul>li>span a:before{ content:"●"; display:inline-block; vertical-align:text-top; line-height:1em; width:20px; overflow:hidden; transition:all .3s ease;}
.side_a>ul>li>span:hover a:before{ width:0; opacity:0;}
.side_a ul li ul{ padding:0 0 10px 60px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px); background:#fff; padding:20px; box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:26px; padding:10px 20px; text-align:center; cursor:pointer;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; }
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ }
}


.tit2{}
.tit2 .h2{ font-size:28px; line-height:38px; font-weight:bold;}
.FAQ1{}
.FAQ1 .list{ margin-top:40px;}
.FAQ1 .list ul li{ font-size:14px; line-height:24px;}
.FAQ1 .list ul li .h2{ font-size:14px; line-height:24px; font-weight:bold; border-bottom:1px solid rgba(109, 113, 117, 0.15); padding:20px 60px 20px 20px; position:relative; cursor:pointer;}
.FAQ1 .list ul li .h2 i{ width:20px; height:24px; line-height:24px; text-align:center; font-size:30px; position:absolute; right:20px; top:20px; transition:all .3s ease;}
.FAQ1 .list ul li.active1 i{ transform:rotate(180deg);}
.FAQ1 .list ul li .txt{ padding:20px; display:none;}
.FAQ1 .list ul li .h3{ color:#666;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.FAQ1 .list{ margin-top:20px;}
.FAQ1 .list ul li{ font-size:14px; line-height:24px;}
.FAQ1 .list ul li .h2{ font-size:14px; line-height:24px; padding:10px 40px 10px 10px; }
.FAQ1 .list ul li .h2 i{ width:20px; height:24px; font-size:30px; right:10px; top:10px; }
.FAQ1 .list ul li .txt{ padding:10px; }
}



.service1bg{ margin:60px 0 80px 0;}
.service1{}
.service1 .list dl{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.service1 .list dl dd{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.2);}
.service1 .list dl dd:nth-child(3n-2){ margin-left:0;}
.service1 .list dl dd .nr_box{ padding:20px;}
.service1 .list dl dd .txt{}
.service1 .list dl dd .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; padding:3px 0 3px 45px; min-height:34px; position:relative; margin-bottom:20px;}
.service1 .list dl dd .txt .h2 i{ width:40px; height:40px; position:absolute; left:0; top:0;}
.service1 .list dl dd .txt .h2 i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service1 .list dl dd .txt .h3{ font-size:15px; line-height:25px;}
.service1 .list dl dd .txt .h3 ul{}
.service1 .list dl dd .txt .h3 li{ margin-bottom:15px;}
.service1 .list dl dd .txt .h3 li a{ text-decoration:underline;}
@media(max-width:999px){
.service1bg{ margin:20px 0 40px 0;}
.service1 .list dl dd{ width:100%; margin:0 0 20px 0; }
.service1 .list dl dd .nr_box{ padding:20px;}
.service1 .list dl dd .txt .h2{ font-size:24px; line-height:34px; padding:3px 0 3px 45px; min-height:34px; margin-bottom:20px;}
.service1 .list dl dd .txt .h2 i{ width:40px; height:40px; }
.service1 .list dl dd .txt .h3{ font-size:14px; line-height:24px;}
.service1 .list dl dd .txt .h3 li{ margin-bottom:10px;}
}

.service2bg{ margin:80px 0;}
.service2{}
.service2 .list{ margin-top:60px;display: flex;justify-content:space-between;align-items:center;}
.service2_lt{ width:50%;}
.service2_lt img{ display:block; width:100%;}
.service2_rt{ width:50%;}
.service2_rt ul{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.service2_rt ul li{ width:42%; margin:15px 4% 15px 4%;}
.service2_rt ul li .nr_box{}
.service2_rt ul li .txt{ text-align:center; font-size:15px; line-height:25px;}
.service2_rt ul li .txt .h2{ margin-bottom:10px;}
.service2_rt ul li .txt .h3{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px;}
.service2_rt ul li .txt .h4{ margin-bottom:15px;}
@media(max-width:999px){
.service2bg{ margin:40px 0;}
.service2 .list{ margin-top:20px;display:block;}
.service2_lt{ width:100%; margin-bottom:20px;}
.service2_rt{ width:100%;}
.service2_rt ul li{ width:100%; margin:0 0 20px 0;}
.service2_rt ul li .txt{ font-size:14px; line-height:24px;}
.service2_rt ul li .txt .h2{ margin-bottom:10px;}
.service2_rt ul li .txt .h3{ font-size:20px; line-height:30px; margin-bottom:10px;}
.service2_rt ul li .txt .h4{ margin-bottom:15px;}
}

.service3bg{ margin:80px 0;}
.service3{display: flex;justify-content:space-between;/*align-items:center;*/}
.service3_lt{ width:48%;}
.service3_lt .list{ margin-top:55px; border:1px solid rgba(109,113,117,.15); border-top:none;}
.service3_lt .list ul li{ font-size:15px; line-height:25px; border-top:1px solid rgba(109,113,117,.15); }
.service3_lt .list ul li .h2{ font-size:15px; line-height:24px; padding:15px 60px 15px 20px; cursor:pointer; position:relative;}
.service3_lt .list ul li.active1 .h2{ background:var(--fifth-color);}
.service3_lt .list ul li .h2 i{ width:20px; height:24px; line-height:24px; text-align:center; font-size:30px; position:absolute; right:20px; top:15px;transition:all .3s ease;}
.service3_lt .list ul li.active1 i{ transform:rotate(180deg);}
.service3_lt .list ul li .txt{ padding:15px 20px; border-top:1px solid rgba(109,113,117,.15); display:none;}
.service3_lt .list ul li .txt .h3{}
.service3_rt{ width:48%;}
.service3_rt_top{display: flex;justify-content:space-between;align-items:center;}
.service3_rt .list{ margin-top:40px;}
.service3_rt .list iframe,.service3_rt .list video{ width:100%; height:350px; border:none; background:#eee;}
@media(max-width:999px){
.service3bg{ margin:40px 0;}
.service3{display:block;}
.service3_lt{ width:100%; margin-bottom:20px;}
.service3_lt .list{ margin-top:20px; }
.service3_lt .list ul li{ font-size:14px; line-height:24px; }
.service3_lt .list ul li .h2{ font-size:15px; line-height:24px; padding:10px 40px 10px 10px; }
.service3_lt .list ul li .h2 i{ width:20px; height:24px; line-height:24px; font-size:30px; right:10px; top:10px; }
.service3_lt .list ul li .txt{ padding:10px 10px; }
.service3_rt{ width:100%;}
.service3_rt .list{ margin-top:20px;}
.service3_rt .list iframe,.service3_rt .list video{ width:100%; height:200px; }
}

.service4bg{ margin:80px 0;}
.service4{}
.service4_top{display: flex;justify-content:space-between;align-items:center;}
.service4_lt{ width:46%;}
.service4_lt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.service4_lt .h3{ font-size:15px; line-height:25px;}
.service4_rt{ width:50%;}
.service4_rt img{ display:block; width:100%;}
.service4 .list{ margin-top:40px; border:1px solid rgba(109,113,117,.15); border-top:none;}
.service4 .list ul li{ font-size:15px; line-height:25px; border-top:1px solid rgba(109,113,117,.15); }
.service4 .list ul li .h2{ font-size:15px; line-height:24px; padding:15px 60px 15px 20px; cursor:pointer; position:relative;}
.service4 .list ul li.active1 .h2{ background:var(--fifth-color);}
.service4 .list ul li .h2 i{ width:20px; height:24px; line-height:24px; text-align:center; font-size:30px; position:absolute; right:20px; top:15px;transition:all .3s ease;}
.service4 .list ul li.active1 i{ transform:rotate(180deg);}
.service4 .list ul li .txt{ padding:15px 20px; border-top:1px solid rgba(109,113,117,.15); display:none;}
.service4 .list ul li .txt .h3{}
@media(max-width:999px){
.service4bg{ margin:40px 0;}
.service4_top{display:block;}
.service4_lt{ width:100%; margin-bottom:20px;}
.service4_lt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.service4_lt .h3{ font-size:14px; line-height:24px;}
.service4_rt{ width:100%;}
.service4 .list{ margin-top:20px; }
.service4 .list ul li{ font-size:14px; line-height:24px; }
.service4 .list ul li .h2{ font-size:15px; line-height:24px; padding:10px 40px 10px 10px; }
.service4 .list ul li .h2 i{ width:20px; height:24px; line-height:24px; font-size:30px; right:10px; top:10px; }
.service4 .list ul li .txt{ padding:10px 10px; }
}

.service5bg{ margin:80px 0;}
.service5{}
.service5 .list{ font-size:15px; line-height:25px;}
.service5 .list .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.service5 .list .h3{ margin-bottom:15px;}
.service5 .list .h4{ font-weight:bold;}
.service5 .list .h4 a{ color:var(--primary-color);}
.service5 .list .h4 a:hover{ text-decoration:underline;}
@media(max-width:999px){
.service5bg{ margin:40px 0;}
.service5 .list{ font-size:14px; line-height:24px;}
.service5 .list .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.service5 .list .h3{ margin-bottom:15px;}
}



.B2B1bg{ margin:60px 0 80px 0;}
.B2B1{}
.B2B1 .list{display: flex;justify-content:space-between;align-items:center; flex-direction:row-reverse; margin-top:60px;}
.B2B1_lt{ width:50%;}
.B2B1_lt img{ display:block; width:100%;}
.B2B1_rt{ width:46%; font-size:15px; line-height:25px;}
.B2B1_rt .h2{}
.B2B1_rt .h3{}
.B2B1_rt .h3 ul{}
.B2B1_rt .h3 li{ font-weight:bold; line-height:20px; min-height:20px; padding:10px 0 10px 50px; position:relative; margin-top:30px;}
.B2B1_rt .h3 li i{ width:40px; height:40px; position:absolute; top:0; left:0;}
.B2B1_rt .h3 li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.B2B1bg{ margin:20px 0 40px 0;}
.B2B1 .list{display:block; margin-top:20px;}
.B2B1_lt{ width:100%; margin-bottom:20px;}
.B2B1_rt{ width:100%; font-size:14px; line-height:24px;}
.B2B1_rt .h3 li{ line-height:20px; min-height:20px; padding:10px 0 10px 50px; margin-top:10px;}
.B2B1_rt .h3 li i{ width:40px; height:40px; }
}

.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:14px; font-weight:bold; line-height:48px; padding:0 10px; min-width:120px; border:1px solid var(--primary-color); color:var(--primary-color); border-radius:4px; transition:all .3s ease; overflow:hidden; position:relative;}
.more2 span:hover{ border-color:var(--secondary-color); background:var(--secondary-color); color:#333;}
.more2 span:before{content: ""; position: absolute; top: 0; left: 150%; width: 200%; height: 100%; transform: skewX(-20deg); background-image: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);}
.more2 span:hover:before{ animation:shine 0.75s cubic-bezier(0.01, 0.56, 1, 1);}
.B2B2bg{ margin:80px 0;}
.B2B2{display: flex;justify-content:space-between;/*align-items:center;*/}
.B2B2_lt{ width:48%;}
.B2B2_lt .list{}
.B2B2_lt .list .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.B2B2_lt .list .h3{ font-size:15px; line-height:25px; margin-bottom:15px;}
.B2B2_rt{ width:48%;}
.B2B2_rt .list .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.B2B2_rt .list .h3{ font-size:15px; line-height:25px; margin-bottom:15px;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:38px; padding:0 10px; min-width:100px; }
.B2B2bg{ margin:40px 0;}
.B2B2{display:block;}
.B2B2_lt{ width:100%; margin-bottom:20px;}
.B2B2_lt .list .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.B2B2_lt .list .h3{ font-size:14px; line-height:24px; margin-bottom:15px;}
.B2B2_rt{ width:100%;}
.B2B2_rt .list .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.B2B2_rt .list .h3{ font-size:14px; line-height:24px; margin-bottom:15px;}
}

.B2B3bg{ margin:80px 0;}
.B2B3{ }
.B2B3 .list{ margin-top:60px;}
.B2B_swiper{ position:relative; }
.B2B_swiper .swiper-container { width: 100%; }
.B2B_swiper .swiper-container .swiper-slide { position:relative;}
.B2B_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.B2B_swiper .swiper-container .swiper-slide .img{ padding-bottom:28%; position:relative; overflow:hidden; border-radius:10px; background:#fff;}
.B2B_swiper .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.B2B_swiper .swiper-pagination{ width:100%; height:15px; bottom:30px; display:none;}
.B2B_swiper .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.B2B_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.B2B_swiper .swiper-button-prev,.B2B_swiper .swiper-button-next{ display:none;}
.B2B_swiper .swiper-button-prev{ }
.B2B_swiper .swiper-button-next{ }
@media(max-width:999px){
.B2B3bg{ margin:40px 0;}
.B2B3 .list{ margin-top:20px;}
}

.B2B4bg{ margin:80px 0;}
.B2B4{display: flex;justify-content:space-between;align-items:center;}
.B2B4_lt{ width:50%;}
.B2B4_lt img{ display:block; width:100%;}
.B2B4_rt{ width:46%; text-align:center;}
.B2B4_rt .h2{ margin-bottom:15px;}
.B2B4_rt .h2 img{ max-width:100%; max-height:40px;}
.B2B4_rt .h3{ font-size:15px; line-height:25px; margin-bottom:10px;}
.B2B4_rt .h4{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.B2B4_rt .h5{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.B2B4bg{ margin:40px 0;}
.B2B4{display:block;}
.B2B4_lt{ width:100%; margin-bottom:20px;}
.B2B4_rt{ width:100%; }
.B2B4_rt .h2{ margin-bottom:15px;}
.B2B4_rt .h2 img{ max-width:100%; max-height:40px;}
.B2B4_rt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.B2B4_rt .h4{ font-size:24px; line-height:34px; margin-bottom:10px;}
.B2B4_rt .h5{ font-size:14px; line-height:24px;}
}

.B2B5bg{ margin:80px 0;}
.B2B5{display: flex;justify-content:space-between;align-items:center; flex-direction:row-reverse;}
.B2B5_lt{ width:50%;}
.B2B5_lt img{ display:block; width:100%;}
.B2B5_rt{ width:46%; }
.B2B5_rt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.B2B5_rt .h3{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.B2B5bg{ margin:40px 0;}
.B2B5{display:block;}
.B2B5_lt{ width:100%; margin-bottom:20px;}
.B2B5_rt{ width:100%; }
.B2B5_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.B2B5_rt .h3{ font-size:14px; line-height:24px;}
}

.B2B6bg{ margin:80px 0;}
.B2B6{display: flex;justify-content:space-between;align-items:center; }
.B2B6_lt{ width:50%;}
.B2B6_lt img{ display:block; width:100%;}
.B2B6_rt{ width:46%; text-align:center;}
.B2B6_rt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.B2B6_rt .h3{ font-size:15px; line-height:25px; margin-bottom:15px;}
@media(max-width:999px){
.B2B6bg{ margin:40px 0;}
.B2B6{display:block; }
.B2B6_lt{ width:100%; margin-bottom:20px;}
.B2B6_rt{ width:100%; }
.B2B6_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.B2B6_rt .h3{ font-size:14px; line-height:24px; margin-bottom:15px;}
}



.inProduct1{}
.inProduct1_sx_open1{ color:var(--primary-color); font-size:14px; line-height:55px; font-weight:bold; text-align:center; border:1px solid var(--primary-color); border-radius:4px; cursor:pointer; display:none; margin-bottom:20px;}
.inProduct1_sx_open1 svg{ margin-right:10px; vertical-align:middle;}
.inProduct1_sx_open1 svg,.inProduct1_sx_open1 svg *{ fill:var(--primary-color);}
.inProduct1_sx{}
.inProduct1_sx dl{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inProduct1_sx dl dd{ margin:0 20px 20px 0;}
.inProduct1_sx .select_box{ position:relative;}
.inProduct1_sx .select_btn{ border:1px solid #dbdcdd; height:50px; line-height:48px; padding:0 25px; border-radius:4px; font-size:15px; position:relative;box-sizing: border-box; cursor:pointer;}
.inProduct1_sx .select_btn span{}
.inProduct1_sx .select_btn i{ font-size:20px; margin-left:5px;}
.inProduct1_sx .select_ul{ width:100%; min-width:240px; background:#f4f4f4 ; border:1px solid #dbdcdd; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:2;box-sizing: border-box; display:none;}
.inProduct1_sx .select_ul ul{ max-height:200px; overflow-y:auto;}
.inProduct1_sx .select_ul ul li{ font-size:15px; line-height:25px; padding:5px 15px; cursor:pointer;}
.inProduct1_sx .select_ul ul li input{ vertical-align:top; margin-top:4px; margin-right:5px; appearance: none; border:1px solid rgba(109, 113, 117, 0.15); background:#f4f4f4; width:16px; height:16px; border-radius:4px;}
.inProduct1_sx .select_ul ul li input:checked{ border-color:var(--primary-color); background:var(--primary-color) url(../images/ico_checked.svg) center no-repeat; background-size:contain;}
.inProduct1_sx .select_ul .price{ padding:15px;display: flex;justify-content:space-between;align-items:center;}
.inProduct1_sx .select_ul .text_box{ position:relative;}
.inProduct1_sx .select_ul .text_box .text1{ border:1px solid #dbdcdd; background:none; height:50px; line-height:48px; padding:0 10px; width:100px;box-sizing: border-box; border-radius:4px;}
.inProduct1_sx .select_ul .text_box b{ width:26px; line-height:26px; text-align:center; background:#fff; border-radius:4px; position:absolute; bottom:1px; right:1px;}
.inProduct1_sx_select{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap; font-size:15px; line-height:30px;}
.inProduct1_sx_select span{ padding:0 30px 0 15px; margin:0 20px 20px 0; border:1px solid rgba(109, 113, 117, 0.15); border-radius:30px; position:relative;}
.inProduct1_sx_select span i{ font-style:normal; font-size:22px; position:absolute; right:10px; top:0; cursor:pointer;}
.inProduct1_sx_select span i:hover{ color:var(--primary-color);}
.inProduct1_sx_select a{ padding:0 15px; margin:0 0 20px 0; border:1px solid var(--sixth-color); color:var(--sixth-color); border-radius:30px; transition:all .3s ease;}
.inProduct1_sx_select a:hover{ background:var(--sixth-color); color:#fff;}
.inProduct1_sx_px{display: flex;justify-content:flex-end;/*align-items:center;*/ margin-bottom:20px;}
.inProduct1_sx_px .select_box{ position:relative;}
.inProduct1_sx_px .select_btn{ border:1px solid #dbdcdd; height:50px; line-height:48px; width:230px; padding:0 30px 0 15px; border-radius:4px; font-size:15px; position:relative;box-sizing: border-box; cursor:pointer;}
.inProduct1_sx_px .select_btn span{}
.inProduct1_sx_px .select_btn i{ font-size:20px; line-height:48px; position:absolute; right:10px; top:0;}
.inProduct1_sx_px .select_ul{ width:100%;  background:#f4f4f4 ; border:1px solid #dbdcdd; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:2;box-sizing: border-box; display:none;}
.inProduct1_sx_px .select_ul ul li{ font-size:15px; line-height:25px; padding:5px 15px; cursor:pointer;}
.inProduct1_sx_px .select_ul ul li:hover{ background:#1967d2; color:#fff;}
.inProduct1 .list{}
.inProduct1 .list ul{display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inProduct1 .list ul li{ width:calc((100% - 40px)/3 - 2px); margin:0 0 20px 20px; background:#fff; border:1px solid rgba(109, 113, 117, 0.15); border-radius:4px; overflow:hidden; transition:all .3s ease;}
.inProduct1 .list ul li:nth-child(3n-2){ margin-left:0;}
.inProduct1 .list ul li .nr_box{ padding:15px;}
.inProduct1 .list ul li:hover { transform:translateY(-5px);}
.inProduct1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.inProduct1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.inProduct1 .list ul li .txt{ margin-top:15px;}
.inProduct1 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.inProduct1 .list ul li .txt .h3{ margin-bottom:5px;}
.inProduct1 .list ul li .txt .h3 img{ display:block; height:17px;}
.inProduct1 .list ul li .txt .h4{ font-size:20px; line-height:30px; }
.inProduct1 .list ul li .txt .h4 strong{ color:var(--secondary-color);}
@media(max-width:999px){
.inProduct1_sx_open1{ display:block;}
.inProduct1_sx_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.inProduct1_sx_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.inProduct1_sxbg{ width:90%; max-height:100%;min-height: 90%; overflow-y:auto; background:#f4f4f4; border-radius:10px 10px 0 0; position:absolute; bottom:0; left:0; z-index:2; transform:translateY(100%); transition:all .5s ease;}
.inProduct1_sx_box.active1 .inProduct1_sxbg{ transform:translateY(0);}
.inProduct1_sx_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; cursor:pointer; position:absolute; right:20px; top:20px;}
.inProduct1_sx{ padding:20px;}
.inProduct1_sx dl{ margin-bottom:10px;}
.inProduct1_sx dl dd{ margin:0 10px 10px 0;}
.inProduct1_sx_px{display: block; margin-bottom:20px;}
.inProduct1_sx_px .select_btn{ width:100%; }
.inProduct1 .list ul li{ width:calc((100% - 10px)/2 - 2px); margin:0 0 20px 10px; }
.inProduct1 .list ul li:nth-child(3n-2){ margin-left:10px;}
.inProduct1 .list ul li:nth-child(2n-1){ margin-left:0;}
.inProduct1 .list ul li .nr_box{ padding:15px; }
.inProduct1 .list ul li .txt{ margin-top:15px;}
.inProduct1 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.inProduct1 .list ul li .txt .h3{ margin-bottom:5px;}
.inProduct1 .list ul li .txt .h3 img{ height:17px;}
.inProduct1 .list ul li .txt .h4{ font-size:20px; line-height:30px; }
}








