/*common start*/
:root{
 --primary-color:#FFC000;
 --main-color:#FFC000;
 --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:14px; 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:1400px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; }
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{ width:auto !important; height:auto !important; max-width:100%;}
.xiangqing img{ 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:#f1f2f2; position:absolute; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ position:relative;}
.head1{ height:40px; transition:all .3s ease; display: flex; justify-content: space-between; align-items: center;}
.head1 .lt{ display: flex; justify-content: flex-start; align-items: center;}
.head1 .box1{ font-size:14px; line-height:24px; margin-right:.5vw;}
.head1 .h_share{font-size:14px; line-height:24px;}
.head1 .h_share ul{ display: flex; justify-content: flex-start; align-items: center;}
.head1 .h_share ul li{ margin-right:.5vw;}
.head1 .h_share ul li a{}
.head1 .h_share ul li a:hover{ opacity:.9;}
.head1 .h_share ul li img{ vertical-align:middle; height:30px;}
.head1 .logo{ display:none;}
.head1 .rt{ display: flex; justify-content: flex-end; align-items: center;}
.head1 .h_lang{ position:relative; margin-left:1vw;}
.head1 .h_lang span{ display:block; font-size:14px; line-height:40px; cursor:pointer;}
.head1 .h_lang span img{ vertical-align:middle; margin-right:.2vw; height:20px;}
.head1 .h_lang ul{ width:150px; padding:5px 0; box-sizing:border-box; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head1 .h_lang:hover ul{ display:block;}
.head1 .h_lang ul li{ font-size:14px; line-height:24px; }
.head1 .h_lang ul li a{ display:block; padding:5px 10px;}
.head1 .h_lang ul li img{ height:24px; vertical-align:middle; margin-right:5px;}
.head2bg{ position:relative;}
.head2{ height:60px; transition:all .3s ease; display: flex; justify-content: space-between; align-items: center;}
.head .logo{ width:10%; height:60px; position:relative; }
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ position:relative; }
.head .h_search_btn{ font-size:20px; line-height:1; margin-left:1vw; cursor:pointer;}
.head .h_search_btn i{ vertical-align:middle;}
.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:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:1;}
.head .h_searchbg{ width:90%; max-width:1380px; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:2;}
.head .h_search{ }
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:40px; background:rgba(255,255,255,.8); overflow:hidden; border-radius:40px; display: flex; justify-content: space-between; align-items: center;}
.head .h_search .form>i{ width:40px; line-height:40px; text-align:center; position:absolute; left:0; top:0; font-size:16px;}
.head .h_search .form .text1{ border:none; background:none; height:40px; line-height:40px; padding:0 0 0 40px; width:calc(100% - 60px); box-sizing:border-box;}
.head .h_search .form .button1{ border:none; background:var(--primary-color); width:60px; height:40px; line-height:40px; cursor:pointer; font-size:20px; color:#fff; transition:all .3s ease; border-radius:40px;}
.head .h_search .form .button1:hover{ opacity:.9;}
/*menu*/
.head .menu{ height:60px; line-height:60px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:normal; position:relative; padding:0 1vw; z-index:1;}
.head .menu>ul>li:last-child>a{ padding-right:0;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.2vw;}
/*.head .menu>ul>li>a:before{ content:""; width:100%; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; opacity:0; visibility:hidden;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ opacity:1; visibility:visible;}*/
.head .menu>ul>li ul{ width:200px; background:#faf7f2; box-shadow:0 0 4px rgba(122,122,122,.8); position:absolute; top:100%; left:0; 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 15px 10px 1vw; text-align:left; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); background:#fff;}
.head .menu>ul>li ul li.menu_down>a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; margin-top:-7px;}
.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;}

.head_height{ height:100px;}
.head.active1{/* box-shadow:0 4px 10px -2px rgba(0, 0, 0, 0.1);*/}
.head.active2{ }
@media(max-width:1499px){
.head1 .box1{ font-size:12px;}
.head1 .h_share{ font-size:12px;}
.head1 .h_lang span{ font-size:12px;}
.head .menu>ul>li>a{ font-size:15px;}
}
@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ background:#fff !important;}
.head .logo{ width:40%; height:60px; }
.head .logo img{ margin:auto auto;}
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head1{ height:60px; }
.head1 .lt{ width:60px;}
.head1 .box1{ display:none;}
.head1 .h_share{ display:none;}
.head1 .logo{ display:block;}
.head1 .rt{ width:60px;}
.head1 .h_lang{ margin-left:20px;}
.head1 .h_lang span{ font-size:0; }
.head1 .h_lang span img{ margin-right:0;}
.head1 .h_lang ul{ width:120px; }
.head1 .h_lang ul li{ font-size:12px; line-height:16px; }
.head1 .h_lang ul li a{ padding:5px 10px;}
.head1 .h_lang ul li img{ height:16px; margin-right:5px;}
.head .h_search_btn{ margin-left:0; }
.head2bg{ display:none;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; }
.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(100vh - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(51,51,51,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .6s ease; transform:translateX(-100%);}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.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; }
.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; }
.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:"\f0d7";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.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;}
}

.hshare_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.hshare_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.hsharebg{ width:90%; max-width:560px; background:#fff; border-radius:10px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.hshare_close2{ font-size:20px; line-height:1; position:absolute; top:10px; right:10px; cursor:pointer;}
.hshare{ padding:60px 10px 20px 10px;}
.hshare ul{ display: flex; justify-content: flex-start; align-items: center; flex-wrap:wrap;}
.hshare ul li{ width:25%; margin:15px 0; text-align:center;}
.hshare ul li .img{ }
.hshare ul li .img img{ display:block; margin:0 auto; height:50px;}
.hshare ul li .h2{ font-size:14px; line-height:24px; margin-top:5px;}
@media(max-width:999px){
.hshare{ padding:60px 10px 20px 10px;}
.hshare ul li{ width:25%; margin:15px 0; text-align:center;}
.hshare ul li .img img{ height:50px;}
.hshare ul li .h2{ font-size:14px; line-height:24px; margin-top:5px;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .video1_open{ width:100%; height:100%; cursor:url(../images/video.png),auto; position:absolute; top:0; left:0; z-index:1;}
.banner_swiper .video1_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.banner_swiper .video1_box p{ padding:0; margin:0; height:100%;}
.banner_swiper .video1_box video{ display:block; width:100%; height:100%; background:#000;}
.banner_swiper .swiper-pagination{ bottom:10px; height:32px; width:100%; display:none;}
.banner_swiper .swiper-pagination span{ width:32px; height:32px; background:transparent; border:2px solid transparent; opacity:1; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span:before{ content:""; width:8px; height:8px; border-radius:100%; background:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ border-color:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; opacity:0; visibility:hidden; display:none;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:.5; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ opacity:1;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ display:none;}
}


.tit1{ text-align:center;}
.tit1 .h2{ margin:0 auto; max-width:950px; font-size:46px; line-height:56px; font-weight:bold;}
.tit1 .h2 span{ color:var(--primary-color);}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:25px; opacity:.7;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; font-size:14px; line-height:46px; padding:0 40px; background:var(--primary-color); color:#fff; border-radius:5px;}
.more1 span:hover{ opacity:.9;}
.con01bg{}
.con01{}
.con01_top{ padding:100px 0 20px 0; background-repeat:no-repeat; background-position:center; background-size:contain; background-attachment:fixed;}
.con01_top .more1{ margin-top:30px;}
.con01_list{}
.con01_list dl dd{ padding:50px 0; display: flex;justify-content: space-between;/*align-items: center;*/}
.con01_list dl dd:nth-child(2n){ flex-direction:row-reverse;}
.con01_list dl dd .lt{ width:49%; position:relative;}
.con01_list dl dd .lt .img{ position: sticky; top: 0;}
.con01_list dl dd .lt .img img{ display:block; width:100%; border-radius:15px;}
.con01_list .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:70px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.con01_list .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.con01_list .video2_box p{ padding:0; margin:0; height:100%;}
.con01_list .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.con01_list dl dd .rt{ width:49%;}
.con01_list dl dd .rt .box1{ margin-bottom:30px;}
.con01_list dl dd .rt .box1 .h2{ font-size:46px; line-height:56px; font-weight:bold; margin-bottom:30px;}
.con01_list dl dd .rt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
.con01_list dl dd .rt .box2{}
.con01_list dl dd .rt .box2 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con01_list dl dd .rt .box2 ul li{ width:49%; margin:10px 0 10px 2%; display: flex;justify-content: space-between;align-items: center; transition:all .3s ease;}
.con01_list dl dd .rt .box2 ul li:hover{ transform:translateY(-10px);}
.con01_list dl dd .rt .box2 ul li:nth-child(2n-1){ margin-left:0;}
.con01_list dl dd .rt .box2 ul li .ico{ width:35px; height:35px; display: flex;justify-content:center;align-items: center; margin-right:20px;}
.con01_list dl dd .rt .box2 ul li .ico img{ display:block; max-width:100%; max-height:100%;}
.con01_list dl dd .rt .box2 ul li .h2{ flex:1; font-size:16px; line-height:26px; font-weight:bold;}
.con01_list dl dd .rt .more1{ text-align:left; margin-top:35px;}
.con01_list dl dd .rt .box3{ font-size:14px; line-height:20px;}
.con01_list dl dd .rt .box3 ul li{ margin-bottom:10px;}
.con01_list dl dd .rt .box3 ul li img{ height:20px; margin-right:5px; vertical-align:top;}
.con01_list dl dd .rt .box4{ text-align:center;}
.con01_list dl dd .rt .box4 .h2{ font-size:46px; line-height:56px; font-weight:bold; position:relative; margin-bottom:25px;}
.con01_list dl dd .rt .box4 .h2:before{ content:""; width:90%; height:1px; background:var(--primary-color); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1;}
.con01_list dl dd .rt .box4 .h2 strong{ background:#fff; padding:0 10px;}
.con01_list dl dd .rt .box4 .h3{ font-size:14px; line-height:24px;}
.con01_list dl dd .rt .box5{ margin-top:20px;}
.con01_list dl dd .rt .box5 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con01_list dl dd .rt .box5 ul li{ width:49%; margin:0 0 20px 2%; transition:all .3s ease; text-align:center;}
.con01_list dl dd .rt .box5 ul li:hover{ box-shadow:0 0 10px rgba(0,0,0,.1);}
.con01_list dl dd .rt .box5 ul li:nth-child(2n-1){ margin-left:0;}
.con01_list dl dd .rt .box5 ul li .nr_box{ padding:15px;}
.con01_list dl dd .rt .box5 ul li .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.con01_list dl dd .rt .box5 ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01_list dl dd .rt .box5 ul li .txt{ margin-top:10px;}
.con01_list dl dd .rt .box5 ul li .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:8px;}
.con01_list dl dd .rt .box5 ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.more1 span{ font-size:14px; line-height:42px; padding:0 30px; }

.con01_top{ padding:20px 0; }
.con01_top .more1{ margin-top:20px;}
.con01_list dl dd{ padding:20px 0; display:block;}
.con01_list dl dd .lt{ width:100%; margin-bottom:20px;}
.con01_list .video2_open{  background-size:46px auto; }
.con01_list dl dd .rt{ width:100%;}
.con01_list dl dd .rt .box1{ margin-bottom:20px;}
.con01_list dl dd .rt .box1 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con01_list dl dd .rt .box1 .h3{ font-size:14px; line-height:24px;}
.con01_list dl dd .rt .box2 ul li{ width:49%; margin:10px 0 10px 2%; }
.con01_list dl dd .rt .box2 ul li .ico{ width:35px; height:35px; margin-right:10px;}
.con01_list dl dd .rt .box2 ul li .h2{ font-size:12px; line-height:22px; }
.con01_list dl dd .rt .more1{ margin-top:15px;}
.con01_list dl dd .rt .box3 ul li{ margin-bottom:5px;}

.con01_list dl dd .rt .box4 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con01_list dl dd .rt .box4 .h3{ font-size:14px; line-height:24px;}
.con01_list dl dd .rt .box5{ margin-top:20px;}
.con01_list dl dd .rt .box5 ul li .nr_box{ padding:5px;}
.con01_list dl dd .rt .box5 ul li .txt{ margin-top:10px;}
.con01_list dl dd .rt .box5 ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.con01_list dl dd .rt .box5 ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con02bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con02{}
.con02 .list{ margin-top:40px;}
.swiper_indexPro{ position:relative; padding-bottom:35px;}
.swiper_indexPro .swiper-container { width: 100%; }
.swiper_indexPro .swiper-container .swiper-slide { position:relative;}
.swiper_indexPro .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.swiper_indexPro .swiper-container .swiper-slide .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_indexPro .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.swiper_indexPro .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.swiper_indexPro .video2_box p{ padding:0; margin:0; height:100%;}
.swiper_indexPro .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.swiper_indexPro .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold;}

.swiper_indexPro .swiper-pagination{ bottom:0px; height:14px; width:100%; }
.swiper_indexPro .swiper-pagination span{ width:14px; height:14px; border:1px solid #bbb; background:#bbb; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_indexPro .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:#fff;}
.swiper_indexPro .swiper-button-prev,.swiper_indexPro .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; opacity:0; visibility:hidden; display:none;}
.swiper_indexPro:hover .swiper-button-prev,.swiper_indexPro:hover .swiper-button-next{ opacity:.5; visibility:visible;}
.swiper_indexPro .swiper-button-prev:hover,.swiper_indexPro .swiper-button-next:hover{ opacity:1;}
.swiper_indexPro .swiper-button-prev{ left:5%;}
.swiper_indexPro .swiper-button-next{ right:5%;}
@media(max-width:999px){
.con02bg{ padding:40px 0; }
.con02 .list{ margin-top:20px;}
.swiper_indexPro{ padding-bottom:35px;}
.swiper_indexPro .video2_open{ background-size:36px auto; }
.swiper_indexPro .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_indexPro .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }

}


.con03bg{ padding:100px 0; background-color:#f2f2f1; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.con03{}
.con03 .list{ margin-top:80px;}
.con03 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:32%; margin:0 0 40px 2%; text-align:center; transition:all .3s ease;}
.con03 .list ul li:hover{ transform:translateY(-10px);}
.con03 .list ul li:nth-child(3n-2){ margin-left:0;}
.con03 .list ul li .img{ height:80px; display: flex;justify-content:center;align-items: center;}
.con03 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.con03 .list ul li .txt{ margin-top:18px;}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:10px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#666;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03 .list{ margin-top:20px;}
.con03 .list ul li{ width:49%; margin:0 0 40px 2%; }
.con03 .list ul li:nth-child(3n-2){ margin-left:2%;}
.con03 .list ul li:nth-child(2n-1){ margin-left:0;}
.con03 .list ul li .img{ height:80px; }
.con03 .list ul li .txt{ margin-top:18px;}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

}


.con04bg{ padding:160px 0; color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.con04{}
.con04 .more1{ margin-top:30px;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .more1{ margin-top:20px;}
}


.con05bg{ padding:80px 0;}
.con05{}
.con05 .list{ margin-top:40px;}
.con05 .list img{ display:block; margin:0 auto; width:100%;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;}
}


.con06bg{ padding:100px 0; background:#f2f2f1;}
.con06{ display: flex;justify-content: space-between;/*align-items: center;*/}
.con06_lt{ width:49%;}
.con06_lt .box1{ margin-bottom:30px;}
.con06_lt .box1 .h2{ font-size:46px; line-height:56px; font-weight:bold; margin-bottom:30px;}
.con06_lt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
.con06_lt .box2{}
.con06_lt .box2 ul{ }
.con06_lt .box2 ul li{ margin:40px 0; display: flex;justify-content: space-between;align-items: center; transition:all .3s ease;}
.con06_lt .box2 ul li:hover{ transform:translateY(-10px);}
.con06_lt .box2 ul li .ico{ width:35px; height:35px; display: flex;justify-content:center;align-items: center; margin-right:20px;}
.con06_lt .box2 ul li .ico img{ display:block; max-width:100%; max-height:100%;}
.con06_lt .box2 ul li .txt{ flex:1;}
.con06_lt .box2 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:12px;}
.con06_lt .box2 ul li .txt .h3{ font-size:16px; line-height:26px; }
.con06_lt .more1{ text-align:left; margin-top:35px;}
.con06_rt{ width:49%; position:relative;}
.con06_rt .img{ position: sticky; top: 0;}
.con06_rt .img img{ display:block; width:100%; border-radius:15px;}
.con06_rt .video3_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:70px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.con06_rt .video3_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.con06_rt .video3_box p{ padding:0; margin:0; height:100%;}
.con06_rt .video3_box video{ display:block; width:100%; height:100%; background:#000;}
@media(max-width:999px){
.con06bg{ padding:40px 0; }
.con06{ display:block;}
.con06_lt{ width:100%; margin-bottom:20px;}
.con06_lt .box1{ margin-bottom:20px;}
.con06_lt .box1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con06_lt .box1 .h3{ font-size:14px; line-height:24px; }
.con06_lt .box2 ul li{ margin:20px 0; }
.con06_lt .box2 ul li .ico{ margin-right:10px;}
.con06_lt .box2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con06_lt .box2 ul li .txt .h3{ font-size:14px; line-height:24px; }
.con06_lt .more1{ margin-top:20px;}
.con06_rt{ width:100%; }
.con06_rt .video3_open{  background-size:46px auto; }
}


.con07bg{ padding:80px 0;}
.con07{}
.con07 .list{ margin-top:40px;}
.swiper_indexCase{ position:relative; padding:0 20px 35px 20px;}
.swiper_indexCase .swiper-container { width: 100%; }
.swiper_indexCase .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_indexCase .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:15px;}
.swiper_indexCase .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_indexCase .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:60px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.swiper_indexCase .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.swiper_indexCase .video2_box p{ padding:0; margin:0; height:100%;}
.swiper_indexCase .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.swiper_indexCase .swiper-container .swiper-slide .img_gif img{ display:none; z-index:3;}
.swiper_indexCase .swiper-container .swiper-slide:hover .img_gif img{ display:block; object-fit:contain; background:#000;}
.swiper_indexCase .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_indexCase .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold;}

.swiper_indexCase .swiper-pagination{ bottom:0px; height:14px; width:100%; }
.swiper_indexCase .swiper-pagination span{ width:14px; height:14px; border:1px solid #bbb; background:#bbb; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_indexCase .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:#fff;}
.swiper_indexCase .swiper-button-prev,.swiper_indexCase .swiper-button-next{ width:30px; height:66px; margin-top:-33px; background-color:var(--primary-color); background-size:50% 50%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; }
.swiper_indexCase .swiper-button-prev:hover,.swiper_indexCase .swiper-button-next:hover{ opacity:1;}
.swiper_indexCase .swiper-button-prev{ left:20px;}
.swiper_indexCase .swiper-button-next{ right:20px;}
@media(max-width:999px){
.con07bg{ padding:40px 0;}
.con07 .list{ margin-top:20px;}
.swiper_indexCase{ padding:0 5% 35px 5%;}
.swiper_indexCase .video2_open{ background-size:46px auto; }
.swiper_indexCase .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_indexCase .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }
.swiper_indexCase .swiper-button-prev{ left:5%;}
.swiper_indexCase .swiper-button-next{ right:5%;}
}


.con08bg{ padding:80px 0; border-top:1px solid #eee;}
.con08{}
.con08 .list{ margin-top:60px; position:relative; padding:1px 0;}
.con08 .list:before{ content:""; width:4px; height:100%; background:#ddd; position:absolute; top:0; left:50%; transform:translateX(-50%);}
.con08 .list ul{}
.con08 .list ul li{ margin:60px 0; }
.con08 .list ul li .nr_box{ display: flex;justify-content: space-between;align-items: center;}
.con08 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.con08 .list ul li .txtbg{ width:44%;}
.con08 .list ul li:nth-child(2n-1) .txtbg{ text-align:right;}
.con08 .list ul li .txt{ position:relative;}
.con08 .list ul li .txt .h2{ font-size:16px; line-height:26px; color:#333; font-weight:bold; margin-bottom:15px;}
.con08 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#666;}
.con08 .list ul li .imgbg{ width:44%;}
.con08 .list ul li .img{ }
.con08 .list ul li .img img{ display:block; width:100%; border-radius:15px;}
.con08 .list ul li .line1{ width:10px; height:10px; box-sizing:border-box; border-radius:100%; border:2px solid #aaa; background:#aaa; position:absolute; right:-14.5%; top:8px; z-index:1;}
.con08 .list ul li .line1:before{ content:""; width:30px; height:2px; background:#aaa; position:absolute; right:100%; top:50%; margin-top:-1px;}
.con08 .list ul li:hover .line1{ border-color:var(--primary-color); background:#fff;}
.con08 .list ul li:nth-child(2n) .line1{ right:auto; left:-14.5%; }
.con08 .list ul li:nth-child(2n) .line1:before{ right:auto; left:100%; }
@media(max-width:999px){
.con08bg{ padding:40px 0; }
.con08 .list{ margin-top:20px; padding:1px 0;}
.con08 .list:before{ left:0; transform:translateX(0%);}
.con08 .list ul li{ margin:30px 0; }
.con08 .list ul li .nr_box{ display:block; padding-left:20px;}
.con08 .list ul li .txtbg{ width:100%; text-align:left !important; margin-bottom:15px;}
.con08 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.con08 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
.con08 .list ul li .imgbg{ width:100%;}
.con08 .list ul li .line1{ right:auto; left:-23px !important; top:8px; }
.con08 .list ul li .line1:before{ display:none;}
}


.con09bg{ padding:80px 0; background:#f2f2f1;}
.con09{}
.con09 .list{ margin:0 auto; max-width:1200px; margin-top:40px;}
.con09 .list ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con09 .list ul li{ width:49%; margin-bottom:15px;}
.con09 .list ul li.li1{ width:100%;}
.con09 .list .text1{ border:none; background:#fff; height:54px; line-height:54px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:10px;}
.con09 .list .text2{ border:none; background:#fff; height:126px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:10px;}
.con09 .list .button1{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:50px; line-height:48px; width:210px; border-radius:10px; cursor:pointer; transition:all .3s ease; margin-top:20px;}
.con09 .list .button1:hover{ opacity:.9;}
@media(max-width:999px){
.con09bg{ padding:40px 0; }
.con09 .list{ margin-top:20px;}
.con09 .list ul li{ width:100%; margin-bottom:15px;}
.con09 .list .text1{ height:40px; line-height:38px; }
.con09 .list .text2{ height:126px; }
.con09 .list .button1{ height:40px; line-height:38px; width:210px; margin-top:10px;}
}



.foot{ background:#131515; color:rgba(255,255,255,.5); font-size:14px; line-height:24px;}
.foot a{ color:rgba(255,255,255,.5);}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:60px 0;}
.foot1{ display: flex;justify-content: space-between;/*align-items: center;*/}
.foot1 .box1{ width:20%;}
.foot .f_logo{ margin-bottom:15px;}
.foot .f_logo img{ display:block; max-width:100%; }
.foot .f_txt{ }
.foot .f_txt .h2{ font-size:14px; line-height:24px; margin-bottom:38px;}
.foot .f_txt .h3{ font-size:14px; line-height:24px;}
.foot .f_txt .h3 a{ color:var(--primary-color);}
.foot1 .box2{ width:20.5%;}
.foot1 .box2 .h1{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:25px;}
.foot1 .box2 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.foot1 .box2 ul li{ width:100%; margin:0 0 10px 0;}
.foot1 .box3{ width:20.5%;}
.foot1 .box3 .h1{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:25px;}
.foot .f_contact{ }
.foot .f_contact ul li{ margin:0 0 10px 0;}
.foot .f_contact ul li img{ height:20px; margin-right:5px; vertical-align:middle;}
.foot1 .box4{ width:20.5%;}
.foot1 .box4 .h1{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:25px;}
.foot1 .box4 .more1{ text-align:left; margin-bottom:40px;}
.foot .f_share{}
.foot .f_share ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.foot .f_share ul li{ margin:0 15px 15px 0;}
.foot .f_share ul li img{ display:block; height:30px;}
.foot2bg{ border-top:1px solid rgba(144,144,144,.2); padding:20px 0;}
.foot2{}
.foot .f_info{ font-size:14px; line-height:24px; text-align:center;}
@media(max-width:999px){
.foot{ font-size:14px; line-height:24px;}
.foot1bg{ padding:20px 0;}
.foot1{ display:block;}
.foot1 .box1{ display:none;}
.foot1 .box2{ display:none;}
.foot1 .box3{ display:none;}
.foot1 .box4{ width:100%;}
.foot1 .box4 .h1{ display:none;}
.foot1 .box4 .f_contact{ display:none;}
.foot1 .box4 .more1{ display:none;}
.foot .f_share ul li{ margin:0 10px 10px 0;}
.foot .f_share ul li img{ height:30px;}
.foot2bg{ padding:20px 0;}
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.insideBanner_box{ }
.insideBanner{ position:relative;}
.insideBanner img{ display:block; width:100%; }
.insideBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.insideBanner_txt{ text-align:center;}
.insideBanner_txt .h2{ font-size:3.64vw; line-height:1.15em; margin-bottom:1.04vw;}
.inTit{ padding:20px 0 0 0;}
.inTit .h2{ font-size:32px; line-height:42px; margin-bottom:20px;}
.inbarbg{ padding:20px 0; background:#f1f2f2;}
.inbar{ }
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; background:var(--primary-color); font-weight:bold; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.innav>ul{ display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 1.04vw; }
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; text-align:center; transition:all .3s ease;}
.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{ color:var(--primary-color);}
.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#fff; box-shadow:0px 0px 30px 0px rgba(216.09375000000003, 216.09375000000003, 216.09375000000003, 0.27); 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{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; }
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:20px; }
.weizhi i{ margin-right:5px; }
@media(max-width:999px){
.insideBanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:0;}
.inTit .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.inbarbg{ position:static; }
.inbar{ display:block; border-top:none; padding:0;}
.innav{ font-size:16px; line-height:26px; }
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px solid var(--third-color); padding:10px 20px 10px 20px !important;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav>ul>li>a:before{ display:none;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 14px; text-align:left;}
.innav ul li ul li a{ font-size:14px; }
.weizhi{ font-size:12px;}
}

.insideContentbg{ padding:60px 0 80px 0;}
.insideContent{ display: flex; justify-content:space-between;/* align-items: center;*/}
.insideContent_lt{ width:300px; position:relative;}
.side_a{ overflow:hidden; background:#fff; box-shadow:0px 0px 9px 1px rgba(0, 0, 0, 0.1); margin-bottom:20px;}
.side_a .h1{ font-size:16px; line-height:26px; padding:15px 20px; position:relative; border-bottom:1px solid rgba(144,144,144,.1);}
.side_a .h1 strong{ display:block; }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ }
.side_a ul li span{ display:block; padding:12px 40px 12px 20px; 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; text-align:center; width:16px; height:16px; line-height:16px; margin-top:-8px; position:absolute; right:5px; top:23px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(90deg);}
.side_a ul li a{ display:inline-block; font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:14px; line-height:24px; position:relative; }
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 0 10px 0; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:8px 40px 8px 30px;}
.side_a ul li.has_sub>span:after{ top:20px; }
.side_a ul li ul li a{}
.side_b{ overflow:hidden; background:#fff; box-shadow:0px 0px 9px 1px rgba(0, 0, 0, 0.1); padding:15px 20px 20px 20px; position:sticky; top:10px;}
.side_b .h1{ font-size:16px; line-height:26px; margin-bottom:15px;}
.side_b .form{}
.side_b .form ul li{ margin-top:10px;}
.side_b .form .text1{ border:1px solid #F2F2F2; background:#F2F2F2; height:40px; line-height:38px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.side_b .form .text2{ border:1px solid #F2F2F2; background:#F2F2F2; height:72px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.side_b .form .button1{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:50px; line-height:48px; width:100%; font-size:16px; border-radius:8px; cursor:pointer;}
.side_b .form .button1:hover{ opacity:.9;}
.insideContent_rt{ width:calc(96% - 300px); box-sizing: border-box;}
.insideContent_con{ width:100%;}
@media(max-width:999px){
.insideContentbg{ padding:20px 0 40px 0; }
.insideContent{ display:block;}
.insideContent_lt{ width:100%; position:static; margin-bottom:20px;}
.side_a{ border:none;}
.side_a .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.side_a .h1.active1:before{ transform:rotate(180deg);}
.side_a>ul{ padding:0; display:none;}
.side_b .form .button1{ height:40px; line-height:38px; }
.insideContent_rt{ width:100%; }
.insideContent_con{ }
}


.inProduct1{}
.inProduct1_list1{ font-size:14px; line-height:2; color:#666; margin-bottom:20px;}
.inProduct1_list2{}
.inProduct1_list2 dl{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inProduct1_list2 dl dd{ width:32%; margin:0 0 20px 2%; position:relative; }
.inProduct1_list2 dl dd:nth-child(3n-2){ margin-left:0;}
.inProduct1_list2 dl dd .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.inProduct1_list2 dl dd .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inProduct1_list2 .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.inProduct1_list2 .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.inProduct1_list2 .video2_box p{ padding:0; margin:0; height:100%;}
.inProduct1_list2 .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.inProduct1_list2 dl dd .txt{ margin-top:15px;}
.inProduct1_list2 dl dd .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inProduct1_list2 dl dd .txt .h3{ font-size:14px; line-height:24px; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.inProduct1_list1{ font-size:14px; line-height:1.5; margin-bottom:20px;}
.inProduct1_list2 dl dd{ width:49%; margin:0 0 20px 2%; }
.inProduct1_list2 dl dd:nth-child(3n-2){ margin-left:2%;}
.inProduct1_list2 dl dd:nth-child(2n-1){ margin-left:0;}
.inProduct1_list2 .video2_open{ background-size:46px auto; }
.inProduct1_list2 dl dd .txt{ margin-top:15px;}
.inProduct1_list2 dl dd .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.inProduct1_list2 dl dd .txt .h3{ font-size:14px; line-height:24px; }
}


.service1bg{ padding:100px 0; background-color:#f9f1e4; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.service1{ font-size:14px; line-height:2;}
@media(max-width:999px){
.service1bg{ padding:40px 0; }
.service1{ font-size:14px; line-height:1.5;}
}

.service2bg{ padding:60px 0;}
.service2{}
.service2 .list{}
.service2 .list dl dd{ margin:10px 0; display: flex;justify-content: space-between;/*align-items: center;*/}
.service2 .list dl dd:nth-child(2n-1){ flex-direction:row-reverse;}
.service2 .list dl dd .lt{ width:49%; position:relative;}
.service2 .list dl dd .lt .img{ position: sticky; top: 0;}
.service2 .list dl dd .lt .img img{ display:block; width:100%; border-radius:15px;}
.service2 .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:70px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.service2 .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.service2 .video2_box p{ padding:0; margin:0; height:100%;}
.service2 .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.service2 .list dl dd .rt{ width:49%;}
.service2 .list dl dd .rt .box1{ margin-bottom:30px;}
.service2 .list dl dd .rt .box1 .h2{ font-size:46px; line-height:56px; font-weight:bold;/* margin-bottom:30px;*/ color:var(--primary-color);}
.service2 .list dl dd .rt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
.service2 .list dl dd .rt .box3{ font-size:14px; line-height:20px; color:#666;}
.service2 .list dl dd .rt .box3 ul li{ margin-bottom:15px;}
.service2 .list dl dd .rt .box3 ul li img{ height:20px; margin-right:5px; vertical-align:top;}
@media(max-width:999px){
.service2 .list dl dd{ padding:20px 0; display:block;}
.service2 .list dl dd .lt{ width:100%; margin-bottom:20px;}
.service2 .video2_open{  background-size:46px auto; }
.service2 .list dl dd .rt{ width:100%;}
.service2 .list dl dd .rt .box1{ margin-bottom:20px;}
.service2 .list dl dd .rt .box1 .h2{ font-size:24px; line-height:34px;/* margin-bottom:10px;*/}
.service2 .list dl dd .rt .box1 .h3{ font-size:14px; line-height:24px;}
.service2 .list dl dd .rt .box3 ul li{ margin-bottom:5px;}
}

.service3bg{ padding:100px 0; border-bottom:1px solid #eee;}
.service3{ display: flex;justify-content: space-between;/*align-items: center;*/}
.service3_lt{ width:49%;}
.service3_lt .box1{ margin-bottom:30px;}
.service3_lt .box1 .h2{ font-size:46px; line-height:56px; font-weight:bold; margin-bottom:30px;}
.service3_lt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
.service3_lt .box2{}
.service3_lt .box2 ul{ }
.service3_lt .box2 ul li{ margin:40px 0; display: flex;justify-content: space-between;align-items: center; transition:all .3s ease;}
.service3_lt .box2 ul li:hover{ transform:translateY(-10px);}
.service3_lt .box2 ul li .ico{ width:35px; height:35px; display: flex;justify-content:center;align-items: center; margin-right:20px;}
.service3_lt .box2 ul li .ico img{ display:block; max-width:100%; max-height:100%;}
.service3_lt .box2 ul li .txt{ flex:1;}
.service3_lt .box2 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:12px;}
.service3_lt .box2 ul li .txt .h3{ font-size:16px; line-height:26px; }
.service3_lt .more1{ text-align:left; margin-top:35px;}
.service3_rt{ width:49%; position:relative;}
.service3_rt .img{ position: sticky; top: 0;}
.service3_rt .img img{ display:block; width:100%; border-radius:15px;}
.service3_rt .video3_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:70px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.service3_rt .video3_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.service3_rt .video3_box p{ padding:0; margin:0; height:100%;}
.service3_rt .video3_box video{ display:block; width:100%; height:100%; background:#000;}
@media(max-width:999px){
.service3bg{ padding:40px 0; }
.service3{ display:block;}
.service3_lt{ width:100%; margin-bottom:20px;}
.service3_lt .box1{ margin-bottom:20px;}
.service3_lt .box1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.service3_lt .box1 .h3{ font-size:14px; line-height:24px; }
.service3_lt .box2 ul li{ margin:20px 0; }
.service3_lt .box2 ul li .ico{ margin-right:10px;}
.service3_lt .box2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.service3_lt .box2 ul li .txt .h3{ font-size:14px; line-height:24px; }
.service3_lt .more1{ margin-top:20px;}
.service3_rt{ width:100%; }
.service3_rt .video3_open{  background-size:46px auto; }
}

.tit2bg{width: 80px; height: 80px; border: 2px solid #999; position:relative; box-sizing:border-box;}
.tit2{ width:500px; background:#fff; position:absolute; bottom:0; left:40px; }
.tit2 .h2{ font-size:22px; line-height:32px; font-weight:bold; color:var(--primary-color);}
.tit2 .h3{ font-size:14px; line-height:24px; color:#999;}
.service4bg{ padding:80px 0 40px 0; }
.service4{}
.service4_list1{ margin-top:60px;}
.service4_list1 .list{ margin-top:40px;}
.service4_list1 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.service4_list1 .list ul li{ width:15.25%; margin:0 0 30px 13%;}
.service4_list1 .list ul li:nth-child(4n-3){ margin-left:0;}
.service4_list1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.service4_list1 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service4_list2{ margin-top:60px;}
.service4_list2 .list2{ margin-top:40px;}
.service4_list2 .list2 img{ display:block; margin:0 auto; width:100%;}
.service4_list2 .list{ margin-top:40px;}
.service4_list2 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.service4_list2 .list ul li{ width:15%; margin:0 0 30px 2%; text-align:center;}
.service4_list2 .list ul li:nth-child(6n-5){ margin-left:0;}
.service4_list2 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.service4_list2 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service4_list2 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:20px;}
.service4_list3{ margin-top:60px;}
.service4_list3 .list{ margin-top:40px;}
.service4_list3 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.service4_list3 .list ul li{ width:49%; margin:0 0 30px 2%;}
.service4_list3 .list ul li:nth-child(2n-1){ margin-left:0;}
.service4_list3 .list ul li .nr_box{display: flex;justify-content: space-between;align-items: center;}
.service4_list3 .list ul li .imgbg{ width:49%;}
.service4_list3 .list ul li .img{ padding-bottom:115%; position:relative; overflow:hidden; transition:all .3s ease;}
.service4_list3 .list ul li .img:hover{ box-shadow:0 5px 20px rgba(0,0,0,0.1); transform:translateY(-5px);}
.service4_list3 .list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service4_list3 .list ul li .txtbg{ width:49%;}
.service4_list3 .list ul li .txt{ background:#fafafa; padding:15px 20px; font-size:14px; line-height:24px; transition:all .3s ease;}
.service4_list3 .list ul li .txt:hover{ box-shadow:0 5px 20px rgba(0,0,0,0.1); transform:translateY(-5px);}
.service4_list4{ margin-top:60px;}
.service4_list4 .list{ margin-top:40px;}
.service4_list4 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.service4_list4 .list ul li{ width:23.5%; margin:0 0 30px 2%; text-align:center;}
.service4_list4 .list ul li:nth-child(4n-3){ margin-left:0;}
.service4_list4 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.service4_list4 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service4_list4 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:20px;}
.service4_list5{ margin-top:60px;}
.service4_list5 .list{ margin-top:40px;}
.service4_list5 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.service4_list5 .list ul li{ width:23.5%; margin:0 0 30px 2%; text-align:center;}
.service4_list5 .list ul li:nth-child(4n-3){ margin-left:0;}
.service4_list5 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.service4_list5 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service4_list5 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:20px;}
@media(max-width:999px){
.tit2{ width:300px; }
.tit2 .h2{ font-size:16px; line-height:26px; }
.service4bg{ padding:40px 0 20px 0; }
.service4_list1{ margin-top:40px;}
.service4_list1 .list{ margin-top:20px;}
.service4_list1 .list ul li{ width:42%; margin:0 4% 20px 4% !important;}
.service4_list2{ margin-top:40px;}
.service4_list2 .list2{ margin-top:20px;}
.service4_list2 .list{ margin-top:40px;}
.service4_list2 .list ul li{ width:42%; margin:0 4% 20px 4% !important; }
.service4_list2 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:10px;}
.service4_list3{ margin-top:40px;}
.service4_list3 .list{ margin-top:20px;}
.service4_list3 .list ul li{ width:100%; margin:0 4% 20px 4% !important;}
.service4_list3 .list ul li .nr_box{display:block;}
.service4_list3 .list ul li .imgbg{ width:100%;}
.service4_list3 .list ul li .txtbg{ width:100%;}
.service4_list3 .list ul li .txt{ padding:15px 20px; font-size:14px; line-height:24px; }
.service4_list4{ margin-top:40px;}
.service4_list4 .list{ margin-top:20px;}
.service4_list4 .list ul li{ width:42%; margin:0 4% 20px 4% !important;}
.service4_list4 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:10px;}
.service4_list5{ margin-top:40px;}
.service4_list5 .list{ margin-top:20px;}
.service4_list5 .list ul li{ width:42%; margin:0 4% 20px 4% !important;}
.service4_list5 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:10px;}
}


.service5bg{ padding:40px 0 80px 0;}
.service5{}
.service5 .list{ margin-top:40px;}
.service5 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.service5 .list ul li{ width:19%; margin:0 0 30px 1.25%; text-align:center;}
.service5 .list ul li:nth-child(5n-4){ margin-left:0;}
.service5 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden; border-radius:15px;}
.service5 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto ; transition:all .3s ease;}
.service5 .list ul li:hover .img img{ transform:scale(1.1);}
.service5 .list ul li .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-top:20px;}
@media(max-width:999px){
.service5bg{ padding:20px 0 40px 0;}
.service5 .list{ margin-top:20px;}
.service5 .list ul li{ width:48%; margin:0 0 30px 4%; }
.service5 .list ul li:nth-child(5n-4){ margin-left:4%;}
.service5 .list ul li:nth-child(2n-1){ margin-left:0;}
.service5 .list ul li .h2{ font-size:14px; line-height:24px; margin-top:10px;}
}

.tit3{}
.tit3 .h2{ font-size:18px; line-height:28px; color:var(--primary-color); margin-bottom:15px;}
.tit3 .h3{ font-size:46px; line-height:56px; font-weight:bold;}
.service6bg{ padding:60px 0 30px 0; background:#f2f2f1;}
.service6{}
.service6 .list{ margin-top:40px;display: flex;justify-content: space-between;/*align-items: center;*/}
.service6 .lt{ width:49%;}
.service6 .lt dl dd{ margin-bottom:25px;}
.service6 .lt dl dd .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.service6 .lt dl dd .h3{ font-size:14px; line-height:24px; color:#666;}
.service6 .rt{ width:49%;}
.service6 .rt dl dd{}
.service6 .rt dl dd .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.service6 .rt dl dd .box1{ font-size:14px; line-height:24px; color:#666;}
.service6 .rt dl dd ul{}
.service6 .rt dl dd li{ margin-bottom:5px;}
.service6 .rt dl dd li .h3{ color:var(--primary-color); margin-bottom:2px;}
.service6 .rt dl dd li .h4{}
@media(max-width:999px){
.tit3 .h2{ font-size:14px; line-height:24px; margin-bottom:5px;}
.tit3 .h3{ font-size:24px; line-height:34px; }
.service6bg{ padding:40px 0 20px 0; }
.service6 .list{ margin-top:20px;display:block;}
.service6 .lt{ width:100%;}
.service6 .lt dl dd{ margin-bottom:20px;}
.service6 .lt dl dd .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.service6 .lt dl dd .h3{ font-size:14px; line-height:24px; }
.service6 .rt{ width:100%;}
.service6 .rt dl dd .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.service6 .rt dl dd .box1{ font-size:14px; line-height:24px; }
.service6 .rt dl dd li{ margin-bottom:5px;}
}


.contact1bg{ padding:100px 0; background:#f2f2f1;}
.contact1{}
.contact1 .list{ margin-top:80px;}
.contact1 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.contact1 .list ul li{ width:23.5%; margin:0 0 20px 2%; text-align:center; transition:all .3s ease;}
.contact1 .list ul li:nth-child(4n-3){ margin-left:0;}
.contact1 .list ul li:hover{ transform:translateY(-5px);}
.contact1 .list ul li .ico{ height:80px; display: flex;justify-content: center;align-items: center;}
.contact1 .list ul li .ico img{ display:block; max-width:100%; max-height:100%; }
.contact1 .list ul li .txt{ margin-top:25px;}
.contact1 .list ul li .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:10px;}
.contact1 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.contact1bg{ padding:40px 0; }
.contact1 .list{ margin-top:20px;}
.contact1 .list ul li{ width:48%; margin:0 0 20px 4%; }
.contact1 .list ul li:nth-child(2n-1){ margin-left:0;}
.contact1 .list ul li .ico{ height:80px; }
.contact1 .list ul li .txt{ margin-top:15px;}
.contact1 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.contact1 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}

.contact2bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.contact2{}
.contact2 .list{ margin:0 auto; max-width:1200px; margin-top:40px;}
.contact2 .list ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.contact2 .list ul li{ width:49%; margin-bottom:15px;}
.contact2 .list ul li.li1{ width:100%;}
.contact2 .list .text1{ border:none; background:#f2f2f1; height:54px; line-height:54px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:10px;}
.contact2 .list .text2{ border:none; background:#f2f2f1; height:126px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:10px;}
.contact2 .list .button1{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:50px; line-height:48px; width:210px; border-radius:10px; cursor:pointer; transition:all .3s ease; margin-top:20px;}
.contact2 .list .button1:hover{ opacity:.9;}
@media(max-width:999px){
.contact2bg{ padding:40px 0; }
.contact2 .list{ margin-top:20px;}
.contact2 .list ul li{ width:100%; margin-bottom:15px;}
.contact2 .list .text1{ height:40px; line-height:38px; }
.contact2 .list .text2{ height:126px; }
.contact2 .list .button1{ height:40px; line-height:38px; width:210px; margin-top:10px;}
}

.contact_map{ background:#f2f2f1;}
.contact_map iframe{ width:100%;}



.aboutus1bg{ padding:100px 0; background-color:#f2f2f1; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.aboutus1{}
.aboutus1 .list{ margin-top:40px;}
.aboutus1 .list img{ display:block; margin:0 auto; width:100%; border-radius:15px;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1 .list{ margin-top:20px;}
}

.aboutus2bg{ padding:100px 0;background:var(--primary-color); }
.aboutus2{}
.aboutus2 .list{}
.aboutus2 .list ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.aboutus2 .list ul li{ width:23.5%; margin:10px 0 10px 2%; text-align:center; transition:all .3s ease;}
.aboutus2 .list ul li:hover{ transform:translateY(-5px);}
.aboutus2 .list ul li:nth-child(4n-3){ margin-left:0;}
.aboutus2 .list ul li .txt{}
.aboutus2 .list ul li .txt .h2{ font-size:46px; line-height:56px; font-weight:bold; margin-bottom:22px;}
.aboutus2 .list ul li .txt .h3{ font-size:18px; line-height:28px; color:#666;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0; }
.aboutus2 .list ul li{ width:49%; margin:10px 0 10px 2%; }
.aboutus2 .list ul li:nth-child(2n-1){ margin-left:0;}
.aboutus2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}

.aboutus3bg{ padding:80px 0; }
.aboutus3{}
.aboutus3 .list{}
.aboutus3 .list dl dd{ margin:10px 0;}
.aboutus3 .list dl dd .nr_box{ display: flex;justify-content: space-between;/*align-items: center;*/}
.aboutus3 .list dl dd:nth-child(2n-1) .nr_box{ flex-direction:row-reverse;}
.aboutus3 .list dl dd .lt{ width:49%; position:relative;}
.aboutus3 .list dl dd .lt .img{ position:sticky; top:0;}
.aboutus3 .list dl dd .lt .img img{ display:block; width:100%; border-radius:15px;}
.aboutus3 .list dl dd .rt{ width:49%;}
.aboutus3 .list dl dd .rt .box1{}
.aboutus3 .list dl dd .rt .box1 .h2{ font-size:46px; line-height:56px; font-weight:bold; margin-bottom:30px;}
.aboutus3 .list dl dd .rt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
@media(max-width:999px){
.aboutus3bg{ padding:20px 0; }
.aboutus3 .list dl dd{ margin:20px 0;}
.aboutus3 .list dl dd .nr_box{ display:block;}
.aboutus3 .list dl dd .lt{ width:100%; margin-bottom:10px;}
.aboutus3 .list dl dd .rt{ width:100%;}
.aboutus3 .list dl dd .rt .box1 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus3 .list dl dd .rt .box1 .h3{ font-size:14px; line-height:24px; }
}

.aboutus4bg{ padding:80px 0; background:#f2f2f1;}
.aboutus4{}
.aboutus4 .list{ margin-top:40px;}
.swiper_process{ position:relative; padding:0 20px 35px 20px;}
.swiper_process .swiper-container { width: 100%; }
.swiper_process .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_process .swiper-container .swiper-slide .img{ padding-bottom:66%; position:relative; overflow:hidden; border-radius:15px;}
.swiper_process .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_process .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_process .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold;}

.swiper_process .swiper-pagination{ bottom:0px; height:14px; width:100%; }
.swiper_process .swiper-pagination span{ width:14px; height:14px; border:1px solid #bbb; background:#bbb; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_process .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:#fff;}
.swiper_process .swiper-button-prev,.swiper_process .swiper-button-next{ width:30px; height:66px; margin-top:-33px; background-color:var(--primary-color); background-size:50% 50%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; }
.swiper_process .swiper-button-prev:hover,.swiper_process .swiper-button-next:hover{ opacity:1;}
.swiper_process .swiper-button-prev{ left:20px;}
.swiper_process .swiper-button-next{ right:20px;}
@media(max-width:999px){
.aboutus4bg{ padding:40px 0; }
.aboutus4 .list{ margin-top:20px;}
.swiper_process{ padding:0 0 35px 0;}
.swiper_process .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_process .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }

.swiper_process .swiper-button-prev{ left:0px;}
.swiper_process .swiper-button-next{ right:0px;}
}

.aboutus5bg{ padding:80px 0; border-top:1px solid #eee;}
.aboutus5{ display: flex;justify-content: space-between;/*align-items: center;*/}
.aboutus5_lt{ width:49%;}
.aboutus5_lt .box1{}
.aboutus5_lt .box1 .h2{ font-size:46px; line-height:56px; font-weight:bold; margin-bottom:35px;}
.aboutus5_lt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
.aboutus5_rt{ width:49%; position:relative;}
.aboutus5_rt .img{ position:sticky; top:0;}
.aboutus5_rt .img img{ display:block; width:100%; border-radius:15px;}
@media(max-width:999px){
.aboutus5bg{ padding:40px 0; }
.aboutus5{ display:block;}
.aboutus5_lt{ width:100%; margin-bottom:20px;}
.aboutus5_lt .box1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.aboutus5_lt .box1 .h3{ font-size:14px; line-height:24px; color:#666;}
.aboutus5_rt{ width:100%; }
}

.aboutus6bg{ padding:60px 0; border-top:1px solid #eee;}
.aboutus6{}
.aboutus6 .list{ margin-top:40px;}
.swiper_honor{ position:relative; padding:0 20px 35px 20px;}
.swiper_honor .swiper-container { width: 100%; }
.swiper_honor .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_honor .swiper-container .swiper-slide .img{ padding-bottom:138%; position:relative; overflow:hidden; border-radius:15px;}
.swiper_honor .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_honor .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_honor .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold;}

.swiper_honor .swiper-pagination{ bottom:0px; height:14px; width:100%; }
.swiper_honor .swiper-pagination span{ width:14px; height:14px; border:1px solid #bbb; background:#bbb; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_honor .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:#fff;}
.swiper_honor .swiper-button-prev,.swiper_honor .swiper-button-next{ width:30px; height:66px; margin-top:-33px; background-color:var(--primary-color); background-size:50% 50%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; }
.swiper_honor .swiper-button-prev:hover,.swiper_honor .swiper-button-next:hover{ opacity:1;}
.swiper_honor .swiper-button-prev{ left:20px;}
.swiper_honor .swiper-button-next{ right:20px;}
@media(max-width:999px){
.aboutus6bg{ padding:40px 0; }
.aboutus6 .list{ margin-top:20px;}
.swiper_honor{ padding:0 0 35px 0;}
.swiper_honor .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_honor .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }

.swiper_honor .swiper-button-prev{ left:0px;}
.swiper_honor .swiper-button-next{ right:0px;}
}


.inNews1{}
.inNews1 ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.inNews1 ul li{ width:32%; margin:0 0 35px 2%; }
.inNews1 ul li:nth-child(3n-2){ margin-left:0;}
.inNews1 ul li .img{ padding-bottom:66%; position:relative; overflow:hidden; border-radius:15px;}
.inNews1 ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inNews1 .video3_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.inNews1 .video3_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.inNews1 .video3_box p{ padding:0; margin:0; height:100%;}
.inNews1 .video3_box video{ display:block; width:100%; height:100%; background:#000;}
.inNews1 ul li .txt{ margin-top:15px;}
.inNews1 ul li .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inNews1 ul li .txt .h3{ font-size:14px; line-height:24px; color:#666; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inNews1 ul li .txt .h4{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.inNews1 ul li{ width:49%; margin:0 0 20px 2%; }
.inNews1 ul li:nth-child(3n-2){ margin-left:2%;}
.inNews1 ul li:nth-child(2n-1){ margin-left:0;}
.inNews1 ul li .txt{ margin-top:10px;}
.inNews1 ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.inNews1 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px; }
.inNews1 ul li .txt .h4{ font-size:14px; line-height:24px; }
}



.tit4{}
.tit4 .h2{ font-size:32px; line-height:42px;}
.tit4 .h3{ font-size:12px; line-height:22px; color:#999; margin-top:20px;}
.newsDetail{}
.newsDetail_video{ width:100%; max-width:600px; margin-top:30px;}
.newsDetail_video .img{ position:relative;}
.newsDetail_video .img img{ display:block; width:100%; border-radius:15px;}
.newsDetail_video .video3_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.newsDetail_video .video3_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.newsDetail_video .video3_box p{ padding:0; margin:0; height:100%;}
.newsDetail_video .video3_box video{ display:block; width:100%; height:100%; background:#000;}
.newsDetail .list{ margin-top:60px; margin-bottom:60px;}
.news_prevnext{}
.news_prevnext ul{ display: flex;justify-content: space-between;/*align-items: center;*/}
.news_prevnext ul li{ max-width:49%;}
.news_prevnext ul li i{ font-size:16px;}
.news_prevnext ul li strong{ margin:0 10px;}
.news_prevnext ul li span{}
@media(max-width:999px){
.tit4 .h2{ font-size:24px; line-height:34px;}
.tit4 .h3{ font-size:12px; line-height:22px; margin-top:5px;}
.newsDetail .list{ margin-top:30px; margin-bottom:30px;}
.news_prevnext ul li span{ display:none;}
}



.inCase1{}
.inCase1_list1{ font-size:14px; line-height:2; color:#666; margin-bottom:40px;}
.inCase1_list2{}
.inCase1_list2 dl{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.inCase1_list2 dl dd{ width:32%; margin:0 0 20px 2%; }
.inCase1_list2 dl dd:nth-child(3n-2){ margin-left:0;}
.inCase1_list2 dl dd .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:15px;}
.inCase1_list2 dl dd .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inCase1_list2 .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.inCase1_list2 .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.inCase1_list2 .video2_box p{ padding:0; margin:0; height:100%;}
.inCase1_list2 .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.inCase1_list2 dl dd .img_gif img{ display:none; z-index:3;}
.inCase1_list2 dl dd:hover .img_gif img{ display:block; object-fit:contain; background:#000;}
.inCase1_list2 dl dd .txt{ margin-top:20px;}
.inCase1_list2 dl dd .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inCase1_list2 dl dd .txt .h3{ font-size:14px; line-height:24px ; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.inCase1_list1{ font-size:14px; line-height:1.5; margin-bottom:20px;}
.inCase1_list2 dl dd{ width:49%; margin:0 0 20px 2%; }
.inCase1_list2 dl dd:nth-child(3n-2){ margin-left:2%;}
.inCase1_list2 dl dd:nth-child(2n-1){ margin-left:0;}
.inCase1_list2 dl dd .txt{ margin-top:15px;}
.inCase1_list2 dl dd .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.inCase1_list2 dl dd .txt .h3{ font-size:14px; line-height:24px ; }
}


.caseDetail1bg{ padding:60px 0;}
.caseDetail1{}
.caseDetail1_top{ display: flex;justify-content: space-between;align-items: center; margin-bottom:100px;}
.caseDetail1_top .lt{ width:49%;}
.caseDetail1_top .lt .img{ position:relative;}
.caseDetail1_top .lt .img img{ display:block; width:100%; border-radius:15px;}
.caseDetail1_top .video3_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:70px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.caseDetail1_top .video3_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.caseDetail1_top .video3_box p{ padding:0; margin:0; height:100%;}
.caseDetail1_top .video3_box video{ display:block; width:100%; height:100%; background:#000;}
.caseDetail1_top .rt{ width:49%;}
.caseDetail1_top .rt .box1{}
.caseDetail1_top .rt .box1 .h2{ font-size:32px; line-height:42px; margin-bottom:25px;}
.caseDetail1_top .rt .box1 .h3{ font-size:14px; line-height:24px; margin-bottom:30px;}
.caseDetail1_top .rt .more1{ text-align:left;}
.caseDetail1_btm{}
.caseDetail1_btm .h1{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:20px;}
.caseDetail1_btm .list{}
@media(max-width:999px){
.caseDetail1bg{ padding:40px 0;}
.caseDetail1_top{ display:block; margin-bottom:40px;}
.caseDetail1_top .lt{ width:100%; margin-bottom:15px;}
.caseDetail1_top .video3_open{ background-size:46px auto; }
.caseDetail1_top .rt{ width:100%;}
.caseDetail1_top .rt .box1 .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.caseDetail1_top .rt .box1 .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.caseDetail1_btm .h1{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:20px;}
}

.case_contactbg{ padding:60px 0;}
.case_contact{}
.case_contact .list{ margin-top:60px;}
.case_contact .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.case_contact .list ul li{ width:23.5%; margin:0 0 0 2%; border-bottom:1px solid rgba(8, 10, 12, .05); padding:20px 0; box-sizing:border-box;}
.case_contact .list ul li:nth-child(4n-3){ margin-left:0;}
.case_contact .list ul li .txt{}
.case_contact .list ul li .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; padding-left:10px; position:relative; margin-bottom:5px;}
.case_contact .list ul li .txt .h2:before{ content:""; width:2px; height:12px; background:var(--primary-color); position:absolute; left:0; top:7px;}
.case_contact .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#666;}
.case_contact .list ul li .txt .h3 a.whatsapp{ display:inline-block; border:1px solid #25D366; padding:5px 10px; border-radius:4px;}
.case_contact .list ul li .txt .h3 a.whatsapp i{ color:#25D366; margin-right:5px; font-size:20px;}
@media(max-width:999px){
.case_contactbg{ padding:40px 0;}
.case_contact .list{ margin-top:20px;}
.case_contact .list ul li{ width:49%; margin:0 0 0 2%; padding:15px 0; }
.case_contact .list ul li:nth-child(2n-1){ margin-left:0;}
.case_contact .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.case_contact .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.case_recommendedbg{ padding:60px 0;}
.case_recommended{}
.case_recommended .list { margin-top:40px;}
.case_recommended .list dl{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.case_recommended .list dl dd{ width:23.5%; margin:0 0 40px 2%; text-align:center;}
.case_recommended .list dl dd:nth-child(4n-3){ margin-left:0;}
.case_recommended .list dl dd .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:15px;}
.case_recommended .list dl dd .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.case_recommended .list .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.case_recommended .list .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.case_recommended .list .video2_box p{ padding:0; margin:0; height:100%;}
.case_recommended .list .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.case_recommended .list dl dd .img_gif img{ display:none; z-index:3;}
.case_recommended .list dl dd:hover .img_gif img{ display:block; object-fit:contain; background:#000;}
.case_recommended .list dl dd .txt{ margin-top:20px;}
.case_recommended .list dl dd .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.case_recommended .list dl dd .txt .h3{ font-size:14px; line-height:24px ; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.case_recommendedbg{ padding:40px 0;}
.case_recommended .list { margin-top:20px;}
.case_recommended .list dl dd{ width:49%; margin:0 0 30px 2%; }
.case_recommended .list dl dd:nth-child(2n-1){ margin-left:0;}
.case_recommended .list dl dd .txt{ margin-top:15px;}
.case_recommended .list dl dd .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.case_recommended .list dl dd .txt .h3{ font-size:14px; line-height:24px ; }
}



.paper1bg{ position:relative;}
.paper1bg img{ display:block; width:100%;}
.paper1_txtbg{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.paper1_txt{ color:#fff; max-width:700px;}
.paper1_txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.paper1_txt .h3{ font-size:46px; line-height:56px; margin-bottom:25px; font-weight:bold;}
.paper1_txt .h4{ font-size:14px; line-height:24px; margin-bottom:30px;}
.paper1_txt .more1{ text-align:left;}
@media(max-width:999px){
.paper1bg img{ height:120vw;}
.paper1_txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.paper1_txt .h3{ font-size:24px; line-height:28px; margin-bottom:10px; }
.paper1_txt .h4{ font-size:14px; line-height:18px; margin-bottom:15px;}
}

.paper2bg{ padding:100px 0;}
.paper2{ display: flex;justify-content: space-between;/*align-items: center;*/}
.paper2_lt{ width:25.5%; position:relative; margin-left:5%;}
.paper2_lt .box1{ position: sticky; top: 0;}
.paper2_lt .h2{ font-size:14px; line-height:24px; margin-bottom:12px;}
.paper2_lt .h3{ font-size:46px; line-height:56px; margin-bottom:18px; font-weight:bold;}
.paper2_lt .h4{ font-size:14px; line-height:24px; margin-bottom:18px;}
.paper2_lt .more1{ text-align:left;}
.paper2_rt{ width:65%;}
.swiper_paper{ position:relative; padding:0 0 35px 0;}
.swiper_paper .swiper-container { width: 100%; }
.swiper_paper .swiper-container .swiper-slide { position:relative; }
.swiper_paper .swiper-container .swiper-slide .img{ padding-bottom:75%; position:relative; overflow:hidden; border-radius:15px;}
.swiper_paper .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_paper .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_paper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;}
.swiper_paper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; color:#666;}
.swiper_paper .swiper-pagination{ bottom:0px; height:14px; width:100%;}
.swiper_paper .swiper-pagination span{ width:14px; height:14px; border:1px solid #bbb; background:#bbb; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_paper .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:#fff;}
.swiper_paper .swiper-button-prev,.swiper_paper .swiper-button-next{ width:30px; height:66px; margin-top:-33px; background-color:var(--primary-color); background-size:50% 50%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; display:none;}
.swiper_paper .swiper-button-prev:hover,.swiper_paper .swiper-button-next:hover{ opacity:1;}
.swiper_paper .swiper-button-prev{ left:20px;}
.swiper_paper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.paper2bg{ padding:40px 5%;}
.paper2{ display:block;}
.paper2_lt{ width:100%; margin:0 0 20px 0;}
.paper2_lt .h2{ font-size:14px; line-height:24px; margin-bottom:10px;}
.paper2_lt .h3{ font-size:24px; line-height:34px; margin-bottom:15px; }
.paper2_lt .h4{ font-size:14px; line-height:24px; margin-bottom:15px;}
.paper2_rt{ width:100%;}
.swiper_paper .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_paper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.swiper_paper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
}


.paper3bg{}
.paper3{display: flex;justify-content: space-between;/*align-items: center;*/}
.paper3_lt{ width:49%; position:relative; }
.paper3_lt .box1{ position: sticky; top: 0;}
.paper3_lt .h2{ font-size:46px; line-height:56px; margin-bottom:30px; font-weight:bold;}
.paper3_lt .h3{ font-size:14px; line-height:24px; }
.paper3_rt{ width:49%;}
.paper3_rt ul{display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.paper3_rt ul li{ width:49%; margin:0 0 20px 2%; background:rgba(122,122,122,0.1);}
.paper3_rt ul li:nth-child(2n-1){ margin-left:0;}
.paper3_rt ul li .nr_box{ padding:30px 20px;}
.paper3_rt ul li .img{ height:44px;display: flex;justify-content: flex-start;align-items: center;}
.paper3_rt ul li .img img{ display:block; max-width:100%; max-height:100%;}
.paper3_rt ul li .txt{ margin-top:15px;}
.paper3_rt ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:10px;}
.paper3_rt ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.paper3{display: block;}
.paper3_lt{ width:100%; margin-bottom:20px;}
.paper3_lt .h2{ font-size:24px; line-height:34px; margin-bottom:10px; }
.paper3_lt .h3{ font-size:14px; line-height:24px; }
.paper3_rt{ width:100%;}
.paper3_rt ul li{ width:49%; margin:0 0 20px 2%; }
.paper3_rt ul li:nth-child(2n-1){ margin-left:0;}
.paper3_rt ul li .nr_box{ padding:20px 10px;}
.paper3_rt ul li .img{ height:44px; }
.paper3_rt ul li .txt{ margin-top:15px;}
.paper3_rt ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.paper3_rt ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.paper4bg{ padding:60px 0;}
.paper4{}
.scroll_paper4{}
.scroll_paper4 .bd{}
.scroll_paper4 .bd ul li{ float:left; width:20%; text-align:center;}
.scroll_paper4 .bd ul li .nr_box{ margin:0 10px;}
.scroll_paper4 .bd ul li .img{ padding-bottom:96%; position:relative; overflow:hidden; border-radius:15px;}
.scroll_paper4 .bd ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.scroll_paper4 .bd ul li .txt{ margin-top:15px;}
.scroll_paper4 .bd ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px; font-weight:bold;}
.scroll_paper4 .bd ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.paper4bg{ padding:40px 0;}
.scroll_paper4 .bd ul li{ float:left; width:100%; }
.scroll_paper4 .bd ul li .nr_box{ margin:0 10px;}
.scroll_paper4 .bd ul li .txt{ margin-top:15px;}
.scroll_paper4 .bd ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px; }
.scroll_paper4 .bd ul li .txt .h3{ font-size:14px; line-height:24px;}
}



.pro_recommendedbg{ padding:60px 0;}
.pro_recommended{}
.pro_recommended .list{ margin-top:40px;}
.swiper_Pro{ position:relative; padding:0 0 35px 0;}
.swiper_Pro .swiper-container { width: 100%; }
.swiper_Pro .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_Pro .swiper-container .swiper-slide .img{ padding-bottom:75%; position:relative; overflow:hidden; border-radius:15px;}
.swiper_Pro .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_Pro .video2_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:46px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.swiper_Pro .video2_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.swiper_Pro .video2_box p{ padding:0; margin:0; height:100%;}
.swiper_Pro .video2_box video{ display:block; width:100%; height:100%; background:#000;}
.swiper_Pro .swiper-container .swiper-slide .txt{ margin-top:20px;}
.swiper_Pro .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.swiper_Pro .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.swiper_Pro .swiper-pagination{ bottom:0px; height:14px; width:100%;}
.swiper_Pro .swiper-pagination span{ width:14px; height:14px; border:1px solid #bbb; background:#bbb; margin:0 5px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_Pro .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:#fff;}
.swiper_Pro .swiper-button-prev,.swiper_Pro .swiper-button-next{ width:30px; height:66px; margin-top:-33px; background-color:var(--primary-color); background-size:50% 50%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; top:35%;}
.swiper_Pro .swiper-button-prev:hover,.swiper_Pro .swiper-button-next:hover{ opacity:1;}
.swiper_Pro .swiper-button-prev{ left:0px;}
.swiper_Pro .swiper-button-next{ right:0px;}
@media(max-width:999px){
.pro_recommendedbg{ padding:40px 0;}
.pro_recommended .list{ margin-top:20px;}
.swiper_Pro .swiper-container .swiper-slide .txt{ margin-top:15px;}
.swiper_Pro .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.swiper_Pro .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
}


.inProduct_lt{ width:calc(96% - 280px);}
.proDetail1_box{}
.proDetail1_list1{ border:1px solid #E4E8EA; margin-bottom:20px;display: flex;justify-content: space-between;/*align-items: center;*/ padding:25px;}
.proDetail1_list1 .lt{ width:49%;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:var(--primary-color); opacity:.4;cursor:move;z-index:1;}
.pro_gallery{ }
.pro_gallery-top { border:1px solid #E4E8EA; margin-bottom:10px;}
.pro_gallery-top .gallery-top{}
.pro_gallery-top .gallery-top .swiper-slide { }
.pro_gallery-top .gallery-top .swiper-slide .img{ padding-bottom:100%; position:relative;}
.pro_gallery-top .gallery-top .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery .video3_open{ width:100%; height:100%; background:url(../images/video.png) center no-repeat; background-size:70px auto; position:absolute; top:0; left:0; z-index:1; cursor:pointer;}
.pro_gallery .video3_box{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2; display:none;}
.pro_gallery .video3_box p{ padding:0; margin:0; height:100%;}
.pro_gallery .video3_box video{ display:block; width:100%; height:100%; background:#000;}
.pro_gallery-thumbs { position:relative;}
.pro_gallery-thumbs .gallery-thumbs{}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide { opacity: 0.5; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative; cursor:pointer; border:1px solid #E4E8EA;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active { opacity: 1; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img{ border-color:var(--primary-color);}
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ display:none;}
.pro_gallery .swiper-button-prev{ left:-30px;}
.pro_gallery .swiper-button-next{ right:-30px;}
.proDetail1_list1 .rt{ width:49%;}
.proDetail1_list1 .rt .box1{ margin-bottom:10px;}
.proDetail1_list1 .rt .box1 .h2{ font-size:32px; line-height:42px; margin-bottom:25px;}
.proDetail1_list1 .rt .box1 .h3{ font-size:16px; line-height:26px; color:#666;}
.proDetail1_list1 .rt .box2{ font-size:14px; line-height:24px;}
.proDetail1_list1 .rt .box2 dl dd{display: flex;justify-content: space-between;/*align-items: center;*/ margin-bottom:5px;}
.proDetail1_list1 .rt .box2 .h2{ width:120px; font-weight:bold;}
.proDetail1_list1 .rt .box2 .h3{ flex:1;}
.proDetail1_list1 .pro_color{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.proDetail1_list1 .pro_color li{ margin:0 10px 10px 0; cursor:pointer;}
.proDetail1_list1 .pro_color li .img{ border:1px solid #E4E8EA; width:30px; height:30px; box-sizing:border-box;display: flex;justify-content:center;align-items: center; border-radius:4px; overflow:hidden;}
.proDetail1_list1 .pro_color li .img img{ display:block; max-width:100%; max-height:100%; }
.proDetail1_list1 .pro_color li.on .img{ border-color:var(--primary-color);}
.proDetail1_list1 .pro_size{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.proDetail1_list1 .pro_size li{ margin:0 10px 10px 0; cursor:pointer;}
.proDetail1_list1 .pro_size li span{ border:1px solid #E4E8EA; box-sizing:border-box; display:block; line-height:28px; padding:0 5px; border-radius:4px;}
.proDetail1_list1 .pro_size li.on .img{ border-color:var(--primary-color);}
.proDetail1_list1 .rt .more1{ text-align:left; margin-top:30px;}
.proDetail1_list2{}
.slide_proD{}
.slide_proD .hd{ font-size:18px; line-height:50px; font-weight:bold; }
.slide_proD .hd ul{display: flex;justify-content: flex-start;/*align-items: center;*/}
.slide_proD .hd ul li{ padding:0 45px; cursor:pointer; border-right:1px solid #E4E8EA; border-left:1px solid #E4E8EA; border-top:2px solid transparent;}
.slide_proD .hd ul li.on{ color:var(--primary-color); border-top-color:var(--primary-color);}
.slide_proD .bd{ padding:25px; border:1px solid #E4E8EA; }
@media(max-width:999px){
.inProduct_lt{ width:100%;}
.proDetail1_list1{ margin-bottom:20px;display:block; padding:20px;}
.proDetail1_list1 .lt{ width:100%; margin-bottom:20px;}
.pro_gallery .video3_open{ background-size:46px auto; }
.proDetail1_list1 .rt{ width:100%;}
.proDetail1_list1 .rt .box1{ margin-bottom:10px;}
.proDetail1_list1 .rt .box1 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.proDetail1_list1 .rt .box1 .h3{ font-size:16px; line-height:26px; }
.proDetail1_list1 .rt .box2{ font-size:14px; line-height:24px;}
.proDetail1_list1 .rt .box2 dl dd{ margin-bottom:5px;}
.proDetail1_list1 .rt .box2 .h2{ width:120px; }
.proDetail1_list1 .rt .more1{ margin-top:30px;}
.slide_proD .hd{ font-size:14px; line-height:50px; }
.slide_proD .hd ul li{ padding:0 20px; }
.slide_proD .bd{ padding:20px; }
}

.inProduct_rt{ width:280px;}
.side_c{ border:1px solid #E4E8EA; margin-bottom:20px; padding:15px 20px 20px 20px;}
.side_c .h1{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:15px;}
.side_c ul{}
.side_c ul li{ margin-bottom:10px;}
.side_c ul li .nr_box{display: flex;justify-content: space-between;align-items: center;}
.side_c ul li .imgbg{ width:42%;}
.side_c ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border:1px solid #E4E8EA;}
.side_c ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.side_c ul li .txtbg{ width:56%;}
.side_c ul li .txt{}
.side_c ul li .txt .h2{ font-size:14px; line-height:18px; font-weight:bold; margin-bottom:5px;
overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.side_c ul li .txt .h3{ font-size:12px; line-height:16px; color:#666;
overflow:hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inProduct_rt .side_a,.inProduct_rt .side_b{ border:1px solid #E4E8EA; box-shadow:none;}
@media(max-width:999px){
.inProduct_rt{ display:none;}
}






