/*common start*/
:root{
 --primary-color:#c23b22;
 --main-color:#c23b22;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1200px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family:inherit; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; max-width:100%;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ border-bottom:1px solid #eaeaea; height:45px; box-sizing:border-box; transition:all .3s ease; overflow:hidden;}
.head1{ height:44px; transition:all .3s ease; font-size:12px; line-height:22px;
display: flex;
justify-content: flex-end;
align-items: center;}
.head1 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .branch-link{}
.head .branch-link i{ margin-right:5px;}
.head .h_lang{ margin-left:35px;}
.head .h_lang a{ color:#666;}
.head .h_lang a:hover,.head .h_lang a.on{ color:#000;}
.head .h_lang i{ font-style:normal; margin:0 4px;}
.head2bg{ position:relative;}
.head2{ height:80px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:10%; height:80px; position:relative; }
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo .img1{ display:none;}
.head2 .rt{ position:relative;
display: flex;
justify-content: flex-end;
align-items: center;}
.head .contact-btn{ font-size:16px; line-height:36px; font-weight:bold;}
.head .contact-btn a{ display:inline-block; color:var(--primary-color); border-bottom:1px solid var(--primary-color); }
.head .h_search_btn{ width:80px; height:80px; font-size:20px;display: flex; justify-content:center; align-items: center; background:var(--primary-color); color:#fff; margin-left:1.04vw; cursor:pointer;}
.head .h_search_box{ width:100%; height:calc(100% - 80px); position:fixed; top:80px; left:0; z-index:999; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .h_search_box.active1{ opacity:1; visibility:visible;}
.head .h_search_close1{ width:100%; height:100%; background:#f2f2f2; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:100%; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; left:50%; top:0; transform:translate(-50%,0); z-index:999;}
.head .h_search{ padding:40px 5%; max-width:1000px; margin:0 auto;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:60px; overflow:hidden; background:#fff; border:1px solid #ddd; border-radius:5px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 0 0 10px; width:calc(100% - 60px); box-sizing:border-box;}
.head .h_search .form .button1{ float:right; border:none;  background:var(--primary-color); width:60px; height:60px; line-height:60px; cursor:pointer; font-size:20px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
/*menu*/
.head .menu{ height:80px; line-height:80px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:15px; font-weight:normal; position:relative; padding:0 20px; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f0d7";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
/*.head .menu>ul>li>a:before{ content:""; width:100%; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; opacity:0; visibility:hidden;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ opacity:1; visibility:visible;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:220px; padding:10px 0; background:#fff; box-shadow:0px 0px 30px 0px rgba(216.09375000000003, 216.09375000000003, 216.09375000000003, 0.27); 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:10px 5px 10px 1.04vw; 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(--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:125px;}
.head.active1{ box-shadow:0 4px 10px -2px rgba(0, 0, 0, .1);}
.head.active1 .head1bg{ border-width:0; height:0;}
.head.active2{ }

@media(max-width:999px){
.head_height{ height:100px;}
.head{ }
.head1bg{ height:40px; }
.head1{ height:39px; }
.head .h_lang{ margin-left:20px;}
.head2{ height:60px; }
.head .logo{ width:30%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .contact-btn{ font-size:14px; line-height:1; }
.head .contact-btn a{ padding-bottom:4px;}
.head .h_search_btn{ width:20px; height:20px; font-size:20px; margin-left:0; background:transparent; color:#666;}
.head .h_search_box{ height:calc(100% - 60px); top:60px; }
.head .h_search{ padding:20px 5%; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 40px); }
.head .h_search .form .button1{ width:40px; height:40px; line-height:40px; font-size:16px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; position:relative; margin-left:20px; display:none;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:100vh; position:fixed; right:0; top:0px; z-index:999; display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(51,51,51,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; max-width:450px; height:100%; background:#fff; position:absolute; right:0; top:0; z-index:999; transition:all .6s ease; transform:translateX(100%);}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative; padding:60px 5% 0 5%;}
.head .nav_close2{ width:20px; height:20px; background:url(../images/close-on.png) center no-repeat; position:absolute; right:5%; top:20px;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; }
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f0d7";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 15px 0 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; height:85vh; min-height:600px;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; bottom:8.4vw; left:50%; transform:translate(-50%,0);}
    .banner_swiper .swiper-container .swiper-slide .txt {
        text-align: center;
        color: #c23b22;
    }
        .banner_swiper .swiper-container .swiper-slide .txt .h2 {
            font-size: 60px;
            line-height: 1.17;
            font-weight: bold;
            margin-bottom: 25px;
            text-shadow: #fff 1px 2px 1px;
        }
        .banner_swiper .swiper-container .swiper-slide .txt .h3 {
            font-size: 20px;
            line-height: 1.5;
            text-shadow: #fff 1px 2px 1px;
        }
.banner_swiper .swiper-pagination{ bottom:15px; height:8px; width:100%; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:8px; height:8px; background:#fff; opacity:.6; margin:0 5px; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:20px; height:40px; margin-top:-20px; background-size:100% 100%; text-align:center; color:transparent; font-size:0; transition:all .3s ease; box-sizing:border-box; opacity:0; visibility:hidden;}
.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:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ height:calc(100vh - 100px); min-height:0px;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ bottom:120px; }
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:36px; margin-bottom:20px; }
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:20px; }
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-pagination span{ margin:0 3px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px;}
.con01bg{ padding:100px 0; border-bottom:1px solid #f0f0f0;}
.con01{}
.con01 .list1{ margin:0 auto; max-width:100%; text-align:center; margin-top:30px; font-size:15px; line-height:2;}
.con01 .list2{ margin-top:30px;}
.con01 .list2 ul{ display: flex;justify-content:center;/*align-items: center;*/}
.con01 .list2 ul li{ margin:30px 40px 0 40px; text-align:center;}
.con01 .list2 ul li .txt{}
.con01 .list2 ul li .txt .h2{ font-size:38px; line-height:48px; font-weight:bold; color:var(--primary-color); margin-bottom:5px;}
.con01 .list2 ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.tit1 .h2{ font-size:36px; line-height:46px;}
.con01bg{ padding:60px 0;}
.con01 .list1{ margin-top:30px; font-size:13px; line-height:2;}
.con01 .list2{ margin-top:30px;}
.con01 .list2 ul{ flex-wrap:wrap;}
.con01 .list2 ul li{ width:32%; margin:20px 0 0 2%; }
.con01 .list2 ul li:nth-child(3n-2){ margin-left:0;}
.con01 .list2 ul li .txt .h2{ font-size:36px; line-height:46px; margin-bottom:5px;}
.con01 .list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.tit2{ }
.tit2 .h2{ font-size:36px; line-height:46px;}
.tit2 .h3{ font-size:16px; line-height:26px; margin-top:25px;}
.con02bg{ padding:100px 0; background:linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);}
.con02{}
.con02 .list1{ margin-top:60px; background:linear-gradient(135deg, #c8e4ff 0%, #9ac2e0 100%); border-radius:24px; overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,0.08);}
.con02 .list1 svg{ display:block; width:100%;}
.con02 .list2{ margin-top:40px;}
.con02 .list2 ul{ display: flex;justify-content:flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con02 .list2 ul li{ width:31.5%; margin:2% 0 0 2%;}
.con02 .list2 ul li:nth-child(3n-2){ margin-left:0;}
.con02 .list2 ul li .txt{}
.con02 .list2 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:5px;}
.con02 .list2 ul li .txt .h3{ font-size:14px; line-height:24px; color:#999; margin-bottom:5px;}
.con02 .list2 ul li .txt .h4{ font-size:12px; line-height:22px; color:var(--primary-color);}
@media(max-width:999px){
.tit2 .h2{ font-size:36px; line-height:46px;}
.tit2 .h3{ font-size:16px; line-height:26px; margin-top:10px;}
.con02bg{ padding:60px 0; }
.con02 .list1{ margin-top:40px; }
.con02 .list2{ margin-top:0px;}
.con02 .list2 ul li{ width:100%; margin:40px 0 0 0;}
.con02 .list2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con02 .list2 ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.con02 .list2 ul li .txt .h4{ font-size:12px; line-height:22px; }
}


.con03bg{ padding:100px 0 0 0; border-top:1px solid #f0f0f0;}
.con03{}
.con03 .list{ margin-top:60px;}
.con03 .list dl{ border:1px solid transparent; border-radius:30px; padding:48px 40px; margin-bottom:80px;}
.con03 .list dl:nth-child(2n-1){ background:#fafaf9;}
.con03 .list dl:nth-child(2n){ border-color:#f0f0f0;}
.con03 .list dl dt{ border-bottom:1px solid #e0e0e0; padding-bottom:20px;}
.con03 .list dl dt .nr_box{ display: flex;justify-content:space-between;align-items: center;}
.con03 .list dl dt .imgbg{ width:76px; margin-right:20px;}
.con03 .list dl dt .img{ padding-bottom:100%; background:#fff0ed; border-radius:20px; position:relative;}
.con03 .list dl dt .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list dl dt .txtbg{ flex:1;}
.con03 .list dl dt .txt{}
.con03 .list dl dt .txt .h2{ font-size:28px; line-height:38px; margin-bottom:5px;}
.con03 .list dl dt .txt .h3{ font-size:14px; line-height:24px; color:#999;}
.con03 .list dl dd{ margin-top:5px;}
.con03 .list dl dd ul{ display: flex;justify-content: space-between;/*align-items: center;*/ flex-wrap:wrap;}
.con03 .list dl dd ul li{ width:32%; margin:2% 0 0 2%;}
.con03 .list dl dd ul li:nth-child(3n-2){ margin-left:0;}
.con03 .list dl dd ul li .txt{}
.con03 .list dl dd ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px;}
.con03 .list dl dd ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con03 .list dl dd ul li .txt .h4{ font-size:12px; line-height:24px;}
.con03 .list dl dd ul li .txt .h4 span{ display:inline-block; text-align:center; background:#fff0ed; color:var(--primary-color); border-radius:20px; padding:0 10px;}
@media(max-width:999px){
.con03bg{ padding:60px 0 0 0; }
.con03 .list{ margin-top:40px;}
.con03 .list dl{ padding:25px 20px; margin-bottom:40px;}
.con03 .list dl dt{ padding-bottom:20px;}
.con03 .list dl dt .imgbg{ width:76px; margin-right:10px;}
.con03 .list dl dt .txt .h2{ font-size:28px; line-height:38px; margin-bottom:5px;}
.con03 .list dl dt .txt .h3{ font-size:14px; line-height:24px; }
.con03 .list dl dd{ margin-top:5px;}
.con03 .list dl dd ul li{ width:100%; margin:20px 0 0 0;}
.con03 .list dl dd ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.con03 .list dl dd ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con03 .list dl dd ul li .txt .h4{ font-size:12px; line-height:24px;}
}


.tit3{ text-align:center;}
.tit3 .h2{ font-size:26px; line-height:36px;}
.con04bg{ padding:0 0 100px 0; border-bottom:1px solid #f0f0f0;}
.con04{}
.con04 .list{ margin-top:40px;}
.con04 .list ul{ display: flex;justify-content: flex-start;/*align-items: center;*/ flex-wrap:wrap;}
.con04 .list ul li{ width:23.5%; margin:2% 0 0 2%; text-align:center;}
.con04 .list ul li:nth-child(4n-3){ margin-left:0;}
.con04 .list ul li .img{ height:35px; position:relative;}
.con04 .list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04 .list ul li .txt{ margin-top:18px;}
.con04 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:10px;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.tit3 .h2{ font-size:26px; line-height:36px;}
.con04bg{ padding:20px 0 60px 0; }
.con04 .list{ margin-top:10px;}
.con04 .list ul li{ width:48%; margin:30px 0 0 4%; }
.con04 .list ul li:nth-child(2n-1){ margin-left:0;}
.con04 .list ul li .img{ height:35px; }
.con04 .list ul li .txt{ margin-top:15px;}
.con04 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
}


.con05bg{ padding:100px 0; border-bottom:1px solid #f0f0f0;}
.con05bg .tit1{ text-align:left;}
.con05{ display: flex;justify-content: space-between;/*align-items: center;*/ margin-top:60px;}
.con05_lt{ width:46%;}
    .con05_lt .tit2 .h2 {
        font-size: 28px;
        line-height: 46px;
    }
.con05_lt .list {
    margin-top: 20px;
}
.con05_lt .form{}
.con05_lt .form ul{}
.con05_lt .form ul li{ margin-top:20px;}
.con05_lt .form .text1{ border:none; border-bottom:1px solid #ccc; height:48px; line-height:47px; width:100%; box-sizing:border-box;}
.con05_lt .form .text2{ border:none; border-bottom:1px solid #ccc; height:86px; line-height:24px; padding:10px 0; width:100%; box-sizing:border-box;}
.con05_lt .form .button1{ border:none; background:var(--primary-color); color:#fff; height:40px; line-height:40px; width:120px; border-radius:40px; cursor:pointer; transition:all .3s ease;}
.con05_lt .form .button1:hover{}
.con05_ct{ width:32%;}
    .con05_ct .h2 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 20px;
    }
.con05_ct ul li{ font-size:16px; line-height:26px; margin-bottom:10px; padding-left:26px; position:relative; min-height:26px;}
.con05_ct ul li i{ width:16px; height:26px; line-height:26px; position:absolute; left:0; top:0; text-align:center;}
.con05_ct .h3{ font-size:16px; line-height:26px; border-top:1px solid #eaeaea; padding-top:20px; margin-top:20px;}
.con05_ct .h3 a{ color:var(--primary-color);}
.con05_rt{ }
    .con05_rt .h2 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 20px;
    }
.con05_rt ul li{ font-size:16px; line-height:26px; margin-bottom:10px; }
.con05_rt ul li a{}
@media(max-width:999px){
.con05bg{ padding:60px 0; }
.con05{ display:block; margin-top:20px;}
.con05_lt{ width:100%; margin-bottom:40px;}
.con05_lt .list{ margin-top:20px;}
.con05_lt .form ul li{ margin-top:20px;}
.con05_lt .form .text1{ height:40px; line-height:39px; }
.con05_lt .form .text2{ height:86px; line-height:24px; }
.con05_ct{ width:100%; margin-bottom:40px;}
}


.page_dingwei{ padding-top:80px; margin-top:-80px;}
.foot{ background:#f8f8f8; color:#666;}
.foot a{ color:#666;}
.foot a:hover{ color:#000;}
.foot2bg{ padding:40px 0;}
.foot2{ text-align:center; font-size:12px; line-height:22px;}
.foot2 dl dt{ margin-bottom:20px;}
.foot2 dl dt a{ margin:0 15px;}
@media(max-width:999px){
.page_dingwei{ padding-top:60px; margin-top:-60px;}
.foot2bg{ padding:20px 0;}
.foot2 dl dt{ margin-bottom:10px;}
.foot2 dl dt a{ margin:0 10px;}
}




/*Add------------------------------------------------------------------------------*/

.insideBanner{ position:relative;}
.insideBanner img{ display:block; width:100%; }
.insideBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.insideBanner_txt{ text-align:center;}
.insideBanner_txt .h2{ font-size:3.64vw; line-height:1.15em; margin-bottom:1.04vw;}
.inbarbg{ margin:40px 0;}
.inbar{display: flex; justify-content:space-between; align-items: center;}
.inTit{ font-size:40px; line-height:60px; margin-right:1.04vw;}
.innav{ flex:1; font-size:14px; line-height:30px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 40px 0 20px; position:relative; background:var(--primary-color); font-weight:bold; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.innav .h1.active1:before{ transform:rotate(180deg);}
.innav>ul{ display: flex; justify-content:flex-end;/* align-items: center; */flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; margin-left:1.04vw; }
.innav>ul>li>a{ display:block; position:relative; white-space:nowrap; text-align:center; transition:all .3s ease;}
.innav>ul>li>a:before{ content:""; width:0; height:2px; background:#000; position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a{ color:#000;}
.innav>ul>li:hover>a{ color:#000;}
.innav>ul>li.hover>a:before{ width:100%;}
.innav>ul>li:hover>a:before{ width:100%;}
.innav ul li ul{ width:fit-content; min-width:120px; padding:5px 0; background:#fff; box-shadow:0px 0px 30px 0px rgba(216.09375000000003, 216.09375000000003, 216.09375000000003, 0.27); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 5px;}
.innav ul li ul li a{ font-size:14px; }
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:24px; }
.weizhi i{ margin-right:5px; }
@media(max-width:999px){
.insideBanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:0;}
.inbarbg{ position:static; margin:20px 0;}
.inbar{ display:block; border-top:none; padding:0;}
.inTit{ font-size:24px; line-height:34px; margin:0 0 5px 0;}
.innav{ font-size:14px; line-height:24px; }
.innav>ul{ justify-content:flex-start; }
.innav>ul>li{ margin:5px 15px 5px 0; }
.weizhi{ display:none;}
}

.insideContentbg{ margin:60px 0 80px 0;}
.insideContent{}
.insideContent_lt{ float:left; width:240px;/* position:sticky; top:100px;*/}
.side_a{ overflow:hidden;  border:1px solid var(--third-color); }
.side_a .h1{ font-size:24px; line-height:34px; background:var(--primary-color); padding:20px 20px; position:relative;}
.side_a .h1 strong{ display:block; }
.side_a>ul{ padding:0 20px;}
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px dashed var(--third-color);}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 0; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f107"; font: normal normal normal 16px/1 FontAwesome; text-align:center; width:16px; height:16px; line-height:16px; position:absolute; right:0px; top:20px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px; position:relative; }
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 10px 10px 15px; 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{}
.insideContent_rt{ float:right; width:calc(96% - 240px); box-sizing: border-box;}
.insideContent_con{}
@media(max-width:999px){
.insideContentbg{ margin:20px 0 40px 0; }
.insideContent_lt{ width:100%; position:static;}
.side_a{ border:none;}
.side_a .h1{ font-size:16px; line-height:50px; padding:0 40px 0 20px; }
.side_a .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; top:18px; transition:all .3s ease;}
.side_a .h1.active1:before{ transform:rotate(180deg);}
.side_a>ul{ padding:0; display:none;}
.side_a>ul>li{ border-bottom:1px solid var(--third-color) !important;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px; line-height:24px;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px;}
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li.has_sub>span:after{ top:15px; right:15px;}
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.insideContent_rt{ float:right; width:100%; }
.insideContent_con{ }
}


















