/*common start*/
:root{
 --primary-color:#e50a6a;
 --main-color:#e50a6a;
 --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; }
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:1200px; 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:absolute; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ background:#231f20; color:#dfdfdf;}
.head1{ height:30px; line-height:30px; font-size:14px; position:relative;
display: flex;
justify-content: space-between;
align-items: center;}
.head1 a{color:#dfdfdf;}
.head1 a:hover{color:var(--primary-color);}
.head1 .logo{ width:50%; height:60px; position:relative; display:none;}
.head1 .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0 ;}
.head1 img{max-width: 21px; max-height: 17px; margin-right:5px; vertical-align:middle;}
.head1 .lt{}
.head1 .rt{}
.head1 .rt ul{display: flex; justify-content: flex-end; align-items: center;}
.head1 .rt ul li{ margin-left:30px;}
.head .h_search_btn{ cursor:pointer; }
.head .h_search_box{ width:210px; position:absolute; top:100%; right: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{ }
.head .h_searchbg{ }
.head .h_search{ padding:5px 0;}
.head .h_search_close2{ }
.head .h_search .form{ height:32px; background:#fff; border:5px solid #e2e2e2; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:32px; line-height:32px; padding:0 0 0 10px; width:calc(100% - 42px);}
.head .h_search .form .button1{ float:right; border:none;  background:url(../images/hicon_search.png) no-repeat center; background-size:50% auto; width:32px; height:32px; line-height:32px; 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{ display:none;}
.head2bg{ }
.head2{ }
.head2 .logo{ width:100%; height:100px; position:relative; }
.head2 .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
/*menu*/
.head2 .menu{ height:50px; line-height:50px; }
.head2 .menu>ul{display: flex; justify-content:center; align-items: center;}
.head2 .menu>ul>li{ padding:0 1.56vw;}
.head2 .menu>ul>li.menu_down{ position:relative;}
.head2 .menu>ul>li>a{ color:#333; display:block; font-size:14px; font-weight:normal; position:relative; z-index:1;}
.head2 .menu>ul>li>a:hover,.head2 .menu>ul>li:hover>a{ color:#333; }
/*.head2 .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
/*.head2 .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;}
.head2 .menu>ul>li>a:hover:before,.head2 .menu>ul>li:hover>a:before{ width:100%;}*/
.head2 .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:url(../images/navBoxBG.png) repeat; 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;}
.head2 .menu>ul>li ul li{ position:relative; }
.head2 .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;}
.head2 .menu>ul>li ul li a:hover,.head2 .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head2 .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head2 .menu>ul>li ul li:hover>ul{ display:block;}
.menuSub_probg{ width:100%; background:url(../images/navBoxBG.png) repeat; position:absolute; top:100%; left:0; z-index:5; opacity:0; visibility:hidden; transition:all .35s ease;}
.head2 .menu>ul>li:hover .menuSub_probg{ opacity:1; visibility:visible;}
.menuSub_pro{ padding:40px 0;}
.menuSub_pro dl{ display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.menuSub_pro dl dd{width:calc((100% - 120px)/4); margin:0 0 20px 40px; box-sizing: border-box;}
.menuSub_pro dl dd:nth-child(4n-3){ margin-left:0;}
.menuSub_pro dl dd .img{ padding-bottom:73%; position:relative; overflow:hidden;}
.menuSub_pro dl dd .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.menuSub_pro dl dd:hover .img img{ opacity:.7;}
.menuSub_pro dl dd .h2{ font-size:15px; line-height:25px; padding:10px 20px 10px 0; background:url(../images/arrow1.png) right center no-repeat;}

.head3bg{ }
.head3{display: flex; justify-content:space-between; align-items: center;}
.head3 .logo{ width:20%; height:100px; position:relative; }
.head3 .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0 ;}
/*menu*/
.head3 .menu{ height:100px; line-height:100px; }
.head3 .menu>ul{display: flex; justify-content:center; align-items: center;}
.head3 .menu>ul>li{ margin-left:3.12vw;}
.head3 .menu>ul>li.menu_down{ position:relative;}
.head3 .menu>ul>li>a{ color:#333; display:block; font-size:14px; font-weight:normal; position:relative; z-index:1;}
.head3 .menu>ul>li>a:hover,.head3 .menu>ul>li:hover>a{ color:#333; }
/*.head3 .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
/*.head3 .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;}
.head3 .menu>ul>li>a:hover:before,.head3 .menu>ul>li:hover>a:before{ width:100%;}*/
.head3 .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:url(../images/navBoxBG.png) repeat; 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;}
.head3 .menu>ul>li ul li{ position:relative; }
.head3 .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;}
.head3 .menu>ul>li ul li a:hover,.head3 .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head3 .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head3 .menu>ul>li ul li:hover>ul{ display:block;}
.menuSub_probg{ width:100%; background:url(../images/navBoxBG.png) repeat; position:absolute; top:100%; left:0; z-index:5; opacity:0; visibility:hidden; transition:all .35s ease;}
.head3 .menu>ul>li:hover .menuSub_probg{ opacity:1; visibility:visible;}

.head_height{ height:180px;}
.head_height2{ height:130px;}

.head.active1{ background:#fff; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active2{ background:#fff; }

@media(max-width:999px){
.head_height{ height:60px ;}
.head_height2{ height:60px;}
.head{ background:#fff; position:fixed;}
.head1{ height:60px; position:static;}
.head1 .lt{ display:none;}
.head1 .logo{ display:block;}
.head1 .rt ul li{ display:none;}
.head .h_search_btn{ display:block !important; font-size:0; margin-left:0 !important;}
.head .h_search_btn img{ margin-right:0; max-width:20px; max-height:20px;}
.head .h_search_box{ width:100%; }
.head .h_search{ padding:0;}
.head .h_search .form{ height:40px; border:5px solid #e2e2e2; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ width:40px; height:40px; line-height:40px; }
.head2bg{ display:none;}
.head3bg{ display:none;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px !important;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; 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% - 60px);  position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:90%; max-width:250px; height:100%; background:#282828; color:#fff; position:absolute; left:0; top:0; z-index:999; transform:translateX(-100%); transition:all .5s ease;}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; padding:0 10px;}
.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 rgba(255,255,255,.5);}
.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:#fff;}
.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:"+"; font-size:16px; width:16px; height:16px; line-height:16px; text-align:center; position:absolute; top:5px; right:0; transition:all .3s ease;}
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(45deg);}
.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);}

@media(max-width:999px){
.head .nav_open{ display:block !important;}
}



.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:40px; }
.banner_swiper .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:url(../images/circle.png) left center no-repeat !important; opacity:1;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background-position:right center !important;}
.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-pagination{ bottom:10px; }
}


.tit1{}
.tit1 .h2{ font-size:15px; padding-left:35px; background:url(../images/icon6.png) left center no-repeat;}
.tit1 .h2 strong{ font-size:25px; font-weight:normal; margin-right:15px;}
.tit1 .h2 span{ color:#999; border-left:1px dotted #ccc; padding-left:15px;}
.con01bg{ margin:60px 0;}
.con01{}
.con01 .list{ margin-top:40px;display: flex; justify-content:space-between;/* align-items: center;*/}
.con01_lt{ width:58%;}
.qwdz_swiper{ position:relative; }
.qwdz_swiper .swiper-container { width: 100%; }
.qwdz_swiper .swiper-container .swiper-slide { position:relative;}
.qwdz_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.qwdz_swiper .swiper-container .swiper-slide .img{ height:450px; position:relative; overflow:hidden;}
.qwdz_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.qwdz_swiper .swiper-container .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0;}
.qwdz_swiper .swiper-container .swiper-slide .txt{ padding:20px 20px; color:#fff;}
.qwdz_swiper .swiper-container .swiper-slide .txt .h2{ font-size:25px; line-height:35px; height:35px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.qwdz_swiper .swiper-container .swiper-slide .txt .h2:hover{ color:var(--primary-color);}
.qwdz_swiper .swiper-pagination{ width:100%; height:15px; bottom:40px; display:none;}
.qwdz_swiper .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:url(../images/circle.png) left center no-repeat !important; opacity:1;}
.qwdz_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background-position:right center !important;}
.qwdz_swiper .swiper-button-prev,.qwdz_swiper .swiper-button-next{ width:75px; height:75px; position:static; margin:0; background-color:transparent; background-repeat:no-repeat; background-position:center; background-size:auto; font-size:0; border-left:1px solid rgba(255,255,255,.1);}
.qwdz_swiper .swiper-button-prev{ background-image:url(../images/caseleft.png);}
.qwdz_swiper .swiper-button-next{ background-image:url(../images/caseright.png);}
.qwdz_swiper .swiper-controls{ position:absolute; bottom:0; right:0;display: flex; justify-content:space-between; align-items: center;}
.con01_rt{ width:40%;}
.con01_rt1{display: flex; justify-content:space-between;/* align-items: center;*/ background:#2f2f2f; margin-bottom:30px;}
.con01_rt1 .img{ width:141px;}
.con01_rt1 .img img{ display:block; width:100%; height:270px;}
.con01_rt1 .form{ width:calc(100% - 141px);}
.con01_rt1 .form ul{ padding:20px 10% 0 10%;}
.con01_rt1 .form ul li{ margin-bottom:10px;}
.con01_rt1 .form .text_box{ position:relative;}
.con01_rt1 .form .text_box img{ width:18px; height:18px; object-fit:contain; position:absolute; left:15px; top:10px;}
.con01_rt1 .form .text_box img.yzm{ width:65px; height:38px; object-fit:contain; left:auto; right:5px; top:0;}
.con01_rt1 .form .text1{ border:none; background:#e4e4e4; height:38px; line-height:38px; padding:0 15px 0 40px; width:calc(100% - 55px); border-radius:30px;}
.con01_rt1 .form .text2{ border:none; background:#e4e4e4; height:38px; line-height:38px; padding:0 70px 0 40px; width:calc(100% - 110px); border-radius:30px;}
.con01_rt1 .form select{ border:none; background:#e4e4e4; height:38px; line-height:38px; padding:0 15px; width:100%; border-radius:30px;}
.con01_rt1 .form .button1{ border:none; background:var(--primary-color); color:#fff; height:38px; line-height:38px; width:100%; border-radius:30px; cursor:pointer; transition:all .3s ease;}
.con01_rt1 .form .button1:hover{ opacity:.7;}
.con01_rt2{ position:relative;}
.con01_rt2:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.8); position:absolute; top:0; left:0; transition:all .3s ease;}
.con01_rt2:hover:before{ opacity:.8;}
.con01_rt2>a{ height:150px;display: flex; justify-content:center; align-items: center; position:relative; z-index:2; color:#fff; text-align:center;}
.con01_rt2 .nr_box{ width:100%;}
.con01_rt2 .h2{ font-size:25px; line-height:35px;}
.con01_rt2 .h2 span{ padding-left:35px; background:url(../images/icon6.png) left center no-repeat;}
.con01_rt2 .h3{ font-size:12px; line-height:22px; color:#acabaa;}
@media(max-width:999px){
.tit1 .h2{ font-size:14px; padding-left:30px; }
.tit1 .h2 strong{ font-size:24px; margin-right:10px;}
.tit1 .h2 span{ padding-left:10px;}
.con01bg{ margin:40px 0;}
.con01 .list{ margin-top:20px;display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.qwdz_swiper .swiper-container .swiper-slide .img{ height:auto; padding-bottom:64%;}
.qwdz_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px; }
.qwdz_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; height:26px; }
.qwdz_swiper .swiper-pagination{ bottom:10px; }
.qwdz_swiper .swiper-button-prev,.qwdz_swiper .swiper-button-next{ width:46px; height:46px; }
.con01_rt{ width:100%;}
.con01_rt1{ margin-bottom:20px;}
.con01_rt1 .img{ width:141px;}
.con01_rt1 .img img{ width:100%; height:270px;}
.con01_rt1 .form{ width:calc(100% - 141px);}
.con01_rt1 .form ul{ padding:20px 10% 0 10%;}
.con01_rt1 .form ul li{ margin-bottom:10px;}
.con01_rt2>a{ height:150px; }
.con01_rt2 .h2{ font-size:24px; line-height:34px;}
.con01_rt2 .h2 span{ padding-left:30px; }
.con01_rt2 .h3{ font-size:12px; line-height:22px; }
}


.con02bg{ margin:60px 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc((100% - 60px)/4); margin:0 0 20px 20px;}
.con02 .list ul li:nth-child(4n-3){ margin-left:0;}
.con02 .list ul li .nr_box{ padding:15px 15px 0 15px; border:1px solid transparent; transition:all .3s ease;}
.con02 .list ul li:hover .nr_box{ box-shadow:0 0 10px rgba(0,0,0,.1); border-color:#ccc;}
.con02 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.con02 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txt{ padding:15px 0; background:url(../images/arrow1.png) right center no-repeat;}
.con02 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
.con02 .list ul li .txt .h3{ font-size:12px; line-height:22px; color:#999;}
@media(max-width:999px){
.con02bg{ margin:40px 0;}
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:50%; margin:0 0 20px 0;}
.con02 .list ul li:nth-child(2n-1){ margin-left:0;}
.con02 .list ul li .nr_box{ padding:10px 10px 0 10px; }
.con02 .list ul li .txt{ padding:10px 0; }
.con02 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
.con02 .list ul li .txt .h3{ font-size:12px; line-height:22px; }
}




.foot{ background:#f2f3f5; border-top:1px solid #e4e6ea; color:#999;}
.foot a{ color:#999;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{}
.foot1{}
.foot1 .list1{ padding:40px 0;display: flex; justify-content:space-between;/* align-items: center;*/}
.foot1 .list1 .lt{ width:65%;}
.foot .f_nav{ display: flex; justify-content:space-between;/* align-items: center;*/}
.foot .f_nav dl{}
.foot .f_nav dl dt{ color:#333; font-weight:bold; margin-bottom:20px;}
.foot .f_nav dl dd{ margin-bottom:10px;}
.foot1 .list1 .rt{}
.foot1 .f_contact{ color:#333; font-size:12px; line-height:22px; text-align:center;}
.foot1 .f_contact .h2{ display:inline-block; padding-left:25px; background:url(../images/ficon_tel.png) left top 8px no-repeat; text-align:left; margin-bottom:20px;}
.foot1 .f_contact .h2 strong{ display:block; font-weight:normal; font-size:23px; line-height:33px;}
.foot1 .f_contact .h2 span{ display:block; color:#999;}
.foot1 .f_contact .h3{}
.foot1 .list2{ padding:20px 0; border-top:1px solid #e4e6e9;}
.foot .f_info{ font-size:12px; line-height:22px;}
@media(max-width:999px){
.foot1 .list1{ padding:20px 0;display:block;}
.foot1 .list1 .lt{ display:none;}
.foot1 .f_contact .h2{ margin-bottom:10px;}
.foot1 .list2{ padding:10px 0; }
.foot .f_info{ text-align:center;}
}




/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbarbg{ width:100%; background:#f9f9f9; border-bottom:1px solid #e9e9e9; position:relative; top:0; left:0; z-index:44;}
.inbarbg.active1{ position:fixed;}
.inbar{ }
.innav{ font-size:12px; line-height:60px; display: flex;justify-content:space-between;align-items:center;}
.innav .h1{ font-size:22px; line-height:60px; position:relative; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%); display:none;}
.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; margin-left:1.04vw;}
.innav>ul>li>a{ display:block; position:relative; padding-left:20px; background-position:left center; background-repeat:no-repeat;}
/*.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:#333; background-image:url(../images/icon10.png); font-weight:bold;}
.innav>ul>li:hover>a{ color:#333; background-image:url(../images/icon10.png);}
.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:12px; line-height:22px; padding:10px 10px; text-align:center; display:block;}
.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){
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block; padding:0;}
.innav{ font-size:12px; line-height:22px; display:block;}
.innav .h1{ font-size:16px; line-height:50px; font-weight:bold; background:#000; color:#fff; padding:0 20px;}
.innav .h1:before{ display:block;}
.innav>ul{ display:none;}
.innav>ul>li{ width:100%; margin:0; border-bottom:1px solid #eee;}
.innav>ul>li>a{ padding:10px 10px 10px 40px; background-position:left 20px center;}
.innav ul li ul{ padding:5px 0; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li a{ font-size:12px; line-height:22px; padding:5px 10px 5px 40px; text-align:left; }
.weizhi{ padding:10px 5%; display:none;}
}

.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{ }
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:13px; line-height:38px; padding:0 10px; min-width:80px; border:1px solid #dedfe2; background:#efefef; color:#999; border-radius:4px; transition:all .3s ease;}
.more1 span:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.inNewsClass1bg{ padding:60px 0; background:#f6f6f6;}
.inNewsClass1{}
.inNewsClass1 ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inNewsClass1 ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; box-sizing: border-box; border:1px solid #eeeaea; background:#fff url(../images/flower3.jpg) right bottom no-repeat;}
.inNewsClass1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.inNewsClass1 ul li .nr_box{ padding:15px 15px 0 15px;}
.inNewsClass1 ul li .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.inNewsClass1 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;}
.inNewsClass1 ul li:hover .img img{ opacity:.7;}
.inNewsClass1 ul li .txt{ padding:30px 0; text-align:center;}
.inNewsClass1 ul li .txt .h2{ font-size:25px; line-height:35px; margin-bottom:15px;}
.inNewsClass1 ul li .txt .h3{ font-size:13px; line-height:23px; color:#999; margin-bottom:20px;}
@media(max-width:999px){
.more1 span{ font-size:13px; line-height:38px; padding:0 10px; min-width:80px; }
.inNewsClass1bg{ padding:40px 0; }
.inNewsClass1 ul li{ width:100%; margin:0 0 20px 0; }
.inNewsClass1 ul li .nr_box{ padding:15px 15px 0 15px;}
.inNewsClass1 ul li .txt{ padding:30px 0; }
.inNewsClass1 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:15px;}
.inNewsClass1 ul li .txt .h3{ font-size:13px; line-height:23px; margin-bottom:20px;}
}


.history1bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.history1{}
.history_gallery{}
.history_gallery-top{ position:relative; padding:0 130px;}
.history_gallery-top .swiper-container { width: 100%; }
.history_gallery-top .swiper-container .swiper-slide { position:relative; background:url(../images/historyImg2.jpg) center no-repeat; background-size:cover;}
.history_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.history_gallery-top .swiper-container .swiper-slide .nr_box{display: flex;justify-content:space-between;/*align-items:center;*/ padding:60px 6%;}
.history_gallery-top .swiper-container .swiper-slide .imgbg{ width:50%;}
.history_gallery-top .swiper-container .swiper-slide .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.history_gallery-top .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.history_gallery-top .swiper-container .swiper-slide .txtbg{ width:46%;}
.history_gallery-top .swiper-container .swiper-slide .txt{}
.history_gallery-top .swiper-container .swiper-slide .txt .h2{ font-size:34px; line-height:44px;}
.history_gallery-top .swiper-container .swiper-slide .txt .line1{ width:80px; height:2px; background:var(--primary-color); margin-top:20px; margin-bottom:30px;}
.history_gallery-top .swiper-container .swiper-slide .txt .h3{ font-size:15px; line-height:25px; color:#999;}
.history_gallery-thumbs{ position:relative; padding:0 130px; background:url(../images/historyImg3.png) top center no-repeat; margin-top:60px;}
.history_gallery-thumbs .swiper-container { width: 100%; }
.history_gallery-thumbs .swiper-container .swiper-slide { position:relative; text-align:center; padding:25px 0 0 0; cursor:pointer;}
.history_gallery-thumbs .swiper-container .swiper-slide:before{ content:""; width:10px; height:10px; border-radius:100%; border:2px solid #999; background:#fff; position:absolute; top:0; left:50%; transform:translateX(-50%);}
.history_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:before{ border-color:var(--primary-color);}
.history_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:20px; line-height:30px; color:#ffe8d7;}

.history_gallery .swiper-pagination{ width:100%; height:15px; bottom:40px; }
.history_gallerytop .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:url(../images/circle.png) left center no-repeat !important; opacity:1;}
.history_gallery .swiper-pagination span.swiper-pagination-bullet-active{ background-position:right center !important;}
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ }
.history_gallery .swiper-button-prev{ left:0;}
.history_gallery .swiper-button-next{ right:0;}
@media(max-width:999px){
.history1bg{ padding:40px 0; }
.history_gallery-top{ padding:0 50px;}
.history_gallery-top .swiper-container .swiper-slide .nr_box{ display:block; padding:20px 5%;}
.history_gallery-top .swiper-container .swiper-slide .imgbg{ width:100%; margin-bottom:20px;}
.history_gallery-top .swiper-container .swiper-slide .txtbg{ width:100%;}
.history_gallery-top .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px;}
.history_gallery-top .swiper-container .swiper-slide .txt .line1{ width:80px; height:2px; margin-top:5px; margin-bottom:10px;}
.history_gallery-top .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
.history_gallery-thumbs{ padding:0 50px; margin-top:20px;}
.history_gallery-thumbs .swiper-container .swiper-slide { padding:25px 0 0 0; }
.history_gallery-thumbs .swiper-container .swiper-slide:before{ width:10px; height:10px; }
.history_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:20px; line-height:30px; }

}


.inNews1bg{ padding:60px 0 80px 0; background:#f5f5f5;}
.inNews1{}
.inNews1_lt{ float:left; width:calc(100% - 370px);}
.inNews1_lt ul li{ padding:40px 0; border-bottom:1px dashed #e3e3e3;}
.inNews1_lt ul li .nr_box{display: flex;justify-content:space-between;align-items:center;}
.inNews1_lt ul li .imgbg{ width:240px;}
.inNews1_lt ul li .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.inNews1_lt 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;}
.inNews1_lt ul li:hover .img img{ transform:scale(1.1);}
.inNews1_lt ul li .txtbg{ width:calc(100% - 270px);}
.inNews1_lt ul li .txt{}
.inNews1_lt ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inNews1_lt ul li .txt .h3{ font-size:14px; line-height:24px; color:#666; margin-bottom:25px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inNews1_lt ul li .txt .h4{ font-size:12px; line-height:22px; color:#999;}
.inNews1_rt{ float:right; width:310px;}
.inNews1_rt1{ border:1px solid #d3d3d3; background:#fff; border-radius:10px; margin-bottom:30px;}
.inNews1_rt1 .h1{ font-size:16px; line-height:56px; padding:0 15px; border-bottom:1px solid #d3d3d3;}
.inNews1_rt1 .list{ padding:15px;}
.inNews1_rt2{ border:1px solid #d3d3d3; background:#fff; border-radius:10px;}
.inNews1_rt2 .h1{ font-size:16px; line-height:56px; padding:0 15px; border-bottom:1px solid #d3d3d3;}
.inNews1_rt2 .list{ padding:15px;}
.inNews1_rt2 .list ul li{ font-size:13px; line-height:40px; padding-left:20px; background:url(../images/icon18.png) left top 11px no-repeat;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inNews1_rt2 .list ul li:hover{ background-position:left bottom 11px;}
.inNews1_rt2 .list ul li a{}
@media(max-width:999px){
.inNews1bg{ padding:20px 0 40px 0; }
.inNews1_lt{ float:left; width:100%; margin-bottom:40px;}
.inNews1_lt ul li{ padding:20px 0; }
.inNews1_lt ul li .imgbg{ width:120px;}
.inNews1_lt ul li .txtbg{ width:calc(100% - 130px);}
.inNews1_lt ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;
-webkit-line-clamp: 2;}
.inNews1_lt ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px; display:none;}
.inNews1_lt ul li .txt .h4{ font-size:12px; line-height:22px; }
.inNews1_rt{ float:right; width:100%;}
.inNews1_rt1{ margin-bottom:20px;}

}




.inProduct1bg{ padding:60px 0; background:#f6f6f6;}
.inProduct1{}
.inProduct1 ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.inProduct1 ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; box-sizing: border-box; border:1px solid #eeeaea; background:#fff url(../images/flower3.jpg) right bottom no-repeat;}
.inProduct1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.inProduct1 ul li .nr_box{ padding:15px 15px 0 15px;}
.inProduct1 ul li .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.inProduct1 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;}
.inProduct1 ul li:hover .img img{ opacity:.7;}
.inProduct1 ul li .txt{ padding:30px 0; text-align:center;}
.inProduct1 ul li .txt .h2{ font-size:25px; line-height:35px; margin-bottom:15px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.inProduct1 ul li .txt .h3{ font-size:13px; line-height:23px; color:#999; margin-bottom:20px;}
@media(max-width:999px){
.inProduct1bg{ padding:40px 0; }
.inProduct1 ul li{ width:100%; margin:0 0 20px 0; }
.inProduct1 ul li .nr_box{ padding:15px 15px 0 15px;}
.inProduct1 ul li .txt{ padding:30px 0; }
.inProduct1 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:15px;}
.inProduct1 ul li .txt .h3{ font-size:13px; line-height:23px; margin-bottom:20px;}
}



.made1bg{ background:#f5f5f5;}
.made1{ float:right; width:300px; background:#fffdf3;}
.made1 .list{ padding:40px 40px;}
.made1 .list .h1{ font-size:13px; line-height:23px; text-align:center; margin-bottom:20px;}
.made1 .list .h1 strong{ display:block; font-size:28px; line-height:38px; font-weight:normal;}
.made1 .list .h1 span{ display:block; color:#999;}
.made1 .list .h1 font{ color:var(--primary-color);}
.made1 .form{ }
.made1 .form ul{ }
.made1 .form ul li{ margin-bottom:10px;}
.made1 .form .text_box{ position:relative;}
.made1 .form .text_box img{ width:18px; height:18px; object-fit:contain; position:absolute; left:15px; top:10px;}
.made1 .form .text_box img.yzm{ width:65px; height:38px; object-fit:contain; left:auto; right:5px; top:0;}
.made1 .form .text1{ border:1px solid #ededec; background:#fff; height:38px; line-height:38px; padding:0 15px 0 40px; width:calc(100% - 55px); border-radius:30px;}
.made1 .form .text2{ border:1px solid #ededec; background:#fff; height:38px; line-height:38px; padding:0 70px 0 40px; width:calc(100% - 110px); border-radius:30px;}
.made1 .form select{ border:1px solid #ededec; background:#fff; height:38px; line-height:38px; padding:0 15px; width:100%; border-radius:30px;}
.made1 .form .button1{ border:none; background:var(--primary-color); color:#fff; height:40px; line-height:38px; width:100%; border-radius:30px; cursor:pointer; transition:all .3s ease;}
.made1 .form .button1:hover{ opacity:.7;}
@media(max-width:999px){
.made1bg .wapper1{ width:100%;}
.made1{ width:100%; }
.made1 .list{ padding:20px 5%;}
.made1 .list .h1{ font-size:12px; line-height:22px; margin-bottom:20px;}
.made1 .list .h1 strong{ font-size:24px; line-height:34px; }
.made1 .form ul li{ margin-bottom:10px;}
}
.made2bg{ padding:40px 0; background:#f7e6da;}
.made2{ display: flex;justify-content:space-between;align-items:center;}
.made2_lt{ width:190px;}
.made2_lt img{ max-width:100%;}
.made2_rt{ width:calc(100% - 190px);}
.made2_rt ul{ display: flex;justify-content:space-between;/*align-items:center;*/}
.made2_rt ul li{ width:100%; margin-left:3.6vw; background:#fff; border-radius:10px; position:relative;}
.made2_rt ul li:before{ content:""; width:3.6vw; height:100%; background:url(../images/arrow2.png) center no-repeat; position:absolute; left:0; top:0; transform:translateX(-100%);}
.made2_rt ul li:nth-child(1):before{ display:none;}
.made2_rt ul li .nr_box{}
.made2_rt ul li .img{ padding-bottom:60%; position:relative; background:url(../images/stepbg.png) center no-repeat; background-size:cover; border-radius:10px 10px 0 0;}
.made2_rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.made2_rt ul li .txt{ text-align:center; padding:15px 5px;}
.made2_rt ul li .txt .h2{ font-size:16px; line-height:20px;}
.made2_rt ul li .txt .h3{ font-size:12px; line-height:16px; color:#999;}
@media(max-width:999px){
.made2bg{ padding:20px 0; }
.made2{ display:block;}
.made2_lt{ width:100%; text-align:center; margin-bottom:20px;}
.made2_rt{ width:100%;}
.made2_rt ul{justify-content:center; flex-wrap:wrap;}
.made2_rt ul li{ width:calc((100% - 10vw)/3); margin:0 0 20px 5vw; }
.made2_rt ul li:nth-child(3n-2){ margin-left:0;}
.made2_rt ul li:before{ width:5vw;}
.made2_rt ul li:nth-child(3n-2):before{ display:none;}
.made2_rt ul li .txt{ padding:10px 1px;}
.made2_rt ul li .txt .h2{ font-size:14px; line-height:18px;}
.made2_rt ul li .txt .h3{ font-size:12px; line-height:16px; }
}
.bodybg1{ background:#f5f5f5; padding:10px 0;}
.tit2{ background:#fafafa; border-bottom:1px solid #eaeaea; padding:0 30px;display: flex;justify-content:space-between;align-items:center;}
.tit2 .h2{ font-size:14px; line-height:88px;}
.tit2 .h2 strong{ font-weight:normal; font-size:21px;}
.tit2 .h2 span{ margin-left:10px; color:#999;}
.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:12px; line-height:36px; padding:0 10px; min-width:50px; border-radius:4px; background:var(--primary-color); color:#fff; transition:all .3s ease;}
.more2 span:hover{ opacity:.9;}
.inSearch{}
.inSearch select{ margin-right:10px; border:1px solid #d3d3d3; background:url(../images/citysearch) bottom repeat-x; height:36px; line-height:34px; padding:0 10px; width:110px; border-radius:4px;}
.inSearch .text1{ margin-right:10px; border:1px solid #d3d3d3; background:#fff url(../images/citysearch.png) right 10px center no-repeat; height:34px; line-height:34px; padding:0 30px 0 10px; width:100px; border-radius:4px;}
.inSearch .button1{ border:none; height:36px; line-height:36px; width:50px; border-radius:4px; background:var(--primary-color); color:#fff; transition:all .3s ease; cursor:pointer;}
.inSearch .button1:hover{ opacity:.9;}
.made3bg{ margin:40px 0 10px 0;}
.made3{ border:1px solid #eaeaea; background:#fff; margin-bottom:40px;}
.made3 .list{ padding:30px;}
.slide_made1{ display: flex;justify-content:space-between;/*align-items:center;*/}
.slide_made1 .hd{ width:300px; background:#f5f5f5; padding:30px 30px;box-sizing: border-box;}
.slide_made1 .hd .h1{ font-size:14px; line-height:24px; margin-bottom:30px;}
.slide_made1 .hd .h1 strong{ display:block; font-size:26px; line-height:36px; font-weight:normal;}
.slide_made1 .hd .h1 span{ display:block;}
.slide_made1 .hd ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.slide_made1 .hd ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px; text-align:center;}
.slide_made1 .hd ul li:nth-child(2n-1){ margin-left:0;}
.slide_made1 .hd ul li .img{ padding-bottom:92%; position:relative; border:1px solid #ededed; }
.slide_made1 .hd ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.slide_made1 .hd ul li .h2{ font-size:12px; line-height:22px; color:#999;}
.slide_made1 .hd ul li.on .img{ border-color:#999;}
.made3-2 .slide_made1 .hd ul li .h2{border:1px solid #ededed; height:105px; display: flex;justify-content:center;align-items:center;}
.made3-2 .slide_made1 .hd ul li.on .h2{ border-color:#999;}
.slide_made1 .bd{ width:calc(100% - 310px);}
.made3_list{}
.made3_list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.made3_list ul li{ width:calc((100% - 10px)/2); margin:10px 0 0  10px; position:relative;}
.made3_list ul li:nth-child(2n-1){ margin-left:0;}
.made3_list ul li:nth-child(1),.made3_list ul li:nth-child(2){ margin-top:0;}
.made3_list ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.made3_list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.made3_list ul li .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0;}
.made3_list ul li .txt{ color:#fff; text-align:center; padding:10px 0;}
.made3_list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit2{ padding:0 20px 20px 20px; display:block;}
.tit2 .h2{ font-size:12px; line-height:60px;}
.tit2 .h2 strong{ font-size:20px;}
.made3bg{ margin:40px 0 10px 0; }
.made3{ margin-bottom:40px;}
.made3 .list{ padding:20px;}
.slide_made1{ display:block;}
.slide_made1 .hd{ width:100%; padding:20px 20px; margin-bottom:20px;}
.slide_made1 .hd .h1{ font-size:14px; line-height:24px; margin-bottom:20px;}
.slide_made1 .hd .h1 strong{ font-size:20px; line-height:30px; }
.slide_made1 .hd ul li{ width:calc((100% - 20px)/3); margin:0 0 10px 10px; }
.slide_made1 .hd ul li:nth-child(2n-1){ margin-left:10px;}
.slide_made1 .hd ul li:nth-child(3n-2){ margin-left:0;}
.slide_made1 .hd ul li .h2{ font-size:12px; line-height:22px; }
.slide_made1 .bd{ width:100%;}
.made3_list ul li .txt{ padding:10px 0;}
.made3_list ul li .txt .h2{ font-size:14px; line-height:24px;}
.made3-2 .slide_made1 .hd ul li .h2{ height:85px; }
}
.made4bg{ margin:40px 0; }
.made4{ border:1px solid #eaeaea; background:#fff; }
.made4 .list{ padding:30px;}
.made4 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.made4 .list ul li{ width:calc((100% - 30px)/4); margin: 0 0 10px 10px; position:relative; }
.made4 .list ul li:nth-child(4n-3){ margin-left:0;}
.made4 .list ul li .nr_box{ padding:10px 10px 0 10px; border:1px solid transparent; transition:all .3s ease;}
.made4 .list ul li:hover .nr_box{ box-shadow:0 0 10px rgba(0,0,0,.1); border-color:#ccc;}
.made4 .list ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.made4 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.made4 .list ul li .txtbg{ }
.made4 .list ul li .txt{ padding:15px 0;}
.made4 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.made4bg{ margin:40px 0; }
.made4 .list{ padding:20px;}
.made4 .list ul li{ width:calc((100% - 10px)/2); margin: 0 0 10px 10px; }
.made4 .list ul li:nth-child(2n-1){ margin-left:0;}
.made4 .list ul li .nr_box{ padding:10px 10px 0 10px; }
.made4 .list ul li .txt{ padding:10px 0;}
.made4 .list ul li .txt .h2{ font-size:12px; line-height:22px;}
}

.store1bg{ margin:40px 0; }
.store1{ border:1px solid #eaeaea; background:#fff; }
.store1 .list{ }
.slide_store{ display: flex;justify-content:space-between;/*align-items:center;*/}
.slide_store .hd{ width:330px; box-sizing: border-box; border-right: 1px solid #eaeaea; position:relative;}
.slide_store .hd .h1{ font-size:16px; line-height:26px; padding:20px 30px;}
.slide_store .hd .prev,.slide_store .hd .next{ display:block; width:165px; height:70px; background-color:#e1e1e1; background-repeat:no-repeat; background-position:center; position:absolute; bottom:0; display:none;}
.slide_store .hd .prev{ left:0; background-image:url(../images/mapPrev.png);}
.slide_store .hd .next{ right:0; background-image:url(../images/mapNext.png); background-color:#d2d2d2;}
.slide_store .hd .h1 strong{ color:var(--primary-color);}
.slide_store .hd ul{ max-height:576px; overflow-y:auto;}
.slide_store .hd ul li{ border-top:1px solid #f8f8f8; padding:15px 30px;}
.slide_store .hd ul li.on{ background:#fafafa;}
.slide_store .hd ul li .txt{ padding-left:40px; position:relative;}
.slide_store .hd ul li .txt .h2{ width:31px; height:31px; line-height:31px; text-align:center; border-radius:100%; background:#c2c2c2; color:#fff; font-size:18px; position:absolute; left:0; top:0;}
.slide_store .hd ul li.on .txt .h2{ background:var(--primary-color);}
.slide_store .hd ul li .txt .h3{ font-size:17px; line-height:31px;}
.slide_store .hd ul li .txt .h4{ font-size:14px; line-height:24px; color:#999;}
.slide_store .bd{ width:calc(100% - 330px); padding:20px; box-sizing: border-box;}
@media(max-width:999px){
.store1bg{ margin:40px 0; }
.slide_store{ display:block;}
.slide_store .hd{ width:100%; border-right:none;  border-bottom: 1px solid #eaeaea;}
.slide_store .hd .h1{ font-size:16px; line-height:26px; padding:10px 20px;}
.slide_store .hd .prev,.slide_store .hd .next{ width:165px; height:70px; }
.slide_store .hd ul{ max-height:492px; }
.slide_store .hd ul li{ padding:15px 20px;}
.slide_store .hd ul li .txt{ padding-left:40px; }
.slide_store .hd ul li .txt .h2{ width:28px; height:28px; line-height:28px; font-size:18px; }
.slide_store .hd ul li .txt .h3{ font-size:14px; line-height:28px;}
.slide_store .hd ul li .txt .h4{ font-size:12px; line-height:16px; }
.slide_store .bd{ width:100%; padding:20px; }
}





