/*common start*/
:root{
 --primary-color:#019f4a;
 --main-color:#019f4a;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1400px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; border-bottom:1px solid rgba(255,255,255,.2); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:100px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:23%; height:100px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ font-size:18px; line-height:20px; color:#fff; cursor:pointer; margin-left:1.04vw;}
.head .h_search_box{ width:100%; height:calc(100% - 100px); position:fixed; top:100px; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:100%; background:#000; position:absolute; left:50%; top:0; transform:translate(-50%,0); z-index:999;}
.head .h_search{ padding:30px 5%; max-width:1200px; margin:0 auto;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:50px; overflow:hidden; background:#Fff; border-radius:50px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 120px);}
.head .h_search .form .button1{ float:right; border:none;  background:#333; width:100px; height:50px; line-height:50px; cursor:pointer; font-size:16px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--primary-color); color:#fff;}
.head .h_search .form .button1 i{ }
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 1.04vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:16px; font-weight:normal; position:relative; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color) !important; }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:#f8f7f7; border-radius:0 0 4px 4px; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#333;}
.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{ }

.head.active1{ background:#fff; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active1 .logo .img1{ display:block;}
.head.active1 .logo .img2{ display:none;}
.head.active1 .h_search_btn{ color:#333; }
.head.active1 .menu>ul>li>a{ color:#333; }
.head.active2{ background:#fff; }
.head.active2 .logo .img1{ display:block;}
.head.active2 .logo .img2{ display:none;}
.head.active2 .h_search_btn{ color:#333; }
.head.active2 .menu>ul>li>a{ color:#333; }
@media(max-width:1399px){
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:70%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_search_btn{ width:auto; line-height:60px; background:none !important; color:#333 !important; }
.head .h_search_box{ height:calc(100% - 60px); top:60px; }
.head .h_search{ padding:20px 5%; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 20px; width:calc(100% - 80px);}
.head .h_search .form .button1{ width:60px; height:40px; line-height:40px; font-size:16px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; color:#333; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid #eee;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#333;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(90deg);}
.head .nav_list ul li ul{ padding:5px 15px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}

.head.active1 .nav_open i,.head.active1 .nav_open:before,.head.active1 .nav_open:after{ background:#333;}
.head.active2 .nav_open i,.head.active2 .nav_open:before,.head.active2 .nav_open:after{ background:#333;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; transform:scale(1.1); transition:all 2s ease; }
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active img{ transform:scale(1);}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); text-align:center; color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:66px; line-height:76px; font-weight:bold;}
.banner_swiper .swiper-pagination{ bottom:50px; height:10px; width:100%;}
.banner_swiper .swiper-pagination span{ width:10px; height:10px; background:rgba(255,255,255,.4); opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:30px; background:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:48px; height:48px; line-height:48px; text-align:center; background:rgba(0,0,0,.1); color:#fff; font-size:24px; transition:all .3s ease; border-radius:4px;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:rgba(0,0,0,.3); color:#fff;}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; }
.banner_swiper .swiper-pagination{ bottom:20px; height:6px; }
.banner_swiper .swiper-pagination span{ width:6px; height:6px; margin:0 2px; }
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:38px; height:38px; line-height:38px; font-size:20px; display:none;}
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}


.more1{}
.more1 span{ display:inline-block; font-size:14px; line-height:36px; border:1px solid transparent; border-bottom-color:var(--primary-color); color:var(--primary-color); padding:0 10px; min-width:130px; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color); color:#fff;}
.con01bg{ padding:80px 0;}
.con01{display: flex; justify-content: space-between; align-items: center;}
.con01_lt{ width:46%;}
.con01_lt .img{ overflow:hidden;}
.con01_lt img{ display:block; width:100%;transition:all .3s ease;}
.con01_lt:hover img{ transform:scale(1.1);}
.con01_rt{ width:46%;}
.con01_rt .h2{ font-size:18px; line-height:28px; font-weight:bold; }
.con01_rt .h3{ font-size:24px; line-height:34px; }
.con01_rt .h4{ font-size:20px; line-height:30px; margin-bottom:20px;}
.con01_rt .h5{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:15px;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:36px; padding:0 10px; min-width:130px; }
.con01bg{ padding:40px 0;}
.con01{display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_rt{ width:100%;}
.con01_rt .h2{ font-size:18px; line-height:28px; }
.con01_rt .h3{ font-size:24px; line-height:34px; }
.con01_rt .h4{ font-size:20px; line-height:30px; margin-bottom:20px;}
.con01_rt .h5{ font-size:16px; line-height:26px; margin-bottom:15px;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:40px; border:1px solid #333; background:#333; color:#fff; padding:0 9px; min-width:160px; transition:all .3s ease;}
.more2 span:hover{ background:transparent; color:#333;}
.con02bg{ padding:80px 0; background:rgba(237,235,232,0.5);}
.con02{display: flex; justify-content: space-between; align-items: flex-end;}
.con02_lt{ width:33%;}
.con02_lt .h2{ font-size:6.78vw; line-height:1.2em; text-align:right; margin-right:-10.42vw; margin-bottom:1.56vw; position:relative; z-index:2;}
.con02_lt .h3{ font-size:14px; line-height:24px; margin-bottom:1.56vw;}
.con02_ct{ width:33%;}
.con02_ct .img{ overflow:hidden;}
.con02_ct img{ display:block; width:100%; transition:all .3s ease;}
.con02_ct:hover img{ transform:scale(1.1);}
.con02_rt{ width:33%;}
.con02_rt .h4{ font-size:12px; line-height:2em; color:#666; text-align:right;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:40px; padding:0 9px; min-width:120px; }
.con02bg{ padding:40px 0; }
.con02{display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .h2{ font-size:18px; line-height:28px; text-align:left; margin-right:0; margin-bottom:0px; }
.con02_lt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con02_ct{ width:100%; margin-bottom:20px;}
.con02_rt{ width:100%;}
.con02_rt .h4{ font-size:12px; line-height:2em; text-align:right;}
}


.con03bg{ padding:80px 0; position:relative;}
.con03bg:before{ content:""; width:100%; height:40%; background:rgba(237,235,232,0.5); position:absolute; bottom:0; left:0; z-index:-1;}
.con03{}
.con03 .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.con03 .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03 .img:hover img{ transform:scale(1.1);}
.con03 .txtbg{ max-width:800px; margin:0 auto; background:#fff; box-shadow:2px 14px 16px rgba(0,0,0,.05); margin-top:-4.16vw; position:relative; z-index:2;}
.con03 .txt{ padding:25px 9%;}
.con03 .txt .h2{ font-size:42px; line-height:52px; margin-bottom:10px;}
.con03 .txt .h3{ font-size:14px; line-height:2em;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03bg:before{ height:40%; }
.con03 .txtbg{ margin-top:0;}
.con03 .txt{ padding:20px 5%;}
.con03 .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con03 .txt .h3{ font-size:14px; line-height:2em;}
}


.con04bg{ padding:80px 0; background:#edebe8;}
.con04{display: flex; justify-content: space-between; align-items:center;}
.con04_lt{ width:53%;}
.con04_lt .img{ overflow:hidden;}
.con04_lt img{ display:block; width:100%; transition:all .3s ease;}
.con04_lt:hover img{ transform:scale(1.1);}
.con04_rt{ width:43%;}
.con04_rt .h2{ font-size:38px; line-height:48px; margin-bottom:.52vw;}
.con04_rt .h3{ font-size:18px; line-height:28px; margin-bottom:.26vw; font-weight:bold;}
.con04_rt .h4{ font-size:14px; line-height:2em; margin-bottom:1.56vw;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04{display:block;}
.con04_lt{ width:100%; margin-bottom:20px;}
.con04_rt{ width:100%;}
.con04_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con04_rt .h3{ font-size:18px; line-height:28px; margin-bottom:5px; }
.con04_rt .h4{ font-size:14px; line-height:2em; margin-bottom:15px;}
}


.tit1{}
.tit1 .h2{ font-size:42px; line-height:52px;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:20px;}
.con05bg{ padding:80px 0;}
.con05{}
.con05_top{display: flex; justify-content: space-between; align-items:center; border-bottom:1px solid #eee; padding-bottom:40px;}
.con05 .list{ margin-top:40px;}
.con05 .list ul{display: flex; justify-content: flex-start;/* align-items:center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:calc((100% - 30px)/4); margin:0 0 20px 10px; text-align:center;}
.con05 .list ul li:nth-child(4n-3){ margin-left:0;}
.con05 .list ul li:nth-child(2n){ margin-top:4.16vw;}
.con05 .list ul li .img{ padding-bottom:160%; position:relative; overflow:hidden; box-shadow:rgb(0 0 0 / 10%) 0px 20px 25px -5px,rgb(0 0 0 / 4%) 0px 10px 10px -5px;}
.con05 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05 .list ul li:hover .img img{ transform:scale(1.1);}
.con05 .list ul li .txt{ margin-top:10px;}
.con05 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.con05bg{ padding:40px 0;}
.con05_top{display:block; padding-bottom:20px;}
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.con05 .list ul li:nth-child(2n-1){ margin-left:0;}
.con05 .list ul li:nth-child(2n){ margin-top:20px;}
.con05 .list ul li .txt{ margin-top:10px;}
.con05 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con06bg{ padding:80px 0; background:rgba(237,235,232,0.5);}
.con06{ text-align:center;}
.con06 .h2{ font-size:24px; line-height:2em;}
.con06 .h3{ font-size:24px; line-height:2em;}
.con06 .h4{ font-size:20px; line-height:2em;}
@media(max-width:999px){
.con06bg{ padding:40px 0; }
.con06 .h2{ font-size:18px; line-height:28px;}
.con06 .h3{ font-size:24px; line-height:34px;}
.con06 .h4{ font-size:20px; line-height:40px;}
}



.foot{ }
.foot1bg{ background:#efefef; padding:20px 0;}
.foot1{display: flex; justify-content: space-between; align-items:center;}
.foot .f_intro{}
.foot .f_intro .h2{ font-size:24px; line-height:34px;}
.foot .f_intro .h3{ font-size:14px; line-height:24px;}
.foot .f_share{}
.foot .f_share ul{display: flex; justify-content: flex-start;/* align-items:center;*/ text-align:center;}
.foot .f_share ul li{ position:relative; margin:0 0 0 6.24vw;}
.foot .f_share ul li .nr_box{ cursor:pointer;}
.foot .f_share ul li i{}
.foot .f_share ul li i img{ display:block; margin:0 auto; width:30px; height:30px; opacity:.9;}
.foot .f_share ul li:hover i img{ opacity:1;}
.foot .f_share ul li .h2{ font-size:14px; line-height:24px; color:#999; margin-top:10px;}
.foot .f_share ul li .ewm{ width:120px; padding:0 0 10px 0; position:absolute; bottom:100%; left:50%; transform:translateX(-50%); display:none;}
.foot .f_share ul li:hover .ewm{ display:block;}
.foot .f_share ul li .ewm img{ display:block; width:100%;}
.foot2bg{ padding:60px 0;}
.foot2{}
.foot .f_nav{ font-size:14px; line-height:24px;display: flex; justify-content: space-between;/* align-items:center;*/}
.foot .f_nav dl{}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; font-weight:bold; margin-bottom:20px;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot3bg{ background:#000; color:#999; padding:15px 0;}
.foot3bg a{ color:#999;}
.foot3bg a:hover{ color:#fff;}
.foot3{ font-size:12px; line-height:22px;display: flex; justify-content: space-between; align-items:center;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:20px 0;}
.foot1{display:block;}
.foot .f_intro{ margin-bottom:20px;}
.foot .f_intro .h2{ font-size:18px; line-height:28px;}
.foot .f_intro .h3{ font-size:14px; line-height:24px;}
.foot .f_share ul li{ position:relative; margin:0; width:100%;}
.foot .f_share ul li i img{ width:30px; height:30px; }
.foot .f_share ul li .h2{ font-size:14px; line-height:24px; margin-top:5px;}
.foot .f_share ul li .ewm{ width:120px; padding:0 0 10px 0; }
.foot2bg{ padding:20px 0;}
.foot .f_nav{ font-size:14px; line-height:24px; }
.foot .f_nav dl dt{ font-size:14px; line-height:24px; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot3bg{ padding:15px 0;}
.foot3{ font-size:12px; line-height:22px;display: block; text-align:center;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ text-align:center; color:#fff;}
.inbanner_txt .h2{ font-size:54px; line-height:64px; }
.inbarbg{ border-bottom:1px solid #eee; }
.inbar{ display: flex;justify-content:space-between;align-items:center;}
.innav{ font-size:16px; line-height:60px; border-radius:4px; overflow:hidden;}
.innav .h1{ font-size:14px; line-height:44px; background:#000; color:#fff; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav ul{
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap:wrap;}
.innav ul li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; overflow:hidden; position:relative; }
.innav ul li:before{ content:""; width:1px; height:12px; background:rgba(0,0,0,.15); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.innav ul li:nth-child(1):before{ display:none;}
.innav ul li a{ display:block; padding:0 2.34vw; position:relative;}
.innav ul li a:before{ content:""; width:0; height:3px; background:#000; position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav ul li.hover>a{ color:#000; }
.innav ul li.hover>a:before{ width:100%;}
.innav ul li:hover>a{ color:#000; }
.innav ul li:hover>a:before{ width:100%;}
.weizhi{ font-size:14px; line-height:24px; color:#999;}
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; }
.inbarbg{ border:none;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; border:1px solid #eee;}
.innav .h1{ display:block;}
.innav ul{ display:none;}
.innav ul li{ border-top:1px solid #f5f5f5;}
.innav ul li:before{ display:none;}
.innav ul li a{ padding:5px 20px;}
.innav ul li a:before{ display:none;}
.weizhi{ display:none;}
}

.insidebg{ padding:60px 0 100px 0;}
.inside{}
.inside_lt{ float:left; width:300px; position:sticky; top:100px;}
.side_a{ border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:28px; line-height:38px; background:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; padding:20px 20px 20px 40px; }
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 40px; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a>ul>li>span a:before{ content:"●"; display:inline-block; vertical-align:text-top; line-height:1em; width:20px; overflow:hidden; transition:all .3s ease;}
.side_a>ul>li>span:hover a:before{ width:0; opacity:0;}
.side_a ul li ul{ padding:0 0 10px 60px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px); background:#fff; padding:20px; box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:26px; padding:10px 20px; text-align:center; cursor:pointer;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; }
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ }
}




.brand1bg{}
.brand1{}
.brand1 ul li{ padding:80px 0;}
.brand1 ul li:nth-child(2n-1){ background:#f7f7f7;}
.brand1 ul li .nr_box{ display: flex;justify-content:space-between;align-items:center;}
.brand1 ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.brand1 ul li .txtbg{ width:50%;}
.brand1 ul li .txt{}
.brand1 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:.52vw;}
.brand1 ul li .txt .h3{ font-size:24px; line-height:34px; margin-bottom:2.08vw;}
.brand1 ul li .txt .h4{ font-size:14px; line-height:2em; color:#666;}
.brand1 ul li .imgbg{ width:42%;}
.brand1 ul li .img{}
.brand1 ul li .img img{ display:block; width:100%;}
@media(max-width:999px){
.brand1 ul li{ padding:40px 0;}
.brand1 ul li .nr_box{ display:block;}
.brand1 ul li .txtbg{ width:100%; margin-bottom:20px;}
.brand1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.brand1 ul li .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.brand1 ul li .txt .h4{ font-size:14px; line-height:2em; }
.brand1 ul li .imgbg{ width:100%;}
}
.brand2bg{ padding:80px 0; background:#f7f7f7;}
.brand2{ text-align:center;}
.brand2 .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.brand2 .h3{ font-size:24px; line-height:34px; margin-bottom:20px;}
.brand2 .h4{ font-size:14px; line-height:2em; color:#666; }
@media(max-width:999px){
.brand2bg{ padding:40px 0; }
.brand2 .h2{ font-size:18px; line-height:28px; margin-bottom:0px;}
.brand2 .h3{ font-size:24px; line-height:34px; margin-bottom:20px;}
.brand2 .h4{ font-size:14px; line-height:2em; }
}


.company1bg{ padding:80px 0;}
.company1{ text-align:center;}
.company1 .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.company1 .h3{ font-size:24px; line-height:34px; margin-bottom:35px;}
.company1 .h4{ font-size:14px; line-height:2em; color:#666;}
@media(max-width:999px){
.company1bg{ padding:40px 0;}
.company1 .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.company1 .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.company1 .h4{ font-size:14px; line-height:2em; }
}
.company2bg{ padding:80px 0; background:rgba(237,235,232,0.5);}
.company2{ display: flex;justify-content:space-between;align-items:center;}
.company2 .txtbg{ width:50%;}
.company2 .txt{}
.company2 .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:.52vw;}
.company2 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:2.08vw;}
.company2 .txt .h4{ font-size:14px; line-height:2em; color:#666;}
.company2 .imgbg{ width:42%;}
.company2 .img{}
.company2 .img img{ display:block; width:100%;}
@media(max-width:999px){
.company2bg{ padding:40px 0; }
.company2{ display:block;}
.company2 .txtbg{ width:100%; margin-bottom:20px;}
.company2 .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.company2 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.company2 .txt .h4{ font-size:14px; line-height:2em; }
.company2 .imgbg{ width:100%;}
}
.company3bg{ padding:80px 0; position:relative;}
.company3bg:before{ content:""; width:100%; height:40%; background:rgba(237,235,232,0.5); position:absolute; bottom:0; left:e0; z-index:-1;}
.company3{}
.company3 .list{}
.company3 .list ul{display: flex; justify-content: flex-start; align-items:flex-start; flex-wrap:wrap;}
.company3 .list ul li{ width:calc((100% - 40px)/2); margin:0 0 40px 40px;}
.company3 .list ul li:nth-child(2n-1){ margin-left:0;}
.company3 .list ul li:nth-child(2n){ margin-top:3.12vw;}
.company3 .list ul li .img{ padding-bottom:120%; position:relative; overflow:hidden; box-shadow:rgb(0 0 0 / 10%) 0px 20px 25px -5px,rgb(0 0 0 / 4%) 0px 10px 10px -5px;}
.company3 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.company3 .list ul li:hover .img img{ transform:scale(1.1);}
.company3 .list ul li .txt{ padding:20px 30px; background:#fff; box-shadow:2px 4px 16px rgba(0,0,0,.1);}
.company3 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; font-weight:bold;}
.company3 .list ul li .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.company3 .list ul li .txt .h4{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.company3bg{ padding:40px 0; }
.company3 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.company3 .list ul li .txt{ padding:20px 20px; }
.company3 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.company3 .list ul li .txt .h3{ font-size:22px; line-height:32px; margin-bottom:10px;}
.company3 .list ul li .txt .h4{ font-size:14px; line-height:24px; color:#999;}
}
.company4bg{ padding:80px 0; }
.company4{ display: flex;justify-content:space-between;align-items:center;}
.company4 .txtbg{ width:56%;}
.company4 .txt{}
.company4 .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:.52vw;}
.company4 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:2.08vw;}
.company4 .txt .h4{ font-size:14px; line-height:2em; color:#666;}
.company4 .imgbg{ width:36%;}
.company4 .img{ padding:0 0 30px 30px; position:relative;}
.company4 .img:before{ content:""; width:calc(100% - 30px); height:calc(100% - 30px); background:rgba(27,27,27,.1); position:absolute; bottom:0; left:0; z-index:-1;}
.company4 .img img{ display:block; width:100%;}
@media(max-width:999px){
.company4bg{ padding:40px 0; }
.company4{ display:block;}
.company4 .txtbg{ width:100%;}
.company4 .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.company4 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.company4 .txt .h4{ font-size:14px; line-height:2em; }
.company4 .imgbg{ width:100%; margin-bottom:20px;}
.company4 .img{ padding:0 0 20px 20px; }
.company4 .img:before{ width:calc(100% - 20px); height:calc(100% - 20px); }
}
.tit2{ text-align:center;}
.tit2 .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.tit2 .h3{ font-size:24px; line-height:34px;}
.company5bg{ padding:80px 0; background-repeat:no-repeat; background-position:top center; background-size:100% auto;}
.company5{}
.company5 .list{ background:#f6f5f3; padding:80px 5%; margin-top:80px; text-align:center;}
.company5 .list .ico{ margin-bottom:30px;}
.company5 .list .ico img{ max-width:100%;}
.company5 .list .h2{ font-size:20px; line-height:30px; margin-bottom:30px;}
.company5 .list .h3{ font-size:14px; line-height:2em; color:#666;}
@media(max-width:999px){
.tit2 .h2{ font-size:18px; line-height:28px; margin-bottom:0px;}
.tit2 .h3{ font-size:24px; line-height:34px;}
.company5bg{ padding:40px 0; }
.company5 .list{ padding:20px 5%; margin-top:40px; }
.company5 .list .ico{ margin-bottom:10px;}
.company5 .list .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.company5 .list .h3{ font-size:14px; line-height:2em; }
}
.company6bg{}
.company6{}
.company6_list1{}
.company6_list1 ul{display: flex; justify-content: space-between; align-items:flex-start; flex-wrap:wrap;}
.company6_list1 ul li{ width:46%;}
.company6_list1 ul li:nth-child(2n-1){ margin-top:60px;}
.company6_list1 ul li .img{ padding-bottom:133%; position:relative; overflow:hidden; }
.company6_list1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.company6_list1 ul li:hover .img img{ transform:scale(1.1);}
.company6_list2{ padding:80px 0;display: flex; justify-content: space-between; align-items:center;}
.company6_list2 .txt1{ width:50%; text-align:center;}
.company6_list2 .txt2{ width:50%;}
.company6_list2 .h2{ font-size:24px; line-height:34px;}
.company6_list2 .h3{ font-size:14px; line-height:2em;}
@media(max-width:999px){
.company6_list1 ul li{ width:46%;}
.company6_list1 ul li:nth-child(2n-1){ margin-top:40px;}
.company6_list2{ padding:40px 0;display:block;}
.company6_list2 .txt1{ width:100%; }
.company6_list2 .txt2{ width:100%;}
.company6_list2 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.company6_list2 .h3{ font-size:14px; line-height:2em;}
}
.company7bg{}
.company7{}
.company7 .list{}
.company7 .list ul{display: flex; justify-content: space-between; /*align-items:center;*/ flex-wrap:wrap;}
.company7 .list ul li{ width:calc(100%/3); text-align:center; position:relative;}
.company7 .list ul li .img{ padding-bottom:126%; position:relative; overflow:hidden; }
.company7 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;
-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray;}
.company7 .list ul li:hover .img img{ transform:scale(1.1);
-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none;}
.company7 .list ul li .txtbg{ width:90%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3; color:#fff;}
.company7 .list ul li .txt{}
.company7 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:.52vw;}
.company7 .list ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:1.04vw;}
.company7 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.company7 .list ul li{ width:100%; }
.company7 .list ul li .img{ padding-bottom:80%; }
.company7 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.company7 .list ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.company7 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}
.company8bg{ padding:100px 0 ; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;}
.company8{ text-align:center;}
.company8 .h2{font-size:24px; line-height:34px; margin-bottom:10px;}
.company8 .h3{font-size:24px; line-height:34px; margin-bottom:20px;}
.company8 .h4{ font-size:14px; line-height:2em;}
@media(max-width:999px){
.company8bg{ padding:40px 0 ; }
.company8 .h2{font-size:18px; line-height:28px; margin-bottom:10px;}
.company8 .h3{font-size:24px; line-height:34px; margin-bottom:20px;}
.company8 .h4{ font-size:14px; line-height:2em;}
}
.company9bg{ padding:80px 0; position:relative;}
.company9bg:before{ content:""; width:100%; height:80%; background:rgba(247,247,247,1); position:absolute; bottom:0; left:0; z-index:-1;}
.company9{ display: flex;justify-content:space-between;align-items:center;}
.company9 .txtbg{ width:50%;}
.company9 .txt{}
.company9 .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:.52vw;}
.company9 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:2.08vw;}
.company9 .txt .h4{ font-size:14px; line-height:2em; color:#666;}
.company9 .imgbg{ width:42%;}
.company9 .img{}
.company9 .img img{ display:block; width:100%;}
@media(max-width:999px){
.company9bg{ padding:40px 0; }
.company9bg:before{ height:80%; }
.company9{ display:block;}
.company9 .txtbg{ width:100%; margin-bottom:20px;}
.company9 .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.company9 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.company9 .txt .h4{ font-size:14px; line-height:2em; }
.company9 .imgbg{ width:100%;}
}



.technology1bg{ padding:80px 0; }
.technology1{display: flex; justify-content: space-between; align-items: flex-end;}
.technology1_lt{ width:33%;}
.technology1_lt .h2{ font-size:6.78vw; line-height:1.2em; text-align:right; margin-right:-10.42vw; margin-bottom:1.56vw; position:relative; z-index:2;}
.technology1_lt .h3{ font-size:14px; line-height:24px; margin-bottom:1.56vw;}
.technology1_ct{ width:33%;}
.technology1_ct .img{ overflow:hidden;}
.technology1_ct img{ display:block; width:100%; transition:all .3s ease;}
.technology1_ct:hover img{ transform:scale(1.1);}
.technology1_rt{ width:33%;}
.technology1_rt .h4{ font-size:12px; line-height:2em; color:#666; text-align:right;}
@media(max-width:999px){
.technology1bg{ padding:40px 0; }
.technology1{display:block;}
.technology1_lt{ width:100%; margin-bottom:20px;}
.technology1_lt .h2{ font-size:18px; line-height:28px; text-align:left; margin-right:0; margin-bottom:0px; }
.technology1_lt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.technology1_ct{ width:100%; margin-bottom:20px;}
.technology1_rt{ width:100%;}
.technology1_rt .h4{ font-size:12px; line-height:2em; text-align:right;}
}

.technology2bg{ padding:80px 0; background:rgba(237,235,232,0.5);}
.technology2{ display: flex;justify-content:space-between;align-items:center;}
.technology2 .txtbg{ width:49%;}
.technology2 .txt{ text-align:right;}
.technology2 .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:.52vw;}
.technology2 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:2.08vw;}
.technology2 .txt .h4{ font-size:14px; line-height:2em; color:#666;}
.technology2 .imgbg{ width:45%;}
.technology2 .img{}
.technology2 .img img{ display:block; width:100%;}
@media(max-width:999px){
.technology2bg{ padding:40px 0; }
.technology2{ display:block;}
.technology2 .txtbg{ width:100%; margin-bottom:20px;}
.technology2 .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.technology2 .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.technology2 .txt .h4{ font-size:14px; line-height:2em; }
.technology2 .imgbg{ width:100%;}
}
.technology3bg{ padding:240px 0 ; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;}
.technology3{ text-align:center;}
.technology3 .h2{font-size:24px; line-height:34px; margin-bottom:10px;}
.technology3 .h3{font-size:24px; line-height:34px; margin-bottom:20px;}
.technology3 .h4{ font-size:14px; line-height:2em;}
@media(max-width:999px){
.technology3bg{ padding:40px 0 ; }
.technology3 .h2{font-size:18px; line-height:28px; margin-bottom:10px;}
.technology3 .h3{font-size:24px; line-height:34px; margin-bottom:20px;}
.technology3 .h4{ font-size:14px; line-height:2em;}
}

.technology4bg{ padding:80px 0; }
.technology4{display: flex; justify-content: space-between; align-items:center;}
.technology4_lt{ width:52%;}
.technology4_lt .img{ overflow:hidden;}
.technology4_lt img{ display:block; width:100%; transition:all .3s ease;}
.technology4_lt:hover img{ transform:scale(1.1);}
.technology4_rt{ width:44%;}
.technology4_rt .h2{ font-size:18px; line-height:28px; margin-bottom:.26vw; font-weight:bold;}
.technology4_rt .h3{ font-size:24px; line-height:34px; margin-bottom:1.04vw;}
.technology4_rt .h4{ font-size:14px; line-height:2em; }
@media(max-width:999px){
.technology4bg{ padding:40px 0; }
.technology4{display:block;}
.technology4_lt{ width:100%; margin-bottom:20px;}
.technology4_rt{ width:100%;}
.technology4_rt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.technology4_rt .h3{ font-size:24px; line-height:34px; margin-bottom:10px; }
.technology4_rt .h4{ font-size:14px; line-height:2em; }
}
















