/*common start*/
:root{
 --primary-color:#3A5BB9;
 --secondary-color:#FFB305;
 --main-color:#3A5BB9;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#333;}
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:1200px; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ background:#020E31; color:#fff; height:40px; transition:all .3s ease; overflow:hidden;}
.head1{ height:40px; line-height:40px; font-size:14px;  }
.head1 .rt{
display: flex; 
justify-content: flex-end; 
align-items: center;}
.head1 .rt a{ color:#999; }
.head .h_lang{}
.head .h_lang a{ margin:0 15px;}
.head .h_lang a:hover,.head .h_lang a.active{ color:#fff;}
.head .h_search_btn{ height:40px; width:15px; background:url(../images/search.png) center no-repeat; margin-left:15px; cursor:pointer;}
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:1000px; height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;display: flex; justify-content: center; align-items: center;}
.head .h_search{ width:100%;}
.head .h_search_close2{ width:40px; height:40px; background:url(../images/close.png) center no-repeat; background-size:contain; position:absolute; top:10px; right:0; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:60px; border:1px solid #fff; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; color:#fff; height:60px; line-height:60px; padding:0 0 0 10px; width:calc(100% - 70px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:#fff; width:60px; height:60px; background:url(../images/search2.png) center no-repeat; background-size:84%; cursor:pointer; }
.head .h_search .form .button1:hover{ opacity:.9;}
.head2bg{ border-bottom:1px solid #fff; transition:all .3s ease;}
.head2{ height:86px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:28%; height:86px; position:relative; }
.head .logo img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{ display: flex; justify-content: flex-end; align-items: center;}
/*menu*/
.head .menu{ height:86px; line-height:86px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 .78vw; }
.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;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:#fff; }
.head .menu>ul>li>a:before{ content:""; width:8px; height:8px; border-radius:100%; background:transparent; position:absolute; bottom:0; left:50%; transform:translate(-50%,50%); transition:all .3s ease;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ background:#fff;}
/*.head .menu>ul>li.menu_down>a:after{content: "\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:230px; padding:10px 0; background:#fff; box-shadow:0 0 15px 0 rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:5px 10px 5px 1.04vw; 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:40px;}
.head.active1{ box-shadow:0 2px 28px 0 rgba(0,0,0,.09);}
.head.active1 .head1bg{ height:0;}
.head.active1 .head2bg{ background:rgba(0, 0, 0, .7); }
@media(max-width:999px){
.head_height{ height:100px;}
.head2bg{ background:rgba(0, 0, 0, .7); border:none;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .h_search_close2{ width:30px; height:30px; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ width:40px; height:40px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px; display:none;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#fff; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 100px); border-top:1px solid rgba(0, 0, 0, .7); position:fixed; left:0; top:100px;  display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:rgba(0, 0, 0, .8); color:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 100px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-bottom:1px solid #777; padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";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 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head.active1 .nav_box{ height:calc(100% - 60px); top:60px; }
.head.active1 .nav_list{ max-height:calc(100vh - 60px);}
@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-pagination{ bottom:30px; height:4px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:34px; height:4px; border-radius:0; background:#fff; opacity:1; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--secondary-color); opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; transition:all .3s ease; opacity:.1;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:rgba(0,0,0,.5); color:#fff; opacity:.5;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ min-height:0;}
.banner_swiper .swiper-pagination{ bottom:10px; height:2px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:16px; height:2px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:34px; line-height:44px; color:var(--primary-color);}
.tit1 .h2 span{ display:inline-block; padding:0 20px; position:relative;}
.tit1 .h2 span:before{ content:""; width:100px; height:1px; background:#D2D2D2; position:absolute; top:50%; left:0; transform:translate(-100%,-50%);}
.tit1 .h2 span:after{ content:""; width:100px; height:1px; background:#D2D2D2; position:absolute; top:50%; right:0; transform:translate(100%,-50%);}
.tit1 .h3{ font-size:24px; line-height:34px; color:#ECEBEB; font-weight:bold;}
.con01bg{ padding:60px 0; background:#F5F4F4;}
.con01{}
.con01 .list{ margin-top:40px;}
.slideTxtBox_01{}
.slideTxtBox_01 .hd{ margin-bottom:40px;}
.slideTxtBox_01 .hd ul{ display: flex; justify-content:center;/* align-items: center;*/}
.slideTxtBox_01 .hd ul li{ width:100%; text-align:center; background:var(--primary-color); position:relative;}
.slideTxtBox_01 .hd ul li:before{ content:""; width:1px; height:70%; background:#fff; position:absolute; left:0; top:50%; transform:translate(0,-50%);}
.slideTxtBox_01 .hd ul li:nth-child(1):before{ display:none;}
.slideTxtBox_01 .hd ul li a{ display:block; color:#fff; padding:30px 5px 20px 5px;}
.slideTxtBox_01 .hd ul li i{ display:block; height:32px; position:relative;}
.slideTxtBox_01 .hd ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.slideTxtBox_01 .hd ul li span{ display:block; font-size:16px; line-height:26px; margin-top:5px;}
.slideTxtBox_01 .hd ul li.on{ background:var(--secondary-color);}
.slideTxtBox_01 .bd{}
.con01_list{ font-size:14px; line-height:2em;}
@media(max-width:999px){
.tit1 .h2{ font-size:26px; line-height:36px; }
.tit1 .h2 span{ padding:0 10px; }
.tit1 .h3{ font-size:18px; line-height:28px; }
.con01bg{ padding:40px 0; }
.con01 .list{ margin-top:20px;}
.slideTxtBox_01 .hd{ margin-bottom:20px;}
.slideTxtBox_01 .hd ul li a{ padding:15px 1px 10px 1px;}
.slideTxtBox_01 .hd ul li i{ height:25px; }
.slideTxtBox_01 .hd ul li span{ font-size:14px; line-height:20px; margin-top:5px;}
.con01_list{ font-size:14px; line-height:2em;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:34px; width:158px; background:var(--secondary-color); color:#333; transition:all .3s ease;}
.more1 span:hover{ opacity:.9;}
.con02bg{ padding:60px 0 0 0;}
.con02{}
.con02 .list{ margin-top:40px;}
.slideTxtBox_02{}
.slideTxtBox_02 .hd{ }
.slideTxtBox_02 .hd ul{ display: flex; justify-content:center;/* align-items: center;*/}
.slideTxtBox_02 .hd ul li{ width:100%; text-align:center; position:relative;}
.slideTxtBox_02 .hd ul li:before{ content:""; width:1px; height:70%; background:var(--primary-color); position:absolute; left:0; top:50%; transform:translate(0,-50%);}
.slideTxtBox_02 .hd ul li:nth-child(1):before{ display:none;}
.slideTxtBox_02 .hd ul li a{ display:block; color:#333; font-size:20px; line-height:30px; height:76px; display: flex; justify-content:center; align-items: center;}
.slideTxtBox_02 .hd ul li.on{ background:var(--primary-color); }
.slideTxtBox_02 .hd ul li.on a{ color:#fff;}
.slideTxtBox_02 .bd{ background-repeat:no-repeat; background-position:center; background-size:cover; padding:40px 0;}
.con02_list{ position:relative;}
.con02_list .img{ padding-bottom:41.25%; position:relative;}
.con02_list .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_list .txtbg{ width:40%; height:100%; background:rgba(0,0,0,.5); color:#fff; position:absolute; left:0; top:0; z-index:2;}
.con02_list .txt{ padding:40px 5% 20px 5%;}
.con02_list .txt .h2{ font-size:21px; line-height:31px; font-weight:bold; color:var(--secondary-color); margin-bottom:40px;}
.con02_list .txt .h3{ font-size:14px; line-height:24px; margin-bottom:40px;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:34px; width:100%; }
.con02bg{ padding:40px 0 0 0;}
.con02 .list{ margin-top:20px;}
.slideTxtBox_02 .hd ul li a{ font-size:14px; line-height:24px; height:66px; }
.slideTxtBox_02 .bd{ padding:20px 0;}
.con02_list .img{ padding-bottom:0; position:static;}
.con02_list .txtbg{ width:100%; height:100%; position:relative;}
.con02_list .txt{ padding:20px 5%;}
.con02_list .txt .h2{ font-size:21px; line-height:31px; margin-bottom:10px;}
.con02_list .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
}


.con03bg{ padding:60px 0;}
.con03{}
.con03 .list{ margin-top:40px; display: flex; justify-content:space-between;/* align-items: center;*/}
.con03_lt{ width:50%;}
.news_swiper{ position:relative;}
.news_swiper .swiper-container { width: 100%; }
.news_swiper .swiper-container .swiper-slide { position:relative;}
.news_swiper .swiper-container .swiper-slide .img{ height:400px; position:relative;}
.news_swiper .swiper-container .swiper-slide .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.news_swiper .swiper-container .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); color:#fff; position:absolute; left:0; bottom:0; z-index:3;}
.news_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px 20px 10px; text-align:center;}
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news_swiper .swiper-pagination{ bottom:10px; height:4px; }
.news_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:34px; height:4px; border-radius:0; background:var(--primary-color); opacity:1; transition:all .3s ease;}
.news_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--secondary-color); opacity:1;}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ text-align:center; width:54px; height:90px; line-height:90px; margin-top:-45px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; transition:all .3s ease; opacity:.1;}
.news_swiper .swiper-button-prev:hover,.news_swiper .swiper-button-next:hover{ background:rgba(0,0,0,.5); color:#fff; opacity:.5;}
.news_swiper .swiper-button-prev{ left:0;}
.news_swiper .swiper-button-next{ right:0;}
.con03_rt{ width:46%;}
.con03_rt dl dt{ padding:0 0 15px 0;}
.con03_rt dl dt a{ display: flex; justify-content:space-between;/* align-items: center;*/}
.con03_rt dl dt .date{ width:90px; color:var(--primary-color); text-align:center; position:relative;}
.con03_rt dl dt .date:before{ content:""; width:28px; height:1px; background:var(--secondary-color); position:absolute; top:30px; left:50%; transform:translate(-50%,0);}
.con03_rt dl dt .date span{ display:block; font-size:14px; line-height:24px; margin-bottom:5px;}
.con03_rt dl dt .date strong{ display:block; font-size:42px; line-height:52px;}
.con03_rt dl dt .txt{ width:calc(100% - 100px);}
.con03_rt dl dt .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con03_rt dl dt .txt .h3{ font-size:14px; line-height:24px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con03_rt dl dd{ border-top:1px solid #DCDCDC; font-size:16px; line-height:64px;}
.con03_rt dl dd a{ display: flex; justify-content:space-between; align-items: center;}
.con03_rt dl dd span{ width:90px; color:var(--primary-color); text-align:center;}
.con03_rt dl dd strong{ width:calc(100% - 100px); font-weight:normal;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con03bg{ padding:40px 0;}
.con03 .list{ margin-top:20px; display:block;}
.con03_lt{ width:100%; margin-bottom:20px;}
.news_swiper .swiper-container .swiper-slide .img{ height:auto; padding-bottom:66%;}
.news_swiper .swiper-container .swiper-slide .txt{ padding:10px 10px 20px 10px; }
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px;}
.news_swiper .swiper-pagination{ bottom:10px; height:2px; }
.news_swiper .swiper-pagination .swiper-pagination-bullet{ width:16px; height:2px; }
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ width:36px; height:60px; line-height:60px; margin-top:-30px; font-size:20px;}
.con03_rt{ width:100%;}
.con03_rt dl dt{ padding:0 0 15px 0;}
.con03_rt dl dt .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.con03_rt dl dt .txt .h3{ font-size:14px; line-height:24px; }
.con03_rt dl dd{ font-size:16px; line-height:50px;}
}




.foot{ color:#cdcdcd;}
.foot a{ color:#cdcdcd;}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:40px 0; background:url(../images/foot_bg.jpg) center no-repeat; background-size:cover;}
.foot1{display: flex; justify-content:space-between;/* align-items: center;*/}
.foot1 .lt{ width:calc(100% - 140px);}
.foot .f_nav{ font-size:12px; line-height:22px;display: flex; justify-content:flex-start;/* align-items: center;*/}
.foot .f_nav dl{ margin:0 30px 0 0;}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; font-weight:bold; color:#fff; margin-bottom:15px; padding-bottom:10px; position:relative;}
.foot .f_nav dl dt:before{ content:""; width:40px; height:1px; background:var(--secondary-color); position:absolute; bottom:0; left:0;}
.foot .f_nav dl dd{ }
.foot1 .rt{ width:110px;}
.foot .f_ewm{ text-align:center;}
.foot .f_ewm img{ display:block; margin:0 auto;}
.foot .f_ewm span{ display:block; font-size:14px; line-height:24px; margin-top:10px;}
.foot2bg{ padding:10px 0; background:#141414;}
.foot2{ font-size:14px; line-height:24px;}
.foot f_info{}
@media(max-width:999px){
.foot1bg{ display:none;}
.foot2bg{ padding:10px 0; }
.foot2{ font-size:14px; line-height:24px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative; }
.inbanner img{ display:block; width:100%; }
.inbanner_txt{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff; text-align:center;}
.inbanner_txt .h2{ font-size:32px; line-height:42px; }
@media(max-width:999px){
.inbanner_txt .h2{ font-size:20px; line-height:24px; }
}

.inbarbg{ background:var(--primary-color);}
.innav{ font-size:16px; line-height:26px; }
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.innav ul li{ position:relative; min-width:130px;}
.innav ul li a{ display:block; text-align:center; height:70px; padding:0 5px; display: flex;justify-content:center;align-items:center; background:transparent bottom -25px center no-repeat; color:#fff; transition:all .3s ease;}
.innav ul li.hover{ }
.innav ul li.hover>a,.innav ul li a:hover{ background-color:var(--secondary-color); background-image:url(../images/nav_icon.png) ; background-position: bottom -5px center;}

.innav_pro{ font-size:16px; line-height:32px; }
.innav_pro ul{ display: flex; justify-content: center;/* align-items:center;*/ flex-wrap:wrap;}
.innav_pro ul li{ position:relative; border:1px solid var(--primary-color); margin:0 2px;}
.innav_pro ul li a{ display:block; text-align:center; padding:0 30px; display: flex;justify-content:center;align-items:center; color:var(--primary-color); transition:all .3s ease;}
.innav_pro ul li.hover{ }
.innav_pro ul li.hover>a,.innav_pro ul li a:hover{ background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.innav{ font-size:14px; line-height:24px; overflow-x:auto;}
.innav ul{
-webkit-justify-content: flex-start;
justify-content: flex-start;}
.innav ul li{ min-width:80px;}
.innav ul li a{ height:40px; padding:0 5px;}
.innav ul li.hover>a,.innav ul li a:hover{ background-image:none;}

.innav_pro{ font-size:16px; line-height:32px; }
.innav_pro ul li{ margin:0 1px;}
.innav_pro ul li a{ padding:0 5px; }
}

.insidebg{ padding:60px 0; }
.inside{}
.inside_lt{ float:left; width:300px;}
.side_a{ border:1px solid #e9ebee; overflow:hidden; }
.side_a .h1{ font-size:24px; line-height:34px; padding:25px 10px 25px 20px; border-bottom:1px solid #eee;}
.side_a .h1 strong{ }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #eee;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 20px; position:relative; cursor:pointer; background:url(../images/ico_right1.png) right 10px center no-repeat;}
.side_a>ul>li>span:hover,.side_a>ul>li.hover>span{ color:#fff; background: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a>ul>li>span:hover a,.side_a>ul>li.hover>span a{ color:#fff;}
.side_a ul li ul{ padding:0 10px 10px 35px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px);}
@media(max-width:999px){
.insidebg{ padding:30px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a .h1{ font-size:24px; line-height:34px; padding:10px 10px 10px 20px; }
.side_a ul li span{ padding:10px 20px 10px 20px; }
.side_a ul li ul{ padding:0 10px 10px 35px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ width:100%;}
}


.aboutus1bg{ padding:60px 0;}
.aboutus1{}
.aboutus1 .list{ margin-right:40px;}
.aboutus1 .list img{ max-width:100%;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0;}
.aboutus1 .list{ margin-right:20px;}
}
.aboutus2bg{ padding:60px 0; color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover; overflow:hidden;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px;}
.history_swiper{ position:relative; }
.history_swiper:before{ content:""; width:200%; height:1px; background:#fff; position:absolute; top:62px; left:50%; transform:translateX(-50%);}
.history_swiper .swiper-container { width: 100%; }
.history_swiper .swiper-container .swiper-slide { position:relative;}
.history_swiper .swiper-container .swiper-slide .txt{}
.history_swiper .swiper-container .swiper-slide .txt .h2{ font-size:26px; line-height:36px; height:68px; font-weight:bold; margin-bottom:35px;}
.history_swiper .swiper-container .swiper-slide .txt .h2:after{ content:""; display:block; width:12px; height:12px; border-radius:100%; background:#fff; margin-top:20px;}
.history_swiper .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px; height:112px; font-weight:bold;}
.history_swiper .swiper-container .swiper-slide .img{ padding-bottom:56%; position:relative;}
.history_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.history_swiper .swiper-pagination{ display:none;}
.history_swiper .swiper-pagination .swiper-pagination-bullet{ }
.history_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.history_swiper .swiper-button-prev,.history_swiper .swiper-button-next{ text-align:center; width:74px; height:45px; margin:0; background-repeat:no-repeat; background-position:center; background-size:contain; font-size:0; transition:all .3s ease; opacity:.9; top:40px;}
.history_swiper .swiper-button-prev:hover,.history_swiper .swiper-button-next:hover{ opacity:1;}
.history_swiper .swiper-button-prev{ left:-80px; background-image:url(../images/prev_btn1.png);}
.history_swiper .swiper-button-next{ right:-80px; background-image:url(../images/next_btn1.png);}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0; }
.aboutus2 .list{ margin-top:20px;}
.history_swiper:before{ top:52px; }
.history_swiper{ padding:0 20px;}
.history_swiper .swiper-container .swiper-slide .txt .h2{ margin-bottom:20px;}
.history_swiper .swiper-container .swiper-slide .txt .h2:after{ margin-top:10px;}
.history_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; height:104px; }
.history_swiper .swiper-button-prev,.history_swiper .swiper-button-next{ width:49px; height:30px; top:37px;}
.history_swiper .swiper-button-prev{ left:-20px; }
.history_swiper .swiper-button-next{ right:-20px; }
}




.tit2{ text-align:center;}
.tit2 .h2{ font-size:26px; line-height:36px;}
.tit2 .line1{ margin:0 auto; width:33px; height:3px; background:var(--secondary-color); margin-top:10px;}
.team1{}
.team1 .list1{ margin-top:60px;}
.team1 .list1 ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.team1 .list1 ul li{ width:calc((100% - 80px)/2); margin:0 0 60px 80px; }
.team1 .list1 ul li:nth-child(2n-1){ margin-left:0;}
.team1 .list1 ul li .nr_box{ display: flex; justify-content:space-between;/* align-items: center;*/}
.team1 .list1 ul li .imgbg{ width:164px;}
.team1 .list1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; box-shadow:0 0 11px 3px rgba(141, 142, 142, .13);}
.team1 .list1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.team1 .list1 ul li .txtbg{ width:calc(100% - 200px);}
.team1 .list1 ul li .txt{}
.team1 .list1 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:var(--primary-color);}
.team1 .list1 ul li .txt .h3{ font-size:16px; line-height:26px;}
.team1 .list1 ul li .txt .line1{ width:120px; height:1px; background:var(--secondary-color); margin-top:20px; margin-bottom:20px;}
.team1 .list2{}
.team1 .list2 ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.team1 .list2 ul li{ width:calc((100% - 160px)/3); margin:0 0 60px 80px; }
.team1 .list2 ul li:nth-child(3n-2){ margin-left:0;}
.team1 .list2 ul li .nr_box{ }
.team1 .list2 ul li .imgbg{ }
.team1 .list2 ul li .img{ padding-bottom:48%; position:relative; overflow:hidden; }
.team1 .list2 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.team1 .list2 ul li .txtbg{ }
.team1 .list2 ul li .txt{ margin-top:20px;}
.team1 .list2 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; color:var(--primary-color); text-align:center;}
.team1 .list2 ul li .txt .h3{ font-size:16px; line-height:26px;}
.team1 .list2 ul li .txt .line1{ margin:0 auto; width:120px; height:1px; background:var(--secondary-color); margin-top:20px; margin-bottom:20px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.tit2 .line1{ width:33px; height:3px; margin-top:10px;}
.team1 .list1{ margin-top:40px;}
.team1 .list1 ul li{ width:100%; margin:0 0 40px 0; }
.team1 .list1 ul li .imgbg{ width:164px;}
.team1 .list1 ul li .txtbg{ width:calc(100% - 180px);}
.team1 .list1 ul li .txt .h2{ font-size:20px; line-height:30px; }
.team1 .list1 ul li .txt .h3{ font-size:16px; line-height:26px;}
.team1 .list1 ul li .txt .line1{ width:120px; height:1px; margin-top:10px; margin-bottom:10px;}
.team1 .list2 ul li{ width:100%; margin:0 0 40px 0; }
.team1 .list2 ul li .txt{ margin-top:20px;}
.team1 .list2 ul li .txt .h2{ font-size:20px; line-height:30px; }
.team1 .list2 ul li .txt .h3{ font-size:16px; line-height:26px;}
.team1 .list2 ul li .txt .line1{ width:120px; height:1px; margin-top:10px; margin-bottom:10px;}
}


.innews2{}
.innews2 .list{ margin-top:20px;}
.innews2 .list ul li{ padding:40px 60px; border-bottom:1px solid #D9D7D7; transition:all .3s ease; }
.innews2 .list ul li:hover{ box-shadow:0 0 18px 3px rgba(0, 0, 0, 0.13);}
.innews2 .list ul li a{ display: flex; justify-content:space-between;/* align-items: center;*/ position:relative;}
.innews2 .list ul li .date{ width:130px; color:#666;}
.innews2 .list ul li .date span{ display:block; font-size:31px; line-height:41px; }
.innews2 .list ul li .date strong{ display:block; font-size:16px; line-height:26px; color:#999; font-weight:normal;}
.innews2 .list ul li .txt{ width:calc(100% - 130px);}
.innews2 .list ul li .txt .h2{ font-size:18px; line-height:28px; height:28px; margin-bottom:10px; color:var(--primary-color);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.innews2 .list ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.innews2 .list ul li a:before{ content:""; width:18px; height:18px; border-radius:100%; background:var(--primary-color) url(../images/jiao.png) center no-repeat; position:absolute; right:-20px; top:50%; transform:translateY(-50%);}
.innews2 .list ul li:hover a:before{ background-color:var(--secondary-color);}
@media(max-width:999px){
.innews2 .list{ margin-top:20px;}
.innews2 .list ul li{ padding:20px 40px 20px 20px; }
.innews2 .list ul li .date{ width:80px; }
.innews2 .list ul li .date span{ font-size:24px; line-height:34px; }
.innews2 .list ul li .date strong{ font-size:16px; line-height:26px; }
.innews2 .list ul li .txt{ width:calc(100% - 100px);}
.innews2 .list ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; margin-bottom:10px; }
.innews2 .list ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; }
}


.inhonor1{}
.inhonor1 .list{ margin-top:40px;}
.inhonor1 .wzjs{ font-size:16px; line-height:26px; text-align:center; margin-bottom:40px;}
.honor_swiper{ position:relative; width: 976px; margin: 0 auto; }
.honor_swiper .swiper-slide { width: 508px; overflow: hidden; background: #fff; }
.honor_swiper .swiper-slide .img { width: 100%; height: 376px; border: 2px solid #ACACAC; box-sizing: border-box; position: relative; box-shadow: 0 0 11px 2px rgba(115, 115, 115, 0.33); }
.honor_swiper .swiper-slide .img img { height: 100%; display: block; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
.honor_swiper .swiper-slide .txt .h2 { font-size: 16px; text-align: center; color: #333333; margin-top: 26px; line-height: 32px; opacity: 0; }
.honor_swiper .swiper-slide-active .txt .h2 { opacity: 1; }
.honor_swiper .swiper-pagination{ display:none;}
.honor_swiper .swiper-button-prev,.honor_swiper .swiper-button-next{ text-align:center; width:42px; height:42px; line-height:42px; margin-top:-21px; background:rgba(0,0,0,.5); color:#fff; font-size:20px; transition:all .3s ease; opacity:.9; border-radius:100%;}
.honor_swiper .swiper-button-prev:hover,.honor_swiper .swiper-button-next:hover{ opacity:1;}
.honor_swiper .swiper-button-prev{ left:-50px; }
.honor_swiper .swiper-button-next{ right:-50px; }
@media(max-width:999px){
.inhonor1{}
.inhonor1 .list{ margin-top:40px;}
.inhonor1 .wzjs{ font-size:16px; line-height:26px; text-align:center; margin-bottom:40px;}
.honor_swiper { width: 100%; margin: 25px auto 0; }
.honor_swiper .swiper-slide { width: 80%; }
.honor_swiper .swiper-slide .img { height: 180px; }
.honor_swiper .swiper-slide .txt .h2 { margin-top: 12px; }
.honor_swiper .swiper-button-prev,.honor_swiper .swiper-button-next{ width:32px; height:32px; line-height:32px; margin-top:-16px; font-size:14px; }
.honor_swiper .swiper-button-prev{ left:0px; }
.honor_swiper .swiper-button-next{ right:0px; }
}


.culture1{}
.culture1 .list{ margin-top:60px;}
.culture1 .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.culture1 .list ul li{ width:calc((100% - 80px)/2); margin:0 0 60px 80px; }
.culture1 .list ul li:nth-child(2n-1){ margin-left:0;}
.culture1 .list ul li .nr_box{ display: flex; justify-content:space-between;/* align-items: center;*/}
.culture1 .list ul li .imgbg{ width:94px;}
.culture1 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; }
.culture1 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.culture1 .list ul li .txtbg{ width:calc(100% - 120px);}
.culture1 .list ul li .txt{}
.culture1 .list ul li .txt .h2{ font-size:20px; line-height:30px; color:var(--primary-color); margin-bottom:5px;}
.culture1 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.culture1 .list{ margin-top:40px;}
.culture1 .list ul li{ width:100%; margin:0 0 20px 0; }
.culture1 .list ul li .imgbg{ width:94px;}
.culture1 .list ul li .txtbg{ width:calc(100% - 110px);}
.culture1 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.culture1 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
}



.business1bg{ padding:60px 0 0 0;}
.business1{}
.business1 .list{ font-size:18px; line-height:28px; margin-top:40px;}
@media(max-width:999px){
.business1bg{ padding:40px 0 0 0;}
.business1 .list{ font-size:14px; line-height:24px; margin-top:20px;}
}
.business2bg{ padding:60px 0 0 0;}
.business2{}
.business2 .list{ margin-top:40px;}
.slideTxtBox_03{}
.slideTxtBox_03 .hd{ }
.slideTxtBox_03 .hd ul{ display: flex; justify-content:center;/* align-items: center;*/}
.slideTxtBox_03 .hd ul li{ width:100%; text-align:center; position:relative;}
.slideTxtBox_03 .hd ul li:before{ content:""; width:1px; height:70%; background:var(--primary-color); position:absolute; left:0; top:50%; transform:translate(0,-50%);}
.slideTxtBox_03 .hd ul li:nth-child(1):before{ display:none;}
.slideTxtBox_03 .hd ul li a{ display:block; color:#333; font-size:20px; line-height:30px; height:76px; display: flex; justify-content:center; align-items: center;}
.slideTxtBox_03 .hd ul li.on{ background:var(--primary-color); }
.slideTxtBox_03 .hd ul li.on a{ color:#fff;}
.slideTxtBox_03 .bd{ background-repeat:no-repeat; background-position:center; background-size:cover; padding:40px 0;}
.business2_list{ position:relative;}
.business2_list .img{ padding-bottom:41.25%; position:relative;}
.business2_list .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.business2_list .txtbg{ width:40%; height:100%; background:rgba(0,0,0,.5); color:#fff; position:absolute; left:0; top:0; z-index:2;}
.business2_list .txt{ padding:40px 5% 20px 5%;}
.business2_list .txt .h2{ margin:0 auto; width:50%; margin-bottom:40px;}
.business2_list .txt .ico{ padding-bottom:100%; position:relative; border-radius:100%; background:#fff; overflow:hidden;}
.business2_list .txt .ico img{max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.business2_list .txt .h3{ font-size:16px; line-height:26px; margin-bottom:40px;}
.business2_list .txt .more1{ text-align:center;}
@media(max-width:999px){
.business2bg{ padding:40px 0 0 0;}
.business2 .list{ margin-top:20px;}
.slideTxtBox_03 .hd ul li a{ font-size:14px; line-height:24px; height:66px; }
.slideTxtBox_03 .bd{ padding:20px 0;}
.business2_list .img{ padding-bottom:0; position:static;}
.business2_list .txtbg{ width:100%; height:100%; position:relative;}
.business2_list .txt{ padding:20px 5%;}
.business2_list .txt .h2{ margin-bottom:10px;}
.business2_list .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
}
.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:32px; width:156px; border:1px solid var(--primary-color); color:var(--primary-color); transition:all .3s ease;}
.more2 span:hover{ background:var(--primary-color); color:#fff;}
.business3bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.business3{}
.business3 .list{ margin-top:40px; margin-bottom:40px;}
.business3 .list ul li{ float:left; width:calc((100% - 40px)/5); margin:0 0 10px 10px; position:relative;}
.business3 .list ul li:nth-child(1){ margin-left:0;}
.business3 .list ul li .img{ padding-bottom:100%; position:relative;}
.business3 .list ul li:nth-child(1) .img{ padding-bottom:calc(200% + 10px);}
.business3 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.business3 .list ul li .txtbg{ width:100%;height:26px; background:rgba(0,0,0,.5); color:#fff; text-align:center; position:absolute; bottom:0; left:0; z-index:3; transition:all .3s ease; display: flex; justify-content:center; align-items: center;}
.business3 .list ul li:hover .txtbg{ height:100%;}
.business3 .list ul li .txtbg:before{ content:""; border:1px solid var(--secondary-color); position:absolute; top:10px; right:10px; bottom:10px; left:10px; transition:all .3s ease; opacity:0;}
.business3 .list ul li:hover .txtbg:before{ opacity:1;}
.business3 .list ul li .txt{ width:90%;}
.business3 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:32px; width:156px; }
.business3bg{ padding:40px 0; }
.business3 .list{ margin-top:20px; margin-bottom:40px;}
.business3 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px; }
.business3 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.business3 .list ul li .img{ padding-bottom:120% !important;}
}



.inpicList1{}
.inpicList1 .list{ margin-top:40px;}
.inpicList1 .list ul{ display: flex; justify-content:flexd-start;/* align-items: center;*/ flex-wrap:wrap;}
.inpicList1 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 25px 20px; position:relative; border-bottom:5px solid var(--primary-color); text-align:center;}
.inpicList1 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.inpicList1 .list ul li:before{ content:""; width:0; height:5px; background:var(--secondary-color); position:absolute; bottom:-5px; left:0; transition:all .3s ease;}
.inpicList1 .list ul li:hover:before{ width:100%;}
.inpicList1 .list ul li .img{ padding-bottom:65%; position:relative; overflow:hidden;}
.inpicList1 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.inpicList1 .list ul li:hover .img img{ transform:scale(1.1);}
.inpicList1 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:2; transition:all .3s ease; opacity:0;}
.inpicList1 .list ul li .img:after{ content:""; border:1px solid var(--secondary-color); position:absolute; top:10px; right:10px; bottom:10px; left:10px; z-index:3; transition:all .3s ease; opacity:0;}
.inpicList1 .list ul li .img .h3{ font-size:16px; line-height:26px; color:#fff; width:90%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:4; transition:all .3s ease; opacity:0;}
.inpicList1 .list ul li:hover .img:before{ opacity:1;}
.inpicList1 .list ul li:hover .img:after{ opacity:1;}
.inpicList1 .list ul li:hover .img .h3{ opacity:1;}
.inpicList1 .list ul li .txt{ padding:15px 0;}
.inpicList1 .list ul li .txt .h2{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.inpicList1 .list{ margin-top:20px;}
.inpicList1 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.inpicList1 .list ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.inpicList1 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.inpicList1 .list ul li .txt{ padding:5px 0;}
.inpicList1 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}


.inproduct1{}
.inproduct1 .innav_pro{ margin-top:40px;}
.inproduct1 .list{ margin-top:40px;}
.inproduct1 .list ul{ display: flex; justify-content:flexd-start;/* align-items: center;*/ flex-wrap:wrap;}
.inproduct1 .list ul li{ width:30%; margin:0 0 40px 5%; position:relative; text-align:center; background:var(--primary-color);}
.inproduct1 .list ul li:hover{ background:var(--secondary-color);}
.inproduct1 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.inproduct1 .list ul li .img{ padding-bottom:96%; position:relative; overflow:hidden; background:#fff;}
.inproduct1 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.inproduct1 .list ul li:hover .img img{ transform:scale(1.1);}
.inproduct1 .list ul li .txt{ padding:10px 0; color:#fff;}
.inproduct1 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.inproduct1 .innav_pro{ margin-top:20px;}
.inproduct1 .list{ margin-top:20px;}
.inproduct1 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px; }
.inproduct1 .list ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.inproduct1 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.inproduct1 .list ul li .txt{ padding:10px 0; }
.inproduct1 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
}



.job1{}
.injob1{ margin-top:40px;}
.injob1 ul li{ margin-bottom:20px;}
.injob1 ul li .h2{ display: flex; justify-content:space-between; align-items: center; padding:0 20px; background:#F5F5F5; cursor:pointer; font-size:14px; line-height:44px; height:44px;}
.injob1 ul li .h2 span{}
.injob1 ul li .h2 .w1{ width:calc(100% - 140px);}
.injob1 ul li .h2 .w2{ width:80px;}
.injob1 ul li .h2 .w3{ width:20px;}
.injob1 ul li .h2 i{ display:block; width:20px; height:20px; border-radius:100%; background:url(../images/join_icon1.png) #cecece;}
.injob1 ul li .txt{ padding:20px 20px; display:none;}
.injob1 ul li .h3{ font-size:16px; line-height:26px;}
.injob1 ul li.active1 .h2{ background:var(--primary-color); color:#fff;}
.injob1 ul li.active1 .h2 i{ background:url(../images/join_icon2.png) #FFB305;}
@media(max-width:999px){
.injob1 ul li .h3{ font-size:14px; line-height:24px;}
}












