/*common start*/
:root {
    --primary-color: #04d976;
    --secondary-color: #0572b4;
    --main-color: #04d976;
    --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:1300px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position: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:20%; height:80px; 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{ display: flex; justify-content: flex-end; align-items: center;}
.head .h_search_btn{ font-size:20px; line-height:28px; color:#333; cursor:pointer; margin-left:1.04vw; padding-left:1.04vw; border-left:1px solid #333;}
.head .h_search_box{ width:100%; height:100%; background:rgba(0,0,0,.87); position:fixed; top:0; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(12,18,28,.3); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:800px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ max-width:1200px; margin:0 auto;}
.head .h_search_close2{ width:42px; line-height:42px; text-align:center; border:1px solid #fff; color:#fff; font-size:20px; position:absolute; top:20px; right:20px;z-index:999; border-radius:100%; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ border-color:#000; background:#000;}
.head .h_search .form{ height:70px; overflow:hidden; border:2px solid #fff; border-radius:70px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:70px; line-height:70px; padding:0 0 0 20px; width:calc(100% - 90px); color:#fff; }
.head .h_search .form .button1{ float:right; border:none;  background:#333; width:70px; height:70px; line-height:70px; cursor:pointer; font-size:16px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ color:#fff;}
.head .h_search .form .button1 i{ }
.h_search .form input::-webkit-input-placeholder{ color: #fff; }
.h_search .form input:-moz-placeholder{ color:#fff; }
.h_search .form input::-moz-placeholder{ color:#fff; }
.h_search .form input:-ms-input-placeholder{ color:#fff; }
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{display: flex; justify-content:center; align-items: center;}
.head .menu>ul>li{ padding:0 1.56vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:normal; position:relative; z-index:1; }
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:#000;}
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 18px/1 FontAwesome; margin-left:.26vw;}
.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:#fff; 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:230px; padding:5px 0; background:#fff; box-shadow:0 2px 6px 0 rgba(32,33,36,0.28); 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 10px 1.56vw; text-align:left; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#000; }
/*.head .menu>ul>li ul li a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}*/
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.head_height{ height:100px;}
.head.active1{ box-shadow:0 1px 6px 0 rgba(0,0,0,0.1);}
.head.active1 .head2{ height:80px;}
.head.active2{ }
@media(max-width:1399px){
}
@media(max-width:999px){
.head_height{ height:60px;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .rt{ max-width:60%;}
.head .h_search_btn{ font-size:20px; line-height:28px; margin-left:0; padding-left:0; border-left:none;}
.head .h_search_close2{ width:38px; line-height:38px; font-size:20px; top:20px; right:20px; }
.head .h_search .form{ height:50px; }
.head .h_search .form .text1{ height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 70px); }
.head .h_search .form .button1{ width:50px; height:50px; line-height:50px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:26px; height:20px; cursor:pointer; display:none; position:relative; }
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:100%; 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:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#272559; color:#fff; position:absolute; right:0; top:0; z-index:999; transition:all .5s ease; transform:translateX(100%);}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid rgba(28,29,32,.1); }
.head .nav_list ul li span{ display:block; position:relative; padding:0 20px 0 0;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f067";font: normal normal normal 12px/1 FontAwesome; width:12px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ content:"\f068";}
.head .nav_list ul li ul{ padding:5px 0 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative; background:radial-gradient(100% 456.46% at 0% 0%,var(--secondary-color) 0%,var(--primary-color) 100%);}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; transition:all 4s ease;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); }
.banner_swiper .swiper-container .swiper-slide .txt{ margin:0 auto; max-width:1000px; text-align:center; color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:2.4vw; line-height:1.2em; margin-bottom:1.04vw; font-weight:bold;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:1.04vw; line-height:1.5em; }
.banner_swiper .swiper-pagination{ bottom:2.6vw; height:3px; width:100%; padding:0 5%; box-sizing: border-box; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:56px; height:3px; background:rgba(255,255,255,.4); opacity:1; margin:0 5px; border-radius:3px; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:60px; height:60px; line-height:60px; margin-top:-30px; text-align:center; background:rgba(255,255,255,.5); color:#fff; font-size:30px; transition:all .3s ease; border-radius:100%; opacity:0; visibility:hidden;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:#000; color:#fff;}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; }
.banner_swiper .swiper-pagination{ bottom:10px; height:2px; width:100%; padding:0 5%; }
.banner_swiper .swiper-pagination span{ width:24px; height:2px; margin:0 2px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px; }
}


.con01bg{ margin:60px 0;}
.con01{}
.con01 .list{}
.con01 .list ul li{ margin:0 0 60px 0;}
.con01 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.con01 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.con01 .list ul li .imgbg{ width:40%;}
.con01 .list ul li .img{}
.con01 .list ul li .img img{ display:block; width:100%; border-radius:2.08vw;}
.con01 .list ul li .txtbg{ width:56%;}
.con01 .list ul li .txt{}
.con01 .list ul li .txt .h2{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:10px;}
.con01 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.con01bg{ margin:40px 0;}
.con01 .list ul li{ margin-bottom:40px;}
.con01 .list ul li .nr_box{ display:block;}
.con01 .list ul li .imgbg{ width:100%; margin-bottom:15px;}
.con01 .list ul li .img img{ border-radius:10px;}
.con01 .list ul li .txtbg{ width:100%;}
.con01 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con01 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px; font-weight:bold;}
.tit1 .h3{ font-size:15px; line-height:25px; margin-top:20px;}
.con02bg{ margin:60px 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.con02 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con02 .list ul li{ width:calc((100% - 60px)/5); margin:0 0 20px 15px; box-shadow:0 10px 50px -3px hsl(0deg 0% 85% / 50%); border-radius:10px; overflow:hidden;}
.con02 .list ul li:nth-child(5n-4){ margin-left:0;}
.con02 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.con02 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txt{ color:#666; padding:20px 8%;}
.con02 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:#333; margin-bottom:5px;}
.con02 .list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:18px;}
.con02 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
.con02 .list ul li .txt .h4:hover{ color:#000;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:28px; }
.tit1 .h3{ font-size:14px; line-height:18px; margin-top:10px;}
.con02bg{ margin:40px 0;}
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:100%; margin:0 0 20px 0; }
.con02 .list ul li .txt{ padding:20px 5%;}
.con02 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con02 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}






.foot {
    background: #0671b4;
    color: rgba(255,255,255,.9);
    position: relative;
}
.foot a{ color:rgba(255,255,255,.9);}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:60px 0;}
.foot1{ display: flex; justify-content:space-between;/* align-items: center;*/}
.foot1 .lt{ width:25%;}
.foot .f_logo{ margin-bottom:30px;}
.foot .f_logo img{ display:block; max-width:100%; }
.foot .f_share{ margin-bottom:12px;}
.foot .f_share a{ display:inline-block;}
.foot .f_share a img{ display:block; height:30px;}
.foot .f_info{ font-size:16px; line-height:26px;}
.foot .f_info ul li{ margin-bottom:10px;}
.foot1 .ct{ width:38%;}
.foot .f_nav{ font-size:16px; line-height:26px; display: flex; justify-content:space-around;/* align-items: center;*/}
.foot .f_nav dl{}
    .foot .f_nav dl dt {
        font-size: 18px;
        line-height: 28px;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot1 .rt{ width:29%;}
.foot .f_contact{ font-size:16px; line-height:26px;}
    .foot .f_contact dl dt {
        font-size: 18px;
        line-height: 28px;
        color: var(--main-color-white);
        margin-bottom: 10px;
    }
.foot .f_contact dl dd{ margin-bottom:5px;}
@media(max-width:999px){
.foot1bg{ padding:40px 0;}
.foot1{ display:block;}
.foot1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_logo{ margin-bottom:30px;}
.foot .f_share{ margin-bottom:12px;}
.foot .f_share a img{ height:30px;}
.foot .f_info{ font-size:14px; line-height:24px;}
.foot .f_info ul li{ margin-bottom:10px;}
.foot1 .ct{ width:100%; margin-bottom:20px;}
.foot .f_nav{ font-size:14px; line-height:24px; justify-content:space-between; flex-wrap:wrap;}
.foot .f_nav dl dt{ font-size:18px; line-height:28px; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot1 .rt{ width:100%;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact dl dt{ font-size:18px; line-height:28px; margin-bottom:10px;}
.foot .f_contact dl dd{ margin-bottom:5px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative; background:radial-gradient(100% 456.46% at 0% 0%,var(--secondary-color) 0%,var(--primary-color) 100%) !important;}
.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:2.18vw; line-height:1.25em; font-weight:bold;}
.inbarbg{ border-bottom:1px solid #ccc;}
.inbar{ }
.innav{ font-size:16px; line-height:80px; }
.innav .h1{ font-size:16px; line-height:50px; background:#000; color:#fff; text-align:left; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f107";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: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 1.56vw;}
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; }
.innav>ul>li>a:before{ content:""; width:0; height:1px; 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{ color:#000; }
.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:#000;}
.weizhi{ font-size:14px; line-height:50px; color:#999; text-align:center;}
.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; margin-bottom:5px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; }
.innav .h1{ display:block;}
.innav>ul{ display:none;}
.innav>ul>li{ margin:0; border-top:1px solid rgba(0,0,0,.05); padding:10px 20px 10px 20px;}
.innav>ul>li>a:before{ display:none;}
.innav>ul>li>a{ padding:0; display:inline; background:none;}
.innav>ul>li.hover>a{ color:#000; background:none;}
.innav>ul>li:hover>a{ color:#000; background:none;}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 20px; text-align:left;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ display:none;}
}
.insidebg{ margin:60px 0 80px 0; }
.inside{ background:#fff; }
.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{ margin:20px 0 40px 0; }
.inside{ }
.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{ padding:20px 5% 40px 5%;}
}


.aboutus1_box{}
.aboutus1{ text-align:center; margin-bottom:80px;}
.aboutus1 .h2{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:4px;}
.aboutus1 .h3{ font-size:20px; line-height:30px; margin-bottom:15px;}
.aboutus1 .h4{ font-size:16px; line-height:26px;}
.aboutus2{ display: flex;justify-content:space-between;align-items:center;}
.aboutus2_lt{ width:40%;}
.aboutus2_lt img{ display:block; width:100%; border-radius:10px;}
.aboutus2_rt{ width:56%;}
.aboutus2_rt .h2{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:10px;}
.aboutus2_rt .h3{ font-size:18px; line-height:28px;}
.aboutus2_rt .h4{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.aboutus1{ margin-bottom:40px;}
.aboutus1 .h2{ font-size:24px; line-height:34px; margin-bottom:4px;}
.aboutus1 .h3{ font-size:18px; line-height:28px; margin-bottom:15px;}
.aboutus1 .h4{ font-size:14px; line-height:24px;}

.aboutus2{ display:block;}
.aboutus2_lt{ width:100%; margin-bottom:20px;}
.aboutus2_rt{ width:100%;}
.aboutus2_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.aboutus2_rt .h3{ font-size:18px; line-height:28px;}
.aboutus2_rt .h4{ font-size:14px; line-height:24px;}
}



.tit2{ text-align:center;}
.tit2 .h2{ font-size:38px; line-height:48px; font-weight:bold; color:var(--secondary-color);}
.tit2 .h3{ font-size:20px; line-height:30px; margin-top:15px;}
.tit2 .h4{ font-size:18px; line-height:28px; margin-bottom:5px;}
.contact1_box{}
.contact1{ margin-bottom:35px;}
.contact1 .list{ margin-top:40px;}
.contact1 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.contact1 .list ul li{ width:calc(100%/3); text-align:center; margin:0 0 30px 0;}
.contact1 .list ul li .imgbg{ margin:0 auto; width:90px;}
.contact1 .list ul li .img{ height:90px; border-radius:10px; background:#eee2ff; position:relative;}
.contact1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.contact1 .list ul li .txt{ margin-top:10px;}
.contact1 .list ul li .txt .h2{ font-size:20px; line-height:30px ; font-weight:bold;}
.contact1 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
.contact2{}
.contact2 .list{ margin-top:20px;}
.contact2 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.contact2 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px;}
.contact2 .list ul li:nth-child(2n-1){ margin-left:0;}
.contact2 .list ul li.li1{ width:100%; margin-left:0;}
.contact2 .list .text1{ border:2px solid #a8b0ba; background:#fff; height:50px; line-height:46px; padding:0 10px; width:100%; border-radius:10px; box-sizing:border-box;}
.contact2 .list .text2{ border:2px solid #a8b0ba; background:#fff; height:130px; line-height:24px; padding:10px 10px; width:100%; border-radius:10px; box-sizing:border-box;}
.contact2 .list .button1{ display:block; margin:0 auto; border:none; background:#272559; color:#fff; height:48px; line-height:48px; width:170px; border-radius:10px; box-sizing:border-box; cursor:pointer; font-weight:bold; margin-top:10px; transition:all .3s ease;}
.contact2 .list .button1:hover{ opacity:.9;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:28px; }
.tit2 .h3{ font-size:14px; line-height:18px; margin-top:10px;}
.tit2 .h4{ font-size:12px; line-height:16px; margin-bottom:5px;}
.contact1{ margin-bottom:20px;}
.contact1 .list{ margin-top:20px;}
.contact1 .list ul li{ width:100%; margin:0 0 20px 0;}
.contact1 .list ul li .imgbg{ width:60px;}
.contact1 .list ul li .img{ height:60px; }
.contact1 .list ul li .txt{ margin-top:10px;}
.contact1 .list ul li .txt .h2{ font-size:14px; line-height:18px ; }
.contact1 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
.contact2 .list{ margin-top:20px;}
.contact2 .list ul li{ width:100%; margin:0 0 10px 0;}
.contact2 .list .text1{ height:50px; line-height:46px; }
.contact2 .list .text2{ height:100px; line-height:24px; }
.contact2 .list .button1{ height:48px; line-height:48px; width:100%; margin-top:10px; }
}




.service1{}
.service1 .list1{ font-size:20px; line-height:30px; margin-bottom:40px;}
.service1 .list{}
.service1 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.service1 .list ul li{ width:calc((100% - 45px)/4); margin:0 0 20px 15px; box-shadow:0 10px 50px -3px hsl(0deg 0% 85% / 50%); border-radius:10px; overflow:hidden;}
.service1 .list ul li:nth-child(4n-3){ margin-left:0;}
.service1 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.service1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service1 .list ul li .txt{ color:#666; padding:20px 8%;}
.service1 .list ul li .txt .h2{ font-size:26px; line-height:36px; font-weight:bold; color:#333; margin-bottom:5px;}
.service1 .list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:18px;}
.service1 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
.service1 .list ul li .txt .h4:hover{ color:#000;}
@media(max-width:999px){
.service1 .list1{ font-size:14px; line-height:24px; margin-bottom:20px;}
.service1 .list ul li{ width:100%; margin:0 0 20px 0; }
.service1 .list ul li .txt{ padding:20px 5%;}
.service1 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.service1 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.service1 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}


.serviceD1_box1{}
.serviceD1{ margin-bottom:60px;}
.serviceD1 .list{}
.serviceD1 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD1 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD1 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD1 .list ul li .nr_box{ padding:30px 7%;}
.serviceD1 .list ul li .img{ height:60px; position:relative;}
.serviceD1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD1 .list ul li .txt{ margin-top:10px;}
.serviceD1 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD1 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD2{ margin-bottom:80px;}
.serviceD2 .list{}
.serviceD2 .list ul li{ margin-bottom:60px;}
.serviceD2 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.serviceD2 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.serviceD2 .list ul li .imgbg{ width:50%;}
.serviceD2 .list ul li .img{}
.serviceD2 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.serviceD2 .list ul li .txtbg{ width:46%;}
.serviceD2 .list ul li .txt{}
.serviceD2 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.serviceD2 .list ul li .txt .h3{ font-size:20px; line-height:30px;}

.serviceD3{}
.serviceD3 .list{ margin-top:40px;}
.serviceD3 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD3 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD3 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD3 .list ul li .nr_box{ padding:30px 7%;}
.serviceD3 .list ul li .img{ height:60px; position:relative;}
.serviceD3 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD3 .list ul li .txt{ margin-top:10px;}
.serviceD3 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD3 .list ul li .txt .h3{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.serviceD1{ margin-bottom:20px;}
.serviceD1 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD1 .list ul li .nr_box{ padding:20px 5%;}
.serviceD1 .list ul li .img{ height:60px; }
.serviceD1 .list ul li .img img{ margin:auto auto;}
.serviceD1 .list ul li .txt{ margin-top:10px;}
.serviceD1 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD1 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
.serviceD2{ margin-bottom:40px;}
.serviceD2 .list ul li{ margin-bottom:40px;}
.serviceD2 .list ul li .nr_box{ display:block;}
.serviceD2 .list ul li .imgbg{ width:100%; margin-bottom:10px;}
.serviceD2 .list ul li .txtbg{ width:100%;}
.serviceD2 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.serviceD2 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
.serviceD3 .list{ margin-top:20px;}
.serviceD3 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD3 .list ul li .nr_box{ padding:20px 5%;}
.serviceD3 .list ul li .img{ height:60px; }
.serviceD3 .list ul li .img img{ margin:auto auto;}
.serviceD3 .list ul li .txt{ margin-top:10px;}
.serviceD3 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD3 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.serviceD2_box{}
.serviceD4{ margin-bottom:60px;}
.serviceD4 .list{ margin-top:40px;}
.serviceD4 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD4 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD4 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD4 .list ul li .nr_box{ padding:30px 7%;}
.serviceD4 .list ul li .img{ height:60px; position:relative;}
.serviceD4 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD4 .list ul li .txt{ margin-top:10px;}
.serviceD4 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD4 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD5{ margin-bottom:60px;}
.serviceD5 .list{}
.serviceD5 .list ul li{ margin-bottom:60px;}
.serviceD5 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.serviceD5 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.serviceD5 .list ul li .imgbg{ width:50%;}
.serviceD5 .list ul li .img{}
.serviceD5 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.serviceD5 .list ul li .txtbg{ width:46%;}
.serviceD5 .list ul li .txt{}
.serviceD5 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.serviceD5 .list ul li .txt .h3{ font-size:20px; line-height:30px;}

.serviceD6{ margin-bottom:60px;}
.serviceD6 .list{ margin-top:40px;}
.serviceD6 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD6 .list ul li{ width:calc((100% - 75px)/4); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD6 .list ul li:nth-child(4n-3){ margin-left:0;}
.serviceD6 .list ul li .nr_box{ padding:30px 7%;}
.serviceD6 .list ul li .img{ height:60px; position:relative;}
.serviceD6 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD6 .list ul li .txt{ margin-top:10px;}
.serviceD6 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD6 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD7{ margin-bottom:60px;}
.serviceD7 .list{ margin-top:40px;}
.serviceD7 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD7 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD7 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD7 .list ul li .nr_box{ padding:30px 7%;}
.serviceD7 .list ul li .img{ height:60px; position:relative;}
.serviceD7 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD7 .list ul li .txt{ margin-top:10px;}
.serviceD7 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD7 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD8{}
.serviceD8 .list{ margin-top:20px; font-size:20px; line-height:2em; text-align:center;}
@media(max-width:999px){
.serviceD4{ margin-bottom:40px;}
.serviceD4 .list{ margin-top:20px;}
.serviceD4 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD4 .list ul li .nr_box{ padding:20px 5%;}
.serviceD4 .list ul li .img{ height:60px; }
.serviceD4 .list ul li .img img{ margin:auto auto;}
.serviceD4 .list ul li .txt{ margin-top:10px;}
.serviceD4 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD4 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD5{ margin-bottom:40px;}
.serviceD5 .list ul li{ margin-bottom:40px;}
.serviceD5 .list ul li .nr_box{ display:block;}
.serviceD5 .list ul li .imgbg{ width:100%;}
.serviceD5 .list ul li .txtbg{ width:100%;}
.serviceD5 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.serviceD5 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD6{ margin-bottom:40px;}
.serviceD6 .list{ margin-top:20px;}
.serviceD6 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD6 .list ul li .nr_box{ padding:20px 5%;}
.serviceD6 .list ul li .img{ height:60px; }
.serviceD6 .list ul li .img img{ margin:auto auto;}
.serviceD6 .list ul li .txt{ margin-top:10px;}
.serviceD6 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD6 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD7{ margin-bottom:40px;}
.serviceD7 .list{ margin-top:20px;}
.serviceD7 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD7 .list ul li .nr_box{ padding:20px 5%;}
.serviceD7 .list ul li .img{ height:60px; }
.serviceD7 .list ul li .img img{ margin:auto auto;}
.serviceD7 .list ul li .txt{ margin-top:10px;}
.serviceD7 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD7 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD8 .list{ margin-top:20px; font-size:14px; line-height:24px; }
}



.serviceD3_box{}
.serviceD9{ margin-bottom:60px;}
.serviceD9 .list{ margin-top:40px;}
.serviceD9 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD9 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD9 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD9 .list ul li .nr_box{ padding:30px 7%;}
.serviceD9 .list ul li .img{ height:60px; position:relative;}
.serviceD9 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD9 .list ul li .txt{ margin-top:10px;}
.serviceD9 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD9 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD10{ margin-bottom:60px;}
.serviceD10 .list{}
.serviceD10 .list ul li{ margin-bottom:60px;}
.serviceD10 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.serviceD10 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.serviceD10 .list ul li .imgbg{ width:50%;}
.serviceD10 .list ul li .img{}
.serviceD10 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.serviceD10 .list ul li .txtbg{ width:46%;}
.serviceD10 .list ul li .txt{}
.serviceD10 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.serviceD10 .list ul li .txt .h3{ font-size:20px; line-height:30px;}

.serviceD11{ margin-bottom:60px;}
.serviceD11 .list{ margin-top:40px;}
.serviceD11 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD11 .list ul li{ width:calc((100% - 25px)/2); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD11 .list ul li:nth-child(2n-1){ margin-left:0;}
.serviceD11 .list ul li .nr_box{ padding:30px 7%;}
.serviceD11 .list ul li .img{ height:60px; position:relative;}
.serviceD11 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD11 .list ul li .txt{ margin-top:10px;}
.serviceD11 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD11 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD12{ margin-bottom:60px;}
.serviceD12 .list{ margin-top:40px;}
.serviceD12 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD12 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD12 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD12 .list ul li .nr_box{ padding:30px 7%;}
.serviceD12 .list ul li .img{ height:60px; position:relative;}
.serviceD12 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD12 .list ul li .txt{ margin-top:10px;}
.serviceD12 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD12 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD13{}
.serviceD13 .list{ margin-top:20px; font-size:20px; line-height:2em; text-align:center;}
@media(max-width:999px){
.serviceD9{ margin-bottom:40px;}
.serviceD9 .list{ margin-top:20px;}
.serviceD9 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD9 .list ul li .nr_box{ padding:20px 5%;}
.serviceD9 .list ul li .img{ height:60px; }
.serviceD9 .list ul li .img img{ margin:auto auto;}
.serviceD9 .list ul li .txt{ margin-top:10px;}
.serviceD9 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD9 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD10{ margin-bottom:40px;}
.serviceD10 .list ul li{ margin-bottom:40px;}
.serviceD10 .list ul li .nr_box{ display:block;}
.serviceD10 .list ul li .imgbg{ width:100%;}
.serviceD10 .list ul li .txtbg{ width:100%;}
.serviceD10 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.serviceD10 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD11{ margin-bottom:40px;}
.serviceD11 .list{ margin-top:20px;}
.serviceD11 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD11 .list ul li .nr_box{ padding:20px 5%;}
.serviceD11 .list ul li .img{ height:60px; }
.serviceD11 .list ul li .img img{ margin:auto auto;}
.serviceD11 .list ul li .txt{ margin-top:10px;}
.serviceD11 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD11 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD12{ margin-bottom:40px;}
.serviceD12 .list{ margin-top:20px;}
.serviceD12 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD12 .list ul li .nr_box{ padding:20px 5%;}
.serviceD12 .list ul li .img{ height:60px; }
.serviceD12 .list ul li .img img{ margin:auto auto;}
.serviceD12 .list ul li .txt{ margin-top:10px;}
.serviceD12 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD12 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD13 .list{ margin-top:20px; font-size:14px; line-height:24px; }
}




.serviceD4_box{}
.serviceD14{ margin-bottom:60px;}
.serviceD14 .list{ margin-top:40px;}
.serviceD14 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD14 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD14 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD14 .list ul li .nr_box{ padding:30px 7%;}
.serviceD14 .list ul li .img{ height:60px; position:relative;}
.serviceD14 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD14 .list ul li .txt{ margin-top:10px;}
.serviceD14 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD14 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD15{ margin-bottom:60px;}
.serviceD15 .list{}
.serviceD15 .list ul li{ margin-bottom:60px;}
.serviceD15 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.serviceD15 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.serviceD15 .list ul li .imgbg{ width:50%;}
.serviceD15 .list ul li .img{}
.serviceD15 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.serviceD15 .list ul li .txtbg{ width:46%;}
.serviceD15 .list ul li .txt{}
.serviceD15 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.serviceD15 .list ul li .txt .h3{ font-size:20px; line-height:30px;}

.serviceD16{ margin-bottom:60px;}
.serviceD16 .list{ margin-top:40px;}
.serviceD16 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD16 .list ul li{ width:calc((100% - 100px)/5); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD16 .list ul li:nth-child(5n-4){ margin-left:0;}
.serviceD16 .list ul li .nr_box{ padding:30px 7%;}
.serviceD16 .list ul li .img{ height:60px; position:relative;}
.serviceD16 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD16 .list ul li .txt{ margin-top:10px;}
.serviceD16 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD16 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD17{ margin-bottom:60px;}
.serviceD17 .list{ margin-top:40px;}
.serviceD17 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.serviceD17 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.serviceD17 .list ul li:nth-child(3n-2){ margin-left:0;}
.serviceD17 .list ul li .nr_box{ padding:30px 7%;}
.serviceD17 .list ul li .img{ height:60px; position:relative;}
.serviceD17 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.serviceD17 .list ul li .txt{ margin-top:10px;}
.serviceD17 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.serviceD17 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.serviceD18{ }
.serviceD18 .list{}
.serviceD18 .list ul li{ margin-bottom:60px;}
.serviceD18 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.serviceD18 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.serviceD18 .list ul li .imgbg{ width:50%;}
.serviceD18 .list ul li .img{}
.serviceD18 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.serviceD18 .list ul li .txtbg{ width:46%;}
.serviceD18 .list ul li .txt{}
.serviceD18 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.serviceD18 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.serviceD14{ margin-bottom:40px;}
.serviceD14 .list{ margin-top:20px;}
.serviceD14 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD14 .list ul li .nr_box{ padding:20px 5%;}
.serviceD14 .list ul li .img{ height:60px; }
.serviceD14 .list ul li .img img{ margin:auto auto;}
.serviceD14 .list ul li .txt{ margin-top:10px;}
.serviceD14 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD14 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD15{ margin-bottom:40px;}
.serviceD15 .list ul li{ margin-bottom:40px;}
.serviceD15 .list ul li .nr_box{ display:block;}
.serviceD15 .list ul li .imgbg{ width:100%;}
.serviceD15 .list ul li .txtbg{ width:100%;}
.serviceD15 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.serviceD15 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD16{ margin-bottom:40px;}
.serviceD16 .list{ margin-top:20px;}
.serviceD16 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD16 .list ul li .nr_box{ padding:20px 5%;}
.serviceD16 .list ul li .img{ height:60px; }
.serviceD16 .list ul li .img img{ margin:auto auto;}
.serviceD16 .list ul li .txt{ margin-top:10px;}
.serviceD16 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD16 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD17{ margin-bottom:40px;}
.serviceD17 .list{ margin-top:20px;}
.serviceD17 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.serviceD17 .list ul li .nr_box{ padding:20px 5%;}
.serviceD17 .list ul li .img{ height:60px; }
.serviceD17 .list ul li .img img{ margin:auto auto;}
.serviceD17 .list ul li .txt{ margin-top:10px;}
.serviceD17 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.serviceD17 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.serviceD18{ }
.serviceD18 .list ul li{ margin-bottom:40px;}
.serviceD18 .list ul li .nr_box{ display:block;}
.serviceD18 .list ul li .imgbg{ width:100%; margin-bottom:10px;}
.serviceD18 .list ul li .txtbg{ width:100%;}
.serviceD18 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.serviceD18 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}




.industry1{}
.industry1 .list1{ font-size:20px; line-height:30px; margin-bottom:40px;}
.industry1 .list{}
.industry1 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industry1 .list ul li{ width:calc((100% - 45px)/4); margin:0 0 20px 15px; box-shadow:0 10px 50px -3px hsl(0deg 0% 85% / 50%); border-radius:10px; overflow:hidden;}
.industry1 .list ul li:nth-child(4n-3){ margin-left:0;}
.industry1 .list ul li .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.industry1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.industry1 .list ul li .txt{ color:#666; padding:20px 8%;}
.industry1 .list ul li .txt .h2{ font-size:26px; line-height:36px; font-weight:bold; color:#333; margin-bottom:5px;}
.industry1 .list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:18px;}
.industry1 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
.industry1 .list ul li .txt .h4:hover{ color:#000;}
@media(max-width:999px){
.industry1 .list1{ font-size:14px; line-height:24px; margin-bottom:20px;}
.industry1 .list ul li{ width:100%; margin:0 0 20px 0; }
.industry1 .list ul li .txt{ padding:20px 5%;}
.industry1 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.industry1 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.industry1 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}





.industryD1_box{}
.industryD1{ margin-bottom:60px;}
.industryD1 .list{ margin-top:40px;}
.industryD1 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industryD1 .list ul li{ width:calc((100% - 25px)/2); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.industryD1 .list ul li:nth-child(2n-1){ margin-left:0;}
.industryD1 .list ul li .nr_box{ padding:30px 7%;}
.industryD1 .list ul li .img{ height:60px; position:relative;}
.industryD1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.industryD1 .list ul li .txt{ margin-top:10px;}
.industryD1 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.industryD1 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.industryD2{ margin-bottom:60px;}
.industryD2 .list{ margin-top:40px;}
.industryD2 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industryD2 .list ul li{ width:calc((100% - 25px)/2); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.industryD2 .list ul li:nth-child(2n-1){ margin-left:0;}
.industryD2 .list ul li .nr_box{ padding:30px 7%;}
.industryD2 .list ul li .img{ height:60px; position:relative;}
.industryD2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.industryD2 .list ul li .txt{ margin-top:10px;}
.industryD2 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.industryD2 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.industryD3{ }
.industryD3 .list{}
.industryD3 .list ul li{ margin-bottom:60px;}
.industryD3 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.industryD3 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.industryD3 .list ul li .imgbg{ width:50%;}
.industryD3 .list ul li .img{}
.industryD3 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.industryD3 .list ul li .txtbg{ width:46%;}
.industryD3 .list ul li .txt{}
.industryD3 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.industryD3 .list ul li .txt .h3{ font-size:20px; line-height:30px;}

@media(max-width:999px){
.industryD1{ margin-bottom:40px;}
.industryD1 .list{ margin-top:20px;}
.industryD1 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.industryD1 .list ul li .nr_box{ padding:20px 5%;}
.industryD1 .list ul li .img{ height:60px; }
.industryD1 .list ul li .img img{ margin:auto auto;}
.industryD1 .list ul li .txt{ margin-top:10px;}
.industryD1 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.industryD1 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.industryD2{ margin-bottom:40px;}
.industryD2 .list{ margin-top:20px;}
.industryD2 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.industryD2 .list ul li .nr_box{ padding:20px 5%;}
.industryD2 .list ul li .img{ height:60px; }
.industryD2 .list ul li .img img{ margin:auto auto;}
.industryD2 .list ul li .txt{ margin-top:10px;}
.industryD2 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.industryD2 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.industryD3{ }
.industryD3 .list ul li{ margin-bottom:40px;}
.industryD3 .list ul li .nr_box{ display:block;}
.industryD3 .list ul li .imgbg{ width:100%;}
.industryD3 .list ul li .txtbg{ width:100%;}
.industryD3 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.industryD3 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

}




.industryD2_box{}
.industryD4{ margin-bottom:60px;}
.industryD4 .list{ margin-top:40px;}
.industryD4 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industryD4 .list ul li{ width:calc((100% - 25px)/2); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.industryD4 .list ul li:nth-child(2n-1){ margin-left:0;}
.industryD4 .list ul li .nr_box{ padding:30px 7%;}
.industryD4 .list ul li .img{ height:60px; position:relative;}
.industryD4 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.industryD4 .list ul li .txt{ margin-top:10px;}
.industryD4 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.industryD4 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.industryD5{ margin-bottom:60px;}
.industryD5 .list{ margin-top:40px;}
.industryD5 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industryD5 .list ul li{ width:calc((100% - 75px)/4); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.industryD5 .list ul li:nth-child(4n-3){ margin-left:0;}
.industryD5 .list ul li .nr_box{ padding:30px 7%;}
.industryD5 .list ul li .img{ height:60px; position:relative;}
.industryD5 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.industryD5 .list ul li .txt{ margin-top:10px;}
.industryD5 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.industryD5 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.industryD6{}
.industryD6 .list{ margin-top:20px; font-size:20px; line-height:2em; text-align:center;}
@media(max-width:999px){
.industryD4{ margin-bottom:40px;}
.industryD4 .list{ margin-top:20px;}
.industryD4 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.industryD4 .list ul li .nr_box{ padding:20px 5%;}
.industryD4 .list ul li .img{ height:60px; }
.industryD4 .list ul li .img img{ margin:auto auto;}
.industryD4 .list ul li .txt{ margin-top:10px;}
.industryD4 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.industryD4 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.industryD5{ margin-bottom:40px;}
.industryD5 .list{ margin-top:20px;}
.industryD5 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.industryD5 .list ul li .nr_box{ padding:20px 5%;}
.industryD5 .list ul li .img{ height:60px; }
.industryD5 .list ul li .img img{ margin:auto auto;}
.industryD5 .list ul li .txt{ margin-top:10px;}
.industryD5 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.industryD5 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.industryD6 .list{ margin-top:20px; font-size:14px; line-height:24px; }
}



.industryD3_box{}
.industryD7{ margin-bottom:60px;}
.industryD7 .list{ margin-top:40px;}
.industryD7 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industryD7 .list ul li{ width:calc((100% - 50px)/3); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.industryD7 .list ul li:nth-child(3n-2){ margin-left:0;}
.industryD7 .list ul li .nr_box{ padding:30px 7%;}
.industryD7 .list ul li .img{ height:60px; position:relative;}
.industryD7 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.industryD7 .list ul li .txt{ margin-top:10px;}
.industryD7 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.industryD7 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.industryD8{ margin-bottom:60px;}
.industryD8 .list{ margin-top:40px;}
.industryD8 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.industryD8 .list ul li{ width:calc((100% - 25px)/2); margin:0 0 25px 25px; box-shadow:0 15px 15px -3px rgb(136 193 242 / 20%); border-radius:10px; overflow:hidden;}
.industryD8 .list ul li:nth-child(2n-1){ margin-left:0;}
.industryD8 .list ul li .nr_box{ padding:30px 7%;}
.industryD8 .list ul li .img{ height:60px; position:relative;}
.industryD8 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.industryD8 .list ul li .txt{ margin-top:10px;}
.industryD8 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.industryD8 .list ul li .txt .h3{ font-size:15px; line-height:25px;}

.industryD9{ }
.industryD9 .list{}
.industryD9 .list ul li{ margin-bottom:60px;}
.industryD9 .list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.industryD9 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.industryD9 .list ul li .imgbg{ width:50%;}
.industryD9 .list ul li .img{}
.industryD9 .list ul li .img img{ display:block; width:100%; border-radius:20px;}
.industryD9 .list ul li .txtbg{ width:46%;}
.industryD9 .list ul li .txt{}
.industryD9 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.3vw;}
.industryD9 .list ul li .txt .h3{ font-size:20px; line-height:30px;}

@media(max-width:999px){
.industryD7{ margin-bottom:40px;}
.industryD7 .list{ margin-top:20px;}
.industryD7 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.industryD7 .list ul li .nr_box{ padding:20px 5%;}
.industryD7 .list ul li .img{ height:60px; }
.industryD7 .list ul li .img img{ margin:auto auto;}
.industryD7 .list ul li .txt{ margin-top:10px;}
.industryD7 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.industryD7 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.industryD8{ margin-bottom:40px;}
.industryD8 .list{ margin-top:20px;}
.industryD8 .list ul li{ width:100%; margin:0 0 20px 0; text-align:center;}
.industryD8 .list ul li .nr_box{ padding:20px 5%;}
.industryD8 .list ul li .img{ height:60px; }
.industryD8 .list ul li .img img{ margin:auto auto;}
.industryD8 .list ul li .txt{ margin-top:10px;}
.industryD8 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.industryD8 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

.industryD9{ }
.industryD9 .list ul li{ margin-bottom:40px;}
.industryD9 .list ul li .nr_box{ display:block;}
.industryD9 .list ul li .imgbg{ width:100%;}
.industryD9 .list ul li .txtbg{ width:100%;}
.industryD9 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.industryD9 .list ul li .txt .h3{ font-size:14px; line-height:24px;}

}





