/*common start*/
:root{
 --primary-color:#3182ce;
 --secondary-color:#f7fafc;
 --third-color:#7f9cf5;
 --main-color:#57a1de;
 --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,' '; color:#333; overflow-x:hidden; background:var(--secondary-color);}
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:70%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,' '; }
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:1640px){
.wapper1{ width:80%; }
}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; border-top:3px solid var(--primary-color); position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head.active{ background:#fff; box-shadow:0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);}
.head1bg{ border-bottom:1px solid #e2e8f0; height:41px; overflow:hidden; transition:all .3s ease;}
.head.active .head1bg{ height:0;}
.head1{ height:41px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head1 .lt{}
.head .h_contact{ font-size:12px; line-height:22px;}
.head .h_contact a{ display:inline-block; margin-right:10px;}
.head .h_contact i{ font-size:14px; margin-right:5px;}
.head1 .rt{}
.head .h_share{ font-size:16px; line-height:26px;}
.head .h_share a{ display:inline-block; margin-left:10px;}
.head .h_share a i{}
.head2bg{}
.head2{ height:85px; transition:all .3s ease; position:relative;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ float:left; width:18%; height:85px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{ display:none;}
/*menu*/
.head .menu{ height:85px; line-height:85px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 .62vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:14px; font-weight:bold; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li.menu_down>a:after,.head .menu>ul>li.menu_down2>a:after{ content:"\f0d7";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}
.head .menu>ul>li>a:before{ content:""; width:0; height:1px; background:var(--primary-color); position:absolute; bottom:20px; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .menu>ul>li:hover>a:before{ width:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:140px; background:#fff; box-shadow:0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); 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:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; white-space:nowrap; }
.head .menu>ul>li ul li:last-child a{ border-bottom:none;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#fff; background: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;}
.menu_probg{ width:100%; background:#fff; box-shadow:0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); position:absolute; top:100%; left:0; display:none;}
.head .menu>ul>li:hover .menu_probg{ display:block;}
.menu_pro{ padding:15px; display:flex;justify-content: flex-start;/*align-items: flex-start;*/flex-wrap:wrap;}
.menu_pro dl{ width:25%; padding:5px 15px; border-left:1px solid #e2e8f0; box-sizing: border-box;}
.menu_pro dl:nth-child(4n-3){ border-left:none;}
.menu_pro dl dt{ font-size:14px; line-height:24px; font-weight:bold; margin-bottom:10px;}
.menu_pro dl dd{ font-size:12px; line-height:22px; margin-top:5px;}
.head .h_search_btn{ text-align:center; font-size:18px; cursor:pointer; display:none;}
.head_height{ height:130px;}
@media(min-width:999px){
.head .h_search_box{ width:22%;}
.head .h_search_close1{ }
.head .h_searchbg{}
.head .h_search{}
.head .h_search_close2{}
.head .h_search .form{ height:38px; border:1px solid #e2e8f0; background:var(--secondary-color); border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:38px; line-height:38px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; width:40px; height:38px; line-height:38px; text-align:center; cursor:pointer; font-size:16px;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head1bg{ display:none;}
.head2{ height:57px; }
.head .logo{ float:left; width:50%; height:57px; }
.head2 .rt{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .menu{ display:none;}

.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:720px; background:#fff; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ border:3px solid #aaa; 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:38px; border:1px solid #e2e8f0; background:var(--secondary-color); border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:38px; line-height:38px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; width:40px; height:38px; line-height:38px; text-align:center; cursor:pointer; font-size:16px;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active i{ opacity:0; visibility:hidden;}
.head .nav_open.active:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; color:#333; 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{ border-top:1px solid rgba(255,255,255,0.05); border-bottom:1px solid rgba(0,0,0,0.1); 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:#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:6px; right:0; }
.head .nav_list ul li.nav_down.active>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { }
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%;}
.banner_swiper .swiper-pagination{ bottom:20px; height:10px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:#000; opacity:.3;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:24px; background:var(--primary-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; border-radius:8px; background:rgba(0,0,0,.3); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px; }
.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:30px; line-height:40px; font-weight:bold;}
.tit1 .line1{ margin:0 auto; width:80px; height:2px; background:var(--primary-color); margin-top:5px;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:34px; text-transform:uppercase; font-weight:bold; border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; border-radius:40px; padding:0 15px; transition:all .3s ease;}
.more1 span:hover{ background:#fff; color:var(--primary-color);}
.con01bg{ padding:60px 0 40px 0;}
.con01{}
.con01 .list{ margin-top:40px;}
.con01 .list ul li{ float:left; width:25%; position:relative;}
.con01 .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.con01 .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; z-index:1;}
.con01 .list ul li:hover .img img{ transform:scale(1.1);}
.con01 .list ul li:before{ content:""; width:100%; height:100%; background:var(--third-color); opacity:.5; position:absolute; top:0; left:0; z-index:2; transition:all .3s ease;}
.con01 .list ul li:hover:before{ background:#000;}
.con01 .list ul li .txtbg{ width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.con01 .list ul li .txt{ width:90%; padding:0 5%; text-align:center; color:#fff;}
.con01 .list ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; text-transform:uppercase;}
.con01 .list ul li .txt .more1{ opacity:0; visibility:hidden; transform:translateY(100%); height:0; margin-top:10px; transition:all .3s ease;}
.con01 .list ul li:hover .txt .more1{ opacity:1; visibility:visible; transform:translateY(0); height:auto;}
@media(max-width:999px){
.tit1 .h2{ font-size:30px; line-height:40px; }
.tit1 .line1{ width:80px; height:2px; margin-top:5px;}
.more1 span{ font-size:12px; line-height:32px; padding:0 10px;}
.con01bg{ padding:40px 0 20px 0;}
.con01 .list{ margin-top:20px;}
.con01 .list ul li{ width:50%; }
.con01 .list ul li:before{ background:#000;}
.con01 .list ul li .txt .h2{ font-size:18px; line-height:28px; }
.con01 .list ul li .txt .more1{ opacity:1; visibility:visible; transform:translateY(0); height:auto;}
}


.con02bg{ padding:40px 0 40px 0;}
.con02{}
.con02 .list{ margin-top:60px;}
.con02 .list ul{}
.con02 .list ul li{ float:left; width:calc((100% - 30px)/2); margin:0 0 30px 30px;}
.con02 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con02 .list ul li .nr_box{ border:1px solid #e2e8f0; background:#fff; padding:30px 15px; transition:all .3s ease;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.con02 .list ul li:hover .nr_box{ box-shadow:0 4px 6px -1px rgba(0,0,0,.1), 0 2px 4px -1px rgba(0,0,0,.06);}
.con02 .list ul li .imgbg{ width:64px;}
.con02 .list ul li .img{ height:64px; position:relative;}
.con02 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; }
.con02 .list ul li .txtbg{ width:calc(100% - 100px);}
.con02 .list ul li .txt{ color:#666;}
.con02 .list ul li .txt .h2{ font-size:20px; line-height:30px; color:#333; font-weight:bold; margin-bottom:5px;}
.con02 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.con02bg{ padding:20px 0 20px 0;}
.con02 .list{ margin-top:20px;}
.con02 .list ul li{ width:100%; margin:0 0 20px 0;}
.con02 .list ul li .nr_box{ padding:20px 15px; }
.con02 .list ul li .imgbg{ width:64px;}
.con02 .list ul li .img{ height:64px; }
.con02 .list ul li .txtbg{ width:calc(100% - 80px);}
.con02 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con02 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con03bg{ padding:40px 0 40px 0;}
.con03{}
.con03 .list{ margin-top:60px;}
.con03_lt{ float:left; width:46%;}
.con03_lt .txt{ font-size:16px; line-height:2em; margin-bottom:2.08vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 12;
-webkit-box-orient: vertical;}
.con03_lt .txt P{ padding:0; line-height:inherit;}
.con03_lt .more1{ text-align:left;}
.con03_rt{ float:right; width:50%;}
.con03_rt img{ display:block; width:100%;}
@media(max-width:999px){
.con03bg{ padding:20px 0 20px 0;}
.con03 .list{ margin-top:20px;}
.con03_lt{ width:100%; margin-bottom:15px;}
.con03_lt .txt{ font-size:14px; line-height:1.6em; margin-bottom:10px; }
.con03_rt{ width:100%;}
}


.con04bg{ padding:40px 0 60px 0;}
.con04{}
.con04 .list{ margin-top:60px;}
.con04 .list ul li{ float:left; width:calc((100% - 90px)/4); margin:0 0 30px 30px;}
.con04 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.con04 .list ul li .img{ padding-bottom:54%; position:relative; overflow:hidden;}
.con04 .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; z-index:1;}
.con04 .list ul li:hover .img img{ transform:scale(1.1);}
.con04 .list ul li .txt{ color:#999; margin-top:10px;}
.con04 .list ul li .txt .h2{ font-size:20px; line-height:30px; color:#333; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con04 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con04 .list ul li .txt .h4{ font-size:14px; line-height:24px; padding-left:20px; background:url(../images/time.png) left center no-repeat;}
@media(max-width:999px){
.con04bg{ padding:20px 0 40px 0;}
.con04 .list{ margin-top:20px;}
.con04 .list ul li{ width:100%; margin:0 0 20px 0;}
.con04 .list ul li .txt{ margin-top:10px;}
.con04 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px; }
.con04 .list ul li .txt .h4{ font-size:14px; line-height:24px; padding-left:20px; }
}



.footbg{ background:#edf2f7; border-top:1px solid #e2e8f0;}
.foot{ color:#666;}
.foot a{ color:#666}
.foot a:hover{ color:var(--primary-color);}
.foot .list1{ padding:60px 0;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .list1 .lt{ max-width:22%;}
.foot .f_logo{ margin-bottom:10px;}
.foot .f_logo img{ max-width:100%;}
.foot .f_txt{ font-size:14px; line-height:2em;}
.foot .list1 .ct{}
.foot .f_nav{ font-size:14px; line-height:24px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .f_nav dl{ margin: 0 2vw;}
.foot .f_nav dl dt{ color:#333; font-weight:bold; margin-bottom:15px; font-size:20px; line-height:30px;}
.foot .f_nav dl dd{ margin-top:5px; padding-left:15px; position:relative;}
.foot .f_nav dl dd:before{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; display:inline-block; line-height:24px; position:absolute; left:0; top:0; color:var(--primary-color);}
.foot .f_nav dl dd a{ white-space:nowrap;}
.foot .list1 .rt{ width:40%;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact .h2{ font-weight:bold; margin-bottom:15px; font-size:20px; line-height:30px;}
.foot .f_contact ul li{ margin-top:5px;}
.foot .f_contact ul li i{ display:inline-block; text-align:center; line-height:24px; font-size:14px; width:24px; margin-right:5px; color:var(--primary-color);}
.foot .list2{ border-top:1px solid #a0aec0; padding:20px 0;}
.foot .f_info{ font-size:14px; line-height:24px; text-align:center;}
.foot .f_info ul li{}
.foot .f_info a{ display:inline-block; margin-right:10px;}
.ere{display: flex;align-items: flex-start;margin-top:10px}
.ere .img{width: 100px;margin-right:10px;}
.ere .img img{width:100%;height: 100px;}
.ere span{display:block;font-size: 12px;color:#666;line-height:30px;}


@media(max-width:999px){
.foot .list1{ padding:30px 0; display:block;}
.foot .list1 .lt{ max-width:100%; margin-bottom:15px;}
.foot .f_logo{ margin-bottom:10px; text-align:center;}
.foot .f_logo img{ max-height:50px;}
.foot .f_txt{ font-size:14px; line-height:1.6em;}
.foot .list1 .ct{ display:none;}
.foot .list1 .rt{ width:100%;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact .h2{ margin-bottom:10px; font-size:20px; line-height:30px;}
.foot .f_contact ul li{ margin-top:5px;}
.foot .f_contact ul li i{ display:inline-block; text-align:center; line-height:24px; font-size:14px; width:24px; margin-right:5px; color:var(--primary-color);}
.foot .list2{ padding:15px 0;}
.foot .f_info{ font-size:12px; line-height:22px; }
.foot .f_info a{ margin-right:10px;}
}



/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%;}
.inbanner_txt{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt .h2{ font-size:55px; line-height:65px; font-weight:bold; color:#fff;}
.inbarbg{ background:#fafafa; border-top:1px solid #e2e8f0; border-bottom:1px solid #e2e8f0;}
.inbar{ }
.weizhi{ font-size:14px; line-height:38px;}
.insidebg{ }
.inside{}
.inside_rt{ float:right; width:240px; padding:40px 0;}
.side_a{ font-size:14px; line-height:24px; background:#fff; border:1px solid #e2e8f0; border-top:none;}
.side_a .h1{ font-weight:bold; font-size:24px; line-height:34px; color:#fff; background:var(--primary-color); padding:20px 15px; border-bottom:1px solid #e2e8f0; }
.side_a ul{ }
.side_a ul li{ border-top:1px solid #e2e8f0;}
.side_a>ul>li{}
.side_a ul li span{ display:block; padding:15px 20px 15px 20px; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active>span{ }
.side_a ul li.active>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f107"; 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.active>span:after{ content:"\f106";}
.side_a>ul>li>span:before{ content:""; width:4px; height:100%; background:var(--primary-color); position:absolute; left:0; top:0;}
.side_a ul li a{ display:inline-block; color:#333;}
.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 ul{ display:none;}
.side_a ul li ul li{ padding-left:20px;}
.side_a ul li ul li span{ padding:10px 10px 10px 20px;}
.side_a ul li ul li a{}
.inside_lt{ float:left; width:calc(100% - 260px);}
.inside_con{ background:#fff; padding:40px 20px; min-height:20vw;}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:34px; }
.insidebg{ }
.inside_rt{ width:100%; padding:20px 0;}
.inside_lt{ width:100%;}
.inside_con{ padding:20px 20px; min-height:0;}
}


.product1{}
.product1 ul li{ border:1px solid #e2e8f0; padding:25px; margin-bottom:25px;}
.product1 ul li .nr_box{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-direction:row-reverse;}
.product1 ul li .imgbg{ width:22%;}
.product1 ul li .img{ padding-bottom:88%; position:relative; overflow:hidden; border:1px solid #e2e8f0;}
.product1 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; z-index:1;}
.product1 ul li:hover .img img{ transform:scale(1.1);}
.product1 ul li .txtbg{ width:74%;}
.product1 ul li .txt{ color:#666;}
.product1 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; color:#333; margin-bottom:25px;}
.product1 ul li:hover .txt .h2{ color:var(--primary-color);}
.product1 ul li .txt .h3{ font-size:14px; line-height:24px;}
.product1 ul li .txt .h3 dl{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
flex-wrap:wrap;}
.product1 ul li .txt .h3 dl dd{ width:50%; margin-bottom:5px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.product1 ul li .txt .h3 dl dd span{ width:50%; color:#999;}
.product1 ul li .txt .h3 dl dd span i{ margin-right:5px;}
.product1 ul li .txt .h3 dl dd strong{ width:50%; font-weight:normal;}
@media(max-width:999px){
.product1 ul li{ padding:20px; margin-bottom:20px;}
.product1 ul li .nr_box{ display:block;}
.product1 ul li .imgbg{ width:100%; margin-bottom:10px;}
.product1 ul li .txtbg{ width:100%;}
.product1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.product1 ul li .txt .h3{ font-size:14px; line-height:24px;}
.product1 ul li .txt .h3 dl{ display:block;}
.product1 ul li .txt .h3 dl dd{ width:100%; margin-bottom:5px; }
}


.news1{}
.news1 ul li{ border:1px solid #e2e8f0; padding:25px; margin-bottom:25px;}
.news1 ul li .nr_box{}
.news1 ul li .txt{ color:#666;}
.news1 ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; color:var(--primary-color); margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news1 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:15px;}
.news1 ul li .txt .h3 span{ display:inline-block; margin:0 15px 0 0;}
.news1 ul li .txt .h3 span i{ color:var(--primary-color); margin-right:5px;}
.news1 ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.news1 ul li .txt .h5{ font-size:14px; line-height:24px; color:#333; font-weight:bold; text-decoration:underline;}
.news1 ul li .txt .h5 span{}
.news1 ul li .txt .h5 span:hover{ color:var(--primary-color);}
@media(max-width:999px){
.news1 ul li{ padding:20px; margin-bottom:20px;}
.news1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.news1 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.news1 ul li .txt .h3 span{ margin:0 15px 0 0;}
.news1 ul li .txt .h3 span i{ margin-right:5px;}
.news1 ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:15px; }
.news1 ul li .txt .h5{ font-size:14px; line-height:24px; }
}


.more3{ text-align:center;}
.more3 span{ display:inline-block; border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; font-size:12px; line-height:34px; padding:0 15px; font-weight:bold; text-transform:uppercase; border-radius:4px; transition:all .3s ease;}
.more3 span:hover{ background:#fff; color:var(--primary-color);}
.download1{}
.download1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 0 25px 20px; text-align:center;}
.download1 ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.download1 ul li .h2{ font-size:14px; line-height:24px; font-weight:bold; margin-bottom:5px;}
.download1 ul li .ico{ margin:0 auto; width:150px; height:50px; border:1px solid #e2e8f0; position:relative; margin-bottom:20px;}
.download1 ul li .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.more3 span{ font-size:12px; line-height:32px; padding:0 10px; }
.download1 ul li{ width:calc((100% - 15px)/2); margin:0 0 20px 15px; }
.download1 ul li:nth-child(4n-3){ margin-left:15px; clear:none;}
.download1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.download1 ul li .h2{ font-size:14px; line-height:24px; margin-bottom:5px;}
.download1 ul li .ico{ width:100%; height:50px; margin-bottom:10px;}
}


.contact1{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.contact1_lt{ width:46%;}
.contact1_lt .form{ font-size:14px; line-height:24px;}
.contact1_lt .form ul li{ margin-bottom:20px;}
.contact1_lt .form ul li.li1{display: flex;justify-content: flex-start;align-items: flex-start; flex-wrap:wrap;}
.contact1_lt .form ul li.li2{}
.contact1_lt .form .h3{ font-weight:bold; margin-right:15px;}
.contact1_lt .form .text1{ border:1px solid #e2e8f0; height:38px; line-height:38px; padding:0 10px; width:calc(100% - 22px); border-radius:4px;}
.contact1_lt .form textarea{ border:1px solid #e2e8f0; height:192px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); border-radius:4px;}
.contact1_lt .form .radio_box{}
.contact1_lt .form .radio_box label{ display:inline-block; margin-right:15px;}
.contact1_lt .form .radio_box input{ margin-right:5px; vertical-align:middle;}
.contact1_lt .form .button1{ display:inline-block; border:none; background:var(--primary-color); color:#fff; font-size:16px; line-height:36px; padding:0 10px; min-width:100px; border-radius:40px; cursor:pointer;}
.contact1_lt .form .button1:hover{ opacity:.9;}
.contact1_rt{ width:46%;}
.contact1_rt .c_logo{ margin-bottom:50px;}
.contact1_rt .c_logo img{ max-width:60%;}
.contact1_rt ul li{ font-size:14px; line-height:24px; margin-bottom:10px;}
.contact1_rt ul li i{ display:inline-block; text-align:center; font-size:14px; width:14px; margin-right:5px;}
@media(max-width:999px){
.contact1{ display:block;}
.contact1_lt{ width:100%; margin-bottom:20px;}
.contact1_lt .form{ font-size:14px; line-height:24px;}
.contact1_lt .form ul li{ margin-bottom:15px;}
.contact1_lt .form .h3{ margin-right:10px;}
.contact1_lt .form .text1{ height:38px; line-height:38px; padding:0 10px; width:calc(100% - 22px); }
.contact1_lt .form textarea{ height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); }
.contact1_lt .form .radio_box label{ margin-right:10px;}
.contact1_lt .form .radio_box input{ margin-right:5px; }
.contact1_lt .form .button1{ font-size:16px; line-height:36px; padding:0 10px; min-width:100px; }
.contact1_rt{ width:100%;}
.contact1_rt .c_logo{ margin-bottom:20px;}
.contact1_rt ul li{ font-size:14px; line-height:24px; margin-bottom:10px;}
.contact1_rt ul li i{ font-size:14px; width:14px; margin-right:5px;}
}







