/*common start*/
:root{
 --primary-color:#FFD403;
 --main-color:#FFD403;
 --main-yellow:#FFD403;
 --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:1400px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; 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:26%; height:100px; 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{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_contact{ font-size:16px; line-height:26px; margin-left:1.04vw;}
.head .h_contact span{ color:#fff;}
.head .h_contact span:hover{ color:var(--primary-color) !important;}
.head .h_contact i{ margin-right:5px;}
.head .h_search_btn{ width:40px; height:40px; box-sizing:border-box; font-size:20px;display: flex; justify-content:center; align-items: center; background:var(--primary-color); border:1px solid var(--primary-color); color:#fff; border-radius:4px; margin-left:1.3vw; cursor:pointer; transition:all .3s ease;}
.head .h_search_btn:hover{ background:#fff; color:var(--primary-color);}
.head .h_search_box{ width:100%; height:100vh; 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%; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:620px; border-radius:5px; background:rgba(0,0,0,0.8); box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; left:50%; top:45%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ padding:30px 5%; max-width:1000px; margin:0 auto;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:50px; overflow:hidden; background:#fff; border-radius:5px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 10px; width:calc(100% - 90px); box-sizing:border-box;}
.head .h_search .form .button1{ float:right; border:none;  background:var(--primary-color); width:90px; height:50px; line-height:50px; cursor:pointer; font-size:20px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
.head .h_search .form .button1 i{ display:none;}
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#fff; 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,.head .menu>ul>li.hover>a{ color:var(--main-yellow) !important; }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu>ul>li>a:before{ content:""; width:0; height:1px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:180px; background:#EFF1ED; box-shadow:0 2px 10px rgba(0, 0, 0, 0.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; display:block; font-weight:bold; font-size:16px; line-height:26px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color);}
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.head_height{ height:0px;}
.head.active1{ background:#fff; box-shadow:0 2px 10px rgba(0, 0, 0, 0.05);}
.head.active1 .logo .img1{ display:block;}
.head.active1 .logo .img2{ display:none;}
.head.active1 .h_contact span{ color:#333;}
.head.active1 .menu>ul>li>a{ color:#333; }
.head.active2{ background:#fff;}
.head.active2 .logo .img1{ display:block;}
.head.active2 .logo .img2{ display:none;}
.head.active2 .h_contact span{ color:#333;}
.head.active2 .menu>ul>li>a{ color:#333; }

@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_contact{display: none;}
.head .h_contact span{ color:#333;}
.head .h_search_btn{ width:30px; height:30px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100vh - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,0.6); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; color:#333; position:absolute; right:0; top:0; z-index:999; transition:all .6s ease;/* transform:translateX(100%);*/}
/*.head .nav_box.active1 .navbg{ transform:translateX(0);}*/
.head .nav{ position:relative; }
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{}
.head .nav_list>ul>li{ border-bottom:1px solid #dee2e6;}
.head .nav_list ul li span{ padding:5px 30px 5px 15px; display:block; position:relative;}
.head .nav_list>ul>li>span{ padding:10px 30px 10px 15px;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#333;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:15px; right:10px; transition:all .3s ease;}
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:0 15px 5px 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav_list ul li ul li.nav_down>span:after{ top:8px; }

.head.active1 .nav_open i,.head.active1 .nav_open:before,.head.active1 .nav_open:after{ background:#333;}
.head.active2 .nav_open i,.head.active2 .nav_open:before,.head.active2 .nav_open:after{ background:#333;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; max-width:680px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:60px; line-height:70px; margin-bottom:1.56vw; font-weight:bold;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:50px; line-height:60px;}
.banner_swiper .swiper-pagination{ bottom:5.2vw; height:3px; width:100%; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:120px; height:3px; background:rgba(255,255,255,.5); opacity:1; margin:0 5px; border-radius:0; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:rgba(255,255,255,.5);}
.banner_swiper .swiper-pagination .swiper-pagination-bullet:before { content: ""; height: 100%; background: #fff; position: absolute; left: 0; top: 0; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before { animation: middle 4.5s forwards; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:58px; height:58px; line-height:58px; text-align:center; border:1px solid #fff; background:none; color:#fff; font-size:30px; transition:all .3s ease; box-sizing:border-box; border-radius:100%; display:none;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ border-color:var(--primary-color); color:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:3%;}
.banner_swiper .swiper-button-next{ right:3%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:28px; margin-bottom:10px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px;}
.banner_swiper .swiper-pagination{ bottom:10px; height:3px; }
.banner_swiper .swiper-pagination span{ width:23px; height:3px; margin:0 3px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; font-size:24px; display:none;}
}
@keyframes middle {
    0% { width: 0; }
    100% { width: 100%; }
}


.tit1{}
.tit1 .h2{ font-size:40px; line-height:50px;}
.con01bg{ padding:80px 0; background:#FFFFFF;}
.con01{}
.con01_top{display: flex;justify-content: space-between;align-items: center;}
.con01_top .tit1{ margin-right:2.6vw; white-space:nowrap}
.con01 .list{ margin-top:60px;}
.proclass_gallery3{ position:relative;}
.proclass_gallery3 .proclass_gallery-thumbs{ flex:1;}
.proclass_gallery3 .proclass_gallery-thumbs .swiper-container { width: 100%; }
.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide { text-align:center; cursor:pointer;display: flex;justify-content:center;align-items: center;}
.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:16px; line-height:20px; height:40px;display: flex;justify-content:center;align-items: center; position:relative;}
.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2:before{ content:""; width:100%; height:2px; background:var(--main-yellow); position:absolute; bottom:0; left:0;}

.proclass_gallery3 .proclass_gallery-top{}
.proclass_gallery3 .proclass_gallery-top .swiper-container { width: 100%; }
.proclass_gallery3 .proclass_gallery-top>.swiper-container>.swiper-wrapper>.swiper-slide { position:relative; opacity:0; visibility:hidden;}
.proclass_gallery3 .proclass_gallery-top>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-active{ opacity:1; visibility:visible;}

.proclass_swiper{}
.proclass_swiper .swiper-container { width: 100%; }
.proclass_swiper .swiper-container .swiper-slide { position:relative; }
.proclass_swiper .swiper-container .swiper-slide .nr_box{}
.proclass_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#fff;}
.proclass_swiper .swiper-container .swiper-slide .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.proclass_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.proclass_swiper .swiper-container .swiper-slide .txt{ margin-top:30px; color:#666;}
.proclass_swiper .swiper-container .swiper-slide .txt .h2{ font-size:22px; line-height:32px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.proclass_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; color:#999; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.proclass_swiper .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px;}
.proclass_swiper .swiper-container .swiper-slide .txt .h4 span:hover{ color:var(--primary-color);}
.proclass_swiper .swiper-button-prev,.proclass_swiper .swiper-button-next{ width:22px; height:44px; margin-top:-22px; background-size:100% 100%; color:transparent; font-size:0px; transition:all .3s ease; box-sizing:border-box; top:40%;}
.proclass_swiper .swiper-button-prev:hover,.proclass_swiper .swiper-button-next:hover{ }
.proclass_swiper .swiper-button-prev{ left:1px;}
.proclass_swiper .swiper-button-next{ right:1px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px;}
.con01bg{ padding:40px 0; }
.con01_top{display:block;}
.con01_top .tit1{ margin:0 0 20px 0; white-space:normal;}
.con01 .list{ margin-top:20px;}
.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:16px; line-height:20px; height:40px; }

.proclass_swiper .swiper-container .swiper-slide .txt{ margin-top:10px; }
.proclass_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }
.proclass_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px; }
.proclass_swiper .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:22px;}
.proclass_swiper .swiper-button-prev,.proclass_swiper .swiper-button-next{ width:22px; height:44px; margin-top:-22px;}
}


.con02bg{ padding:80px 0;}
.con02{}
.con02 .list{}
.con02 .list ul{display: flex;justify-content: space-between;/*align-items: center;*/}
.con02 .list ul li{ width:25%;}
.con02 .list ul li .nr_box{display: flex;justify-content: space-between;align-items: center;}
.con02 .list ul li .imgbg{ width:42px;}
.con02 .list ul li .img{ height:42px;display: flex;justify-content:center;align-items: center;}
.con02 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.con02 .list ul li .txtbg{ width:calc(100% - 55px);}
.con02 .list ul li .txt{ font-size:16px;}
.con02 .list ul li .txt .h2{}
.con02 .list ul li .txt .h2 strong{ font-size:40px; font-weight:normal;}
.con02 .list ul li .txt .h2 span{vertical-align: top;}
.con02 .list ul li .txt .h3{}
@media(max-width:999px){
.con02bg{ padding:30px 0;}
.con02 .list ul{ flex-wrap:wrap;}
.con02 .list ul li{ width:50%; margin:10px 0;}
.con02 .list ul li .imgbg{ width:36px;}
.con02 .list ul li .img{ height:36px; }
.con02 .list ul li .txtbg{ width:calc(100% - 50px);}
.con02 .list ul li .txt{ font-size:14px;}
.con02 .list ul li .txt .h2 strong{ font-size:24px; }
}


.con03bg{ padding:80px 0;/*background:#2c343d url(../images/bg_solu.jpg) repeat; */color:#333;background: #EFF1ED;}
.con03{}
.con03 .list{ margin-top:40px;}
.swiper_solution{ position:relative;}
.swiper_solution .swiper-container { width: 100%; padding-bottom:80px;}
.swiper_solution .swiper-container .swiper-slide { position:relative;}
.swiper_solution .swiper-container .swiper-slide .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.swiper_solution .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; transition:all .3s ease;}
.swiper_solution .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.swiper_solution .swiper-container .swiper-slide .txtbg{ }
.swiper_solution .swiper-container .swiper-slide .txt{ color:#666; margin-top:25px;}
.swiper_solution .swiper-container .swiper-slide .txt .h2{ font-size:22px; line-height:32px; color:#333;}
.swiper_solution .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; color:#8c99ac; margin-bottom:15px;line-height: 1.5em;height: 3em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.swiper_solution .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px;}
.swiper_solution .swiper-container .swiper-slide .txt .h4 span:hover{ color:var(--primary-color);}
.swiper_solution .swiper-container .swiper-slide .txt .h4 i{ margin-left:5px;}
.swiper_solution .swiper-pagination{ width:80%; height:4px; position:relative;}
.swiper_solution .swiper-pagination span{ }
.swiper_solution .swiper-button{display: flex;justify-content: space-between;align-items: center;}
.swiper_solution .swiper-button-prev,.swiper_solution .swiper-button-next{ width:14px; height:30px; line-height:30px; margin:0; text-align:center; background:none; color:#999; font-size:30px; transition:all .3s ease; box-sizing:border-box; position:static;}
.swiper_solution .swiper-button-prev:hover,.swiper_solution .swiper-button-next:hover{ color:var(--primary-color);}
.swiper_solution .swiper-button-prev{ }
.swiper_solution .swiper-button-next{ margin-left:2.6vw;}
.swiper_solution .swiper-controls{ width:100%; position:absolute; bottom:0; left:0; display: flex;justify-content: space-between;align-items: center;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03 .list{ margin-top:20px;}
.swiper_solution .swiper-container { padding-bottom:40px;}
.swiper_solution .swiper-container .swiper-slide .txt{ margin-top:10px;}
.swiper_solution .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }
.swiper_solution .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.swiper_solution .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:22px;}
.swiper_solution .swiper-pagination{ width:80%; height:2px; }
.swiper_solution .swiper-button-prev,.swiper_solution .swiper-button-next{ width:14px; height:30px; line-height:30px; font-size:30px; }
.swiper_solution .swiper-button-next{ margin-left:10px;}
}


.con04bg{ padding:80px 0; background:#fff;}
.con04{}
.con04 .list{ margin-top:40px;}
.swiper_khpj{ position:relative;}
.swiper_khpj .swiper-container { width: 100%; }
.swiper_khpj .swiper-container .swiper-slide { position:relative;}
.swiper_khpj .swiper-container .swiper-slide .nr_box{display: flex;justify-content: space-between;align-items: center;}
.swiper_khpj .swiper-container .swiper-slide .imgbg{ width:38%;}
.swiper_khpj .swiper-container .swiper-slide .img{ padding:0 40px 40px 0; position:relative; z-index:1;}
.swiper_khpj .swiper-container .swiper-slide .img:before{ content:""; width:calc(100% - 40px); height:calc(100% - 40px); background:var(--main-yellow); position:absolute; bottom:0; right:0; z-index:-1;}
.swiper_khpj .swiper-container .swiper-slide .img img{ display:block; width:100%; }
.swiper_khpj .swiper-container .swiper-slide .txtbg{ width:50%;}
.swiper_khpj .swiper-container .swiper-slide .txt{ color:#666; }
.swiper_khpj .swiper-container .swiper-slide .txt .h2{ font-size:36px; line-height:1em; color:var(--main-yellow);margin-bottom:2.6vw;}
.swiper_khpj .swiper-container .swiper-slide .txt .h3{ font-size:24px; line-height:34px;margin-bottom:2.6vw;}
.swiper_khpj .swiper-container .swiper-slide .txt .h4{ font-size:18px; line-height:28px; color:#999; }

.swiper_khpj .swiper-pagination{ bottom:5.2vw; height:3px; width:100%; display:none;}
.swiper_khpj .swiper-pagination span{ vertical-align:top; width:120px; height:3px; background:rgba(255,255,255,.5); opacity:1; margin:0 5px; border-radius:0; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_khpj .swiper-pagination span.swiper-pagination-bullet-active{ background:rgba(255,255,255,.5);}
.swiper_khpj .swiper-button{display: flex;justify-content: space-between;align-items: center;}
.swiper_khpj .swiper-button-prev,.swiper_khpj .swiper-button-next{ width:14px; height:30px; line-height:30px; margin:0; text-align:center; background:none; color:#999; font-size:30px; transition:all .3s ease; box-sizing:border-box; position:static;}
.swiper_khpj .swiper-button-prev:hover,.swiper_khpj .swiper-button-next:hover{ color:var(--primary-color);}
.swiper_khpj .swiper-button-prev{ margin-right:2.6vw;}
.swiper_khpj .swiper-button-next{ }
.swiper_khpj .swiper-controls{ width:100%; position:absolute; bottom:0; left:0; display: flex;justify-content: flex-start;align-items: center;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;}
.swiper_khpj .swiper-container .swiper-slide .nr_box{display:block;}
.swiper_khpj .swiper-container .swiper-slide .imgbg{ width:100%;}
.swiper_khpj .swiper-container .swiper-slide .img{ padding:0 20px 20px 0; }
.swiper_khpj .swiper-container .swiper-slide .img:before{ width:calc(100% - 20px); height:calc(100% - 20px); }
.swiper_khpj .swiper-container .swiper-slide .txtbg{ width:100%; margin-bottom:20px;}
.swiper_khpj .swiper-container .swiper-slide .txt{ color:#666; }
.swiper_khpj .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:1em; margin-bottom:10px;}
.swiper_khpj .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.swiper_khpj .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px; }

.swiper_khpj .swiper-pagination{ bottom:5.2vw; height:3px; width:100%; display:none;}
.swiper_khpj .swiper-pagination span{ vertical-align:top; width:120px; height:3px; background:rgba(255,255,255,.5); opacity:1; margin:0 5px; border-radius:0; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_khpj .swiper-pagination span.swiper-pagination-bullet-active{ background:rgba(255,255,255,.5);}
.swiper_khpj .swiper-button{display: flex;justify-content: space-between;align-items: center;}
.swiper_khpj .swiper-button-prev,.swiper_khpj .swiper-button-next{ width:14px; height:30px; line-height:30px; margin:0; text-align:center; background:none; color:#999; font-size:30px; transition:all .3s ease; box-sizing:border-box; position:static;}
.swiper_khpj .swiper-button-prev:hover,.swiper_khpj .swiper-button-next:hover{ color:var(--primary-color);}
.swiper_khpj .swiper-button-prev{ margin-right:10px;}
.swiper_khpj .swiper-controls{ bottom:auto; top:0; left:0; justify-content: flex-end; }
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:40px; line-height:50px;}
.tit2 .h3{ font-size:18px; line-height:28px; margin-top:25px;}
.con05bg{ padding:80px 0;background: #EFF1ED;}
.con05{}
.con05 .list{ margin-top:60px;}
.swiper_news{ position:relative;}
.swiper_news .swiper-container { width: 100%; padding-bottom:80px;}
.swiper_news .swiper-container .swiper-slide { position:relative;}
.swiper_news .swiper-container .swiper-slide .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.swiper_news .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; transition:all .3s ease;}
.swiper_news .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.swiper_news .swiper-container .swiper-slide .txtbg{ }
.swiper_news .swiper-container .swiper-slide .txt{ color:#666; margin-top:20px;}
.swiper_news .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; color:#999; margin-bottom:25px;}
.swiper_news .swiper-container .swiper-slide .txt .h3{ font-size:20px; line-height:30px; color:#333; margin-bottom:35px;}
.swiper_news .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px;}
.swiper_news .swiper-container .swiper-slide .txt .h4 span:hover{ color:var(--primary-color);}
.swiper_news .swiper-container .swiper-slide .txt .h4 i{ margin-left:5px;}
.swiper_news .swiper-pagination{ width:80%; height:4px; position:relative;}
.swiper_news .swiper-pagination span{ }
.swiper_news .swiper-button{display: flex;justify-content: space-between;align-items: center;}
.swiper_news .swiper-button-prev,.swiper_news .swiper-button-next{ width:14px; height:30px; line-height:30px; margin:0; text-align:center; background:none; color:#999; font-size:30px; transition:all .3s ease; box-sizing:border-box; position:static;}
.swiper_news .swiper-button-prev:hover,.swiper_news .swiper-button-next:hover{ color:var(--primary-color);}
.swiper_news .swiper-button-prev{ }
.swiper_news .swiper-button-next{ margin-left:2.6vw;}
.swiper_news .swiper-controls{ width:100%; position:absolute; bottom:0; left:0; display: flex;justify-content: space-between;align-items: center;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.tit2 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;}
.swiper_news .swiper-container { padding-bottom:40px;}
.swiper_news .swiper-container .swiper-slide .txt{ margin-top:10px;}
.swiper_news .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px; margin-bottom:5px;}
.swiper_news .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:10px;}
.swiper_news .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:22px;}
.swiper_news .swiper-pagination{ width:80%; height:4px; }
.swiper_news .swiper-button-prev,.swiper_news .swiper-button-next{ width:14px; height:30px; line-height:30px; font-size:30px;  }
.swiper_news .swiper-button-next{ margin-left:10px;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; background:var(--main-yellow); color:#fff; font-size:16px; line-height:46px; min-width:160px; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color); color:#fff;}
.more1 span i{ margin-left:5px;}
.con06bg{ padding:120px 0; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;background: #fff;}
.con06{display: flex;justify-content: space-between;align-items: center;}
.con06_lt{}
.con06_lt .nr_box{ padding-left:130px; background-repeat:no-repeat; background-position:left top 8px; background-size:70px auto;color: #333;}
.con06_lt .h2{ font-size:40px; line-height:50px; margin-bottom:30px;}
.con06_lt .h3{ font-size:18px; line-height:28px;}
.con06_rt{}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:40px; min-width:120px; }
.con06bg{ padding:40px 0; }
.con06{display:block;}
.con06_lt{ margin-bottom:30px;}
.con06_lt .nr_box{ padding-left:90px; background-position:left top 8px; background-size:70px auto;}
.con06_lt .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.con06_lt .h2 br{ display:none;}
.con06_lt .h3{ font-size:14px; line-height:24px;}
.con06_rt{ text-align:center;}
}



.foot{ background:#EFF1ED; color:#8C8C8C;}
.foot a{ color:#8C8C8C;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:60px 0;}
.foot1{ }
.foot .f_nav{ font-size:14px; line-height:24px;display: flex;justify-content: space-between;/*align-items: center;*/}
.foot .f_nav dl{ }
.foot .f_nav dl dt{ font-size:18px; line-height:28px; margin-bottom:20px; color:#fff;}
.foot .f_nav dl dt a{ color:#333;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot1 .rt{ width:30%;}
.foot .f_contact{ font-size:14px; line-height:28px; margin-bottom:20px;}
.foot .f_contact .h2{ font-size:18px; line-height:28px; margin-bottom:20px; color:#333;}
.foot .f_contact ul li{ position:relative; margin-bottom:5px;display: flex;}
.foot .f_contact ul li span{ display:block;}
.foot .f_contact ul li strong{ display:block; font-weight:normal;}
.foot .f_ewm{}
.foot .f_ewm .h2{ font-size:14px; line-height:28px; margin-bottom:10px; color:#fff;}
.foot .f_ewm ul{display: flex;justify-content: space-between;/*align-items: center;*/}
.foot .f_ewm ul li{ display: flex;justify-content: flex-start;/*align-items: center;*/}
.foot .f_ewm ul li i{ margin-right:20px;}
.foot .f_ewm ul li i img{ display:block; height:24px;}
.foot .f_ewm ul li>img{ display:block; margin:0 auto; padding:5px; width:80px; background:#fff; box-sizing:border-box;}

.foot2bg{ padding:20px 0; border-top:1px solid #2D3238;}
.foot2{display: flex;justify-content: space-between;align-items: center; text-align:center;}
.foot .f_info{ font-size:14px; line-height:24px;}
.foot .f_links{font-size:14px; line-height:24px; position:relative;}
.foot .f_links .h2{ font-size:16px; line-height:2em; padding-left:30px; background:url(../images/flink.png) left center no-repeat; cursor:pointer;}
.foot .f_links .h2 span{ padding-right:30px; background:url(../images/arr.png) right center no-repeat;}
.foot .f_links ul{ width:100px; border:1px solid #2D3238; background:#1d242d; box-shadow:0 -6px 6px rgba(0, 0, 0, 0.18); position:absolute; bottom:100%; right:0; display:none;}
.foot .f_links:hover ul{ display:block;}
.foot .f_links ul li{}
.foot .f_links ul li a{ display:block;  text-align:center; padding:5px 5px;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:20px 0 40px 0;}
.foot .f_nav{ font-size:12px; line-height:22px; flex-wrap:wrap;}
.foot .f_nav dl{ width:100%; border-bottom:1px solid #666; padding:10px 0;}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; margin-bottom:0; position:relative;}
.foot .f_nav dl dt:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; right:0; top:5px;  transition:all .3s ease;}
.foot .f_nav dl dt.active1:after{ transform:rotate(180deg);}
.foot .f_nav dl dd{ margin-top:0; padding:5px 0; display:none;}
.foot1 .rt{ width:100%; margin-top:20px;}
.foot .f_contact{ font-size:12px; line-height:22px; margin-bottom:20px;}
.foot .f_contact .h2{ font-size:14px; line-height:24px; margin-bottom:10px; }
.foot .f_contact ul li{ margin-bottom:5px;}
.foot .f_ewm .h2{ font-size:14px; line-height:28px; margin-bottom:10px; }
.foot .f_ewm ul li i{ margin-right:20px;}
.foot .f_ewm ul li i img{ height:24px;}
.foot .f_ewm ul li>img{ padding:5px; width:80px; }

.foot2bg{ padding:15px 0; }
.foot2{display:block;}
.foot .f_info{ font-size:12px; line-height:22px; }
.foot .f_links{font-size:12px; line-height:22px; display:inline-block; margin-top:10px;}
.foot .f_links .h2{ font-size:14px; line-height:2em; padding-left:30px; }
.foot .f_links .h2 span{ padding-right:30px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner_box{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ color:#fff;}
.inbanner_txt .h2{ font-size:2.08vw; line-height:1.25em;  margin-bottom:.52vw;}
.inbanner_txt .h3{ font-size:.94vw; line-height:1.55em; }
.inbarbg{ border-bottom:1px solid #EFEFEF;}
.inbar{ display: flex;justify-content:space-between;align-items:center; }
.innav{ font-size:16px; line-height:80px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; background:var(--primary-color); color:#fff; font-weight:bold; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.innav>ul{ display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; margin:0 40px 0 0;}
.innav>ul>li:nth-child(1){ padding-left:0;}
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; color:#333; text-align:center; transition:all .3s ease;}
.innav>ul>li>a:before{ content:""; width:0; height:2px; background:var(--main-yellow); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a{ color:var(--main-yellow);}
.innav>ul>li:hover>a{ color:var(--primary-color);}
.innav>ul>li.hover>a:before,.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; color:#666;}
.innav ul li ul li a:hover{ color:var(--secondary-color);}
.weizhi{ font-size:14px; line-height:3em; text-align:right; color:#999;}
.weizhi i{ margin-right:5px; }
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
.inbarbg{ position:static; }
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block; border-top:none; padding:0;}
.innav{ font-size:16px; line-height:26px; }
.innav .h1{ display:block;}
.innav>ul{ display:none; }
.innav>ul>li{ border-bottom:1px dashed #e5e5e5; padding:10px 20px 10px 20px !important; margin:0;}
.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; color:#666;}
.weizhi{ display:none;}
}

.insidebg{ padding:40px 0 80px 0; background:#fff;}
.inside{}
.inside_lt{ float:left; width:360px;/* position:sticky; top:100px;*/}
.side_a{ overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:32px; line-height:42px; background:#787b80; color:#fff; padding:21px 30px; position:relative;}
.side_a .h1 strong{ display:block; }
.side_a>ul{ padding:0 30px;}
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px dashed #e5e5e5;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:25px 20px 25px 0; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f107"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:30px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; color:#333; font-size:18px; line-height:28px;}
.side_a>ul>li>span a{ font-size:20px; line-height:30px; position:relative; font-weight:bold;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 10px 10px 20px; 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(96% - 360px); box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:50px; padding:0 40px 0 20px; }
.side_a .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.side_a .h1.active1:before{ transform:rotate(180deg);}
.side_a>ul{ padding:0; display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px;}
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li.has_sub>span:after{ top:15px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ }
}



.aboutus1bg{ padding:80px 0; background:#EFF1ED;}
.aboutus1{}
.aboutus1_list1{ margin-bottom:40px;}
.aboutus1_list1 .h2{ font-size:40px; line-height:50px; margin-bottom:10px;}
.aboutus1_list1 .txt{ font-size:18px; line-height:28px;}
.aboutus1_list2{ margin-bottom:60px;}
.aboutus1_list2 p{ padding:0;}
.aboutus1_list2 video{ display:block; margin:0 auto; width:100% ; max-width:1000px;}
.aboutus1_list3{}
.aboutus1_list3 ul{ display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus1_list3 ul li{ width:25%; text-align:center;}
.aboutus1_list3 ul li .img{ height:65px; display: flex; justify-content:center; align-items: center;}
.aboutus1_list3 ul li .img img{ display:block; max-width:100%; max-height:100%;}
.aboutus1_list3 ul li .txt{ margin-top:20px;}
.aboutus1_list3 ul li .txt .h2{ font-size:24px;}
.aboutus1_list3 ul li .txt .h2 strong{ font-size:50px;}
.aboutus1_list3 ul li .txt .h2 span{}
.aboutus1_list3 ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1_list1{ margin-bottom:20px;}
.aboutus1_list1 .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.aboutus1_list1 .txt{ font-size:14px; line-height:24px;}
.aboutus1_list2{ margin-bottom:20px;}
.aboutus1_list3 ul li{ width:50%; margin-top:20px;}
.aboutus1_list3 ul li .img{ height:35px; }
.aboutus1_list3 ul li .txt{ margin-top:10px;}
.aboutus1_list3 ul li .txt .h2{ font-size:18px;}
.aboutus1_list3 ul li .txt .h2 strong{ font-size:28px;}
.aboutus1_list3 ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.aboutus2bg{ padding:80px 0 220px 0; background-repeat:no-repeat; background-position:bottom right; background-size:100% auto;}
.aboutus2{}
.aboutus2 .list{ margin-top:60px;}
.aboutus2 .list ul{display: flex;justify-content:center;/*align-items: center;*/}
.aboutus2 .list ul li{ width:25%;}
.aboutus2 .list ul li .nr_box{display: flex;justify-content: space-between;align-items: center;}
.aboutus2 .list ul li .imgbg{ width:65px;}
.aboutus2 .list ul li .img{ height:65px;display: flex;justify-content:center;align-items: center;}
.aboutus2 .list ul li .img img{ display:block; max-width:100%; max-height:100%;}
.aboutus2 .list ul li .txtbg{ width:calc(100% - 90px);}
.aboutus2 .list ul li .txt{ font-size:16px;}
.aboutus2 .list ul li .txt .h2{}
.aboutus2 .list ul li .txt .h2 strong{ font-size:40px; font-weight:normal;}
.aboutus2 .list ul li .txt .h2 span{vertical-align: top;}
.aboutus2 .list ul li .txt .h3{}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0 50px 0;background-size: 100% 100%;}
.aboutus2 .list{ margin-top:30px;}
.aboutus2 .list ul{ flex-wrap:wrap;}
.aboutus2 .list ul li{ width:50%; margin-bottom:20px;}
.aboutus2 .list ul li .imgbg{ width:36px;}
.aboutus2 .list ul li .img{ height:36px; }
.aboutus2 .list ul li .txtbg{ width:calc(100% - 50px);}
.aboutus2 .list ul li .txt{ font-size:14px;}
.aboutus2 .list ul li .txt .h2 strong{ font-size:24px; }
}

.aboutus3bg{ padding:80px 0; background:#EFF1ED;}
.aboutus3{}
.aboutus3 .list{ margin-top:60px;}
.aboutus3 .list ul{display: flex;justify-content:center;/*align-items: center;*/ flex-wrap:wrap;}
.aboutus3 .list ul li{ width:calc((100% - 100px)/6); margin:0 0 20px 20px; }
.aboutus3 .list ul li:nth-child(6n-5){ margin-left:0;}
.aboutus3 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.aboutus3 .list ul li .img img{display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
@media(max-width:999px){
.aboutus3bg{ padding:40px 0; }
.aboutus3 .list{ margin-top:20px;}
.aboutus3 .list ul li{ width:calc((100% - 20px)/3); margin:0 0 10px 10px; }
.aboutus3 .list ul li:nth-child(3n-2){ margin-left:0;}
}

.aboutus4bg{ padding:80px 0 60px 0;background-color: #fff;}
.aboutus4{}
.aboutus4 .list{ margin-top:60px; background:url(../images/bg_28.png) top right 5% no-repeat; padding:20px 0;}
.swiper_khpj2{ position:relative; padding-bottom:50px;}
.swiper_khpj2 .swiper-container { width: 100%; box-shadow:0px 0px 40px rgba(0, 0, 0, 0.1);}
.swiper_khpj2 .swiper-container .swiper-slide { position:relative;}
.swiper_khpj2 .swiper-container .swiper-slide .nr_box{display: flex;justify-content:center;align-items: center; padding:60px 0;}
.swiper_khpj2 .swiper-container .swiper-slide .imgbg{ width:28%;}
.swiper_khpj2 .swiper-container .swiper-slide .img{}
.swiper_khpj2 .swiper-container .swiper-slide .img img{ display:block; margin:0 auto; max-width:100%; }
.swiper_khpj2 .swiper-container .swiper-slide .txtbg{ width:72%;}
.swiper_khpj2 .swiper-container .swiper-slide .txt{ padding:0 5%;}
.swiper_khpj2 .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; margin-bottom:25px; }
.swiper_khpj2 .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px;}
.swiper_khpj2 .swiper-pagination{ bottom:0; height:3px; width:100%; }
.swiper_khpj2 .swiper-pagination span{ vertical-align:top; width:50px; height:3px; background:rgba(0,0,0,.1); opacity:1; margin:0 5px; border-radius:0; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_khpj2 .swiper-pagination span.swiper-pagination-bullet-active{ background:rgba(0,0,0,.1);}
.swiper_khpj2 .swiper-pagination .swiper-pagination-bullet:before { content: ""; height: 100%; background:var(--primary-color); position: absolute; left: 0; top: 0; }
.swiper_khpj2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before { animation: middle 4.5s forwards; }
.swiper_khpj2 .swiper-button-prev,.swiper_khpj2 .swiper-button-next{ width:58px; height:58px; line-height:58px; text-align:center; border:1px solid #fff; background:none; color:#fff; font-size:30px; transition:all .3s ease; box-sizing:border-box; border-radius:100%; display:none;}
.swiper_khpj2 .swiper-button-prev:hover,.swiper_khpj2 .swiper-button-next:hover{ border-color:var(--primary-color); color:var(--primary-color);}
.swiper_khpj2 .swiper-button-prev{ left:3%;}
.swiper_khpj2 .swiper-button-next{ right:3%;}
@media(max-width:999px){
.aboutus4bg{ padding:40px 0 30px 0;}
.aboutus4 .list{ margin-top:20px; padding:20px 0; background-position:top 5px right 5%; background-size:35px auto;}
.swiper_khpj2{ padding-bottom:40px;}
.swiper_khpj2 .swiper-container .swiper-slide .nr_box{ display:block; padding:40px 0;}
.swiper_khpj2 .swiper-container .swiper-slide .imgbg{ width:100%;}
.swiper_khpj2 .swiper-container .swiper-slide .img img{ max-width:100%; }
.swiper_khpj2 .swiper-container .swiper-slide .txtbg{ width:100%; margin-top:20px;}
.swiper_khpj2 .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.swiper_khpj2 .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px;}
.swiper_khpj2 .swiper-pagination{ height:3px; }
.swiper_khpj2 .swiper-pagination span{ width:30px; height:3px; margin:0 3px; }
}

.aboutus5bg{ padding:60px 0 80px 0;background-color: #EFF1ED;}
.aboutus5{}
.aboutus5 .list{ margin-top:60px;}
.aboutus5 .list ul{display: flex;justify-content:center;/*align-items: center;*/ flex-wrap:wrap;}
.aboutus5 .list ul li{ width:calc((100% - 40px)/5); margin:0 0 10px 10px; box-sizing:border-box; border:1px solid #eee;}
.aboutus5 .list ul li:nth-child(5n-4){ margin-left:0;}
.aboutus5 .list ul li .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.aboutus5 .list ul li .img img{display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
@media(max-width:999px){
.aboutus5bg{ padding:30px 0 40px 0; }
.aboutus5 .list{ margin-top:20px;}
.aboutus5 .list ul li{ width:calc((100% - 20px)/3); margin:0 0 10px 10px; }
.aboutus5 .list ul li:nth-child(5n-4){ margin-left:10px;}
.aboutus5 .list ul li:nth-child(3n-2){ margin-left:0;}
}



.faq1{}
.faq1 .list{}
.faq1 .list ul li{ margin-bottom:20px; background:#fff; padding:20px 3%;}
.faq1 .list ul li .h2{ font-size:18px; line-height:28px; padding:6px 20px 6px 60px; position:relative; min-height:40px; box-sizing:border-box; cursor:pointer;}
.faq1 .list ul li .h2 i{ width:40px; height:40px; line-height:40px;font-size:18px; text-align:center; box-sizing:border-box; font-style:normal; font-weight:bold; border:1px solid #666; position:absolute; top:0; left:0;}
.faq1 .list ul li .h2:before{ content:"\f105";font: normal normal normal 20px/1 FontAwesome; text-align:center; width:20px; height:20px; line-height:20px; color:#999; position:absolute; right:0px; top:10px; transition:all .3s ease;}
.faq1 .list ul li.active1 .h2:before{ transform:rotate(90deg);}
.faq1 .list ul li .txt{ padding:10px 0 0 0; display:none;}
.faq1 .list ul li .h3{ font-size:14px; line-height:24px; padding:8px 0 8px 60px; position:relative; min-height:40px;}
.faq1 .list ul li .h3 i{ width:40px; height:40px; line-height:40px;font-size:18px; text-align:center; box-sizing:border-box; font-style:normal; font-weight:bold; border:1px solid var(--primary-color); color:var(--primary-color); position:absolute; top:0; left:0;}
@media(max-width:999px){
.faq1 .list ul li{ margin-bottom:20px; padding:15px 5%;}
.faq1 .list ul li .h2{ font-size:16px; line-height:26px; padding:0 20px 0 35px; min-height:26px; }
.faq1 .list ul li .h2 i{ width:26px; height:26px; line-height:26px;font-size:18px; }
.faq1 .list ul li .h2:before{ font-size:20px; width:20px; height:20px; line-height:20px; top:3px; }
.faq1 .list ul li.active1 .h2:before{ transform:rotate(90deg);}
.faq1 .list ul li .txt{ padding:10px 0 0 0; display:none;}
.faq1 .list ul li .h3{ font-size:14px; line-height:24px; padding:1px 0 8px 35px; min-height:26px;}
.faq1 .list ul li .h3 i{ width:26px; height:26px; line-height:26px;font-size:18px; }
}












