/*common start*/
:root{
 --primary-color:#099269;
 --main-color:#099269;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; color:#333; overflow-x:hidden;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1420px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; max-width:1720px; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:80px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:16%; height:80px; position:relative; }
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_contact{ font-weight:bold;/* margin-left:1.04vw;*/
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_contact .box1{ position:relative; font-size:16px; line-height:36px;}
.head .h_contact .box1 strong{ cursor:pointer;}
.head .h_contact .box1:hover{ color:var(--primary-color);}
.head .h_contact .box1 .ewm{ width:120px; padding:10px; box-sizing:border-box; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:10px; overflow:hidden; position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none;}
.head .h_contact .box1:hover .ewm{ display:block;}
.head .h_contact .box1 .ewm img{ display:block; width:100%;}
.head .h_contact .box2{ font-size:16px; line-height:20px; margin-left:10px; padding-left:10px; border-left:1px solid #333;}
.head .h_contact .box2:hover{ color:var(--primary-color);}
.head .h_search_btn{ width:20px; height:20px; line-height:20px; font-size:20px; text-align:center; margin-left:1.04vw; cursor:pointer;}
.head .h_search_btn:hover{ color:var(--primary-color);}
.head .rt .h_search_btn{ display:none;}
.head .h_search_box{ width:100%; background:#FAFAFC; box-shadow:0 4px 5px rgba(0,0,0,.1);  position:absolute; top:100%; left:0; z-index:999; display:none; }
.head .h_search_close1{ display:none;}
.head .h_searchbg{ }
.head .h_search{ padding:20px 0; width:90%; max-width:780px; margin:0 auto; display: flex; justify-content: space-between; align-items: center; flex-direction:row-reverse;}
.head .h_search_close2{ width:30px; height:30px; line-height:28px; text-align:center; border:1px solid #ccc; background:#fff; border-radius:100%; box-sizing:border-box; cursor:pointer; transition:all .3s ease; margin-left:10px;}
.head .h_search_close2:hover{ background:#666; color:#fff;}
.head .h_search .form{ flex:1; height:40px; display: flex; justify-content: space-between; align-items: center;}
.head .h_search .form select{ border:none; background:none; height:40px; line-height:40px; width:100px; font-size:16px; margin-right:10px;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; width:calc(100% - 60px); box-sizing:border-box;}
.head .h_search .form .text1:hover{ color:var(--primary-color); }
.head .h_search .form .button1{ border:none; background:none; width:20px; height:20px; line-height:20px; font-size:20px; padding:0; color:#666; transition:all .3s ease; cursor:pointer;/* margin-right:10px;*/}
.head .h_search .form .button1:hover{ opacity:.9;}
.h_search input::-webkit-input-placeholder{ color:#999; }
.h_search input:-moz-placeholder{ color:#999; }
.h_search input::-moz-placeholder{ color:#999; }
.h_search input:-ms-input-placeholder{ color:#999; }
.h_search .custom-select-wrapper{display:inline-block; width:120px; height:35px; vertical-align:middle; margin-right:15px; border-right:1px solid #aaa;}
.h_search .custom-select-selected{ padding:0 28px 0 12px; line-height:35px; height:35px; cursor:pointer; white-space:nowrap; font-size:14px; position:relative; box-sizing:border-box;}
.h_search .selected-text:hover{ color:var(--primary-color); }
.h_search .custom-select-selected i{position:absolute; right:15px; top:8px; font-size:20px; color:#666;}
.h_search .custom-select-options{ padding:20px 0;position:absolute; top:100%; left:0; right:0; background:#FAFAFC; border:1px solid #ddd; border-radius:4px; z-index:1000; box-shadow:0 8px 8px rgba(255,255,255,.5); text-align:center;}
.h_search .custom-option{ padding:10px 12px; cursor:pointer; transition:background 0.2s; font-size:14px; line-height:20px;}
.h_search .custom-option:hover{ color:var(--primary-color); }
/*menu*/
.head .menu .h_search_btn{ }
.head .menu{ height:80px; line-height:80px;display: flex; justify-content: center; align-items: center;}
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ }
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:normal; position:relative; padding:0 1.04vw; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f0d7";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
/*.head .menu>ul>li>a:before{ content:""; width:100%; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; opacity:0; visibility:hidden;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ opacity:1; visibility:visible;}*/
.head .menu>ul>li .menu_subbg{ width:100%; padding:20px 0; background:rgba(255,255,255,90%); box-shadow:0px 0px 30px 0px rgba(216, 216, 216, 0.27); position:absolute; top:100%; left:0; z-index:55; display:none;}
.head .menu>ul>li .menu_sub{}
.head .menu>ul>li .menu_sub>ul{display: flex; justify-content:center;/* align-items: center;*/ flex-wrap:wrap;}
.head .menu>ul>li .menu_sub>ul>li{ position:relative; margin:10px 20px;}
.head .menu>ul>li .menu_sub>ul>li>a{ display:block; font-weight:normal; font-size:16px; line-height:26px; text-align:center;}
.head .menu>ul>li .menu_sub>ul>li ul{}
.head .menu>ul>li .menu_sub>ul>li ul li{ margin-top:10px;}
.head .menu>ul>li .menu_sub>ul>li ul li a{ display:block; font-weight:normal; font-size:14px; line-height:24px; text-align:center;}




.head_height{ height:80px;}
.head.active1{ box-shadow:0 4px 10px -2px rgba(0, 0, 0, 0.1);}
.head.active2{ }
@media(min-width:1921px){
.head .menu>ul>li>a{ padding:0 20px;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ }
.head2{ height:60px; }
.head .logo{ width:40%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_contact{ display:none;}
.head .rt .h_search_btn{ display:block;}
.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:#999; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100vh - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(51,51,51,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:65%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .6s ease; transform:translateX(-100%);}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; }
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f0d7";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 15px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ margin:0 auto; max-width:53.12vw; text-align:center; color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:4.42vw; line-height:1.1em; margin-bottom:1.56vw; }
.banner_swiper .swiper-pagination{ bottom:0.78vw; height:12px; width:100%; }
.banner_swiper .swiper-pagination span{ width:12px; height:12px; background:#fff; border:1px solid #ccc; opacity:1; margin:0 8px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:var(--primary-color);}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:15px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; }
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ opacity:1;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px; height:8px; }
.banner_swiper .swiper-pagination span{ width:8px; height:8px; margin:0 4px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:42px; line-height:52px; font-weight:bold;}
.tit1 .h3{ font-size:22px; line-height:32px; margin-top:10px;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; border:1px solid rgba(255,255,255,.5); color:#fff; border-radius:4px; line-height:38px; padding:0 20px; font-size:18px; transition:all .3s ease;}
.more1 span:hover{ border-color:#fff;}
.con01bg{ padding:90px 0;}
.con01{}
.con01 .list{ margin-top:50px;}
.swiper_service{ position:relative;}
.swiper_service .swiper-container { width: 100%; }
.swiper_service .swiper-container .swiper-slide { position:relative; border-radius:30px; overflow:hidden;}
.swiper_service .swiper-container .swiper-slide .img{ padding-bottom:125%; position:relative; overflow:hidden; }
.swiper_service .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_service .swiper-container .swiper-slide .txt1bg{ width:100%;     background: rgb(255 255 255 / 70%);; position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease;}
.swiper_service .swiper-container .swiper-slide:hover .txt1bg{ transform:translateY(100%);}
.swiper_service .swiper-container .swiper-slide .txt1bg a{ width:100%;}
.swiper_service .swiper-container .swiper-slide .txt1{ text-align:center; padding:20px 10px; color:#000000;}
.swiper_service .swiper-container .swiper-slide .txt1 .h2{ font-size:24px; line-height:34px;}
.swiper_service .swiper-container .swiper-slide .txt2bg{ width:100%; height:100%; background:rgba(31, 163, 120, 0.9); position:absolute; bottom:0; left:0; z-index:5; display: flex;justify-content: center;align-items: center; transform:translateY(100%); transition:all .5s ease;}
.swiper_service .swiper-container .swiper-slide:hover .txt2bg{ transform:translateY(0);}
.swiper_service .swiper-container .swiper-slide .txt2bg a{ width:80%;}
.swiper_service .swiper-container .swiper-slide .txt2{ color:#fff;}
.swiper_service .swiper-container .swiper-slide .txt2 .h2{ font-size:28px; line-height:38px; text-align:center; margin-bottom:25px;}
.swiper_service .swiper-container .swiper-slide .txt2 .h3{ font-size:18px; line-height:28px; margin-bottom:60px;}
.swiper_service .swiper-pagination{ bottom:0; height:12px; width:100%; display:none;}
.swiper_service .swiper-pagination span{ width:12px; height:12px; background:#fff; border:1px solid #ccc; opacity:1; margin:0 8px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_service .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:var(--primary-color);}
.swiper_service .swiper-button-prev,.swiper_service .swiper-button-next{ width:56px; height:56px; margin-top:-28px; background-size:50% 50%; background-color:#DEDEE2; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; border-radius:100%;}
.swiper_service .swiper-button-prev{ left:5%;}
.swiper_service .swiper-button-next{ right:5%;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.more1 span{ line-height:38px; padding:0 20px; font-size:14px; }
.con01bg{ padding:40px 0;}
.con01 .list{ margin-top:20px;}
.swiper_service .swiper-container .swiper-slide .txt1{ padding:20px 10px;}
.swiper_service .swiper-container .swiper-slide .txt1 .h2{ font-size:18px; line-height:28px;}
.swiper_service .swiper-container .swiper-slide .txt2bg a{ width:90%;}
.swiper_service .swiper-container .swiper-slide .txt2 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.swiper_service .swiper-container .swiper-slide .txt2 .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.swiper_service .swiper-button-prev,.swiper_service .swiper-button-next{ width:40px; height:40px; margin-top:-20px; }
}


.con02bg{ padding:90px 0; background:#f5f5f7;}
.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:23.5%; margin:0 0 2% 2%; position:relative; border-radius:30px; overflow:hidden;}
.con02 .list ul li:nth-child(4n-3){ margin-left:0;}
.con02 .list ul li .img{ padding-bottom:125%; position:relative; overflow:hidden; }
.con02 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02 .list ul li .txt1bg{ width:100%; background:rgba(0,0,0,.5); color:#fff; position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease;}
.con02 .list ul li:hover .txt1bg{ transform:translateY(100%);}
.con02 .list ul li .txt1bg a{ width:100%;}
.con02 .list ul li .txt1{ text-align:center; padding:20px 10px; color:#fff;}
.con02 .list ul li .txt1 .h2{ font-size:24px; line-height:34px;}
.con02 .list ul li .txt2bg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:5; display: flex;justify-content: center;align-items: center; transform:translateY(100%); transition:all .5s ease;}
.con02 .list ul li:hover .txt2bg{ transform:translateY(0);}
.con02 .list ul li .txt2bg a{ width:80%;}
.con02 .list ul li .txt2{ color:#fff;}
.con02 .list ul li .txt2 .h2{ font-size:28px; line-height:38px; text-align:center; margin-bottom:25px;}
.con02 .list ul li .txt2 .h3{ font-size:18px; line-height:28px; margin-bottom:60px;}
@media(max-width:999px){
.con02bg{ padding:40px 0; }
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:100%; margin:0 0 20px 0;}
.con02 .list ul li .txt1{ text-align:center; padding:20px 10px;}
.con02 .list ul li .txt1 .h2{ font-size:18px; line-height:28px;}
.con02 .list ul li .txt2bg a{ width:90%;}
.con02 .list ul li .txt2 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con02 .list ul li .txt2 .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.swiper_index{ position:relative;}
.swiper_index .swiper-container { width: 100%; }
.swiper_index .swiper-container .swiper-slide { position:relative; border-radius:30px; overflow:hidden;}
.swiper_index .swiper-container .swiper-slide .img{ padding-bottom:125%; position:relative; overflow:hidden; }
.swiper_index .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.swiper_index .swiper-container .swiper-slide .txt1bg{ width:100%; background:rgb(255 255 255 / 70%); position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease;}
.swiper_index .swiper-container .swiper-slide:hover .txt1bg{ transform:translateY(100%);}
.swiper_index .swiper-container .swiper-slide .txt1bg a{ width:100%;}
.swiper_index .swiper-container .swiper-slide .txt1{ text-align:center; padding:20px 10px; color:#000000;}
.swiper_index .swiper-container .swiper-slide .txt1 .h2{ font-size:24px; line-height:34px;}
.swiper_index .swiper-container .swiper-slide .txt2bg{ width:100%; height:100%; background:rgba(31, 163, 120, 0.9); position:absolute; bottom:0; left:0; z-index:5; display: flex;justify-content: center;align-items: center; transform:translateY(100%); transition:all .5s ease;}
.swiper_index .swiper-container .swiper-slide:hover .txt2bg{ transform:translateY(0);}
.swiper_index .swiper-container .swiper-slide .txt2bg a{ width:80%;}
.swiper_index .swiper-container .swiper-slide .txt2{ color:#fff;}
.swiper_index .swiper-container .swiper-slide .txt2 .h2{ font-size:28px; line-height:38px; text-align:center; margin-bottom:25px;}
.swiper_index .swiper-container .swiper-slide .txt2 .h3{ font-size:18px; line-height:28px; margin-bottom:60px;}
.swiper_index .swiper-pagination{ bottom:0; height:12px; width:100%; display:none;}
.swiper_index .swiper-pagination span{ width:12px; height:12px; background:#fff; border:1px solid #ccc; opacity:1; margin:0 8px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_index .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:var(--primary-color);}
.swiper_index .swiper-button-prev,.swiper_index .swiper-button-next{ width:56px; height:56px; margin-top:-28px; background-size:50% 50%; background-color:#DEDEE2; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; border-radius:100%;}
.swiper_index .swiper-button-prev{ left:5%;}
.swiper_index .swiper-button-next{ right:5%;}
@media(max-width:999px){
.swiper_index .swiper-container .swiper-slide .txt1{ padding:20px 10px;}
.swiper_index .swiper-container .swiper-slide .txt1 .h2{ font-size:18px; line-height:28px;}
.swiper_index .swiper-container .swiper-slide .txt2bg a{ width:90%;}
.swiper_index .swiper-container .swiper-slide .txt2 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.swiper_index .swiper-container .swiper-slide .txt2 .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
.swiper_index .swiper-button-prev,.swiper_index .swiper-button-next{ width:40px; height:40px; margin-top:-20px; }
}


.con03bg{ padding:90px 0;}
.con03{}
.con03 .list{ margin-top:40px;}
.con03 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:48%; margin:4% 0 0 4%; border-radius:10px; transition:all .3s ease;}
.con03 .list ul li:hover{ background:var(--primary-color); color:#fff;}
.con03 .list ul li:nth-child(2n-1){ margin-left:0;}
.con03 .list ul li .nr_box{ display: flex;justify-content: space-between;/*align-items: center;*/ padding:20px;}
.con03 .list ul li .imgbg{ margin-right:20px;}
.con03 .list ul li .img{ width:120px; height:120px; border:1px solid #ccc; border-radius:100%; position:relative; box-sizing:border-box;}
.con03 .list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txtbg{ flex:1;}
.con03 .list ul li .txt{}
.con03 .list ul li .txt .h2{ font-size:28px; line-height:38px; margin-bottom:15px;}
.con03 .list ul li .txt .h3{ font-size:18px; line-height:28px; }
@media(max-width:999px){
.con03bg{ padding:40px 0;}
.con03 .list{ margin-top:20px;}
.con03 .list ul li{ width:100%; margin:20px 0 0 0;}
.con03 .list ul li .imgbg{ margin-right:10px;}
.con03 .list ul li .img{ width:100px; height:100px; }
.con03 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.con04bg{ padding:90px 0; background:#f5f5f7;}
.con04{}
.con04 .list{ margin-top:40px;}
.con04 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con04 .list ul li{ width:23.5%; margin:0 0 2% 2%; position:relative; border-radius:30px; overflow:hidden;}
.con04 .list ul li:nth-child(4n-3){ margin-left:0;}
.con04 .list ul li .img{ padding-bottom:125%; position:relative; overflow:hidden; }
.con04 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04 .list ul li .txt1bg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease;}
.con04 .list ul li:hover .txt1bg{ transform:translateY(100%);}
.con04 .list ul li .txt1bg a{ width:100%;}
.con04 .list ul li .txt1{ text-align:center; padding:20px 10px; color:#fff;}
.con04 .list ul li .txt1 .h2{ font-size:24px; line-height:34px;}
.con04 .list ul li .txt2bg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:5; display: flex;justify-content: center;align-items: center; transform:translateY(100%); transition:all .5s ease;}
.con04 .list ul li:hover .txt2bg{ transform:translateY(0);}
.con04 .list ul li .txt2bg a{ width:80%;}
.con04 .list ul li .txt2{ color:#fff;}
.con04 .list ul li .txt2 .h2{ font-size:28px; line-height:38px; text-align:center; margin-bottom:25px;}
.con04 .list ul li .txt2 .h3{ font-size:18px; line-height:28px; margin-bottom:60px;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;}
.con04 .list ul li{ width:100%; margin:0 0 20px 0;}
.con04 .list ul li .txt1{ text-align:center; padding:20px 10px;}
.con04 .list ul li .txt1 .h2{ font-size:18px; line-height:28px;}
.con04 .list ul li .txt2bg a{ width:90%;}
.con04 .list ul li .txt2 .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con04 .list ul li .txt2 .h3{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.con05bg{ padding:90px 0;}
.con05{}
.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:15%; margin:2% 0 0 2%; }
.con05 .list ul li:nth-child(6n-5){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:50%; position:relative; overflow:hidden;}
.con05 .list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;}
.con05 .list ul li{ width:32%; margin:2% 0 0 2%; }
.con05 .list ul li:nth-child(6n-5){ margin-left:2%;}
.con05 .list ul li:nth-child(3n-2){ margin-left:0;}
}



.foot{ background:#212121; font-size:14px; line-height:24px;}
.foot a{ color: #999999;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:60px 0;}
.foot1{ display: flex;justify-content: space-between;align-items: flex-start;}
.foot1 .lt{ display: flex;justify-content: flex-start;align-items: flex-end;}
.foot1 .box1{ width:320px; margin-right:2.08vw;}
.foot .f_logo{ margin-bottom:30px;}
.foot .f_logo img{ display:block; margin:0 auto; max-width:100%;}
.foot .f_txt{ font-size:14px; line-height:2; color: #999999;}
.foot1 .box2{ width:160px;}
.foot1 .box2 img{ display:block; margin:0 auto; max-width:100%;}
.foot1 .box3{ flex:1; display: flex;justify-content: flex-end;/*align-items: center;*/ flex-wrap:wrap;}
.foot1 .box3 dl{ margin:0 0 25px 2.08vw;}
.foot1 .box3 dl dt{ font-size:18px; line-height:28px; margin-bottom:25px; color: #999999;}
.foot1 .box3 dl dd{ margin-bottom:10px; color: #999999;}
.foot1 .box3 .f_contact{ max-width:260px;}
.foot1 .box3 .f_ewm{}
.foot1 .box3 .f_ewm img{ max-width:150px;}
.foot2bg{ border-top:1px solid #666666; padding:20px 0;}
.foot2{}
.foot .f_info{ text-align:center;     color: #999999;}
@media(min-width:1921px){
.foot1 .box3 dl{ margin:0 0 25px 40px;}
}
@media(max-width:999px){
.foot{ font-size:14px; line-height:24px; margin-bottom:60px;}
.foot1bg{ padding:40px 0;}
.foot1{ display:block;}
.foot1 .lt{ display:block;}
.foot1 .box1{ width:100%; margin-right:0; margin-bottom:20px;}
.foot .f_logo{ margin-bottom:20px;}
.foot1 .box2{ width:100%; text-align:center; margin-bottom:20px;}
.foot1 .box2 img{ max-width:50%;}
.foot1 .box3{justify-content: flex-start;}
.foot1 .box3 dl{ margin:0 4% 25px 0;}
.foot1 .box3 dl dt{ font-size:18px; line-height:28px; margin-bottom:10px;}
.foot1 .box3 dl dd{ margin-bottom:5px;}
.foot1 .box3 .f_contact{ max-width:100%; width:100%;}
.foot1 .box3 .f_ewm{ max-width:100%; width:100%; margin-bottom:0;}
.foot1 .box3 .f_ewm img{ max-width:150px;}
.foot2bg{ padding:15px 0;}
.foot .f_info{ font-size:12px; line-height:22px;}
}




/*Add------------------------------------------------------------------------------*/

.insideBanner{ position:relative;}
.insideBanner img{ display:block; width:100%; }
.insideBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.insideBanner_txt{ text-align:center;}
.insideBanner_txt .h2{ font-size:3.64vw; line-height:1.15em; margin-bottom:1.04vw;}
.inbarbg{ background:#FAFAFC; padding:18px 0;}
.inbar{ }
.innav{ font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; background:var(--primary-color); font-weight:bold; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.innav>ul{ display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; padding:0 1.04vw; }
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; text-align:center; transition:all .3s ease;}
.innav>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#fff; box-shadow:0px 0px 30px 0px rgba(216.09375000000003, 216.09375000000003, 216.09375000000003, 0.27); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; }
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:24px; }
.weizhi a{ color:#333;}
.weizhi i{ margin-right:5px; color:var(--primary-color); font-size:20px; vertical-align:middle;}
.goback1{ font-size:14px;}
.goback1 a{ color:#333;}
.goback1 a:hover{ color:var(--primary-color);}
@media(max-width:999px){
.insideBanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:0;}
.inbarbg{ padding:15px 0;}
.inbar{ display:block; border-top:none; padding:0;}
.innav{ font-size:16px; line-height:26px; }
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px solid var(--third-color); padding:10px 20px 10px 20px !important;}
.innav>ul>li>a{ padding:0; display:inline; }
.innav>ul>li>a:before{ display:none;}
.innav>ul>li.hover>a{ color:var(--primary-color);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav ul li ul{ background:none; box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li{ line-height:24px; padding:5px 20px 5px 14px; text-align:left;}
.innav ul li ul li a{ font-size:14px; }
.weizhi{ font-size:12px; line-height:22px;}
}

.insideContentbg{ padding:30px 0 80px 0; min-height:66vh; box-sizing:border-box;}
.insideContent{}
.insideContent_lt{ float:left; width:210px;/* position:sticky; top:100px;*/}
.side_a{ border:1px solid #d7d7d7; position:relative; }
.side_a .h1{ font-size:18px; line-height:38px; padding:15px 20px; background:#fff;}
.side_a .h1:before{ content:""; display:inline-block; vertical-align:middle; margin-right:10px; width:38px; height:38px; background:url(../images/ico1.png) center no-repeat;}
.side_a .h1 strong{ display:inline-block; }
.side_a>ul{ background:#fff;}
.side_a>ul>li{ border-top:1px solid #d7d7d7;}
.side_a>ul>li.has_sub{}
.side_a>ul>li>span{ display:block; position:relative; cursor:pointer;  padding:0 20px ;}
.side_a>ul>li:hover>span,.side_a>ul>li.hover>span{ color: #fff; background:var(--primary-color);}
.side_a>ul>li>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; text-align:center; width:16px; height:16px; line-height:16px; position:absolute; right:10px; top:20px; transition:all .3s ease;}
.side_a>ul>li.has_sub.active1>span:after{ transform:rotate(90deg);}
.side_a>ul>li>span a{ display:inline-block; font-size:16px; line-height:26px; padding:15px 0; position:relative; }
.side_a>ul>li:hover>span a,.side_a>ul>li.hover>span a{ color: #fff;}
.side_a>ul>li .sanji{ width:590px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.2); position:absolute; z-index:5; top:0; left:100%; opacity:0; visibility:hidden; transform:translateX(-10%); transition:all .6s ease;}
.side_a>ul>li:hover .sanji{ opacity:1; visibility:visible; transform:translateX(0%);}
.side_a>ul>li .sanji .h2{ padding:20px 20px; border-bottom:1px solid #d7d7d7; font-size:16px; line-height:26px;}
.side_a>ul>li .sanji .h2 span{ color:var(--primary-color);}
.side_a>ul>li .sanji_con{ padding:15px 20px; height:333px; overflow-y:auto; box-sizing:border-box;}
.side_a>ul>li .sanji dl{ display: flex;justify-content:flex-start;align-items:flex-start; flex-wrap:wrap;}
.side_a>ul>li .sanji dl dd{ margin:5px 10px 5px 0; font-size:16px; line-height:38px;}
.side_a>ul>li .sanji dl dd a{ display:block; text-align:center; padding:0 10px; border:1px solid #ccc; border-radius:4px;}
.side_a>ul>li .sanji dl dd a:hover{ background:#f8fdfb; color:var(--primary-color);}
/*.side_a ul li ul{ padding:0 0 10px 0; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:0 20px ;}
.side_a ul li ul li>span:after{ top:14px; }
.side_a ul li ul li a{ padding:10px 0;}*/
.insideContent_rt{ float:right; width:calc(96% - 210px); box-sizing: border-box;}
.insideContent_con{}
@media(max-width:999px){
.insideContentbg{ padding:20px 0 40px 0; overflow:hidden;}
.insideContent_lt{ float:none; width:100%; position:static; margin-bottom:20px;}
.side_a .h1{ font-size:18px; line-height:38px; padding:10px 20px; }
.side_a ul li>span:after{ top:16px; }
.side_a ul li a{ font-size:14px; line-height:24px; padding:12px 0;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px; }
/*.side_a ul li ul li>span:after{ top:12px; }
.side_a ul li ul li a{ padding:8px 0;}*/
.insideContent_rt{ float:none; width:100%; }
.insideContent_con{ }
}


.inBack{ font-size:14px; line-height:24px; margin-bottom:30px;}
.inBack a{ color:var(--primary-color); display:inline-block; padding:8px 10px; border-radius:4px; transition:all .3s ease;}
.inBack a:hover{ background:rgba(9,146,105,.1);}
.inBack a i{ margin-right:10px;}
@media(max-width:999px){
.inBack{ font-size:12px; line-height:22px; margin-bottom:20px;}
.inBack a{ padding:5px 10px; }
}


.aboutus1bg{ padding:90px 0;}
.aboutus1{}
.aboutus1 .h2{ font-size:18px; line-height:28px; color:var(--primary-color); margin-bottom:5px;}
.aboutus1 .h3{ font-size:28px; line-height:38px; margin-bottom:40px;}
.aboutus1 .h4{ font-size:18px; line-height:2;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0;}
.aboutus1 .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus1 .h3{ font-size:24px; line-height:34px; margin-bottom:20px;}
.aboutus1 .h4{ font-size:14px; line-height:2;}
}

.aboutus2bg{ padding:90px 0; background:#f0f5ef;}
.aboutus2{ display: flex;justify-content:space-between;align-items:center;}
.aboutus2_lt{ width:33%; position:relative; z-index:1;}
.aboutus2_lt:before{ content:""; width:100%; height:100%; background:var(--primary-color); border-radius:10px; position:absolute; bottom:-10px; right:-10px; z-index:-1;}
.aboutus2_lt .img{ background:#f6f8f7; border-radius:10px;}
.aboutus2_lt .img img{ display:block; max-width:100%;}
.aboutus2_lt .h2{ position:absolute; right:0; top:50%; transform:translate(50%,-50%); z-index:3; font-size:24px; line-height:34px; text-align:center; display: flex;justify-content:center;align-items:center; width:138px; height:138px; border-radius:100%; background:var(--primary-color); color:#fff;}
.aboutus2_lt .h2 strong{}
.aboutus2_rt{ width:60%;}
.aboutus2_rt .h2{ font-size:18px; line-height:28px; color:var(--primary-color); margin-bottom:1.82vw;}
.aboutus2_rt .h3{ font-size:48px; line-height:58px; font-weight:bold; margin-bottom:1.3vw;}
.aboutus2_rt .h4{ font-size:24px; line-height:44px; margin-bottom:3.64vw;}
.aboutus2_rt .h4 span{ color:var(--primary-color); }
.aboutus2_rt .h5{ font-size:24px; line-height:34px;}
.aboutus2_rt .h5 ul li{ margin-bottom:1vw; padding-left:50px; background:url(../images/a2_ico1.png) left center no-repeat;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0; }
.aboutus2{ display:block;}
.aboutus2_lt{ width:100%; margin-bottom:30px; }
.aboutus2_lt .h2{ font-size:24px; line-height:34px; width:138px; height:138px; display:none;}
.aboutus2_rt{ width:100%;}
.aboutus2_rt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus2_rt .h3{ font-size:24px; line-height:34px; margin-bottom:20px;}
.aboutus2_rt .h4{ font-size:14px; line-height:24px; margin-bottom:20px;}
.aboutus2_rt .h5{ font-size:14px; line-height:24px;}
.aboutus2_rt .h5 ul li{ margin-bottom:10px; padding-left:30px; background-size:auto 24px;}
}

.aboutus3bg{ padding:90px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:40px;}
.scroll_honor{}
.scroll_honor .bd{}
.scroll_honor .bd ul li{ width:20%; text-align:center;}
.scroll_honor .bd ul li .nr_box{ margin:0 10px;}
.scroll_honor .bd ul li .img{ padding-bottom:130%; position:relative; overflow:hidden;}
.scroll_honor .bd ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.scroll_honor .bd ul li .txt{ margin-top:20px;}
.scroll_honor .bd ul li .txt .h2{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.aboutus3bg{ padding:40px 0;}
.aboutus3 .list{ margin-top:20px;}
.scroll_honor .bd ul li{ width:50%; }
.scroll_honor .bd ul li .nr_box{ margin:0 10px;}
.scroll_honor .bd ul li .txt{ margin-top:10px;}
.scroll_honor .bd ul li .txt .h2{ font-size:14px; line-height:24px;}
}




.contact1bg{}
.contact1{}
.contact1 img{ display:block; width:100%;}
.contact2bg{ padding:80px 0;}
.contact2{}
.contact2 .list{}
.contact2 .list ul{ display: flex;justify-content:center;align-items:center; flex-wrap:wrap;}
.contact2 .list ul li{ width:39%; margin:0 0 2% 2%;}
.contact2 .list ul li:nth-child(2n-1){ margin-left:0;}
.contact2 .list ul li .nr_box{ display: flex;justify-content:space-between;align-items:center;}
.contact2 .list ul li .imgbg{ margin-right:20px;}
.contact2 .list ul li .img{ width:120px; height:120px; border:1px solid #ccc; border-radius:100%; box-sizing:border-box; display: flex;justify-content:center;align-items:center;}
.contact2 .list ul li .img img{ display:block; max-width:70%; max-height:70%;}
.contact2 .list ul li .txtbg{ flex:1;}
.contact2 .list ul li .txt{}
.contact2 .list ul li .txt .h2{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.contact2bg{ padding:40px 0;}
.contact2 .list ul li{ width:100%; margin:0 0 20px 0;}
.contact2 .list ul li .imgbg{ margin-right:10px;}
.contact2 .list ul li .img{ width:90px; height:90px; }
.contact2 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}



.join1bg{ padding:90px 0 0 0;}
.join1{ text-align:center;}
.join1 .txt{}
.join1 .txt .h2{ font-size:48px; line-height:58px; font-weight:bold; margin-bottom:25px;}
.join1 .txt .h3{ font-size:18px; line-height:28px; margin-bottom:5px;}
.join1 .img{}
.join1 .img img{ display:block; margin:0 auto; width:100%; max-width:800px;}
@media(max-width:999px){
.join1bg{ padding:40px 0 0 0;}
.join1 .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.join1 .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
}

.tit2{ text-align:center;}
.tit2 .h2{ font-size:48px; line-height:58px;}
.tit2 .h3{ font-size:24px; line-height:34px; margin-top:15px;}
.join2bg{ padding:90px 0; background:#F2F2F2;}
.join2{ }
.join2 .list{ margin-top:50px;}
.join2 .list ul{ height:450px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;}
.join2 .list ul li{ width:calc((100% - 60px)/4); margin-bottom:20px;}
.join2 .list ul li .img{ height:205px; position:relative; overflow:hidden; border-radius:10px;}
.join2 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.join2 .list ul li:nth-child(6n-5) .img,.join2 .list ul li:nth-child(6n-2) .img{ height:430px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.tit2 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.join2bg{ padding:40px 0; }
.join2 .list{ margin-top:20px;}
.join2 .list ul{ height:auto; display:block;}
.join2 .list ul li{ float:left; width:calc((100% - 10px)/2); margin:0 0 10px 10px;}
.join2 .list ul li:nth-child(6n-5),.join2 .list ul li:nth-child(6n-2){  margin-left:0;}
.join2 .list ul li .img{ height:100px; }
.join2 .list ul li:nth-child(6n-5) .img,.join2 .list ul li:nth-child(6n-2) .img{ height:210px; }
}

.join3bg{ padding:90px 0; }
.join3{ }
.join3 .list{ margin-top:60px;}
.join3 .list dl dd{ text-align:center; margin-bottom:60px;}
.join3 .list dl dd .txt{ font-size:24px; line-height:34px; margin-bottom:40px;}
.join3 .list dl dd .img{}
.join3 .list dl dd .img img{ display:block; margin:0 auto; max-width:100%; border-radius:10px;}
@media(max-width:999px){
.join3bg{ padding:40px 0; }
.join3 .list{ margin-top:20px;}
.join3 .list dl dd{ margin-bottom:20px;}
.join3 .list dl dd .txt{ font-size:14px; line-height:24px; margin-bottom:10px;}
}

.join4bg{ padding:90px 0; background:#D6E4BE;}
.join4{ }
.join4 .tit1{ color:#fff;}
.join4 .list{ margin-top:60px;}
.join4 .list ul{ display: flex;justify-content:flex-start;/*align-items:center; */flex-wrap:wrap;}
.join4 .list ul li{ width:23.5%; margin:0 0 2% 2%; background:#fff; border-radius:10px; text-align:center;}
.join4 .list ul li:nth-child(4n-3){ margin-left:0;}
.join4 .list ul li .nr_box{ padding:6.24vw 20px;}
.join4 .list ul li .txt{}
.join4 .list ul li .txt .h2{ font-size:28px; line-height:38px; color:#333; margin-bottom:25px;}
.join4 .list ul li .txt .h3{ font-size:18px; line-height:28px; height:112px; color:#666; margin-bottom:30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;}
.join4 .list ul li .txt .h4{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.join4bg{ padding:40px 0; }
.join4 .list{ margin-top:20px;}
.join4 .list ul li{ width:100%; margin:0 0 20px 0;}
.join4 .list ul li .nr_box{ padding:20px 20px;}
.join4 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.join4 .list ul li .txt .h3{ font-size:14px; line-height:24px; height:auto; margin-bottom:20px; }
.join4 .list ul li .txt .h4{ font-size:14px; line-height:24px;}
}


.tit3{ border-bottom:1px solid #ccc; padding-bottom:25px;}
.tit3 .h2{ font-size:37px; line-height:47px; font-weight:bold;}
.tit3 .h3{ font-size:18px; line-height:28px; margin-top:5px;}
.newsDetail{ margin-top:20px;}
.newsDetail .xiangqing{ margin-top:40px; margin-bottom:40px; font-size:16px; line-height:2; min-height: 55vh;}
.prevnext{ font-size:18px; line-height:38px;}
.prevnext ul{ display: flex;justify-content:space-between;/*align-items:center; */}
.prevnext ul li{ max-width:48%; border:1px solid #ccc; color:#999; box-sizing:border-box; border-radius:4px;}
.prevnext ul li:hover{ border-color:var(--primary-color); background:#f8fcfb;}
.prevnext ul li a{ display:block; padding:5px 10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.prevnext ul li a:hover{color:var(--primary-color);}
@media(max-width:999px){
.tit3{ padding-bottom:15px;}
.tit3 .h2{ font-size:24px; line-height:34px; }
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.newsDetail{ margin-top:0px;}
.newsDetail .xiangqing{ margin-top:40px; margin-bottom:40px; font-size:14px; line-height:24px;}
.prevnext{ font-size:14px; line-height:34px;}
.prevnext ul{ display:block;}
.prevnext ul li{ max-width:100%; margin:10px 0;}
.prevnext ul li a{ padding:5px 10px;}
}




.inbanner_swiper{ position:relative;}
.inbanner_swiper .swiper-container { width: 100%; }
.inbanner_swiper .swiper-container .swiper-slide { position:relative;}
.inbanner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.inbanner_swiper .swiper-pagination{ bottom:20px; height:12px; width:100%; }
.inbanner_swiper .swiper-pagination span{ width:12px; height:12px; background:#fff; border:1px solid #ccc; opacity:1; margin:0 8px; border-radius:100%; transition:all .3s ease; box-sizing:border-box; position:relative;}
.inbanner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ border-color:var(--primary-color); background:var(--primary-color);}
.inbanner_swiper .swiper-button-prev,.inbanner_swiper .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; display:none;}
.inbanner_swiper .swiper-button-prev:hover,.inbanner_swiper .swiper-button-next:hover{ opacity:1;}
.inbanner_swiper .swiper-button-prev{ left:5%;}
.inbanner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.inbanner_swiper .swiper-pagination{ bottom:10px; height:8px; }
.inbanner_swiper .swiper-pagination span{ width:8px; height:8px; margin:0 4px; }
}


.inpronav{ font-size:16px; line-height:28px; padding:5px 40px; border:1px solid #f2f2f2; background:#f2f2f2;}
.inpronav dl{ display: flex;justify-content:space-between;/*align-items:center; */ padding:20px 0 10px 0;}
.inpronav dl dt{ margin-right:15px;}
.inpronav dl dd{ flex:1;}
.inpronav dl dd a{ display:inline-block; margin:0 30px 10px 0;}
.inpronav dl dd a:hover,.inpronav dl dd a.on{ color:var(--primary-color);}
.inprosx{ font-size:16px; line-height:28px; padding:5px 40px; border:1px solid #f2f2f2; margin-bottom:30px;}
.inprosx dl{ display: flex;justify-content:space-between;/*align-items:center; */ padding:20px 0 10px 0; border-bottom:1px solid #f2f2f2;}
.inprosx dl:last-child{ border-bottom:none;}
.inprosx dl dt{ margin-right:15px;}
.inprosx dl dd{ flex:1;}
.inprosx dl dd a{ display:inline-block; margin:0 30px 10px 0;}
.inprosx dl dd a:hover,.inprosx dl dd a.on{ color:var(--primary-color);}
.insideContent .weizhi{ margin-bottom:30px;}
@media(max-width:999px){
.inpronav{ font-size:14px; line-height:24px; padding:5px 20px; }
.inpronav dl{ display:block; padding:10px 0 5px 0;}
.inpronav dl dt{ margin:0 0 10px 0;}
.inpronav dl dd a{ margin:0 20px 10px 0;}
.inprosx{ font-size:14px; line-height:24px; padding:5px 20px; margin-bottom:30px;}
.inprosx dl{ display:block; padding:10px 0 5px 0; }
.inprosx dl:last-child{ border-bottom:none;}
.inprosx dl dt{ margin:0 0 10px 0;}
.inprosx dl dd a{ margin:0 20px 10px 0;}
.insideContent .weizhi{ margin-bottom:30px;}
}

.inproduct1{ font-size:16px; line-height:26px;}
.inproduct1 table{ border-collapse:collapse; border:1px solid #f2f2f2;}
.inproduct1 table tr{ border:1px solid #f2f2f2;}
.inproduct1 table th{ border:1px solid #f2f2f2; padding:15px 10px; text-align:left; background:#fefefe;}
.inproduct1 table td{ border:1px solid #f2f2f2; padding:15px 10px;}
.inproduct1 table tr:nth-child(2n){ background:#f4fbf9}
.inproduct1 a{ color:var(--primary-color);}
.inproduct1 a:hover{ text-decoration:underline;}
@media(max-width:999px){
.inproduct1{ font-size:14px; line-height:24px; overflow-x:auto;}
.inproduct1 table{ width:750px;}
.inproduct1 table th{ padding:15px 10px; }
.inproduct1 table td{ padding:15px 10px;}
}



.proDetail1{}
.proDetail1_top{ display: flex;justify-content:space-between;align-items:flex-start; margin-bottom:40px;}
.proDetail1_top_lt{ width:320px;}
.pro_gallery{ }
.pro_gallery-top { border:1px solid #d7d7d7; margin-bottom:10px; position:relative;}
.pro_gallery-top .gallery-top{}
.pro_gallery-top .gallery-top .swiper-slide { }
.pro_gallery-top .gallery-top .swiper-slide .img{ padding-bottom:100%; position:relative;}
.pro_gallery-top .gallery-top .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-top .gallery-top .swiper-slide .img:before{ content:""; width:48px; height:48px; border-radius:100%; background:rgba(0,0,0,.5) url(../images/search.png) center no-repeat; background-size:50% auto; position:absolute; bottom:10px; right:10px; cursor:pointer; z-index:2;}
.pro_gallery-top .gallery-top .swiper-slide .img:hover:before{ background-color:rgba(9,146,105,.5);}
.pro_gallery-thumbs { position:relative;}
.pro_gallery-thumbs .gallery-thumbs{}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide { opacity: 0.9; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative; cursor:pointer; border:1px solid #d7d7d7;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active { opacity: 1; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img{ border-color:var(--primary-color);}
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ display:none;}
.pro_gallery .swiper-button-prev{ }
.pro_gallery .swiper-button-next{ }

.proDetail1_top_rt{ width:calc(96% - 320px);}
.proDetail1_top_rt .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:5px;}
.proDetail1_top_rt .h3{ font-size:18px; line-height:28px; margin-bottom:20px;}
.proDetail1_top_rt .h4{ font-size:18px; line-height:28px; margin-bottom:30px;}
.proDetail1_top_rt .h4 ul li{ margin-bottom:20px;}
.proDetail1_top_rt .h5{ font-size:18px; line-height:28px; color:var(--primary-color); margin-bottom:80px;}
.more2{}
.more2 span{ display:inline-block; text-align:center; border:1px solid var(--primary-color); color:var(--primary-color); font-size:18px; line-height:46px; width:180px; box-sizing:border-box;}
.more2 span:hover{ background:var(--primary-color); color:#fff;}

.proDetail1_btm{}
.proDetail1_btm_tit{ border-bottom:1px solid #d7d7d7; padding:0 15px; font-size:16px; line-height:28px; margin-bottom:40px; position: sticky; top: 80px; background:#fff; font-weight:bold;}
.proDetail1_btm_tit ul{ display: flex;justify-content:flex-start;/*align-items:center;*/}
.proDetail1_btm_tit ul li{}
.proDetail1_btm_tit ul li a{ display:block; padding:15px 15px 15px 15px; border-bottom:1px solid transparent;}
.proDetail1_btm_tit ul li.on a,.proDetail1_btm_tit ul li.active a{ border-bottom-color:var(--primary-color); color:var(--primary-color);}
.proDetail1_btm_con{}
.proDetail1_btm .xiangqing{ margin-bottom:30px;}
.proDetail1_btm dl{}
.proDetail1_btm dl dt{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:20px;}
.proDetail1_btm dl dd{}
.proDetail1_btm .xiangqing table{ border-collapse:collapse;}
.proDetail1_btm .xiangqing table,.proDetail1_btm .xiangqing tr,.proDetail1_btm .xiangqing td{ border:1px solid #ccc;}
.proDetail1_btm .xiangqing td{ padding:5px 10px; background:#f9f9f9;}
.proDetail1_btm .xiangqing table tr:nth-child(1) td{ background:var(--primary-color);}
.proDetail1_btm .xiangqing table tr:nth-child(1) *{ color:#fff !important;}
.page_dingwei{ padding-top:160px; margin-top:-160px;}
@media(max-width:999px){
.proDetail1_top{ display:block; margin-bottom:40px;}
.proDetail1_top_lt{ width:100%; margin-bottom:20px;}
.proDetail1_top_rt{ width:100%;}
.proDetail1_top_rt .h2{ font-size:24px; line-height:34px; margin-bottom:5px;}
.proDetail1_top_rt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.proDetail1_top_rt .h4{ font-size:14px; line-height:24px; margin-bottom:20px;}
.proDetail1_top_rt .h4 ul li{ margin-bottom:10px;}
.proDetail1_top_rt .h5{ font-size:14px; line-height:24px; margin-bottom:20px;}
.more2 span{ font-size:14px; line-height:38px; width:120px; }

.proDetail1_btm.active1 { padding-top:36px;}
.proDetail1_btm_tit{ padding:0 10px; font-size:14px; line-height:24px; margin-bottom:20px; top: 60px; box-sizing:border-box; width:100%;}
.proDetail1_btm.active1 .proDetail1_btm_tit{ position:fixed; left:0;}
.proDetail1_btm_tit ul{ overflow-x:auto;}
.proDetail1_btm_tit ul li a{ padding:0 10px 10px 10px; white-space:nowrap;}
.proDetail1_btm .xiangqing{ margin-bottom:20px;}
.proDetail1_btm dl dt{ font-size:14px; line-height:24px; margin-bottom:10px;}
.page_dingwei{ padding-top:120px; margin-top:-120px;}
}


.xdxj_box{ width:100%; height:100%; position:fixed; z-index:9999; top:0; left:0; display:none;}
.xdxj_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.xdxjbg{ width:90%; max-width:1420px; background:#fff; border-radius:10px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.xdxj_close2{ width:30px; height:30px; line-height:25px; font-size:20px; text-align:center; border-radius:100%; border:1px solid #ccc; box-sizing:border-box; cursor:pointer; transition:all .3s ease; position:absolute; top:20px; right:20px;}
.xdxj_close2:hover{ background:#666; color:#fff;}
.xdxj{ padding:60px 5% 20px 5%;}
.xdxj .research2{ max-height:90vh; overflow-y:auto;}
@media(max-width:999px){
.xdxj{ padding:40px 5% 20px 5%;}
}



.more3{ text-align:center;}
.more3 span{ display:inline-block; text-align:center; font-size:20px; line-height:38px; border-radius:4px; border:1px solid #333; width:140px; box-sizing:border-box; transition:all .3s ease;}
.more3 span:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.research1bg{ padding:60px 0;}
.research1{}
.research1 .list{}
.research1 .list ul{ display: flex;justify-content:flex-start;/*align-items:center;*/ flex-wrap:wrap;}
.research1 .list ul li{ width:18%; margin:0 0 2% 2%; text-align:center;}
.research1 .list ul li:nth-child(5n-4){ margin-left:0;}
.research1 .list ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.research1 .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.research1 .list ul li .txt{ margin-top:30px;}
.research1 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:20px;}
.research1 .list ul li .txt .h3{ font-size:20px; line-height:30px; color:#666; margin-bottom:50px; height: 100px;}
@media(max-width:999px){
.more3 span{ font-size:14px; line-height:38px; width:120px; }
.research1bg{ padding:40px 0;}
.research1 .list ul li{ width:100%; margin:0 0 20px 0;}
.research1 .list ul li .txt{ margin-top:15px;}
.research1 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.research1 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
}

.research2bg{ padding:80px 0; background:#f5f5f7;}
.research2{ display: flex;justify-content:space-between;/*align-items:center;*/}
.research2_lt{ width:50%;}
.research2_lt .form{}
.research2_lt .form ul{ display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.research2_lt .form ul li{ width:48%; margin-bottom:30px;}
.research2_lt .form ul li.li1{ width:100%;}
.research2_lt .form .h3{ font-size:18px; line-height:28px; margin-bottom:5px;}
.research2_lt .form font{ color:#f00;}
.research2_lt .form .text1{ border:none; background:#F5F7FA; height:48px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.research2_lt .form select{ border:none; background:#F5F7FA; height:48px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.research2_lt .form .text2{ border:none; background:#F5F7FA; height:280px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.research2_lt .form .button1{ border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; height:48px; line-height:46px; width:100%; cursor:pointer; font-size:16px; border-radius:4px; transition:all .3s ease;}
.research2_lt .form .button1:hover{ opacity:.9;}
.research2_rt{ width:44%; padding-left:6%; border-left:1px solid #eee; box-sizing:border-box;}
.research2_rt .h2{ font-size:24px; line-height:34px; margin-bottom:25px;}
.research2_rt .box1{ font-size:18px; line-height:45px;}
.research2_rt .box1 ul li{ padding-left:60px; min-height:45px; position:relative; margin-bottom:30px;}
.research2_rt .box1 ul li i{ width:45px; height:45px; border-radius:100%; border:1px solid #ccc; background:#fff; box-sizing:border-box; display: flex;justify-content:center;align-items:center; position:absolute; left:0; top:0;}
.research2_rt .box1 ul li img{ vertical-align:top; max-width:140px;}
@media(max-width:999px){
.research2bg{ padding:40px 0; }
.research2{ display:block;}
.research2_lt{ width:100%; margin-bottom:20px;}
.research2_lt .form ul li{ width:100%; margin-bottom:15px;}
.research2_lt .form .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.research2_lt .form .text1{ height:40px; line-height:40px; }
.research2_lt .form select{ height:40px; line-height:40px; }
.research2_lt .form .text2{ height:150px; }
.research2_lt .form .button1{ height:40px; line-height:38px; font-size:16px; }
.research2_rt{ width:100%; padding-left:0; border-left:none;}
.research2_rt .h2{ font-size:24px; line-height:34px; margin-bottom:25px;}
.research2_rt .box1{ font-size:18px; line-height:40px;}
.research2_rt .box1 ul li{ padding-left:50px; min-height:40px; margin-bottom:15px;}
.research2_rt .box1 ul li i{ width:40px; height:40px; }
.research2_rt .box1 ul li img{ max-width:140px;}
}




.researchDetail{}
.researchDetail_top{ display: flex;justify-content:space-between;align-items:flex-start; margin-bottom:60px;}
.researchDetail_top_lt{ width:50%;}
.researchDetail_top_lt .img{}
.researchDetail_top_lt .img img{ display:block; width:100%;}
.researchDetail_top_rt{ width:46%;}
.researchDetail_top_rt .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:25px;}
.researchDetail_top_rt .h3{ font-size:18px; line-height:28px; margin-bottom:35px;}
.researchDetail_top_rt .more3{ text-align:left;}
.researchDetail_btm{}
.researchDetail_btm_tit{ border-bottom:1px solid #d7d7d7; padding:0 15px; font-size:16px; line-height:28px; margin-bottom:40px; font-weight:bold; position: sticky; top: 80px; background:#fff;}
.researchDetail_btm_tit ul{ display: flex;justify-content:flex-start;/*align-items:center;*/}
.researchDetail_btm_tit ul li{}
.researchDetail_btm_tit ul li a{ display:block; padding:15px 15px 15px 15px; border-bottom:1px solid transparent;}
.researchDetail_btm_tit ul li.on a,.researchDetail_btm_tit ul li.active a{ border-bottom-color:var(--primary-color); color:var(--primary-color);}
.researchDetail_btm_con{}
.researchDetail_btm .xiangqing{ margin-bottom:30px;}
.researchDetail_btm dl{}
.researchDetail_btm dl dt{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:20px;}
.researchDetail_btm dl dd{}
.researchDetail_btm .xiangqing table{ border-collapse:collapse;}
.researchDetail_btm .xiangqing table,.researchDetail_btm .xiangqing tr,.researchDetail_btm .xiangqing td{ border:1px solid #ccc;}
.researchDetail_btm .xiangqing td{ padding:5px 10px; background:#f9f9f9;}
.researchDetail_btm .xiangqing table tr:nth-child(1) td{ background:var(--primary-color);}
.researchDetail_btm .xiangqing table tr:nth-child(1) *{ color:#fff !important;}
@media(max-width:999px){
.researchDetail_top{ display:block; margin-bottom:40px;}
.researchDetail_top_lt{ width:100%; margin-bottom:20px;}
.researchDetail_top_rt{ width:100%;}
.researchDetail_top_rt .h2{ font-size:24px; line-height:34px; margin-bottom:5px;}
.researchDetail_top_rt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}

.researchDetail_btm.active1 { padding-top:36px;}
.researchDetail_btm_tit{ padding:0 10px; font-size:14px; line-height:24px; margin-bottom:20px; top: 60px; box-sizing:border-box; width:100%;}
.researchDetail_btm.active1 .researchDetail_btm_tit{ position:fixed; left:0;}
.researchDetail_btm_tit ul li a{ padding:0 10px 10px 10px; }
.researchDetail_btm .xiangqing{ margin-bottom:20px;}
.researchDetail_btm dl dt{ font-size:14px; line-height:24px; margin-bottom:10px;}
}


.more4{ text-align:center;}
.more4 span{ display:inline-block; text-align:center; font-size:16px; line-height:34px; border-radius:4px; border:1px solid var(--primary-color); color:var(--primary-color); width:180px; box-sizing:border-box; transition:all .3s ease;}
.more4 span:hover{ background:var(--primary-color); color:#fff;}
.tjcg1{ text-align:center;}
.tjcg1 .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:40px;}
.tjcg1 .h3{ font-size:18px; line-height:28px; margin-bottom:30px;}
.tjcg1 .h4{ font-size:14px; line-height:24px; color:var(--primary-color); margin-bottom:40px;}
@media(max-width:999px){
.more4 span{ font-size:14px; line-height:34px; width:120px; }
.tjcg1 .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.tjcg1 .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.tjcg1 .h4{ font-size:14px; line-height:24px; margin-bottom:20px;}
}


.jszc_barbg{ padding:60px 0 0 0; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.jszc_bar{}
.jszc_bar .box1{ text-align:center; margin-bottom:40px;}
.jszc_bar .box1 .img{}
.jszc_bar .box1 .img img{ display:block; margin:0 auto; width:100%; max-width:120px;}
.jszc_bar .box1 .txt{ margin-top:60px;}
.jszc_bar .box1 .txt .h2{ font-size:60px; line-height:70px; font-weight:bold; margin-bottom:25px;}
.jszc_bar .box1 .txt .h3{ font-size:24px; line-height:34px;}
.jszc_nav{}
.jszc_nav ul{ display: flex;justify-content:center;/*align-items:center;*/ flex-wrap:wrap;}
.jszc_nav ul li{ margin:40px 40px 0 40px; text-align:center; border-bottom:1px solid transparent;}
.jszc_nav ul li .img{ height:100px; display: flex;justify-content:center;align-items:center;}
.jszc_nav ul li .img img{ display:block; max-width:100%; max-height:100%; border-radius:15px; transition:all .3s ease;}
.jszc_nav ul li .h2{ padding:25px 0; font-size:24px; line-height:34px; font-weight:bold;}
.jszc_nav ul li.on{ border-color:var(--primary-color);}
.jszc_nav ul li.on .h2{ color:var(--primary-color);}
.jszc_nav ul li.on .img img,.jszc_nav ul li:hover .img img{ box-shadow:0 5px 5px rgba(0,0,0,.1);}
@media(max-width:999px){
.jszc_barbg{ padding:40px 0 0 0; }
.jszc_bar .box1{ margin-bottom:20px;}
.jszc_bar .box1 .txt{ margin-top:20px;}
.jszc_bar .box1 .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.jszc_bar .box1 .txt .h3{ font-size:14px; line-height:24px;}
.jszc_nav ul li{ margin:20px 10px 0 10px; }
.jszc_nav ul li .img{ height:60px; }
.jszc_nav ul li .img img{ border-radius:10px;}
.jszc_nav ul li .h2{ padding:15px 0; font-size:14px; line-height:24px; }
}


.service1bg{ padding:80px 0; }
.service1{ display: flex;justify-content:space-between;/*align-items:center;*/}
.service1_lt{ width:50%;}
.service1_lt .form{}
.service1_lt .form ul{ display: flex;justify-content:space-between;/*align-items:center;*/ flex-wrap:wrap;}
.service1_lt .form ul li{ width:48%; margin-bottom:30px;}
.service1_lt .form ul li.li1{ width:100%;}
.service1_lt .form .h3{ font-size:18px; line-height:28px; margin-bottom:5px;}
.service1_lt .form font{ color:#f00;}
.service1_lt .form .text1{ border:none; background:#f5f7fa; height:48px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.service1_lt .form select{ border:none; background:#f5f7fa; height:48px; line-height:48px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.service1_lt .form .text2{ border:none; background:#f5f7fa; height:280px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px;}
.service1_lt .form .button1{ border:1px solid var(--primary-color); background:#fff; height:48px; line-height:46px; width:100%; cursor:pointer; font-size:16px; border-radius:4px; color:var(--primary-color); transition:all .3s ease;}
.service1_lt .form .button1:hover{ background:var(--primary-color); color:#fff;}
.service1_rt{ width:46%;}
.service1_rt .h2{ font-size:24px; line-height:34px; margin-bottom:25px;}
.service1_rt .box1{ font-size:18px; line-height:45px;}
.service1_rt .box1 ul li{ padding-left:60px; min-height:45px; position:relative; margin-bottom:30px;}
.service1_rt .box1 ul li i{ width:45px; height:45px; border-radius:100%; border:1px solid #ccc; background:#fff; box-sizing:border-box; display: flex;justify-content:center;align-items:center; position:absolute; left:0; top:0;}
.service1_rt .box1 ul li img{ vertical-align:top; max-width:140px;}
@media(max-width:999px){
.service1bg{ padding:40px 0; }
.service1{ display:block;}
.service1_lt{ width:100%; margin-bottom:20px;}
.service1_lt .form ul li{ width:100%; margin-bottom:15px;}
.service1_lt .form .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.service1_lt .form .text1{ height:40px; line-height:40px; }
.service1_lt .form select{ height:40px; line-height:40px; }
.service1_lt .form .text2{ height:150px; }
.service1_lt .form .button1{ height:40px; line-height:38px; font-size:16px; }
.service1_rt{ width:100%;}
.service1_rt .h2{ font-size:24px; line-height:34px; margin-bottom:25px;}
.service1_rt .box1{ font-size:18px; line-height:40px;}
.service1_rt .box1 ul li{ padding-left:50px; min-height:40px; margin-bottom:15px;}
.service1_rt .box1 ul li i{ width:40px; height:40px; }
.service1_rt .box1 ul li img{ max-width:140px;}
}



.more5{ }
.more5 span{ display:inline-block; text-align:center; font-size:16px; line-height:48px; border-radius:4px; border:1px solid var(--primary-color); color:var(--primary-color); width:140px; box-sizing:border-box; transition:all .3s ease;}
.more5 span:hover{ background:var(--primary-color); color:#fff;}
.download1{}
.download1 ul{}
.download1 ul li{ border-bottom:1px solid #ccc; padding:30px 0;}
.download1 ul li .txt{ display: flex;justify-content:space-between;align-items:center;}
.download1 ul li .txt .h2{ font-size:18px; line-height:28px; flex:1; max-width:795px;}
.download1 ul li .more5{ margin-left:20px;}
@media(max-width:999px){
.more5 span{ font-size:14px; line-height:38px; width:120px; }
.download1 ul li{ padding:20px 0;}
.download1 ul li .txt{ display:block;}

.download1 ul li .txt .h2{ font-size:14px; line-height:24px; }
.download1 ul li .more5{ margin:10px 0 0 0;}
}




.inNews1{}
.inNews1 ul{}
.inNews1 ul li{ border-bottom:1px solid #ccc; padding:20px 0;}
.inNews1 ul li .nr_box{ display: flex;justify-content:space-between;align-items:center;}
.inNews1 ul li .imgbg{ width:120px; margin-right:20px;}
.inNews1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.inNews1 ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inNews1 ul li .txtbg{ flex:1;}
.inNews1 ul li .txt{}
.inNews1 ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:15px;}
.inNews1 ul li .txt .h3{ font-size:18px; line-height:28px; color:#666;}
.inNews1 ul li .more5{ margin-left:20px;}
@media(max-width:999px){
.inNews1 ul li{ padding:20px 0;}
.inNews1 ul li .nr_box{ display:block;}
.inNews1 ul li .imgbg{ width:100%; margin:0 0 15px 0;}
.inNews1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.inNews1 ul li .txt .h3{ font-size:14px; line-height:24px; }
.inNews1 ul li .more5{ margin:15px 0 0 0;}
}




.ssjg_form{ margin:0 auto; width:100%; max-width:680px;/* height:58px; border:1px solid #ccc; border-radius:10px;*/ box-sizing:border-box; display: flex; justify-content: space-between; align-items: center; margin-top:20px;}
.ssjg_form .form{width: calc(100% - 158px); display: flex; justify-content: space-between; align-items: center; border:1px solid #ddd; border-radius:4px;}
.ssjg_form .text1{ border:none; background:none; height:52px; line-height:50px; box-sizing:border-box; flex:1;}
.ssjg_form .button1{ border:none; background:none; width:52px; height:52px; line-height:52px; font-size:20px; color:#666; transition:all .3s ease; cursor:pointer; }
.ssjg_form .button1:hover{ opacity:.9;}
.ssjg_form .form i.fa-close{width: 30px; height: 30px; line-height: 28px; text-align: center; border: 1px solid #ccc; background: #666; border-radius: 100%; box-sizing: border-box; cursor: pointer; transition: all .3s ease;  margin:0 10px; color: #fff;}
.ssjg_form .form i.fa-close:hover{ opacity:.9;}
.ssjg_form .custom-select-wrapper2{display:inline-block; width:150px; height:52px; vertical-align:middle; margin-right:8px; position:relative;}
.ssjg_form .custom-select-selected2{ border:1px solid #ddd; background:#fff; border-radius:4px; padding:0 28px 0 12px; line-height:50px; height:52px; cursor:pointer; white-space:nowrap; font-size:14px; position:relative; box-sizing:border-box;}
.ssjg_form .custom-select-selected2 i{position:absolute; right:10px; top:16px; font-size:20px; color:#666;}
.ssjg_form .custom-option2{ padding:15px 12px; cursor:pointer; transition:background 0.2s; font-size:14px; border-bottom:1px solid #ddd;}
.ssjg_form .custom-option2:last-child{ border-bottom:none;}
.ssjg_nav{ font-size:16px; line-height:26px; border-bottom:1px solid #ccc; margin-top:20px;}
.ssjg_nav ul{ display: flex;justify-content:center;align-items:center; flex-wrap:wrap;}
.ssjg_nav ul li{ margin:0 25px;}
.ssjg_nav ul li a{ display:block; padding:5px 0; border-bottom:1px solid transparent;}
.ssjg_nav ul li.on a{ border-bottom-color:#333;}

.ssjg_box{ margin-top:10px;}
.ssjg_num{ font-size:14px; line-height:24px; color:#999;}
.ssjg_none{ text-align:center; margin-top:60px;}
.ssjg_none img{ display:block; margin:0 auto; width:100%; max-width:170px;}
.ssjg_none .h2{ font-size:16px; line-height:26px; margin-top:20px;}
@media(max-width:999px){
.ssjg_form{ height:40px; margin-top:10px;}
.ssjg_form .form{width: calc(100% - 85px);}
.ssjg_form .text1{ height:38px; line-height:38px; }
.ssjg_form .button1{ width:38px; height:38px; line-height:38px; font-size:20px; }
.ssjg_form .form i.fa-close{width: 20px; height: 20px; line-height: 18px; margin:0 5px; }
.ssjg_form .custom-select-wrapper2{ width:80px; height:40px; margin-right:5px; }
.ssjg_form .custom-select-selected2{ padding:0 18px 0 5px; line-height:38px; height:40px; }
.ssjg_form .custom-select-selected2 i{ right:5px; top:12px; font-size:14px;}
.ssjg_form .custom-option2{ padding:10px 5px; }
.ssjg_nav{ font-size:14px; line-height:24px; margin-top:20px;}
.ssjg_nav ul li{ margin:0 10px;}
.ssjg_nav ul li a{ padding:5px 0; }

.ssjg_box{ margin-top:10px;}
.ssjg_num{ font-size:12px; line-height:22px; }
.ssjg_none{ margin-top:30px;}
.ssjg_none .h2{ font-size:16px; line-height:26px; margin-top:10px;}
}


.popInfo_box{ width:100%; height:100%; position:fixed; z-index:999999; top:0; left:0; display:none;}
.popInfo_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.popInfobg{ width:90%; max-width:600px; background:#fff; border-radius:10px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.popInfo{ padding:100px 20px 50px 20px; text-align:center;}
.popInfo .h2{ font-size:32px; line-height:42px; font-weight:bold; margin-bottom:25px;}
.popInfo .h3{ font-size:18px; line-height:28px; margin-bottom:100px;}
.popInfo .h4{}
.popInfo_close2{ display:inline-block; text-align:center; font-size:16px; line-height:48px; width:180px; border-radius:4px; text-align:center; box-sizing:border-box; transition:all .3s ease; border:1px solid var(--primary-color); color:var(--primary-color);}
.popInfo_close2:hover{ background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.popInfo{ padding:40px 20px 20px 20px; }
.popInfo .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.popInfo .h3{ font-size:16px; line-height:26px; margin-bottom:40px;}
.popInfo_close2{ font-size:14px; line-height:38px; width:120px; }
}



