/*common start*/
:root{
 --primary-color:#2a55d3;
 --secondary-color:#3f8dfd;
 --third-color:#bdc6ee;
 --fourth-color:#d1a969;
 --fifth-color:#46b8ff;
 --main-color:#2a55d3;
 --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:1280px; 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{  height:auto ; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative; transition:all .3s ease; }
.head2{ height:100px; 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{ width:162px; height:100px; }
.head .logo a{ width:100%; height:100%; display: flex; justify-content: flex-start; align-items: center;}
.head .logo img{ display:block; max-width:100%; max-height:80%; }
.head .logo .img1{ display:none;}
.head .logo_txt{ margin-left:1.04vw; padding-left:1.04vw; border-left:1px solid var(--primary-color);}
.head .logo_txt .h2{ font-size:16px; line-height:22px; color:var(--primary-color);}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.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;}
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.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:15px; font-weight:normal; position:relative; z-index:1; padding:0 1.3vw;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:#fff; background:var(--primary-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:#fff; box-shadow:0 2px 8px rgba(0,0,0,.15); border-radius:5px; 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 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:100px;}
.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{ background:#fff;}
.head2bg{ height:60px !important; }
.head2{ height:60px; }
.head2 .lt{ width:50%;}
.head .logo{ width:100%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .logo_txt{ 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; }
.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); 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:10px; width:100%; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:#fff; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; background:var(--primary-color);}
.banner_swiper .swiper-button-prev,.banner_swiper .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;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background-color:rgba(0,0,0,.75);}
.banner_swiper .swiper-button-prev{ left:15px;}
.banner_swiper .swiper-button-next{ right:15px;}
@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:8px; }
.banner_swiper .swiper-pagination span{ width:8px; height:8px; margin:0 3px; }
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:30px; height:40px; margin-top:-20px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:32px; line-height:42px; font-weight:bold; color:var(--primary-color);}
.tit1 .h3{ font-size:16px; line-height:26px; color:var(--third-color); margin-top:5px;}
.tit1 .h4{ font-size:28px; line-height:38px; color:var(--primary-color); margin-top:30px;}
.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:44px; padding:0 20px; min-width:150px; border-radius:40px; border:1px solid var(--secondary-color); color:var(--secondary-color); box-sizing:border-box; transition:all .3s ease;}
.more1 span:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.con01bg{ padding:80px 0;}
.con01{}
.con01 .list{ margin-top:60px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con01_lt{ width:48%;}
.con01_lt .img{}
.con01_lt img{ display:block; width:100%;}
.con01_rt{ width:48%;}
.con01_rt .h2{ font-size:22px; line-height:32px; color:var(--primary-color); margin-bottom:1.56vw;}
.con01_rt .h3{ font-size:16px; line-height:2em; margin-bottom:2.08vw;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.tit1 .h4{ font-size:18px; line-height:28px; margin-top:10px;}
.more1 span{ font-size:14px; line-height:38px; padding:0 10px; min-width:120px; }
.con01bg{ padding:40px 0;}
.con01 .list{ margin-top:20px;display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_rt{ width:100%;}
.con01_rt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con01_rt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:12px; line-height:34px; padding:0 20px; min-width:130px; border-radius:40px; border:1px solid var(--secondary-color); color:var(--secondary-color); box-sizing:border-box; transition:all .3s ease;}
.more2 span:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.con02bg{ padding:80px 0; background:#f5f6fa;}
.con02{}
.con02 .list{ margin-top:60px;}
.con02 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#fff; box-shadow:0 0 18px 0 rgba(150,150,153,.08); border-radius:5px; transition:all .3s ease; text-align:center;}
.con02 .list ul li:hover{ background:var(--primary-color); color:#fff;}
.con02 .list ul li:nth-child(3n-2){ margin-left:0;}
.con02 .list ul li .nr_box{ padding:40px 5%;}
.con02 .list ul li .imgbg{ margin:0 auto; width:70px;}
.con02 .list ul li .img{ height:70px; overflow:hidden; border-radius:100%; background:#fff;display: flex;justify-content:center;align-items: center;}
.con02 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.con02 .list ul li .txt{ margin-top:25px;}
.con02 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:40px;}
.con02 .list ul li:hover .more2 span{ border-color:#fff; color:#fff;}
@media(max-width:999px){
.more2 span{ font-size:12px; line-height:34px; padding:0 10px; min-width:120px; }
.con02bg{ padding:40px 0; }
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:100%; margin:0 0 20px 0;}
.con02 .list ul li .nr_box{ padding:20px 5%;}
.con02 .list ul li .imgbg{ width:70px;}
.con02 .list ul li .img{ height:70px; }
.con02 .list ul li .txt{ margin-top:20px;}
.con02 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:32px; line-height:42px; font-weight:bold; color:#fff;}
.tit2 .h3{ font-size:16px; line-height:26px; color:var(--third-color); margin-top:5px;}
.con03bg{ padding:80px 0; background:var(--primary-color); }
.con03{}
.con03_list1{ padding-top:60px;}
.swiper_team{ position:relative;}
.swiper_team .swiper-container { width: 100%; }
.swiper_team .swiper-container .swiper-slide { position:relative;}
.swiper_team .swiper-container .swiper-slide img{ display:block; width:100%;height: 450px;object-fit: cover; }
.swiper_team .swiper-pagination{ bottom:20px; height:10px; width:100%; display:none;}
.swiper_team .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:#fff; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_team .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; background:var(--primary-color);}
.swiper_team .swiper-button-prev,.swiper_team .swiper-button-next{ width:40px; height:40px; margin-top:-20px; text-align:center; background-color:var(--secondary-color); background-size:50% 50%; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; border-radius:100%; }
.swiper_team .swiper-button-prev:hover,.swiper_team .swiper-button-next:hover{ opacity:.9;}
.swiper_team .swiper-button-prev{ left:-20px;}
.swiper_team .swiper-button-next{ right:-20px;}
.con03_list2{ background:#fff; border-radius:10px; position:relative; z-index:2; margin-top:-4.16vw; padding:40px 5.5%;}
.con03_list2 .h2{ font-size:26px; line-height:36px; color:var(--primary-color); padding-bottom:30px; border-bottom:1px solid var(--primary-color); margin-bottom:30px; text-align:center;}
.con03_list2 .h3{ font-size:18px; line-height:2em;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.tit2 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con03bg{ padding:40px 0; }
.con03_list1{ padding-top:20px;}
.con03_list2{ margin-top:-20px; padding:20px 5%;}
.con03_list2 .h2{ font-size:18px; line-height:28px; padding-bottom:10px; margin-bottom:10px; }
.con03_list2 .h3{ font-size:14px; line-height:24px;}
}


.con04bg{ padding:80px 0; background:#f5f6fa;}
.con04{}
.con04 .list{ margin-top:60px;}
.swiper_honor{ position:relative; padding-bottom:35px;}
.swiper_honor .swiper-container { width: 100%; }
.swiper_honor .swiper-container .swiper-slide { position:relative; background:#fff;}
.swiper_honor .swiper-container .swiper-slide:hover{ box-shadow:0 0 15px 0 rgba(41,95,204,.1);}
.swiper_honor .swiper-container .swiper-slide .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.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;object-fit: contain;}
.swiper_honor .swiper-container .swiper-slide .txtbg{ }
.swiper_honor .swiper-container .swiper-slide .txt{ padding:40px 5%;}
.swiper_honor .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px; margin-bottom:25px; }
.swiper_honor .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px;}
.swiper_honor .swiper-pagination{ bottom:0px; height:10px; width:100%; }
.swiper_honor .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:#fff; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_honor .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; background:var(--primary-color);}
.swiper_honor .swiper-button-prev,.swiper_honor .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_honor .swiper-button-prev:hover,.swiper_honor .swiper-button-next:hover{ background-color:rgba(0,0,0,.75);}
.swiper_honor .swiper-button-prev{ left:15px;}
.swiper_honor .swiper-button-next{ right:15px;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;}
.swiper_honor{ padding-bottom:30px;}
.swiper_honor .swiper-container .swiper-slide .txt{ padding:20px 5%;}
.swiper_honor .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.swiper_honor .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px;}
.swiper_honor .swiper-pagination{ height:8px; width:100%; }
.swiper_honor .swiper-pagination span{ width:8px; height:8px; margin:0 3px; }
.swiper_honor .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; }
}


.con05bg{ padding:80px 0;}
.con05{}
.con05 .list{ margin-top:60px;}
.con05 .list ul{display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:calc((100% - 80px)/5); margin:0 0 20px 20px; /*box-shadow:0 0 10px var(--third-color); border-radius:10px;*/}
.con05 .list ul li:nth-child(5n-4){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:65%; position:relative; overflow:hidden;}
.con05 .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;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:calc((100% - 20px)/3); margin:0 0 20px 10px; }
.con05 .list ul li:nth-child(5n-4){ margin-left:10px;}
.con05 .list ul li:nth-child(3n-2){ margin-left:0;}
}





.foot{ background:var(--primary-color); color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ opacity:.7;}
.foot1bg{ padding:60px 0;}
.foot1{display: flex;justify-content: space-between;align-items: center;}
.foot .f_nav{ font-size:14px; line-height:24px;display: flex;justify-content: space-between;/*align-items: center;*/}
.foot .f_nav dl{ padding:0 1.56vw; border-left:1px solid #fff; box-sizing:border-box;}
.foot .f_nav dl:nth-child(1){ border-left:none;}
.foot .f_nav dl dt{ font-size:18px; line-height:28px; }
.foot .f_nav dl dd{ }
.foot .f_share{}
.foot .f_share ul{display: flex;justify-content: flex-start;/*align-items: center;*/}
.foot .f_share ul li{ position:relative; margin:0 0 0 15px;}
.foot .f_share ul li a{ display:block; width:60px; height:40px; background:rgba(255,255,255,.2); border-radius:4px; position:relative;}
.foot .f_share ul li a img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot .f_share ul li a .img2{ display:none;}
.foot .f_share ul li:hover a .img1{ display:none;}
.foot .f_share ul li:hover a .img2{ display:block;}
.foot .f_share ul li .box1{ width:160px; padding-bottom:10px; position:absolute; bottom:100%; left:50%; transform:translateX(-50%); display:none;}
.foot .f_share ul li:hover .box1{ display:block;}
.foot .f_share ul li .box1:before{ content:""; border:6px solid transparent; border-top-color:#fff; position:absolute; bottom:-2px; left:50%; transform:translateX(-50%);}
.foot .f_share ul li .ewm{ background:#fff; box-shadow:0 2px 8px rgba(0,0,0,.15); border-radius:3px; padding:10px;}
.foot .f_share ul li .ewm img{ display:block; width:100%;}

.foot2bg{ padding:20px 0; background:#1838c1;}
.foot2{ text-align:center;}
.foot .f_info{ font-size:14px; line-height:24px; }
.foot .f_info ul li{}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:40px 0;}
.foot1{display:block;}
.foot .f_nav{ font-size:12px; line-height:22px;justify-content: center; flex-wrap:wrap; margin-bottom:20px;}
.foot .f_nav dl{ width:25%; padding:0 ; margin:5px 0; text-align:center;}
.foot .f_nav dl:nth-child(4n-3){ border-left:none;}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; }

.foot .f_share ul{ justify-content: center;}
.foot .f_share ul li{ margin:0 5px;}
.foot .f_share ul li a{ width:60px; height:40px; }
.foot .f_share ul li .box1{ width:150px; }

.foot2bg{ padding:15px 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 #e1e1e1;}
.inbar{ }
.innav{ font-size:20px; 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); 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; }
.innav>ul>li:nth-child(1){ padding-left:0;}
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; color:#333; text-align:center; transition:all .3s ease; padding:0 20px;}
.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{ 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: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);}
.weizhi{ font-size:14px; line-height:3em; 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; }
.inbarbg .wapper1{ width:100%;}
.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 dashed #e5e5e5; padding:10px 20px 10px 20px !important;}
.innav>ul>li:last-child{ border-bottom:none;}
.innav>ul>li>a{ padding:0; display:inline; color:#333; font-weight:bold;}
.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; color:#666;}
.weizhi{ display:none;}
}

.insidebg{ padding:20px 0 80px 0; background:#f0f2f5;}
.inside{}
.inside_lt{ float:left; width:150px; position:sticky; top:120px;}
.side_a{ }
.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{ }
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:10px 15px 10px 25px; 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:17px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li span:before{ content:""; width:18px; height:18px; background:url(../images/innavbg.png) center no-repeat; background-size:contain; position:absolute; top:16px; left:0px;}
.side_a ul li.hover>span:before{ background-image:url(../images/innavbg_hover.png);}
.side_a ul li a{ display:inline-block; color:#a1a5b2; font-size:18px; line-height:28px;}
.side_a>ul>li>span a{ font-size:20px; line-height:30px; 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 25px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:6px 15px 6px 0;}
.side_a ul li ul li a{}
.side_a ul li ul li span:before{ display:none;}
#nav .active:before{ background-image:url(../images/innavbg_hover.png);}
#nav .active a{ color:var(--primary-color);}
.inside_rt{ float:right; width:calc(100% - 170px); box-sizing: border-box;}
.inside_con{ background:#fff; box-shadow:2px 4px 8px 0 rgba(0,0,0,.05); padding:20px; }
@media(max-width:999px){
.insidebg{ padding:0px 0 40px 0; }
.insidebg .wapper1{ width:100%;}
.inside_lt{ width:100%; position:static; }
.side_a{ border-radius:0 0 0 0; background:#fff;}
.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 20px;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a ul li span:before{ display:none;}
.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; right:20px;}
.side_a ul li ul{ padding:0 0 10px 20px; }
.side_a ul li ul li span{ padding:5px 20px 5px 20px;}
.inside_rt{ float:right; width:100%; padding:20px 5%;}
.inside_con{ }
}




.page_dingwei{ padding-top:100px; margin-top:-100px;}
.aboutus{}
.aboutus1{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus1 .list{ margin-top:40px;}
.aboutus1 .list .img{ margin-bottom:20px;}
.aboutus1 .list .img img{ display:block; margin:0 auto; width:100%;}
.aboutus1 .list .txt{ font-size:18px; line-height:2em;}
@media(max-width:999px){
.page_dingwei{ padding-top:60px; margin-top:-60px;}
.aboutus1{ padding:40px 5%; margin-bottom:20px;}
.aboutus1 .list{ margin-top:20px;}
.aboutus1 .list .img{ margin-bottom:10px;}
.aboutus1 .list .txt{ font-size:14px; line-height:24px;}
}

.aboutus2{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus2 .list{ margin-top:40px; display: flex;justify-content:space-between;align-items:center;}
.aboutus2 .list .img{ width:35%;}
.aboutus2 .list .img img{ display:block; width:100%;}
.aboutus2 .list .txt{ width:100%;}
.aboutus2 .list .txt img{ max-width:100%;}
.aboutus2 .list .txt .h2{ font-size:22px; font-weight:bold;}
.aboutus2 .list .txt .h2 strong{ font-size:26px; margin-right:10px;}
.aboutus2 .list .txt .h2 span{}
.aboutus2 .list .txt .line1{ width:40px; height:3px; background:var(--primary-color); margin-top:.62vw; margin-bottom:1.56vw;}
.aboutus2 .list .txt .h3{ font-size:20px; line-height:30px; margin-bottom:1vw;}
.aboutus2 .list .txt .h4{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.aboutus2{ padding:40px 5%; margin-bottom:20px;}
.aboutus2 .list{ margin-top:20px; display:block;}
.aboutus2 .list .img{ width:100%; margin-bottom:15px;}
.aboutus2 .list .txt{ width:100%;}
.aboutus2 .list .txt .h2{ font-size:18px; }
.aboutus2 .list .txt .h2 strong{ font-size:20px; margin-right:10px;}
.aboutus2 .list .txt .line1{ width:40px; height:3px; margin-top:5px; margin-bottom:10px;}
.aboutus2 .list .txt .h3{ font-size:16px; line-height:26px; margin-bottom:15px;}
.aboutus2 .list .txt .h4{ font-size:14px; line-height:24px;}
}

.aboutus3{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus3 .list{ margin-top:40px;}
.aboutus3 .list ul{ display: flex;justify-content:flex-start;align-items:center; flex-wrap:wrap;}
.aboutus3 .list ul li{ width:30%; margin:0 0 30px 5%; background:linear-gradient(90deg,#46b8ff,#7ecdff); border-radius:5px; box-sizing:border-box; color:#fff;}
.aboutus3 .list ul li:nth-child(3n-1){ background:linear-gradient(90deg,#4ea4fe,#83bffe);}
.aboutus3 .list ul li:nth-child(3n){ background:linear-gradient(90deg,#5690fc,#89b2fd);}
.aboutus3 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus3 .list ul li .nr_box{ padding:40px 7%;}
.aboutus3 .list ul li .img{ height:50px; display: flex;justify-content:flex-start;align-items:center;}
.aboutus3 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.aboutus3 .list ul li .txt{ margin-top:35px;}
.aboutus3 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold;}
.aboutus3 .list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:25px;}
.aboutus3 .list ul li .txt .h4{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.aboutus3{ padding:40px 5%; margin-bottom:20px;}
.aboutus3 .list{ margin-top:20px;}
.aboutus3 .list ul li{ width:100%; margin:0 0 20px 0;}
.aboutus3 .list ul li .nr_box{ padding:20px 5%;}
.aboutus3 .list ul li .img{ height:50px; }
.aboutus3 .list ul li .txt{ margin-top:20px;}
.aboutus3 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.aboutus3 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.aboutus3 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}

.aboutus4{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus4 .list{ margin-top:40px;}
.aboutus4 .list ul{ display: flex;justify-content:flex-start;align-items:center; flex-wrap:wrap;}
.aboutus4 .list ul li{ width:32%; margin:0 0 30px 2%; box-sizing:border-box; }
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus4 .list ul li .img{ padding-bottom:58%; position:relative; overflow:hidden; border-radius:5px;}
.aboutus4 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4 .list ul li .txt{ margin-top:5px;}
.aboutus4 .list ul li .txt .h2{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.aboutus4{ padding:40px 5%; margin-bottom:20px;}
.aboutus4 .list{ margin-top:20px;}
.aboutus4 .list ul li{ width:48%; margin:0 0 20px 4%; }
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:4%;}
.aboutus4 .list ul li:nth-child(2n-1){ margin-left:0;}
.aboutus4 .list ul li .txt{ margin-top:5px;}
.aboutus4 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}

.aboutus5{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus5 .list{ margin-top:40px;}
.aboutus5 .list ul{}
.aboutus5 .list ul li{ float:left; width:calc((100% - 20px)/3); margin:0 0 10px 10px; position:relative;}
.aboutus5 .list ul li:nth-child(1){ width:calc((100% - 20px)/3*2 + 10px); margin-left:0;}
.aboutus5 .list ul li:nth-child(3n+1){ clear:left; margin-left:0;}
.aboutus5 .list ul li .img{ height:11vw; position:relative; overflow:hidden;}
.aboutus5 .list ul li:nth-child(1) .img{ height:calc(22vw + 10px);}
.aboutus5 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus5 .list ul li .txtbg{ width:100%; background:linear-gradient(90deg, rgba(86,144,252,.99), rgba(137,178,253,.99)); position:absolute; bottom:0; left:0; z-index:3;}
.aboutus5 .list ul li .txt{ color:#fff; padding:5px 15px;}
.aboutus5 .list ul li .txt .h2{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.aboutus5{ padding:40px 5%; margin-bottom:20px;}
.aboutus5 .list{ margin-top:20px;}
.aboutus5 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px; }
.aboutus5 .list ul li:nth-child(2n){margin-left:0;}
.aboutus5 .list ul li:nth-child(1){ width:100%; margin-left:0;}
.aboutus5 .list ul li .img{ height:auto; padding-bottom:60%; }
.aboutus5 .list ul li:nth-child(1) .img{ height:auto; padding-bottom:68%;}
.aboutus5 .list ul li .txt{ padding:5px 15px;}
.aboutus5 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}

.aboutus6{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus6 .list{ margin-top:40px; font-size:16px; line-height:26px; /*display: flex;justify-content:space-between;align-items:center;*/}
.aboutus6 .list .txt{ width:100%;}
.aboutus6 .list .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin:0.78vw 0;}
.aboutus6 .list .txt .h2 strong{ padding-left:10px; border-left:2px solid var(--primary-color);}
.aboutus6 .list .txt .h3{}
.aboutus6 .list .img{ width:48%;}
.aboutus6 .list .img img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus6{ padding:40px 5%; margin-bottom:20px;}
.aboutus6 .list{ margin-top:20px; font-size:14px; line-height:24px; display:block;}
.aboutus6 .list .txt{ width:100%; margin-bottom:20px;}
.aboutus6 .list .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus6 .list .img{ width:100%;}
}

.aboutus7{ background:#fff; padding:60px 5%; margin-bottom:30px;}
.aboutus7 .list{ margin-top:40px; font-size:16px; line-height:26px;}
@media(max-width:999px){
.aboutus7{ padding:40px 5%; margin-bottom:20px;}
.aboutus7 .list{ margin-top:20px; font-size:14px; line-height:24px;}
}

.aboutus8{ background:#fff; padding:60px 5%; }
.aboutus8 .list{ margin-top:40px;}
.news_gallery{}
.news_gallery-thumbs{ position:relative; z-index:1; margin-bottom:40px;}
.news_gallery-thumbs:before{ content:""; width:100%; height:2px; background:#ccc; position:absolute; left:0; bottom:8px; z-index:-1;}
.news_gallery-thumbs .swiper-container { width: 100%; }
.news_gallery-thumbs .swiper-container .swiper-wrapper{justify-content: center;}
.news_gallery-thumbs .swiper-container .swiper-slide { position:relative; padding-bottom:20px; text-align:center; cursor:pointer;}
.news_gallery-thumbs .swiper-container .swiper-slide:before{ content:""; width:18px; height:18px; background:url(../images/innavbg.png) center no-repeat; background-size:contain; position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.news_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:22px; line-height:32px; color:#a1a5b2;}
.news_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:before{ background-image:url(../images/innavbg_hover.png);}
.news_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2{ color:var(--secondary-color);}

.news_gallery-top{ position:relative;}
.news_gallery-top .swiper-container { width: 100%; }
.news_gallery-top .swiper-container .swiper-slide { position:relative;}
.news_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}

.news_gallery .swiper-pagination{ bottom:20px; height:10px; width:100%; display:none;}
.news_gallery .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:#fff; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.news_gallery .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; background:var(--primary-color);}
.news_gallery .swiper-button-prev,.news_gallery .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;}
.news_gallery .swiper-button-prev:hover,.news_gallery .swiper-button-next:hover{ background-color:rgba(0,0,0,.75);}
.news_gallery .swiper-button-prev{ left:15px;}
.news_gallery .swiper-button-next{ right:15px;}

.aboutus8_list{}
.aboutus8_list ul li{ background:linear-gradient(-90deg,rgba(41,95,204,.06),rgba(41,95,204,.06)); transition:all .3s ease; margin-bottom:10px;}
.aboutus8_list ul li:hover{ background:var(--primary-color); color:#fff;}
.aboutus8_list ul li .nr_box{ display: flex;justify-content:space-between;align-items:center; padding:10px;}
.aboutus8_list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.aboutus8_list ul li .imgbg{ width:50%;}
.aboutus8_list ul li .img{ padding-bottom:54%; position:relative; overflow:hidden;}
.aboutus8_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus8_list ul li .txtbg{ width:50%;}
.aboutus8_list ul li .txt{ padding:0 10px;}
.aboutus8_list ul li .txt .h2{ font-size:24px; line-height:34px;}
.aboutus8_list ul li .txt .line1{ width:40px; height:3px; background:var(--secondary-color); margin-top:1.04vw; margin-bottom:1.04vw;}
.aboutus8_list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.aboutus8{ padding:40px 5%; }
.aboutus8 .list{ margin-top:20px;}
.news_gallery-thumbs{ margin-bottom:20px;}
.news_gallery-thumbs:before{ bottom:8px; }
.news_gallery-thumbs .swiper-container .swiper-slide { padding-bottom:20px; }
.news_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:14px; line-height:24px; }

.news_gallery .swiper-button-prev,.news_gallery .swiper-button-next{ width:32px; height:48px; margin-top:-24px; }
.news_gallery .swiper-button-prev{ left:15px;}
.news_gallery .swiper-button-next{ right:15px;}

.aboutus8_list ul li{ margin-bottom:10px;}
.aboutus8_list ul li .nr_box{ display:block; padding:10px;}
.aboutus8_list ul li .imgbg{ width:100%;}
.aboutus8_list ul li .txtbg{ width:100%;}
.aboutus8_list ul li .txt{ padding:10px 0 ;}
.aboutus8_list ul li .txt .h2{ font-size:18px; line-height:28px;}
.aboutus8_list ul li .txt .line1{ width:40px; height:3px; margin-top:10px; margin-bottom:10px;}
.aboutus8_list ul li .txt .h3{ font-size:14px; line-height:24px;}
}



.service1bg{ margin-top:-5.2vw; position:relative; z-index:1;}
.service1{ background:var(--primary-color); color:#fff; border-radius:10px; padding:40px 5%;}
.service1 .list{ margin-top:40px; font-size:16px; line-height:2em;}
@media(max-width:999px){
.service1bg{ margin-top:0; padding:40px 0 30px 0;}
.service1{ padding:40px 5%;}
.service1 .list{ margin-top:20px; font-size:14px; line-height:24px;}
}

.service2bg{ padding:80px 0;}
.service2{ }
.service2 .list{ margin-top:60px;}
.slide_service{ display: flex;justify-content:space-between;/*align-items:center;*/}
.slide_service .hd{ width:32%; background:var(--primary-color); color:#fff; display: flex;justify-content:space-between;/*align-items:center;*/ flex-direction: column;}
.slide_service .hd ul{ width:100%; padding:20px 15%; box-sizing:border-box;}
.slide_service .hd ul li{ cursor:pointer; border-bottom:1px solid rgba(255,255,255,.4);}
.slide_service .hd ul li a{ display:block; color:#fff; font-size:22px; line-height:32px; padding:26px 30px 26px 0; font-weight:bold;}
.slide_service .hd ul li.on a{ background:url(../images/ico_right1.png) right center no-repeat; background-size:24px auto;}
.slide_service .hd .h1{ width:100%; padding:20px 15%; box-sizing:border-box; font-size:16px; line-height:20px; background:url(../images/ico_right2.png) bottom center no-repeat; background-size:70% auto; margin-bottom:40px;}
.slide_service .hd .h1 strong{ display:block; font-size:26px; line-height:30px; font-weight:normal;}
.slide_service .hd .h1 span{ display:block; opacity:.4;}
.slide_service .bd{ width:68%; background:#f5f6fa;}
.slide_service_list{}
.slide_service_list .img{ height:570px; position:relative;}
.slide_service_list .img img{ display:block; width:100%; height:100%;}
.slide_service_list .txtbg{ height:180px; display: flex;justify-content:center;align-items:center;}
.slide_service_list .txt{ width:100%; padding:0 5%; box-sizing:border-box;}
.slide_service_list .txt .h2{ font-size:29px; line-height:39px; font-weight:bold; margin-bottom:15px;}
.slide_service_list .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.service2bg{ padding:40px 0;}
.service2 .list{ margin-top:20px;}
.slide_service{ display:block;}
.slide_service .hd{ width:100%; display:block;}
.slide_service .hd ul{ width:100%; padding:20px 5%;  display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap: wrap;}
.slide_service .hd ul li{ width:calc(100%/3); box-sizing:border-box;}
.slide_service .hd ul li a{ font-size:14px; line-height:24px; padding:10px 0; opacity:.8;}
.slide_service .hd ul li.on a{ background:none; opacity:1;}
.slide_service .hd .h1{ display:none;}
.slide_service .bd{ width:100%; }
.slide_service_list .img{ height:auto; padding-bottom:66%;}
.slide_service_list .img img{ position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.slide_service_list .txtbg{ height:auto; display:block;}
.slide_service_list .txt{ padding:20px 5%;}
.slide_service_list .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.slide_service_list .txt .h3{ font-size:14px; line-height:24px;}
}


.service3bg{ padding:80px 0;}
.service3{}
.service3 .list{ margin-top:40px;}
.swiper_team2{ position:relative; padding-bottom:80px;}
.swiper_team2 .swiper-container { width: 100%; }
.swiper_team2 .swiper-container .swiper-slide { position:relative; padding:80px 0 0 0;}
.swiper_team2 .swiper-container .swiper-slide .nr_box{ background:#fff; border-radius:5px; display: flex;justify-content:space-between;align-items:center;}
.swiper_team2 .swiper-container .swiper-slide .imgbg{ width:43%;}
.swiper_team2 .swiper-container .swiper-slide .img{ padding-bottom:85%; position:relative;}
.swiper_team2 .swiper-container .swiper-slide .img img{ display:block; width:100%; position:absolute; right:0; bottom:0; left:0; margin:0 auto;}
.swiper_team2 .swiper-container .swiper-slide .txtbg{ width:57%;}
.swiper_team2 .swiper-container .swiper-slide .txt{ }
.swiper_team2 .swiper-container .swiper-slide .txt .h2{ font-size:16px; margin-bottom:15px; display: flex;justify-content:space-between;align-items:center;}
.swiper_team2 .swiper-container .swiper-slide .txt .h2 strong{ font-size:26px; font-weight:bold;}
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span{ color:var(--fourth-color); }
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:before,.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:after{ content:""; display:inline-block; vertical-align:middle; width:14px; height:22px; background-position:center; background-repeat:no-repeat; background-size:100% auto;}
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:before{ background-image:url(../images/bg_left.png); margin-right:5px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:after{ background-image:url(../images/bg_right.png); margin-left:5px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:30px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:34px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h4 span{ display:inline-block; background:var(--fifth-color); color:#fff; padding:0 15px; border-radius:30px; margin:0 10px 10px 0;}
.swiper_team2 .swiper-pagination{ bottom:0px; height:10px; width:100%; }
.swiper_team2 .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:#fff; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_team2 .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; background:var(--fifth-color);}
.swiper_team2 .swiper-button-prev,.swiper_team2 .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_team2 .swiper-button-prev:hover,.swiper_team2 .swiper-button-next:hover{ background-color:rgba(0,0,0,.75);}
.swiper_team2 .swiper-button-prev{ left:15px;}
.swiper_team2 .swiper-button-next{ right:15px;}
@media(max-width:999px){
.service3bg{ padding:40px 0;}
.service3 .list{ margin-top:20px;}
.swiper_team2{ padding-bottom:40px;}
.swiper_team2 .swiper-container .swiper-slide { padding:40px 0 0 0;}
.swiper_team2 .swiper-container .swiper-slide .imgbg{ width:43%;}
.swiper_team2 .swiper-container .swiper-slide .txtbg{ width:57%;}
.swiper_team2 .swiper-container .swiper-slide .txt .h2{ font-size:12px; margin-bottom:10px; }
.swiper_team2 .swiper-container .swiper-slide .txt .h2 strong{ font-size:18px; }
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:before,.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:after{ width:9px; height:16px; }
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:before{ margin-right:2px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h2 span:after{ margin-left:2px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; margin-bottom:15px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:28px;}
.swiper_team2 .swiper-container .swiper-slide .txt .h4 span{ padding:0 10px; margin:0 5px 5px 0;}
.swiper_team2 .swiper-pagination{ height:8px; }
.swiper_team2 .swiper-pagination span{ width:8px; height:8px; margin:0 3px; }
.swiper_team2 .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; }
}


.service4bg{ padding:80px 0;}
.service4{}
.service4 .list{ margin-top:40px;}
.swiper_case{ position:relative; }
.swiper_case .swiper-container { width: 100%; padding:15px 0;}
.swiper_case .swiper-container .swiper-slide { position:relative; }
.swiper_case .swiper-container .swiper-slide .nr_box{ padding:40px 9.5%; border-bottom:3px solid transparent;}
.swiper_case .swiper-container .swiper-slide:hover .nr_box{ box-shadow:0 0 15px 0 rgba(41,95,204,.1); border-bottom-color:var(--fifth-color);}
.swiper_case .swiper-container .swiper-slide .imgbg{ }
.swiper_case .swiper-container .swiper-slide .img{ padding-bottom:58%; position:relative;}
.swiper_case .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_case .swiper-container .swiper-slide .txtbg{ height:221px; margin-bottom:40px;}
.swiper_case .swiper-container .swiper-slide .txt{ color:#666;}
.swiper_case .swiper-container .swiper-slide .txt .h2{ font-size:22px; line-height:32px; font-weight:bold; margin-bottom:25px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.swiper_case .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.swiper_case .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px; margin-bottom:30px;}
.swiper_case .swiper-container .swiper-slide .h5{ margin-top:30px;}
.swiper_case .swiper-container .swiper-slide .h5 span{ display:inline-block; text-align:center; width:50px; height:50px; line-height:50px; font-size:14px; border-radius:100%; background:#fff; color:var(--fifth-color);}
.swiper_case .swiper-container .swiper-slide:hover .h5 span{ background:var(--fifth-color); color:#fff;}
.swiper_case .swiper-container .swiper-slide .h5 i{}
.swiper_case .swiper-pagination{ bottom:0px; height:10px; width:fit-content;  margin:0 10px; position:static;}
.swiper_case .swiper-pagination span{ vertical-align:top; width:10px; height:10px; background:#e5e5e5; opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_case .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; background:var(--fifth-color);}
.swiper_case .swiper-button-prev,.swiper_case .swiper-button-next{ width:40px; height:40px; line-height:36px; margin:0px; text-align:center; border:2px solid #e5e5e5; background:transparent; color:#e5e5e5; font-size:20px; transition:all .3s ease; box-sizing:border-box; border-radius:100%; position:static;}
.swiper_case .swiper-button-prev:hover,.swiper_case .swiper-button-next:hover{ border-color:var(--fifth-color); background:var(--fifth-color); color:#fff;}
.swiper_case .swiper-button-prev{ }
.swiper_case .swiper-button-next{ }
.swiper_case .swiper-controls{ display: flex;justify-content:center;align-items:center;}
@media(max-width:999px){
.service4bg{ padding:40px 0;}
.service4 .list{ margin-top:20px;}
.swiper_case .swiper-container { padding:15px 0;}
.swiper_case .swiper-container .swiper-slide .nr_box{ padding:20px 5%; }
.swiper_case .swiper-container .swiper-slide .txtbg{ height:172px; margin-bottom:20px;}
.swiper_case .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.swiper_case .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
.swiper_case .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.swiper_case .swiper-container .swiper-slide .h5{ margin-top:20px;}
.swiper_case .swiper-container .swiper-slide .h5 span{ width:40px; height:40px; line-height:40px; font-size:14px; }
.swiper_case .swiper-pagination{ height:8px; }
.swiper_case .swiper-pagination span{ width:8px; height:8px; margin:0 3px; }
.swiper_case .swiper-pagination span.swiper-pagination-bullet-active{ width:18px; }
}








