/*common start*/
:root{
 --primary-color:#0963d3;
 --secondary-color:#ff8700;
 --third-color:#2058a3;
 --main-color:#0963d3;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; 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:1500px; 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,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:absolute; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ background:#f5f5f5; border-bottom:1px solid #eee;}
.head1{ height:34px; line-height:34px; transition:all .3s ease; font-size:15px;
display: flex;
justify-content: space-between;
align-items: center;}
.head1 .lt{}
.head1 .rt{}
.head1 .rt i{ color:#ddd; margin:0 10px; font-style:normal;}
.head2bg{ position:relative; transition:all .3s ease; overflow:hidden;background-image: url(../images/headbg.jpg);}
.head2{ height:120px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head2 .lt{
display: flex;
justify-content: flex-start;
align-items: center;}
.head .logo{ height:120px; }
.head .logo a{ width:100%; height:100%; display: flex; justify-content: flex-start; align-items: center; color:#fff;}
.head .logo img{ display:block; max-width:100%; max-height:80%; }
.head .logo .img1{ display:none;}
.head .logo .txt{}
.head .logo .txt .h2{ font-size:1.55vw; font-weight:bold;}
.head .logo .txt .h3{ font-size:1vw;}
.head .logo_txt{ margin-left:1.56vw; padding:6px 0 6px 1.56vw; border-left:1px solid #ddd;}
.head .logo_txt .h2{ font-size:1.56vw; font-weight:bold; margin-bottom:2px; color:var(--primary-color);}
.head .logo_txt .h2 strong{ color:var(--secondary-color);}
.head .logo_txt .h2 span{}
.head .logo_txt .h3{ font-size:1.02vw; color:#fff;font-weight: bold;}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_phone{ font-size:15px; line-height:25px; padding-left:55px; min-height:55px; background:url(../images/icon1.png) left center no-repeat;}
.head .h_phone span{ display:block;color: #fff;}
.head .h_phone strong{ display:block; font-size:30px; line-height:1em; color:var(--primary-color); }
.head .h_search_btn{ font-size:20px; height:40px; box-sizing:border-box;display: flex; justify-content:center; align-items: center; color:#666; margin-left:1.3vw; cursor:pointer; transition:all .3s ease; display:none;}
.head .h_search_btn:hover{ background:#fff; color:var(--primary-color);}
.head2 .h_search_box{ width:100%; height:100vh; position:fixed; top:0; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head2 .h_search_box.active1{ opacity:1; visibility:visible;}
.head2 .h_search_close1{ width:100%; height:100%; background:rgba(9, 12, 16, 0.97); position:absolute; left:0; top:0; z-index:998;}
.head2 .h_searchbg{ width:90%; max-width:800px; position:absolute; left:50%; top:45%; transform:translate(-50%,-50%); z-index:999;}
.head2 .h_search{ }
.head2 .h_search_close2{ width:20px; height:20px; background:url(../images/close.png) center no-repeat; position:absolute; top:20px; right:20px; z-index:999; transition:all .3s ease; cursor:pointer;}
.head2 .h_search_close2:hover{ transform:rotate(180deg);}
.head2 .h_search .form{ height:66px; overflow:hidden; position:relative;}
.head2 .h_search .form .text1{ float:left; border:1px solid #666; background:none; height:66px; line-height:64px; padding:0 70px 0 10px; width:100%; box-sizing:border-box; border-radius:5px; color:#fff;}
.head2 .h_search .form .text1:focus{ border-color:#fff;}
.head2 .h_search .form .button1{ float:right; border:none;  background:none; width:70px; height:66px; line-height:66px; cursor:pointer; font-size:20px; color:#999; transition:all .3s ease; position:absolute; top:0; right:0;}
.head2 .h_search .form .button1:hover{ color:#fff;}
.head2 .h_search .form .button1 i{vertical-align: text-top;}
.head3bg{ background:var(--primary-color);}
.head3{
display: flex;
justify-content: space-between;
align-items: center;}
/*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:#fff; display:block; font-size:20px; font-weight:normal; position:relative; z-index:1; padding:0 1.82vw;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:#fff; background:var(--third-color);}
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:15px; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ width:100%;}*/
.head .menu>ul>li ul{ width:100%; background:rgba(0,0,0,.5); box-shadow:0 0 10px rgba(0,0,0,.2);/* border-radius:5px; padding:10px 0;*/ position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; border-bottom:1px solid rgba(0,0,0,.2);}
.head .menu>ul>li ul li a{ color:#fff; display:block; font-weight:normal; font-size:16px; line-height:26px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#fff; background:var(--primary-color);}
.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:215px;}
.head.active1{ background:#fff; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active2{ }

@media(max-width:999px){
.head_height{ height:60px;}
.head{ position:fixed; background:#fff;}
.head1bg{ display:none;}
.head2bg{ height:60px !important; }
.head2{ height:60px; }
.head2 .lt{ width:60%;}
.head .logo{ width:100%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .logo_txt{ display:none;}
.head .h_phone{ display:none;}
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:38px; padding:0 40px 0 10px; }
.head .h_search .form .button1{ width:40px; height:40px; line-height:40px; font-size:20px; }
.head3bg{ display:none;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100vh - 60px); border-top:1px solid #eee; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.4); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; right: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 10px;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{}
.head .nav_list>ul>li{ border-bottom:1px solid #f2f3f7;}
.head .nav_list ul li span{ padding:5px 30px 5px 10px; display:block; position:relative;}
.head .nav_list>ul>li>span{ padding:10px 30px 10px 10px;}
.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:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:15px; right:10px; transition:all .3s ease;}
.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);}
.head .nav_list ul li ul li.nav_down>span:after{ top:8px; }

.head.active1 .nav_open i,.head.active1 .nav_open:before,.head.active1 .nav_open:after{ background:#333;}
.head.active2 .nav_open i,.head.active2 .nav_open:before,.head.active2 .nav_open:after{ background:#333;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; max-width:680px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:60px; line-height:70px; margin-bottom:1.56vw; font-weight:bold;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:50px; line-height:60px;}
.banner_swiper .swiper-pagination{ bottom:20px; height:8px; width:100%; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:44px; height:8px; background:rgba(0,0,0,.2); opacity:1; margin:0 5px; border-radius:8px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color);}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:30px; height:60px; margin-top:-30px; text-align:center; background:none; color:#fff; font-size:60px; transition:all .3s ease; box-sizing:border-box; border-radius:100%; border-radius:4px;/* display:none;*/}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px;}
.banner_swiper .swiper-pagination{ bottom:10px; height:4px; }
.banner_swiper .swiper-pagination span{ width:24px; height:4px; margin:0 3px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:20px; height:40px; margin-top:-20px; font-size:40px;}
}


.con01bg{ box-shadow:0 0 10px #eee; border-bottom:1px solid #eee; padding:10px 0;}
.con01{display: flex;justify-content: space-between;align-items: center;}
.con01_lt{ width:calc(96% - 260px); font-size:15px; line-height:30px;}
.con01_lt strong{ color:var(--primary-color);}
.con01_lt a{ display:inline-block; margin:0 10px 0 0;}
.con01_rt{ width:260px;}
.con01_rt .form{display: flex;justify-content: space-between;align-items: center;}
.con01_rt .form .text1{ border:1px solid #eee; background:#fff; height:30px; line-height:28px; padding:0 0 0 10px; width:calc(100% - 50px); box-sizing:border-box;}
.con01_rt .form .button1{ border:none; background:var(--primary-color); color:#fff; height:30px; line-height:30px; width:50px; cursor:pointer; transition:all .3s ease;}
.con01_rt .form .button1:hover{ opacity:.9;}
@media(max-width:999px){
.con01bg{ padding:0;}
.con01bg .wapper1{ width:100%;}
.con01{display:block;}
.con01_lt{ width:100%; font-size:14px; line-height:24px; margin-bottom:5px; display:none;}
.con01_lt a{ margin:0 10px 5px 0;}
.con01_rt{ width:100%;}
.con01_rt .form .text1{ height:40px; line-height:38px; }
.con01_rt .form .button1{ height:40px; line-height:40px; }
}


.tit1{}
.tit1 .h2{ font-size:18px; line-height:28px;}
.tit1 .h2 strong{ font-size:26px; font-weight:normal; color:var(--primary-color); margin-right:20px;}
.tit1 .h2 span{ color:#999;}
.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:30px; border:1px solid #8c8c8c; color:#666; padding:0 20px; min-width:125px; box-sizing:border-box; position:relative;}
.more1 span:hover{ border-color:var(--primary-color); color:var(--primary-color);}
.more1 span:before,.more1 span:after{ content:""; width:12px; height:1px; background:#8c8c8c; position:absolute; top:50%; transform:translateY(-50%);}
.more1 span:hover:before,.more1 span:hover:after{ background:var(--primary-color);}
.more1 span:before{ left:-5px;}
.more1 span:after{ right:-5px;}
.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:38px; width:100%; max-width:106px; box-sizing:border-box; border-radius:4px; background:#e1e1e1; color:var(--primary-color); transition:all .3s ease;}
.more2 span:hover{ background:var(--primary-color); color:#fff;}
.con02bg{ padding:60px 0;}
.con02{}
.con02_top{display: flex;justify-content: space-between;align-items: center;}
.con02 .list{ margin-top:40px;}
.slide_pro{}
.slide_pro .hd{ font-size:16px; line-height:38px; margin-bottom:30px;}
.slide_pro .hd ul{display: flex;justify-content: flex-start;/*align-items: center;*/flex-wrap:wrap;}
.slide_pro .hd ul li{ margin:0 10px 0 0; min-width:142px;}
.slide_pro .hd ul li a{ display:block; text-align:center; border:1px solid #ddd; padding:0 10px;}
.slide_pro .hd ul li.on a{ background:var(--primary-color); color:#fff;}
.slide_pro .bd{}
.slide_pro_list{}
.slide_pro_list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.slide_pro_list ul li{ width:23.5%; margin:0 0 25px 2%; box-shadow:0 0 27px rgba(0,0,0,0.1);}
.slide_pro_list ul li:nth-child(4n-3){ margin-left:0;}
.slide_pro_list ul li .nr_box{ padding:20px 5%;}
.slide_pro_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.slide_pro_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; transition:all .3s ease;}
.slide_pro_list ul li:hover .img img{ transform:scale(1.1);}
.slide_pro_list ul li .txt{ padding-top:25px; text-align:center;}
.slide_pro_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
 @media(max-width:999px){
.tit1 .h2{ font-size:14px; line-height:24px;}
.tit1 .h2 strong{ display:block; font-size:20px; margin-right:0;}
.tit1 .h2 span{ display:block;}
.more1 span{ font-size:12px; line-height:30px; padding:0 10px; min-width:100px;}
.more2 span{ font-size:14px; line-height:30px; width:100%; max-width:106px; }
.con02bg{ padding:40px 0;}
.con02 .list{ margin-top:20px;}
.slide_pro .hd{ font-size:14px; line-height:18px; margin-bottom:10px;}
.slide_pro .hd ul li{ margin:0 0 10px 10px; min-width:0; width:calc((100% - 30px)/4);}
.slide_pro .hd ul li:nth-child(4n-3){ margin-left:0;}
.slide_pro .hd ul li a{ padding:0 5px; height:40px;display: flex;justify-content: center;align-items: center;}

.slide_pro_list ul li{ width:48%; margin:0 0 20px 4%; }
.slide_pro_list ul li:nth-child(2n-1){ margin-left:0;}
.slide_pro_list ul li .nr_box{ padding:10px 5%;}
.slide_pro_list ul li .txt{ padding-top:10px; }
.slide_pro_list ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:15px;}
}


.more3{}
.more3 span{ display:inline-block; text-align:center; font-size:14px; line-height:38px; padding:0 10px; min-width:162px; border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; box-sizing:border-box; transition:all .3s ease;}
.more3 span:hover{ background:transparent; color:var(--primary-color);}
.con03bg{ padding:100px 0; background:#f7f7f7 url(../images/c3bg.jpg) top center no-repeat; }
.con03{display: flex;justify-content: space-between;/*align-items: center;*/}
.con03_lt{ width:52.5%;}
.con03_lt .nr_box{ padding:0 8% 0 17.5%;}
.con03_lt .box1{ margin-bottom:55px;}
.con03_lt .box1 .h2{ font-size:36px; line-height:46px; font-weight:bold; color:var(--primary-color); margin-bottom:1.04vw;}
.con03_lt .box1 .h3{ font-size:30px; line-height:40px;}
.con03_lt .box1 .line1{ width:40px; height:1px; background:#666; margin-top:.78vw; margin-bottom:1.56vw;}
.con03_lt .box1 .h4{ font-size:16px; line-height:2em; margin-bottom:1.56vw;}
.con03_lt .box2{ padding-top:40px; border-top:1px solid #e4e4e4;}
.con03_lt .box2 ul{display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con03_lt .box2 ul li{ }
.con03_lt .box2 ul li:nth-child(2n-1){ margin-left:0;}
.con03_lt .box2 ul li .txt{}
.con03_lt .box2 ul li .txt .h2{ font-size:16px; line-height:4.16vw;}
.con03_lt .box2 ul li .txt .h2 strong{ font-size:4.16vw;}
.con03_lt .box2 ul li .txt .h2 span{ font-size:30px; color:var(--primary-color);}
.con03_rt{ width:47.5%; position:relative;}
.con03_rt .img{ padding:0 0 5.5% 16.5%; background:url(../images/p13.png) bottom left no-repeat;}
.con03_rt .img img{ display:block; width:100%;}
.video1_open{ width:90px; height:90px; background:url(../images/ico_play.png) center no-repeat; background-size:contain; position:absolute; left:16.5%; top:50%; transform:translate(-50%,-50%); cursor:pointer;}
.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:1200px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:30px; height:30px; background:url(../images/close.png) center no-repeat; position:absolute; top:-30px; right:-30px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(90deg); }
.video1{}
.video1 video{ display:block; width:100%; max-height:100vh;}
 @media(max-width:999px){
.more3 span{ font-size:14px; line-height:38px; padding:0 10px; min-width:120px; }
.con03bg{ padding:40px 0; }
.con03{display:block;}
.con03_lt{ width:100%; margin-bottom:20px;}
.con03_lt .nr_box{ padding:0 5% ;}
.con03_lt .box1{ margin-bottom:20px;}
.con03_lt .box1 .h2{ font-size:20px; line-height:30px; margin-bottom:1.04vw;}
.con03_lt .box1 .h3{ font-size:16px; line-height:26px;}
.con03_lt .box1 .line1{ width:40px; margin-top:.78vw; margin-bottom:1.56vw;}
.con03_lt .box1 .h4{ font-size:14px; line-height:24px; margin-bottom:1.56vw;}
.con03_lt .box2{ padding-top:20px; }
.con03_lt .box2 ul li{ width:50%;}
.con03_lt .box2 ul li .txt .h2{ font-size:13px; line-height:23px;}
.con03_lt .box2 ul li .txt .h2 strong{ font-size:30px;}
.con03_lt .box2 ul li .txt .h2 span{ font-size:30px; line-height:30px; display:block;}
.con03_rt{ width:100%; }
.con03_rt .img{ padding:0 0 20px 5%; }
.video1_open{ width:30px; height:30px; left:5%; }
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:36px; line-height:46px; color:var(--primary-color); font-weight:bold; }
.tit2 .h2 span{ color:var(--secondary-color);}
.tit2 .h3{ font-size:28px; line-height:48px; margin-top:10px;}
.tit2 .h3 span{ display:inline-block; padding:0 20px; min-width:500px; box-sizing:border-box; border-radius:40px; background:var(--primary-color); color:#fff;}
.tit2 .h4{ font-size:18px; line-height:28px; margin-top:10px;}
.con04bg{ padding:60px 0;}
.con04{}
.con04 .list{ margin-top:40px;}
.slide_reason{}
.slide_reason .hd{ font-size:16px; line-height:38px; margin-bottom:30px;}
.slide_reason .hd ul{display: flex;justify-content: flex-start;/*align-items: center;*/flex-wrap:wrap;}
.slide_reason .hd ul li{ width:23.5%; margin:0 0 0 2%; border:2px solid var(--primary-color); box-sizing:border-box;}
.slide_reason .hd ul li:nth-child(4n-3){ margin-left:0;}
.slide_reason .hd ul li a{ display:block; text-align:center; border:1px solid #ddd; }
.slide_reason .hd ul li.on a{ }
.slide_reason .hd ul li .txt{ color:#666; padding:20px 20px;}
.slide_reason .hd ul li .txt .h2{ font-size:28px; line-height:38px; color:var(--primary-color);display: flex;justify-content:center;align-items: center; margin-bottom:10px;}
.slide_reason .hd ul li .txt .h2 i{ width:58px; height:58px;display: flex;justify-content:center;align-items: center; margin-right:15px;}
.slide_reason .hd ul li .txt .h2 i img{ display:block; max-width:100%; max-height:100%;}
.slide_reason .hd ul li .txt .h2 strong{}
.slide_reason .hd ul li .txt .h3{ font-size:18px; line-height:28px;}
.slide_reason .hd ul li:hover .txt .h2{animation: test 0.2s ease-in 2;}
@-webkit-keyframes test { 
    0% {
        transform:translate(0, 0)
    }
    50% {
        transform:translate(0, 5px)
    }
    100% {
        transform:translate(0, 0)
    }
}
.slide_reason .bd{}
.more4{}
.more4 a{ display:inline-block; margin-right:10px;}
.more4 span{ display:inline-block; text-align:center; font-size:16px; line-height:42px; padding:0 10px; min-width:174px; box-sizing:border-box; transition:all .3s ease; background:url(../images/btnsbg.png) center no-repeat; background-size:contain;}
.more4 span:hover{}
.slide_reason_list{}
.slide_reason_list .nr_box{display: flex;justify-content: space-between;/*align-items: center;*/ background:#f1f1f1;}
.slide_reason_list .imgbg{ width:50%;}
.slide_reason_list .img{ height:100%;}
.slide_reason_list .img img{ display:block; width:100%; height:100%;height: 620px;object-fit: cover;}
.slide_reason_list .txtbg{ width:50%;}
.slide_reason_list .txt{ padding:3.64vw 7.5%;}
.slide_reason_list .txt .h2{ font-size:28px; line-height:38px; margin-bottom:10px;}
.slide_reason_list .txt .h3{ font-size:28px; line-height:38px; padding-bottom:10px; position:relative; margin-bottom:40px;}
.slide_reason_list .txt .h3:before{ content:""; width:140px; height:4px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.slide_reason_list .txt .h4{ font-size:16px; line-height:26px; margin-bottom:40px;}
.slide_reason_list .txt .h4 ul{}
.slide_reason_list .txt .h4 li{ background:url(../images/icon-ly.png) left top 1px no-repeat; min-height:26px; padding-left:50px; margin-bottom:25px;}
 @media(max-width:999px){
.tit2 .h2{ font-size:16px; line-height:30px; }
.tit2 .h3{ font-size:18px; line-height:28px; margin-top:5px;}
.tit2 .h3 span{ padding:0 10px; min-width:0px; }
.tit2 .h4{ font-size:14px; line-height:24px; margin-top:5px;}
.con04bg{ padding:40px 0;}
.con04 .list{ margin-top:20px;}
.slide_reason .hd{ font-size:16px; line-height:38px; margin-bottom:10px;}
.slide_reason .hd ul li{ width:48%; margin:0 0 10px 4%; }
.slide_reason .hd ul li:nth-child(2n-1){ margin-left:0;}
.slide_reason .hd ul li .txt{ padding:10px 10px;}
.slide_reason .hd ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.slide_reason .hd ul li .txt .h2 i{ width:25px; height:25px; margin-right:5px;}
.slide_reason .hd ul li .txt .h3{ font-size:14px; line-height:24px;}
.more4 a{ margin-right:1px;}
.more4 span{ font-size:14px; line-height:28px; padding:0 10px; min-width:120px; }
.slide_reason_list .nr_box{display: block;}
.slide_reason_list .imgbg{ width:100%;}
.slide_reason_list .txtbg{ width:100%;}
.slide_reason_list .txt{ padding:20px 5%;}
.slide_reason_list .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.slide_reason_list .txt .h3{ font-size:20px; line-height:30px; padding-bottom:10px; margin-bottom:30px;}
.slide_reason_list .txt .h3:before{ width:140px; height:4px; }
.slide_reason_list .txt .h4{ font-size:14px; line-height:24px; margin-bottom:30px;}
.slide_reason_list .txt .h4 li{ background-position:left top ; min-height:24px; padding-left:35px; margin-bottom:15px;}
}


.con05bg{ padding:60px 0 0 0;}
.con05{}
.con05_top{display: flex;justify-content: space-between;align-items: center;}
.con05 .list{ margin-top:40px;}
.slide_case{display: flex;justify-content: space-between;/*align-items: center;*/}
.slide_case .hd{ width:12.5%; background:#f7f7f7; border:1px solid #e1e1e1; box-sizing:border-box; font-size:16px; line-height:26px; text-align:center;}
.slide_case .hd ul{ height:100%;display: flex;justify-content: space-between;/*align-items: center;*/flex-direction: column;}
.slide_case .hd ul li{ width:100%; height:100%; cursor:pointer; box-sizing:border-box; border-bottom:1px solid #e1e1e1;}
.slide_case .hd ul li:last-child{ border-bottom:none;}
.slide_case .hd ul li a{ width:100%; height:100%; padding:0 5px; box-sizing:border-box; display: flex;justify-content:center;align-items: center;}
.slide_case .hd ul li.on a{ background:#fff; color:var(--primary-color);}
.slide_case .bd{ width:87.5%; background:#141414;}
.slide_case_list{}
.slide_case_list .nr_box{display: flex;justify-content: space-between;align-items: center;}
.slide_case_list .imgbg{ width:62.5%;}
.slide_case_list .img{ height:600px; position:relative; overflow:hidden;}
.slide_case_list .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.slide_case_list .txtbg{ width:37.5%;}
.slide_case_list .txt{ color:#fff; text-align:center; padding:0 11%;}
.slide_case_list .txt .h2{ font-size:30px; line-height:40px; margin-bottom:20px;}
.slide_case_list .txt .h3{ font-size:14px; line-height:2em; opacity:.3;}
@media(max-width:999px){
.con05bg{ padding:40px 0 0 0;}
.con05 .list{ margin-top:20px;}
.slide_case{display:block;}
.slide_case .hd{ width:100%; font-size:14px; line-height:18px; overflow-x:auto;}
.slide_case .hd ul{ flex-direction:row; width:750px;}
.slide_case .hd ul li a{ width:100%; height:40px; padding:0 5px; }
.slide_case .bd{ width:100%; }
.slide_case_list .nr_box{display:block;}
.slide_case_list .imgbg{ width:100%;}
.slide_case_list .img{ height:auto; padding-bottom:58%; }
.slide_case_list .txtbg{ width:100%;}
.slide_case_list .txt{ padding:20px 5%;}
.slide_case_list .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.slide_case_list .txt .h3{ font-size:14px; line-height:24px; }
}


.tit3{ text-align:center;}
.tit3 .h2{ font-size:36px; line-height:46px; font-weight:bold;}
.tit3 .h2 strong{ color:var(--primary-color);}
.tit3 .h3{ font-size:16px; line-height:26px; margin-top:10px;}
.tit3 .line1{ margin:0 auto; width:100px; height:1px; background:var(--secondary-color); margin-top:5px;}
.con06bg{ padding:60px 0;}
.con06{}
.con06 .list{ margin-top:40px;}
.swiper_liucheng{ position:relative;}
.swiper_liucheng .swiper-container { width: 100%; }
.swiper_liucheng .swiper-container .swiper-slide { position:relative;}
.swiper_liucheng .swiper-container .swiper-slide>a{ margin:0 auto; width:150px; height:150px; border-radius:100%; background:var(--primary-color); display: flex;justify-content:center;align-items: center;}
.swiper_liucheng .swiper-container .swiper-slide .nr_box{}
.swiper_liucheng .swiper-container .swiper-slide .img{ height:50px; display: flex;justify-content:center;align-items: center;}
.swiper_liucheng .swiper-container .swiper-slide .img img{ display:block; max-width:100%; max-height:100%;}
.swiper_liucheng .swiper-container .swiper-slide .txtbg{ }
.swiper_liucheng .swiper-container .swiper-slide .txt{ color:#fff; margin-top:5px;}
.swiper_liucheng .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; }
.swiper_liucheng .swiper-pagination{ bottom:20px; height:8px; width:100%; display:none;}
.swiper_liucheng .swiper-pagination span{ vertical-align:top; width:44px; height:8px; background:rgba(0,0,0,.2); opacity:1; margin:0 5px; border-radius:8px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_liucheng .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color);}
.swiper_liucheng .swiper-button-prev,.swiper_liucheng .swiper-button-next{ width:32px; height:48px; margin-top:-24px; text-align:center; background-color:rgba(0,0,0,.25); background-size:50% 50%; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; border-radius:100%; border-radius:4px; display:none;}
.swiper_liucheng .swiper-button-prev:hover,.swiper_liucheng .swiper-button-next:hover{ background-color:rgba(0,0,0,.75);}
.swiper_liucheng .swiper-button-prev{ left:15px;}
.swiper_liucheng .swiper-button-next{ right:15px;}
@media(max-width:999px){
.tit3 .h2{ font-size:20px; line-height:30px; }
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.tit3 .line1{ width:100px; height:1px; margin-top:5px;}
.con06bg{ padding:40px 0;}
.con06 .list{ margin-top:20px;}
.swiper_liucheng .swiper-container .swiper-slide>a{ width:150px; height:150px; }
.swiper_liucheng .swiper-container .swiper-slide .img{ height:50px; }
.swiper_liucheng .swiper-container .swiper-slide .txt{ margin-top:5px;}
.swiper_liucheng .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; }
}


.con07bg{ padding:60px 0; background:#f8f7f7;}
.con07{}
.con07_top{display: flex;justify-content: space-between;align-items: center;}
.con07 .list{ margin-top:40px;}
.slide_news{}
.slide_news .hd{ font-size:16px; line-height:32px; text-align:center;}
.slide_news .hd ul{display: flex;justify-content: flex-end;/*align-items: center;*/}
.slide_news .hd ul li{ margin:0 0 0 2.08vw;}
.slide_news .hd ul li a{ display:block;  padding:0 25px; border-radius:30px;}
.slide_news .hd ul li.on a{ background:var(--primary-color); color:#fff;}
.slide_news .bd{}
.slide_news_list{}
.slide_news_list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.slide_news_list ul li{ width:calc((100% - 20px)/2); margin:0 0 20px 20px; background:#fff; box-shadow:0 0 20px rgba(0,0,0,0.05); background:#fff; border-radius:5px; transition:all .3s ease;}
.slide_news_list ul li:hover{ background:var(--primary-color);}
.slide_news_list ul li:nth-child(2n-1){ margin-left:0;}
.slide_news_list ul li .nr_box{ padding:20px 3%;display: flex;justify-content: space-between;/*align-items: center;*/}
.slide_news_list ul li .imgbg{ width:29%;}
.slide_news_list ul li .img{ height:150px; position:relative; overflow:hidden;}
.slide_news_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;}
.slide_news_list ul li:hover .img img{ transform:scale(1.1);}
.slide_news_list ul li .txtbg{ width:67%;}
.slide_news_list ul li .txt{ color:#666;}
.slide_news_list ul li:hover .txt{ color:#fff;}
.slide_news_list ul li .txt .h2{ font-size:18px; line-height:28px; color:#333; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.slide_news_list ul li:hover .txt .h2{ color:#fff;}
.slide_news_list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.slide_news_list ul li .txt .h4{ font-size:14px; line-height:24px; color:#999; text-align:right;}
.slide_news_list ul li:hover .txt .h4{ color:#fff; text-align:left;}
.slide_news_list ul li .txt .h5{ text-align:right;}
.slide_news_list ul li .txt .h5 img{}
@media(max-width:999px){
.con07bg{ padding:40px 0; }
.con07_top{display:block;}
.con07 .list{ margin-top:10px;}
.slide_news .hd{ font-size:14px; line-height:30px; margin-top:20px;}
.slide_news .hd ul{ justify-content: flex-start; flex-wrap:wrap;}
.slide_news .hd ul li{ margin:0 0 10px 0; width:25%;}
.slide_news .hd ul li a{ padding:0 5px; border-radius:4px;}
.slide_news_list ul li{ width:100%; margin:0 0 20px 0;}
.slide_news_list ul li .nr_box{ padding:20px 5%; }
.slide_news_list ul li .imgbg{ width:43%;}
.slide_news_list ul li .img{ height:100px; }
.slide_news_list ul li .txtbg{ width:53%;}
.slide_news_list ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:10px; }
.slide_news_list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:5px; }
.slide_news_list ul li .txt .h4{ font-size:14px; line-height:18px; }
}



.foot{ background:#2b2b2b; color:#a3abb1;}
.foot a{ color:#a3abb1;}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:40px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.foot1{display: flex;justify-content: space-between;/*align-items: center;*/}
.foot1 .lt{ width:49%;}
.foot .f_contact_box{}
.foot .f_contact_box .h1{ font-size:18px; margin-bottom:25px;}
.foot .f_contact_box .h1 strong{ font-weight:normal; margin-right:20px; font-size:30px; color:#fff;}
.foot .f_contact_box .h1 span{}
.foot .f_contact_box .h2{ font-size:18px; line-height:28px; color:#fff; margin-bottom:45px;}
.foot .f_contact_box .box1{display: flex;justify-content: space-between;/*align-items: center;*/}
.foot .f_ewm{ width:17%; text-align:center;}
.foot .f_ewm img{ display:block; margin:0 auto; width:100%; padding:5px; background:#fff;}
.foot .f_ewm span{ display:block; font-size:14px; line-height:24px; margin-top:15px;}
.foot .f_contact{ width:76%; font-size:14px; line-height:24px;}
.foot .f_contact ul li{ padding-left:25px; min-height:24px; position:relative; margin-bottom:20px;}
.foot .f_contact ul li i{ width:18px; height:14px; position:absolute; left:0; top:5px;display: flex;justify-content:center;align-items: center;}
.foot .f_contact ul li i img{ display:block; max-width:100%; max-height:100%;}
.foot1 .rt{ width:50%}
.foot .f_message{}
.foot .f_message .h1{ font-size:18px; margin-bottom:25px;}
.foot .f_message .h1 strong{ font-weight:normal; margin-right:20px; font-size:30px; color:#fff;}
.foot .f_message .h1 span{}
.foot .f_message .form{}
.foot .f_message .form ul{display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.foot .f_message .form ul li{ width:48%; margin-bottom:10px;}
.foot .f_message .form ul li.li1{ width:100%;}
.foot .f_message .form .text1{ border:none; border-bottom:1px solid #777777; background:none; height:49px; line-height:48px; padding:0; width:100%; box-sizing:border-box; color:#fff; font-size:16px;}
.foot .f_message .form .text2{ border:none; border-bottom:1px solid #777777; background:none; height:90px; line-height:24px; padding:10px 0; width:100%; box-sizing:border-box; color:#fff; font-size:16px;}
.foot .f_message .form .button1{ border:none; background:var(--primary-color); color:#fff; height:43px; line-height:43px; width:100%; cursor:pointer; transition:all .3s ease; margin-top:10px; font-size:16px;}
.foot .f_message .form .button1:hover{ opacity:.9;}
.foot input::-webkit-input-placeholder, .foot textarea::-webkit-input-placeholder { color: #a3abb1 ; font-size:16px;}
.foot input:-moz-placeholder, .foot textarea:-moz-placeholder { color:#a3abb1 ; font-size:16px;}
.foot input::-moz-placeholder, .foot textarea::-moz-placeholder { color:#a3abb1 ; font-size:16px;}
.foot input:-ms-input-placeholder, .foot textarea:-ms-input-placeholder { color:#a3abb1 ; font-size:16px;}
.foot2bg{ padding:20px 0; }
.foot2{ }
.foot .f_links{ font-size:14px; line-height:24px;}
.foot .f_links .h1{ font-size:20px; line-height:30px; border-bottom:1px solid rgba(255,255,255,0.2); margin-bottom:5px; color:#fff;}
.foot .f_links .h1 span{ display:inline-block; border-bottom:2px solid var(--primary-color); padding-bottom:5px;}
.foot .f_links ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.foot .f_links ul li{ margin:0 20px 10px 0;}
.foot .f_info{ font-size:14px; line-height:24px; }
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:40px 0; }
.foot1{display:block;}
.foot1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_contact_box .h1{ font-size:14px; margin-bottom:10px;}
.foot .f_contact_box .h1 strong{ margin-right:10px; font-size:20px; }
.foot .f_contact_box .h2{ font-size:18px; line-height:28px; margin-bottom:20px;}
.foot .f_contact_box .box1{display:block}
.foot .f_ewm{ width:30%; margin-bottom:10px;}
.foot .f_ewm span{ font-size:14px; line-height:24px; margin-top:5px;}
.foot .f_contact{ width:100%; font-size:14px; line-height:24px;}
.foot .f_contact ul li{ padding-left:25px; min-height:24px; margin-bottom:10px;}
.foot .f_contact ul li i{ width:18px; height:14px; left:0; top:5px; }
.foot1 .rt{ width:100%}
.foot .f_message .h1{ font-size:14px; margin-bottom:10px;}
.foot .f_message .h1 strong{ margin-right:10px; font-size:20px; }
.foot .f_message .form ul li{ width:100%; margin-bottom:10px;}
.foot .f_message .form .text1{ height:40px; line-height:39px; }
.foot .f_message .form .text2{ height:90px; line-height:24px; }
.foot .f_message .form .button1{ height:40px; line-height:40px; margin-top:10px; font-size:16px;}
.foot2bg{ padding:20px 0; }
.foot .f_links{ font-size:14px; line-height:24px;}
.foot .f_links .h1{ font-size:20px; line-height:30px; margin-bottom:5px; }
.foot .f_links .h1 span{ padding-bottom:5px;}
.foot .f_links ul li{ margin:0 20px 10px 0;}
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner_box{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ color:#fff; text-align:center;}
.inbanner_txt .h2{ font-size:48px; line-height:1.2em; font-weight:bold; }
.inbarbg{ border-bottom:1px solid #eee; box-shadow:0 0 10px #eee; padding:10px 0;}
.inbar{ display: flex;justify-content:space-between;align-items:center;}
.innavbg{ margin:40px 0 0 0;}
.innav{ font-size:18px; line-height:38px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; background:var(--primary-color); color:#fff; 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; margin:10px 10px 0 10px;}
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; color:#333; text-align:center; transition:all .3s ease; padding:0 20px; border:1px solid #eee;}
.innav>ul>li.hover>a{ color:#fff; background:var(--primary-color);}
.innav>ul>li:hover>a{ color:#fff; background:var(--primary-color);}
/*.innav>ul>li>a:before{ content:""; width:0; height:4px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.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:0 0 10px rgba(0,0,0,.1); 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; color:#666;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
.inSearch{ width:260px;}
.inSearch .form{display: flex;justify-content: space-between;align-items: center;}
.inSearch .form .text1{ border:1px solid #eee; background:#fff; height:30px; line-height:28px; padding:0 0 0 10px; width:calc(100% - 50px); box-sizing:border-box;}
.inSearch .form .button1{ border:none; background:var(--primary-color); color:#fff; height:30px; line-height:30px; width:50px; cursor:pointer; transition:all .3s ease;}
.inSearch .form .button1:hover{ opacity:.9;}
.weizhi{ font-size:14px; line-height:30px; color:#999;}
.weizhi i{ margin-right:5px; }
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; }
.inbarbg{ position:static; padding:0;}
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block; border-top:none; padding:0;}
.innavbg{ margin:0;}
.innavbg .wapper1{ width:100%;}
.innav{ font-size:16px; line-height:26px; }
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px dashed #e5e5e5; padding:10px 20px 10px 20px !important; margin:0;}
.innav>ul>li:last-child{ border-bottom:none;}
.innav>ul>li>a{ padding:0; display:inline; color:#333; font-weight:bold; border:none;}
.innav>ul>li>a:before{ display:none;}
.innav>ul>li.hover>a{ color:var(--primary-color); background:none;}
.innav>ul>li:hover>a{ color:var(--primary-color); background:none;}
.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; color:#666;}
.inSearch{ width:100%;}
.inSearch .form .text1{ height:40px; line-height:38px; }
.inSearch .form .button1{ height:40px; line-height:40px; }
.weizhi{ display:none;}
}

.insidebg{ margin:50px 0 80px 0; }
.inside{}
.inside_lt{ float:left; width:220px; position:sticky; top:60px;}
.side_a{ overflow:hidden;background:#fff; box-shadow:2px 4px 8px 0 rgba(0,0,0,.05); border-radius:5px; }
.side_a .h1{ font-size:18px; line-height:50px; background:var(--primary-color); color:#fff; padding:0 10px; position:relative; display:none;}
.side_a .h1 strong{ display:block; }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px dashed #e5e5e5; margin:0 20px;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:12px 20px 12px 0; 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:"\f107"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:0px; top:16px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li span:before{ content:""; width:4px; height:100%; background:transparent; position:absolute; top:0; left:-20px;}
.side_a ul li.hover>span:before{ background:var(--primary-color);}
.side_a ul li a{ display:inline-block; color:#333; font-size:12px; line-height:22px;}
.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 10px 10px 15px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:6px 20px 6px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 240px); box-sizing: border-box;}
.tit4{ text-align:center;}
.tit4 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.tit4 .h3{ font-size:26px; line-height:36px; margin-top:10px;}
.inside_con{ margin-top:40px;}
@media(max-width:999px){
.insidebg{ margin:20px 0 40px 0; }
.inside_lt{ width:100%; position:static; }
.side_a{ border-radius:0 0 0 0; }
.side_a .h1{ font-size:16px; line-height:50px; padding:0 40px 0 20px; display:block;}
.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; position:static; display:none;}
.side_a ul li span{ padding:10px 20px 10px 0;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px;}
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li.has_sub>span:after{ top:15px; }
.side_a ul li ul{ padding:0 0 10px 20px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:20px 5%;}
.tit4 .h2{ font-size:20px; line-height:30px; }
.tit4 .h3{ font-size:16px; line-height:26px; margin-top:2px;}
.inside_con{ margin-top:20px;}
}



.inProduct1bg{ margin:50px 0 80px 0; }
.inProduct1{}
.inProduct1_list{}
.inProduct1_list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.inProduct1_list ul li{ width:23.5%; margin:0 0 25px 2%; box-shadow:0 0 27px rgba(0,0,0,0.1);}
.inProduct1_list ul li:nth-child(4n-3){ margin-left:0;}
.inProduct1_list ul li .nr_box{ padding:20px 5%;}
.inProduct1_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.inProduct1_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; transition:all .3s ease;}
.inProduct1_list ul li:hover .img img{ transform:scale(1.1);}
.inProduct1_list ul li .txt{ padding-top:25px; text-align:center;}
.inProduct1_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
 @media(max-width:999px){
.inProduct1bg{ margin:20px 0 40px 0; }
.inProduct1_list ul li{ width:48%; margin:0 0 20px 4%; }
.inProduct1_list ul li:nth-child(2n-1){ margin-left:0;}
.inProduct1_list ul li .nr_box{ padding:10px 5%;}
.inProduct1_list ul li .txt{ padding-top:10px; }
.inProduct1_list ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:15px;}
}


.inContact1{display: flex;justify-content: space-between;align-items: flex-start;}
.inContact1_lt{ width:60%; background:#f6f6f6;}
.inContact1_lt .h1{ background:#ebebeb; box-sizing:border-box; padding:55px 9%; font-size:16px; line-height:26px;}
.inContact1_lt .h1 strong{ display:block; font-weight:normal; font-size:30px; line-height:40px; margin-bottom:10px;}
.inContact1_lt .h1 span{ display:block;letter-spacing: 12px; color:#999;}
.inContact1_lt ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.inContact1_lt ul li{ width:50%; box-sizing:border-box; padding:40px 6%;}
.inContact1_lt ul li:nth-child(3){ width:100%; background:#ebebeb;}
.inContact1_lt ul li .nr_box{display: flex;justify-content: space-between;align-items: flex-start;}
.inContact1_lt ul li i{ width:42px; height:42px; background:var(--primary-color); border-radius:100%;display: flex;justify-content: center;align-items:center;}
.inContact1_lt ul li i img{ display:block; max-width:100%; max-height:100%;}
.inContact1_lt ul li .h2{ width:calc(100% - 60px); font-size:16px; line-height:26px;}
.inContact1_rt{ width:36%; border:2px solid #ededed; box-sizing:border-box;}
.inContact1_rt .nr_box{ padding:25px 6%;}
.inContact1_rt .h1{ text-align:center; font-size:24px; line-height:34px; margin-bottom:20px;}
.inContact1_rt .form{}
.inContact1_rt .form ul li{ margin-bottom:10px;}
.inContact1_rt .form .h3{ font-size:14px; line-height:24px;}
.inContact1_rt .form .text1{ border:none; background:#f7f7f7; height:44px; line-height:44px; padding:0 10px; width:100%; box-sizing:border-box;}
.inContact1_rt .form .text2{ border:none; background:#f7f7f7; height:116px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box;}
.inContact1_rt .form .button1{ display:block; margin:0 auto; border:none; background:var(--primary-color); color:#fff; height:44px; line-height:44px; width:100%; max-width:229px; border-radius:40px; cursor:pointer; transition:all .3s ease; font-size:16px; margin-top:20px;}
.inContact1_rt .form .button1:hover{ opacity:.9;}
@media(max-width:999px){
.inContact1{display:block;}
.inContact1_lt{ width:100%; }
.inContact1_lt .h1{ padding:20px 5%; font-size:13px; line-height:23px;}
.inContact1_lt .h1 strong{ font-size:18px; line-height:28px; margin-bottom:1px;}
.inContact1_lt .h1 span{ letter-spacing: 12px; }
.inContact1_lt ul li{ width:100%; padding:20px 5%;}
.inContact1_lt ul li i{ width:42px; height:42px; }
.inContact1_lt ul li .h2{ width:calc(100% - 60px); font-size:14px; line-height:24px;}
.inContact1_rt{ width:100%; }
.inContact1_rt .nr_box{ padding:20px 5%;}
.inContact1_rt .h1{ font-size:20px; line-height:30px; margin-bottom:20px;}
.inContact1_rt .form ul li{ margin-bottom:10px;}
.inContact1_rt .form .h3{ font-size:14px; line-height:24px;}
.inContact1_rt .form .text1{ height:40px; line-height:40px; }
.inContact1_rt .form .text2{ height:116px; line-height:24px; }
.inContact1_rt .form .button1{ height:40px; line-height:40px; width:120px; max-width:100%; font-size:14px; margin-top:20px;}
}



.inNews1{}
.inNews1_lt{ float:left; width:74%;}
.inNews1_rt{ float:right; width:22%;}
.side_b{ background:#f7f7f7;}
.side_b .h1{ text-align:center; font-size:36px; line-height:46px; color:var(--primary-color); padding:40px 0; background:url(../images/titbg1.png) center no-repeat;}
.side_b .h1 strong{}
.side_b ul li{ padding:0 7.5%;}
.side_b ul li:hover{ background:var(--primary-color);}
.side_b ul li .nr_box{ border-bottom:1px solid #e7e7e7; padding:20px 0;display: flex;justify-content: space-between;align-items: center; flex-direction:row-reverse;}
.side_b ul li .imgbg{ width:34%;}
.side_b ul li .img{ padding-bottom:85%; position:relative; overflow:hidden;}
.side_b 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;}
.side_b ul li:hover .img img{ transform:scale(1.1);}
.side_b ul li .txtbg{ width:62%;}
.side_b ul li .txt{ color:#333;}
.side_b ul li:hover .txt{ color:#fff;}
.side_b ul li .txt .h2{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.side_b ul li .txt .h3{ font-size:12px; line-height:22px; color:#999;}
.side_b ul li:hover .txt .h3{ color:#fff;}
@media(max-width:999px){
.inNews1_lt{ width:100%;}
.inNews1_rt{ width:100%;}
.side_b .h1{ font-size:24px; line-height:34px; padding:20px 0;}
.side_b ul li{ padding:0 5%;}
.side_b ul li .nr_box{ padding:20px 0; }
.side_b ul li .imgbg{ width:34%;}
.side_b ul li .txtbg{ width:62%;}
.side_b ul li .txt .h2{ font-size:14px; line-height:24px; }
.side_b ul li .txt .h3{ font-size:12px; line-height:22px; }
}



.inNews1_list{}
.inNews1_list ul li{ margin-bottom:20px; padding:25px 2.5%; background:#f7f7f7;}
.inNews1_list ul li:hover{ background:var(--primary-color);}
.inNews1_list ul li .nr_box{ display: flex;justify-content: space-between;align-items: center; }
.inNews1_list ul li .imgbg{ width:23%;}
.inNews1_list ul li .img{ padding-bottom:85%; position:relative; overflow:hidden;}
.inNews1_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;}
.inNews1_list ul li:hover .img img{ transform:scale(1.1);}
.inNews1_list ul li .txtbg{ width:73%;}
.inNews1_list ul li .txt{ color:#333;}
.inNews1_list ul li:hover .txt{ color:#fff;}
.inNews1_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inNews1_list ul li .txt .h3{ font-size:15px; line-height:25px; color:#999; margin-bottom:15px;}
.inNews1_list ul li:hover .txt .h3{ color:#fff;}
.inNews1_list ul li .txt .h4{ font-size:14px; line-height:24px; opacity:.5;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.inNews1_list ul li{ margin-bottom:20px; padding:20px 5%; }
.inNews1_list ul li .imgbg{ width:34%;}
.inNews1_list ul li .txtbg{ width:62%;}
.inNews1_list ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:5px; }
.inNews1_list ul li .txt .h3{ font-size:12px; line-height:22px; margin-bottom:5px;}
.inNews1_list ul li .txt .h4{ font-size:12px; line-height:22px; }
}





.inProDetail1{}
.inProDetail1_list1{ display: flex;justify-content: space-between;/*align-items: center;*/ margin-bottom:40px;}
.inProDetail1_list1 .lt{ width:670px;}
.pro_gallery{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-direction:row-reverse;}
.pro_gallery-top { width:500px;}
.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-thumbs { width:100px;}
.pro_gallery-thumbs .gallery-thumbs{ height:500px;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide { opacity: 0.7; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative; cursor:pointer;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; border:2px solid #ddd; box-sizing:border-box;}
.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 img{ border-color:var(--primary-color);}
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ width:50%; height:40px; line-height:40px; margin:0; text-align:center; background:none; font-size:20px; position:static;}
.pro_gallery .swiper-button-prev:hover,.pro_gallery .swiper-button-next:hover{ background-color:var(--primary-color); color:#fff;}
.pro_gallery .swiper-button-prev{ }
.pro_gallery .swiper-button-next{ }
.pro_gallery .swiper-controls{ display: flex;justify-content: space-between;/*align-items: center;*/ margin-top:10px;}
.inProDetail1_list1 .rt{ width:calc(96% - 670px);}
.inProDetail1_list1 .rt .h2{ font-size:32px; line-height:42px; margin-bottom:20px;}
.inProDetail1_list1 .rt .h3{ font-size:14px; line-height:24px; margin-bottom:25px; color:#666;}
.more5{}
.more5 a{ display:inline-block; margin:0 10px 10px 0;}
.more5 span{ display:inline-block; text-align:center; font-size:16px; line-height:40px; padding:0 20px; min-width:185px; border-radius:4px; transition:all .3s ease; background:var(--primary-color); color:#fff; box-sizing:border-box;}
.more5 span:hover{ opacity:.9;}
@media(max-width:999px){
.inProDetail1_list1{ display: block; margin-bottom:30px;}
.inProDetail1_list1 .lt{ width:100%; margin-bottom:20px;}
.pro_gallery{ display: block;}
.pro_gallery-top { width:100%;}
.pro_gallery-top .gallery-top{ margin-bottom:10px;}
.pro_gallery-thumbs { width:100%;}
.pro_gallery-thumbs .gallery-thumbs{ height:auto;}
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ display:none;}
.pro_gallery .swiper-controls{ display:none;}
.inProDetail1_list1 .rt{ width:100%;}
.inProDetail1_list1 .rt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.inProDetail1_list1 .rt .h3{ font-size:14px; line-height:24px; margin-bottom:10px; }
.more5 a{ margin:0 10px 10px 0;}
.more5 span{ font-size:14px; line-height:34px; padding:0 10px; min-width:150px; }
}

.inProDetail1_list2{ }
.inProDetail1_list2_lt{ float:left; width:76%;}
.inProDetail1_list2_lt .h1{ font-size:20px; line-height:30px; border-bottom:1px solid #eee; margin-bottom:30px; }
.inProDetail1_list2_lt .h1 span{ display:inline-block; padding:0 10px 5px 10px; border-bottom:2px solid var(--primary-color);}
.inProDetail1_list2_lt .xiangqing{ margin-bottom:40px;}
.pro_prev_next{ font-size:14px; line-height:24px;}
.pro_prev_next ul li{ margin-bottom:10px;}
.inProDetail1_list2_rt{ float:right; width:20%;}
.inPro_related{ }
.inPro_related .h1{ font-size:20px; line-height:30px; border-bottom:1px solid #eee; margin-bottom:30px; text-align:center;}
.inPro_related .h1 span{ display:inline-block; padding:0 10px 5px 10px; border-bottom:2px solid var(--primary-color);}
.inPro_related ul{ }
.inPro_related ul li{ margin:0 0 20px 0; position:relative;  }
.inPro_related ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.inPro_related ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; object-fit:contain; transition:all .3s ease;}
.inPro_related ul li:hover .img img{ transform:scale(1.1);}
.inPro_related ul li .txtbg{ }
.inPro_related ul li .txt{ margin-top:15px;}
.inPro_related ul li .txt .h2{ font-size:18px; line-height:28px; }
.inPro_related ul li .txt .h3{ font-size:14px; line-height:24px; color:#999; text-align:right;} 
@media(max-width:999px){
.inProDetail1_list2_lt{ width:100%; margin-bottom:30px;}
.inProDetail1_list2_lt .h1{ font-size:20px; line-height:30px; margin-bottom:20px; }
.inProDetail1_list2_lt .h1 span{ padding:0 10px 5px 10px; }
.inProDetail1_list2_lt .xiangqing{ margin-bottom:30px;}
.inProDetail1_list2_lt .xiangqing *{ max-width:100%;}
.pro_prev_next{ font-size:14px; line-height:24px;}
.pro_prev_next ul li{ margin-bottom:10px;}
.inProDetail1_list2_rt{ width:100%;}
.inPro_related .h1{ font-size:20px; line-height:30px; margin-bottom:20px; }
.inPro_related .h1 span{ padding:0 10px 5px 10px; }
.inPro_related ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.inPro_related ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.inPro_related ul li:nth-child(2n-1){ margin-left:0;}
.inPro_related ul li .txt{ margin-top:5px;}
.inPro_related ul li .txt .h2{ font-size:16px; line-height:26px; }
.inPro_related ul li .txt .h3{ font-size:14px; line-height:24px; } 
}























