/*common start*/
:root{
 --primary-color:#0e62c1;
 --secondary-color:#6dc9f8;
 --third-color:#02a839;
 --main-color:#0e62c1;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1400px; min-width:1000px;}
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%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{}
.head1{ height:100px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head1 .lt{
display: flex;
justify-content: flex-start;
align-items: center;}
.head .logo{ width:17.7vw; height:100px; position:relative; margin-right:20px;}
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo_txt{ padding-left:20px; border-left:1px solid #ccc; font-size:16px; line-height:26px;}
.head .logo_txt strong{ display:block; font-size:20px; line-height:30px;}
.head .logo_txt span{ display:block;}
.head .logo_txt i{ color:var(--primary-color); font-style:normal; font-size:20px;}
.head1 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_phone{ padding-left:40px; background:url(../images/tel2.png) left center no-repeat; min-height:28px; font-size:14px; line-height:24px;}
.head .h_phone span{ display:block;}
.head .h_phone strong{ display:block; font-size:24px; line-height:30px;}
.head .h_search_btn{ width:24px; height:20px; font-size:20px; color:#666; cursor:pointer; display:none;}
.head .h_search_btn:hover{ }
.head2bg{ background:#f2f2f2;}
.head2{ height:70px; transition:all .3s ease; }
/*menu*/
.head .menu{ height:70px; line-height:70px; }
.head .menu>ul{ }
.head .menu>ul>li{ float:left;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#999; display:block; font-size:18px; position:relative; padding:0 1.56vw;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--secondary-color); }
.head .menu>ul>li.hover>a{ background:var(--primary-color); color:#fff;}
/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; left:0; bottom:30px;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ width:100%;}*/
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw; display:inline-block; transition:all .3s ease;}
.head .menu>ul>li.menu_down:hover>a:after{transform: rotate(180deg);}
.head .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:#fff; box-shadow:1px 4px 10px rgba(0,0,0,0.05); 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:#999; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 20px; text-align:left; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--secondary-color); background:#f2f2f2;}
.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:170px;}
.head.active1{ box-shadow:1px 1px 1px 1px rgb(0 0 0 / 10%);}
@media(min-width:999px){
.head .h_search_box{ }
.head .h_search{}
.head .h_search .form{ width:18.22vw; height:40px; border-bottom:1px solid rgba(175,177,196,.2); background:#fff;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:#999; height:40px; line-height:40px; width:40px; font-size:16px; cursor:pointer;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head1{ height:60px; }
.head1 .lt{ width:40%;}
.head .logo{ width:100%; height:60px; margin-right:0;}
.head .logo_txt{ display:none;}
.head .h_phone{ padding-left:35px; font-size:12px; line-height:22px;}
.head .h_phone strong{ font-size:14px; line-height:18px;}
.head .h_search_btn{ display:block;}
.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:650px; background:#fff; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ box-shadow:0px 0px 5px #ccc; padding:40px 20px; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:40px; border:1px solid #ccc; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); color:#fff; width:40px; height:40px; line-height:40px; text-align:center; cursor:pointer; font-size:16px;}
.head .h_search .form .button1 i{ margin-right:5px;}
.head2bg{ display:none;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:20px; height:16px; cursor:pointer; position:relative; display:none; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:20px; 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(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#f2f2f2; 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 - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ 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; }
.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);}
@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:20px; height:20px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; margin:0 2px; width:4px; height:20px; background:#fff; opacity:1; transition:all .3s ease; border-radius:0;}
.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:15%; height:100%; margin:0; top:0; color:#fff; font-size:40px; opacity:0; visibility:hidden; transition:all .3s ease;display: flex; justify-content:center; align-items: center;
background: rgba(0, 0, 0, 0.24995);}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:.5; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ opacity:1;}
.banner_swiper .swiper-button-prev{ left:0;
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background: linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#80000000, endColorStr=#00000000, GradientType=1);}
.banner_swiper .swiper-button-next{ right:0;
background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background: linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#00000000, endColorStr=#80000000, GradientType=1);}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ }
.banner_swiper .swiper-pagination{ bottom:10px; height:15px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:4px; height:15px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ font-size:30px;}
}



.con01bg{ border-bottom:1px solid #dbdbdb;}
.con01{ height:85px;display: flex; justify-content:space-between; align-items: center;}
.con01_lt{ font-size:14px; line-height:24px;}
.con01_lt a{ display:inline-block; margin:0 15px 0 0;}
.con01_rt{}
.con01_rt .form{ display: flex; justify-content:space-between; align-items: center;}
.con01_rt .form .text1{ border:none; background:#fff; height:30px; line-height:30px; width:200px;}
.con01_rt .form .button1{ border:none; background:url(../images/s_so.png) center no-repeat; width:30px; height:30px; cursor:pointer;}
@media(max-width:999px){
.con01bg{ padding:10px 0;}
.con01{ height:100%;display:block;}
.con01_lt a{ margin:0 15px 10px 0;}
.con01_rt .form .text1{ width:calc(100% - 30px);}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:50px;}
.tit1 .h3{ font-size:20px; line-height:30px; margin-top:5px;}
.con02bg{ padding:60px 0; background:#f6f6f6 url(../images/cp_bg.jpg) bottom repeat-x;}
.con02{}
.con02 .list{display: flex; justify-content:space-between;/* align-items: center;*/ margin-top:20px;}
.con02_lt{ width:300px; font-size:14px; line-height:24px;}
.con02_lt .h1{ text-align:center; font-size:20px; line-height:30px; padding:15px 0; background:var(--primary-color); color:#fff;}
.con02_lt .h1 strong{ display:block; font-size:24px; line-height:34px; font-weight:normal;}
.con02_lt .h1 span{ display:block;}
.con02_lt>ul{}
.con02_lt>ul>li{ margin-bottom:2px;}
.con02_lt>ul>li>span{ display:block; background:#f2f2f2;}
.con02_lt>ul>li>span a{ display:block; padding:10px 30px 10px 60px; background:url(../images/cp_ico01.png) left 30px center no-repeat; font-size:18px; line-height:28px; color:var(--primary-color);}
.con02_lt ul li ul{}
.con02_lt ul li ul li{ border-bottom:#ededed 1px solid;}
.con02_lt ul li ul li a{ display:block; padding:10px 30px 10px 60px;}
.con02_lt ul li a:hover{ color:var(--third-color);}
.con02_rt{ width:calc(100% - 400px);}
.con02_rt ul{display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con02_rt ul li{ width:calc(100%/3); border:#ebebeb 2px solid; background:#fff; box-sizing: border-box;}
.con02_rt ul li:nth-child(3n-2){}
.con02_rt ul li .img{ padding-bottom:100%; position:relative;}
.con02_rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_rt ul li .txt{ padding:10px 10px; text-align:center; color:#666;}
.con02_rt ul li:hover .txt{ background:rgba(0,0,0,0.4);}
.con02_rt ul li .txt .h2{ font-size:14px; line-height:24px; color:#333;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con02bg{ padding:40px 0; }
.con02 .list{display:block; margin-top:20px;}
.con02_lt{ width:100%; font-size:14px; line-height:24px; margin-bottom:20px;}
.con02_lt .h1{ font-size:16px; line-height:26px; padding:15px 0; }
.con02_lt .h1 strong{ font-size:20px; line-height:30px; }
.con02_lt>ul>li>span a{ padding:10px 30px 10px 60px; font-size:16px; line-height:26px; }
.con02_lt ul li ul{/* display:none;*/}
.con02_lt ul li ul li a{ padding:10px 30px 10px 60px;}
.con02_rt{ width:100%;}
.con02_rt ul li{ width:50%; }
.con02_rt ul li .txt{ padding:10px 10px; }
.con02_rt ul li .txt .h2{ font-size:14px; line-height:24px; }
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:40px; line-height:50px;}
.tit2 .h3{ font-size:20px; line-height:30px;}
.tit2 .h4{ font-size:14px; line-height:24px; margin-top:5px;}
.con03bg{ padding:60px 0; background:#f2f2f2;}
.con03{}
.con03 .list{}
.con03 .list ul{display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:calc((100% - 150px)/4); margin:30px 0 0 50px;}
.con03 .list ul li:nth-child(4n-3){ margin-left:0;}
.con03 .list ul li .img{ height:128px; position:relative;}
.con03 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txt{ color:#666; margin-top:10px;}
.con03 .list ul li .txt .h2{ font-size:16px; line-height:26px; color:#333; padding:10px 0; margin-bottom:10px; border-bottom:1px solid #e1e1e1; position:relative;}
.con03 .list ul li .txt .h2:before{ content:""; width:10px; height:1px; background:#000; position:absolute; bottom:0; left:0; transition:all .3s ease;}
.con03 .list ul li:hover .txt .h2:before{ width:100%;}
.con03 .list ul li .txt .h3{ font-size:13px; line-height:23px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.tit2 .h3{ font-size:14px; line-height:24px;}
.tit2 .h4{ font-size:14px; line-height:24px; margin-top:5px;}
.con03bg{ padding:40px 0; }
.con03 .list ul li{ width:100%; margin:20px 0 0 0;}
.con03 .list ul li .img{ height:128px; }
.con03 .list ul li .txt{ margin-top:10px;}
.con03 .list ul li .txt .h2{ font-size:16px; line-height:26px; padding:10px 0; margin-bottom:10px; }
.con03 .list ul li .txt .h3{ font-size:13px; line-height:23px;}
}


.tit3{}
.tit3 .h2{ font-size:24px; line-height:34px; padding-bottom:10px; position:relative;}
.tit3 .h2:before{ content:""; width:38px; height:2px; background:var(--secondary-color); position:absolute; bottom:0; left:0;}
.con04bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con04{}
.con04 .list{ margin-top:30px;display: flex; justify-content:space-between; align-items: center;}
.con04_lt{ width:36%;}
.con04_lt img{ display:block; width:100%;}
.con04_rt{ width:59%;}
.con04_rt .txt{ font-size:20px; line-height:2em; }
@media(max-width:999px){
.tit3 .h2{ font-size:20px; line-height:30px; padding-bottom:10px; }
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;display:block;}
.con04_lt{ width:100%; margin-bottom:10px;}
.con04_rt{ width:100%;}
.con04_rt .txt{ font-size:14px; line-height:24px;}
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:38px; width:148px; border-radius:4px; border:1px solid #333; color:#333; transition:all .3s ease;}
.more1 span:hover{ border-color:var(--secondary-color); background:var(--secondary-color); color:#fff;}
.con05bg{ padding:60px 0;}
.con05{}
.con05 .list{ margin-bottom:60px;}
.con05 .list ul{display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:calc((100% - 40px)/2); margin:40px 0 0 40px;}
.con05 .list ul li:nth-child(2n-1){ margin-left:0;}
.con05 .list ul li .txt{}
.con05 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.con05 .list ul li .txt .h4{ font-size:14px; line-height:24px; color:#999;}
.con05 .list ul li .txt .h4 span{ display:inline-block;}
.con05 .list ul li .txt .h4 span i{ margin-right:5px;}
.con05 .list ul li .txt .h4 .date{ margin-right:10px;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.con05 .list{ margin-bottom:20px;}
.con05 .list ul li{ width:100%; margin:20px 0 0 0;}
.con05 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con05 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.con05 .list ul li .txt .h4{ font-size:14px; line-height:24px; }
}


.footbg{ padding:60px 0; background:#252525; color:#ddd;}
.footbg a{ color:#ddd;}
.footbg a:hover{ color:#fff;}
.foot{display: flex; justify-content:space-between;/* align-items: center;*/}
.foot .lt{ width:23%;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-width:100%;}
.foot .f_info{ font-size:16px; line-height:26px;}
.foot .f_info dl dt{ color:#fff; font-weight:bold; margin-bottom:10px;}
.foot .f_info dl dd{ margin-top:10px;}
.foot .f_nav{ width:23%; font-size:18px; line-height:28px;}
.foot .f_nav dl dt{ font-size:26px; line-height:36px; color:#fff; font-weight:bold; margin-bottom:30px;}
.foot .f_nav dl dd{ margin-top:20px;}
.foot .f_nav ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_nav ul li{ width:50%; margin-bottom:20px;}
.foot .f_contact{ width:30%; font-size:16px; line-height:26px;}
.foot .f_contact dl dt{ font-size:26px; line-height:36px; color:#fff; font-weight:bold; margin-bottom:30px;}
.foot .f_contact dl dd{ margin-top:20px;}
.foot .rt{ width:10%;}
.foot .f_ewm{ font-size:14px; line-height:24px; text-align:center;}
.foot .f_ewm img{ display:block; margin:0 auto; max-width:100%;}
.foot .f_ewm span{ display:block;}
@media(max-width:999px){
.footbg{ padding:40px 0; margin-bottom:60px;}
.foot{display:block;}
.foot .lt{ width:100%; margin-bottom:40px;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_info{ font-size:14px; line-height:24px;}
.foot .f_info dl dt{ margin-bottom:10px; font-size:16px; line-height:26px;}
.foot .f_info dl dd{ margin-top:10px;}
.foot .f_nav{ width:100%; font-size:16px; line-height:26px; margin-bottom:40px;}
.foot .f_nav dl dt{ font-size:20px; line-height:30px; margin-bottom:20px;}
.foot .f_nav dl dd{ margin-top:10px;}
.foot .f_nav ul li{ width:50%; margin-bottom:10px;}
.foot .f_contact{ width:100%; font-size:16px; line-height:26px; margin-bottom:40px;}
.foot .f_contact dl dt{ font-size:20px; line-height:30px; margin-bottom:20px;}
.foot .f_contact dl dd{ margin-top:10px;}
.foot .rt{ width:100%;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; position:relative; z-index:1;}
.inbanner svg{ width:100%; height:100px; position:absolute; bottom:0; left:0; z-index:2; fill:#fff;}
.inbanner svg path{ fill:#fff;}
.inbanner .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.inbanner .txt{ color:#fff; text-align:center;}
.inbanner .txt .h2{ font-size:36px; line-height:46px; }
.inbarbg{ border-bottom:1px solid #e6e6e6;}
.inbar{ }
.innav{ font-size:16px; line-height:60px;}
.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;
 flex-wrap:wrap;}
.innav ul li{ position:relative; padding:0 1.3vw;}
.innav ul li a{ display:block; text-align:center; position:relative;}
.innav ul li.hover{ color:var(--secondary-color);}
.innav ul li.hover>a{ color:var(--secondary-color); }
.weizhi{ font-size:14px; line-height:60px; text-align:right; color:#999; padding-left:20px; background:url(../images/fz.png) left center no-repeat;}
.weizhi i{ margin-right:5px;}
.weizhi a{ color:#999;}
.weizhi a:hover{ text-decoration:underline;}
@media(max-width:999px){
.inbanner svg{ width:100%; height:20px; }
.inbanner .txt .h2{ font-size:24px; line-height:34px; }
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:34px; border:none;}
.innav ul{
-webkit-justify-content: flex-start;
justify-content: flex-start;}
.innav ul li{ width:calc((100% - 2px)/3); margin:1px 0 0 1px; padding:0; background:#f2f2f2;}
.innav ul li:nth-child(3n-2){ margin-left:0;}
.innav ul li a{ padding:0;}
.innav ul li.hover>a:before{ display:none;}
.weizhi{ display:none;}
}

.insidebg{ padding:40px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:240px;}
.side_a{ background:#fff; overflow:hidden; }
.side_a .h1{ font-size:24px; line-height:34px; background:var(--primary-color); color:#fff; text-align:center; padding-bottom:5px; margin-bottom:20px;}
.side_a .h1 strong{ display:block; font-weight:normal; padding:20px 10px; border-bottom:1px solid #fff;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #eee; margin-bottom:20px;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 40px; position:relative; cursor:pointer; background:#ececeb 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>span:after{ content:"\f067";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:15px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a>ul>li.active1>span:after{ content:"\f068";}
.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:#fff;}
.side_a ul li ul{ display:none;}
.side_a ul li ul li{ margin-top:2px;}
.side_a ul li ul li span{ padding:10px 40px 10px 50px; position:relative;}
.side_a ul li ul li a{ color:var(--secondary-color); font-weight:bold;}
.side_a ul li ul li>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:15px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li ul li.active1>span:after{/* content:"\f107";*/}
.side_a ul li ul li span:hover a,.side_a ul li ul li.hover>span a,.side_a ul li ul li span:hover,.side_a ul li ul li.hover>span{ color: var(--primary-color);}
.inside_rt{ float:right; width:calc(100% - 280px);}
@media(max-width:999px){
.insidebg{ padding:20px 0 60px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a .h1{ font-size:20px; line-height:30px; padding-bottom:5px; margin-bottom:5px;}
.side_a .h1 strong{ padding:15px 10px; }
.side_a>ul>li{ margin-bottom:5px;}
.side_a ul li span{ padding:15px 40px; }
.side_a ul li ul li span{ padding:10px 40px 10px 50px; }
.inside_rt{ width:100%;}
}



.NewsBox{}
.NewsBox_lt{ float:left; width:calc(100% - 330px); background:#fff;}
.NewsBox_rt{ float:right; width:300px; padding:20px; background:#fff;box-sizing: border-box;}
.NewsBox_rt1{ margin-bottom:20px;}
.NewsBox_rt1 .form{ height:36px;display: flex; justify-content: space-between; align-items: center; position:relative;}
.NewsBox_rt1 .form .text1{ border:1px solid #e4eaec; background:none; height:34px; line-height:34px; padding:0 34px 0 10px; width:calc(100% - 44px); border-radius:30px; }
.NewsBox_rt1 .form .text1:focus{ border-color:var(--secondary-color);}
.NewsBox_rt1 .form .button1{ border:none; background:none; width:34px; line-height:34px; height:34px; text-align:center; cursor:pointer; position:absolute; top:1px; right:1px;}

.NewsBox_rt2{ border-top:1px solid #f0f2f5; padding-top:15px; margin-bottom:20px;}
.NewsBox_rt2 ul li{}
.NewsBox_rt2 ul li a{ display:block; font-size:16px; line-height:26px; padding:5px 0;}
.NewsBox_rt2 ul li.hover>a,.NewsBox_rt2 ul li a:hover{ color:var(--secondary-color);}

.NewsBox_rt3{ border-top:1px solid #f0f2f5; padding-top:15px;}
.NewsBox_rt3 .h1{ font-size:16px; line-height:26px; margin-bottom:10px;}
.NewsBox_rt3 ul{ border:1px solid #f0f2f5; border-top:none;}
.NewsBox_rt3 ul li{ font-size:16px; line-height:26px; border-top:1px solid #f0f2f5;}
.NewsBox_rt3 ul li a{ display:block; padding:10px 15px;}
.NewsBox_rt3 ul li a:hover{ color:var(--secondary-color);}
@media(max-width:999px){
.NewsBox_lt{ width:100%; margin-bottom:20px;}
.NewsBox_rt{ width:100%;}
.NewsBox_rt1{ margin-bottom:20px;}
.NewsBox_rt2{ padding-top:15px; margin-bottom:20px;}
.NewsBox_rt3{ padding-top:15px;}
}

.inNews1{}
.inNews1 ul li{ box-shadow:0 1px 3px rgba(0, 37, 55, 0.05); border:1px solid #e7eaf1; margin-bottom:20px; padding:15px 30px;}
.inNews1 ul li .txt{}
.inNews1 ul li .txt .h2{ font-size:22px; line-height:32px; margin-bottom:10px;}
.inNews1 ul li .txt .h2:hover{ color:var(--secondary-color); text-decoration:underline;}
.inNews1 ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:20px;}
.inNews1 ul li .txt .h4{ font-size:16px; line-height:26px; color:#999;}
.inNews1 ul li .txt .h4 span{}
.inNews1 ul li .txt .h4 .date{ margin-right:10px;}
.inNews1 ul li .txt .h4 i{ margin-right:5px;}
@media(max-width:999px){
.inNews1 ul li{ margin-bottom:20px; padding:15px 20px;}
.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; margin-bottom:20px;}
.inNews1 ul li .txt .h4{ font-size:14px; line-height:24px; }
}


.tit4{ border-bottom:1px solid #d6d6d6; padding:20px;}
.tit4 .h2{ font-size:30px; line-height:40px;}
.tit4 .h3{ font-size:16px; line-height:26px; color:#999; margin-top:5px;}
.tit4 .h3 span{}
.tit4 .h3 i{ margin-right:5px;}
.tit4 .h3 .date{ margin-right:20px;}
.inNews1Detail{}
.inNews1Detail .xiangqing{ padding:20px;}
.prev_next{ border-top:1px solid #d6d6d6; padding:20px; font-size:14px; line-height:40px;}
.prev_next ul{display: flex; justify-content: space-between; align-items: center;}
.prev_next ul li{ max-width:45%; border:1px solid #d6d6d6; border-radius:4px;}
.prev_next ul li a{ display:block; padding:0 15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.tit4{ padding:20px;}
.tit4 .h2{ font-size:20px; line-height:30px;}
.tit4 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.tit4 .h3 .date{ margin-right:20px;}
.inNews1Detail .xiangqing{ padding:20px;}
.prev_next{ padding:10px 20px; font-size:14px; line-height:40px;}
.prev_next ul{display:block;}
.prev_next ul li{ max-width:100%; margin:10px 0;}
.prev_next ul li a{ padding:0 15px; }
}






