/*common start*/
:root{
 --primary-color:#dd0000;
 --secondary-color:#cc0000;
 --third-color:#F7E69E;
}
.scroll::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #F5F5F5
}
.scroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0, .6);
    background-color: #888;
}
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; background:#fff url(../images/body.jpg) center top no-repeat; }
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:1280px; margin:0 auto; }
input,textarea,select{outline:none; font-size:14px;}
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:1280px){
.wapper1{ width:1000px; }
}
@media(max-width:999px){
body{ background-size:cover;}
.wapper1{ width:calc(100% - 20px); min-width:0;}
}
/*common end*/


.head{ width:100%; background:var(--primary-color); color:#fff; position:relative; z-index:55; left:0; top:0; }
.head1bg{ }
.head1{ height:35px; line-height:35px; font-size:14px;
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{}
.head1 .rt{}
.head1 .rt a{ display:inline-block; color:#fff; margin-left:10px; position:relative;}
.head1 .rt a:hover{ text-decoration:underline;}
.head1 .rt i{ margin-right:5px;}
.head1 .rt a .ewm{ position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:2; display:none;}
.head1 .rt a:hover .ewm{ display:block;}
.head1 .rt a .ewm img{ display:block; width:100px;}
.head2bg{ position:relative;}
.head2{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;
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:29%; height:100px; position:relative; }
.head .logo img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head3bg{ position:relative;}
.head3{}
/*menu*/
.head .menu{ height:60px; line-height:60px; }
.head .menu>ul{
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>ul>li{ width:100%; position:relative;}
.head .menu>ul>li:before{ content:""; width:1px; height:100%; background:rgba(0,0,0,0.1); border-right:rgba(255,255,255,0.3) solid 1px; position:absolute; top:0; left:0;}
.head .menu>ul>li:nth-child(1):before{ display:none;}
.head .menu>ul>li>a{ color:#fff; display:block; font-size:16px; font-weight:bold; position:relative; text-align:center;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:#fff; background:var(--secondary-color); }
.head .menu>ul>li ul{ width:100%; background:var(--secondary-color); box-shadow:0px 3px 6px #999; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; border-bottom:rgba(0,0,0,0.1) solid 1px;}
.head .menu>ul>li ul li a{ color:#fff; display:block; font-size:14px; font-weight:normal; padding:10px 5px; line-height:24px; text-align:center; white-space:nowrap;}
.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;}

@media(max-width:999px){
.head1{ height:35px; line-height:35px; font-size:12px; display:block;}
.head1 .lt{ display:none;}
.head1 .rt a{ margin:0 10px 0 0; }
.head1 .rt i{ margin-right:5px;}
.head3{ width:100%;}
.head .logo{ width:72%; height:60px; }
.head .menu{ height:auto; line-height:30px; }
.head .menu>ul{ flex-wrap:wrap;}
.head .menu>ul>li{ width:25%; }
.head .menu>ul>li:before{ content:""; width:1px; height:100%; background:rgba(0,0,0,0.1); border-right:rgba(255,255,255,0.3) solid 1px; position:absolute; top:0; left:0;}
.head .menu>ul>li:nth-child(4n-3):before{ display:none;}
.head .menu>ul>li:after{ content:""; width:100%; height:1px; background:rgba(0,0,0,0.1); position:absolute; bottom:0; left:0;}
.head .menu>ul>li>a{ font-size:12px; }
.head .menu>ul>li ul{ display:none !important;}
}
/**/
.head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; }
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#fff; position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active i{ opacity:0; visibility:hidden;}
.head .nav_open.active:before{transform: translateY(8px) rotate(45deg);}
.head .nav_open.active:after{transform: translateY(-8px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px; opacity:0; visibility:hidden; transition:all .3s ease;}
.head .nav_box.active{ opacity:1; visibility:visible;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:260px; height:100%; background:#fff; position:absolute; left:-260px; top:0; z-index:999; transition:all .3s ease;}
.head .nav_box.active .navbg{ left:0;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-top:1px solid #ededed; 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:12px; line-height:22px; position:relative; z-index:2;}
.head .nav_list>ul>li>span a{ font-size:14px; line-height:24px; 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;}
}


.head_add{}
.head_add1bg{}
.head_add1{ height:180px;
display: flex;
justify-content: space-between;
align-items: center;}
.head_add .logo{ width:32%; height:180px; position:relative;}
.head_add .logo img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head_add .h_search{ height:40px; width:37%;}
.head_add .h_search .text1{ float:left; border:none; background:#fff; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 90px);}
.head_add .h_search .button1{ float:right; border:none; background:var(--primary-color); color:#fff; font-size:16px; height:40px; line-height:40px; width:80px; text-align:center; cursor:pointer;}
.head_add2bg{ background:var(--primary-color);}
.head_add2{ }
/*menu*/
.head_add .menu{ height:70px; line-height:70px; }
.head_add .menu>ul{
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_add .menu>ul>li{ width:100%; position:relative;}
.head_add .menu>ul>li:before{ content:""; width:1px; height:40%; background:rgba(255,255,255,0.25); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.head_add .menu>ul>li:nth-child(1):before{ display:none;}
.head_add .menu>ul>li>a{ color:#fff; display:block; font-size:16px; position:relative; text-align:center;}
.head_add .menu>ul>li>a:hover,.head_add .menu>ul>li:hover>a,.head_add .menu>ul>li.hover>a{ color:#fff; background:var(--secondary-color); }
.head_add .menu>ul>li ul{ width:100%; background:var(--secondary-color); box-shadow:0px 3px 6px #999; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head_add .menu>ul>li ul li{ position:relative; border-bottom:rgba(255,255,255,0.2) solid 1px;}
.head_add .menu>ul>li ul li a{ color:#fff; display:block; font-size:14px; font-weight:normal; padding:10px 5px; line-height:24px; text-align:center; white-space:nowrap;}
.head_add .menu>ul>li ul li a:hover,.head_add .menu>ul>li>ul li:hover>a{ color:#fff; background:var(--primary-color); }
.head_add .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head_add .menu>ul>li ul li:hover>ul{ display:block;}
.head_height{ height:0;}
@media(max-width:999px){
.head_add1{ height:100px; }
.head_add .logo{ display:none;}
.head_add .h_search{ height:40px; width:100%;}
.head_add .h_search .text1{ height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 70px);}
.head_add .h_search .button1{ font-size:16px; height:40px; line-height:40px; width:60px; }
.head_add2bg{ display:none;}
.head_height{ height:60px;}
}

.head_add_m{ width:100%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:fixed; z-index:55; top:0; left:0; display:none;}
.head_add_m1bg{}
.head_add_m1{ height:60px;
display: flex;
justify-content: space-between;
align-items: center;}
.head_add_m .logo{ width:70%; height:60px; position:relative;}
.head_add_m .logo img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head_add_m .nav_open{ width:24px; height:18px; cursor:pointer; position:relative; }
.head_add_m .nav_open i,.head_add_m .nav_open:before,.head_add_m .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:0; transition:all .3s ease;}
.head_add_m .nav_open i{ top:50%; transform:translate(0,-50%);}
.head_add_m .nav_open:before{ content:""; top:0; }
.head_add_m .nav_open:after{ content:""; bottom:0; }
.head_add_m .nav_open.active i{ opacity:0; visibility:hidden;}
.head_add_m .nav_open.active:before{transform: translateY(8px) rotate(45deg);}
.head_add_m .nav_open.active:after{transform: translateY(-8px) rotate(-45deg);}
.head_add_m .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px; opacity:0; visibility:hidden; transition:all .3s ease;}
.head_add_m .nav_box.active{ opacity:1; visibility:visible;}
.head_add_m .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head_add_m .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .3s ease; transform:translateX(-100%);}
.head_add_m .nav_box.active .navbg{ transform:translateX(0);}
.head_add_m .nav{ position:relative;}
.head_add_m .nav_close2{ display:none;}
.head_add_m .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head_add_m .nav_list ul{ }
.head_add_m .nav_list ul li{ padding:5px 5%;}
.head_add_m .nav_list>ul>li{ border-top:1px solid #ededed; padding:10px 5%;}
.head_add_m .nav_list ul li span{ display:block; position:relative;}
.head_add_m .nav_list ul li span a{ display:inline-block; font-size:12px; line-height:22px; position:relative; z-index:2;}
.head_add_m .nav_list>ul>li>span a{ font-size:14px; line-height:24px; font-weight:normal;}
.head_add_m .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head_add_m .nav_list ul li.nav_down.active>span:after{ transform:rotate(180deg);}
.head_add_m .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head_add_m .nav_list ul li.active>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head_add_m{ display:block;}
}



.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-slide { overflow:hidden; position:relative; z-index:1; }
.banner_swiper .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-slide img{ display:block; width:100%;}
.banner_swiper .swiper-pagination{ height:10px; bottom:20px; display:none;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border:1px solid var(--primary-color); background:none; opacity:1; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; font-size:20px; width:30px; height:60px; line-height:60px; margin-top:-30px; background:rgba(0,0,0,.5); color:#fff; transition:all .3s ease; opacity:0; visibility:hidden; display:none;}
.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:rgba(0,0,0,.9);}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px;}
}


.index_add1bg{ margin:15px 0 0 0;}
.index_add1{ padding:15px; background:#fff;}
.index_add1_top{ display: flex; justify-content: space-between; align-items: center; margin-bottom:15px; background:#f5f5f5; padding:10px;}
.index_add1_top .lt{ width:70px; height:60px; padding:5px 0; text-align:center; background:var(--primary-color); color:#fff;}
.index_add1_top .lt .h2{ font-size:20px; line-height:30px;}
.index_add1_top .rt{ width:calc(100% - 100px);}
.index_add1_top .rt .txt{}
.index_add1_top .rt .txt .h2{ font-size:18px; line-height:28px; height:28px; font-weight:bold; color:#333; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_add1_top .rt .txt .h2:hover{ color:var(--primary-color);}
.index_add1_top .rt .txt .h3{ font-size:14px; line-height:24px; height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}

.index_add1_btm{ display: flex; justify-content: space-between;/* align-items: center;*/}
.index_add1_lt{ width:48%;}
.news_swiper .swiper-container { width: 100%; }
.news_swiper .swiper-slide { overflow:hidden; position:relative; z-index:1;}
.news_swiper .swiper-slide.swiper-slide-active{ z-index:2;}
.news_swiper .swiper-slide .img{ height:380px; position:relative; overflow:hidden;}
.news_swiper .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.news_swiper .swiper-slide:hover .img img{ transform:scale(1.1);}
.news_swiper .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0;}
.news_swiper .swiper-slide .txt{ padding:8px 30% 8px 10px; color:#fff;}
.news_swiper .swiper-slide .txt .h2{ font-size:14px; line-height:24px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news_swiper .swiper-slide .txt .h3{ font-size:14px; line-height:24px; display:none;}
.news_swiper .swiper-pagination{ width:auto; height:8px; bottom:16px; left:auto; right:10px;}
.news_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:8px; height:8px; border-radius:8px; background:#fff; opacity:.5; transition:all .3s ease;}
.news_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ text-align:center; font-size:20px; width:40px; height:40px; line-height:40px; margin-top:-20px; background:rgba(0,0,0,.5); color:#fff; transition:all .3s ease; }
.news_swiper .swiper-button-prev:hover,.news_swiper .swiper-button-next:hover{ background:rgba(0,0,0,.9);}
.news_swiper .swiper-button-prev{ left:10px;}
.news_swiper .swiper-button-next{ right:10px;}

.index_add1_rt{ width:50%;}
.slideTxtBox_01{ border:1px solid #efefef; height:378px;}
.slideTxtBox_01 .hd{ height:40px; line-height:40px; font-size:15px; background:#fafafa;}
.slideTxtBox_01 .hd ul li{ float:left; width:25%; }
.slideTxtBox_01 .hd ul li a{ display:block; text-align:center; color:#333;}
.slideTxtBox_01 .hd ul li.on a{ background:var(--primary-color); color:#fff;}
.slideTxtBox_01 .bd{}
.index_add1_list{ padding:15px 15px 0 15px;}
.index_add1_list dl dt{ margin-bottom:10px;}
.index_add1_list dl dt .txt{}
.index_add1_list dl dt .txt .h2{ font-size:20px; line-height:30px; height:30px; font-weight:bold; color:#333; margin-bottom:5px; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_add1_list dl dt .txt .h3{ font-size:16px; line-height:26px; height:52px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.index_add1_list dl dd{ padding-left:15px; position:relative; background:url(../images/listnot.png) left center no-repeat; height:40px; line-height:40px; font-size:16px; border-bottom:1px dashed #dedede;}
.index_add1_list dl dd a{ float:left; width:70%; height:40px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_add1_list dl dd span{ float:right; color:#999; font-size:13px;}
@media(max-width:999px){
.index_add1bg{ margin:0 0 15px 0;}
.index_add1{ padding:15px; }
.index_add1_top{ margin-bottom:15px; padding:10px;}
.index_add1_top .lt{ width:60px; height:50px; padding:5px 0; }
.index_add1_top .lt .h2{ font-size:15px; line-height:25px;}
.index_add1_top .rt{ width:calc(100% - 70px);}
.index_add1_top .rt .txt .h2{ font-size:14px; line-height:24px; height:24px; margin-bottom:5px; }
.index_add1_top .rt .txt .h3{ font-size:12px; line-height:22px; height:22px; }

.index_add1_btm{ display:block;}
.index_add1_lt{ width:100%; margin-bottom:15px;}
.news_swiper .swiper-slide .img{ height:auto; padding-bottom:58%;}
.news_swiper .swiper-slide .txt{ padding:8px 30% 8px 10px; }
.news_swiper .swiper-slide .txt .h2{ font-size:14px; line-height:24px; }

.index_add1_rt{ width:100%;}
.slideTxtBox_01{ height:auto;}
.slideTxtBox_01 .hd{ height:30px; line-height:30px; font-size:13px; }
.slideTxtBox_01 .hd ul li{ width:25%; }
.index_add1_list{ padding:15px;}
.index_add1_list dl dt{ margin-bottom:10px;}
.index_add1_list dl dt .txt .h2{ font-size:14px; line-height:24px; height:24px; margin-bottom:5px;  }
.index_add1_list dl dt .txt .h3{ font-size:13px; line-height:23px; height:46px; }
.index_add1_list dl dd{ padding-left:15px; height:40px; line-height:40px; font-size:14px; }
.index_add1_list dl dd a{ width:70%; height:40px; }
.index_add1_list dl dd span{ font-size:12px;}
}


.index_add2bg{ }
.index_add2{ padding:15px;}
.index_add2 img{ display:block; width:100%;}
@media(max-width:999px){
.index_add2bg{}
.index_add2{ padding:15px 0;}
}


.tit3{}
.tit3 .h2{ border-bottom:1px solid #d9d9d9; height:40px; line-height:30px;}
.tit3 .h2 strong{ float:left; font-size:22px; color:var(--primary-color); border-bottom:2px solid var(--primary-color); padding-bottom:10px;}
.tit3 .h2 a{ float:right; font-size:14px; color:#999;}
.index_add3bg{}
.index_add3{ padding:15px; display: flex; justify-content: space-between;/* align-items: center;*/}
.index_add3_lt{ width:70%;box-sizing: border-box; padding:15px; border-top:4px solid var(--primary-color); box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background:#fff;}
.index_add3_lt .list{ display: flex; justify-content: space-between;/* align-items: center;*/ margin-top:25px;}
.index_add3_lt .list .imgbg{ width:30%;}
.index_add3_lt .list .img{}
.index_add3_lt .list .img img{ display:block; width:100%;}
.index_add3_lt .list .txtbg{ width:68%;}
.index_add3_lt .list .txt{ font-size:16px; line-height:2em; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 7;
-webkit-box-orient: vertical;}
.index_add3_rt{ width:28%;box-sizing: border-box; padding:15px; border-top:4px solid var(--primary-color); box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background:#fff;}
.index_add3_rt .list{ margin-top:10px;}
.index_add3_rt .list ul li{ float:left; width:calc((100% - 30px)/3); margin:15px 0 0 15px; text-align:center;}
.index_add3_rt .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.index_add3_rt .list ul li a{ display:block; border:1px solid #d9d9d9; padding:15px;}
.index_add3_rt .list ul li .img{ height:48px; position:relative;}
.index_add3_rt .list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.index_add3_rt .list ul li:hover .img img{ transform:rotateY(180deg);}
.index_add3_rt .list ul li .h2{ font-size:16px; line-height:26px; margin-top:5px;}
@media(max-width:999px){
.tit3 .h2{ height:35px; line-height:30px;}
.tit3 .h2 strong{ font-size:18px; padding-bottom:5px;}
.tit3 .h2 a{ font-size:14px; }
.index_add3{ padding:15px 0; display:block;}
.index_add3_lt{ width:100%; padding:15px; margin-bottom:15px;}
.index_add3_lt .list{ display:block; margin-top:25px;}
.index_add3_lt .list .imgbg{ width:100%; margin-bottom:5px;}
.index_add3_lt .list .txtbg{ width:100%;}
.index_add3_lt .list .txt{ font-size:15px; line-height:1.8em; -webkit-line-clamp: 10; }
.index_add3_rt{ width:100%; padding:15px; }
.index_add3_rt .list{ margin-top:10px;}
.index_add3_rt .list ul li a{ padding:15px;}
.index_add3_rt .list ul li .img{ height:48px; }
.index_add3_rt .list ul li .h2{ font-size:14px; line-height:24px; margin-top:5px;}
}


.index_add4bg{}
.index_add4{ padding:15px; display: flex; justify-content: space-between;/* align-items: center;*/}
.index_add4_lt{ width:calc((100% - 40px)/2);box-sizing: border-box; padding:15px; border-top:4px solid var(--primary-color); box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background:#fff;}
.index_add4_ct{ width:calc((100% - 40px)/2);box-sizing: border-box; padding:15px; border-top:4px solid var(--primary-color); box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background:#fff;}
.index_add4_rt{ width:calc((100% - 40px)/2);box-sizing: border-box; padding:15px; border-top:4px solid var(--primary-color); box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; background:#fff;}
.index_add4 .list{ margin-top:15px;}
.index_add4 .list ul li{ padding-left:15px; position:relative; background:url(../images/listnot.png) left center no-repeat; height:40px; line-height:40px; font-size:16px; border-bottom:1px dashed #dedede;}
.index_add4 .list ul li a{ float:left; width:70%; height:40px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.index_add4 .list ul li span{ float:right; color:#999; font-size:13px;}
@media(max-width:999px){
.index_add4{ padding:15px 0; display:block;}
.index_add4_lt{ width:100%; padding:15px; margin-bottom:15px;}
.index_add4_ct{ width:100%; padding:15px; margin-bottom:15px;}
.index_add4_rt{ width:100%; padding:15px; }
.index_add4 .list{ margin-top:15px;}
.index_add4 .list ul li{ padding-left:15px; height:40px; line-height:40px; font-size:16px; }
.index_add4 .list ul li a{ width:70%; height:40px; }
.index_add4 .list ul li span{ font-size:13px;}
}


.index_add5bg{}
.index_add5{ margin:15px; padding:50px 15px; background-repeat:no-repeat; background-position:center; background-size:cover;}
.index_add5 .list{}
.index_add5 .list ul{ display: flex; justify-content: center;/* align-items: center;*/}
.index_add5 .list ul li{ font-size:25px; line-height:35px; margin:0 25px; background:var(--primary-color); border-radius:5px;}
.index_add5 .list ul li a{ display:block; text-align:center; color:#fff; text-shadow:0px 2px 2px #006; padding:35px;}
@media(max-width:999px){
.index_add5{ margin:15px 0; padding:30px 15px; }
.index_add5 .list ul{ flex-wrap:wrap;}
.index_add5 .list ul li{ font-size:20px; line-height:30px; width:calc((100% - 15px)/2); margin:7.5px 0 7.5px 15px; }
.index_add5 .list ul li:nth-child(2n-1){ margin-left:0;}
.index_add5 .list ul li a{ padding:30px 5px;}
}


.index_add6bg{}
.index_add6{ padding:15px;}
.index_add6 .list{ margin-top:25px;}
.hyzl_swiper .swiper-container { width: 100%; }
.hyzl_swiper .swiper-slide { overflow:hidden; position:relative; z-index:1; text-align:center;}
.hyzl_swiper .swiper-slide.swiper-slide-active{ z-index:2;}
.hyzl_swiper .swiper-slide .nr_box{ background:#ececec; padding:10px; transition:al .3s ease;}
.hyzl_swiper .swiper-slide:hover .nr_box{ background:var(--primary-color);}
.hyzl_swiper .swiper-slide .img{ padding-bottom:60%; position:relative; overflow:hidden;}
.hyzl_swiper .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.hyzl_swiper .swiper-slide:hover .img img{ transform:scale(1.1);}
.hyzl_swiper .swiper-slide .txtbg{ }
.hyzl_swiper .swiper-slide .txt{ padding:10px 5% 0 5%; color:#333;}
.hyzl_swiper .swiper-slide:hover .txt{ color:#fff;}
.hyzl_swiper .swiper-slide .txt .h2{ font-size:16px; line-height:26px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.hyzl_swiper .swiper-pagination{ width:auto; height:8px; bottom:16px; left:auto; right:10px; display:none;}
.hyzl_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:8px; height:8px; border-radius:8px; background:#fff; opacity:.5; transition:all .3s ease;}
.hyzl_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.hyzl_swiper .swiper-button-prev,.hyzl_swiper .swiper-button-next{ text-align:center; font-size:20px; width:40px; height:40px; line-height:40px; margin-top:-20px; background:rgba(0,0,0,.5); color:#fff; transition:all .3s ease; }
.hyzl_swiper .swiper-button-prev:hover,.hyzl_swiper .swiper-button-next:hover{ background:rgba(0,0,0,.9);}
.hyzl_swiper .swiper-button-prev{ left:10px;}
.hyzl_swiper .swiper-button-next{ right:10px;}
@media(max-width:999px){
.index_add6{ padding:15px 0;}
.index_add6 .list{ margin-top:25px;}
.hyzl_swiper .swiper-slide .nr_box{ padding:10px; }
.hyzl_swiper .swiper-slide .txt{ padding:10px 5% 0 5%; }
.hyzl_swiper .swiper-slide .txt .h2{ font-size:14px; line-height:24px; }
}


.index_add7bg{}
.index_add7{ padding:15px;}
.index_add7 .list{ margin-top:25px;}
    .index_add7 .list ul li {
        float: left;
        font-size: 16px;
        /*width: calc((100% - 100px)/5);*/
        margin: 0 20px 20px 0px;
        /*background: #efefef;*/
    }
        .index_add7 .list ul li a {
            color: #0005af;
            text-decoration: underline;
        }
/*.index_add7 .list ul li:nth-child(5n-4){ margin-left:0; clear:left;}*/
.index_add7 .list ul li .img{ padding-bottom:22%; position:relative;}
.index_add7 .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;}
@media(max-width:999px){
.index_add7{ padding:15px 0;}
.index_add7 .list{ margin-top:25px;}
.index_add7 .list ul li{ width:calc((100% - 15px)/2); margin:0 0 25px 15px; }
.index_add7 .list ul li:nth-child(5n-4){ margin-left:15px; clear:none;}
.index_add7 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}


.foot_add{ background:var(--primary-color); color:rgba(255,255,255,.6);}
.foot_add a{ color:rgba(255,255,255,.6);}
.foot_add a:hover{ color:#fff;}
.foot_add1bg{ padding:40px 0;}
.foot_add1{ display: flex; justify-content: space-between;/* align-items: center;*/}
.foot_add1 .lt{ width:20%;}
.foot_add .f_contact{ font-size:14px; line-height:24px; color:#fff;}
.foot_add .f_contact ul li{ padding-left:25px; position:relative; margin-bottom:5px;}
.foot_add .f_contact ul li i{ display:inline-block; line-height:24px; text-align:center; position:absolute; left:0; top:0;}
.foot_add1 .ct{ width:calc(75% - 120px);}
.foot_add .f_nav{ font-size:13px; line-height:23px; display: flex; justify-content: flex-start;/* align-items: center;*/}
.foot_add .f_nav dl{ margin:0 .78vw;}
.foot_add .f_nav dl dt{ font-size:15px; line-height:25px; margin-bottom:20px; color:#fff;}
.foot_add .f_nav dl dd{ margin-top:5px;}
.foot_add1 .rt{}
.foot_add .f_ewm{ text-align:center; width:120px;}
.foot_add .f_ewm img{ display:block; margin:0 auto; width:100%;}
.foot_add .f_ewm span{ display:block; font-size:14px; line-height:24px; margin-top:5px; color:#fff;}
.foot_add2bg{ padding:20px 0; background:#3b3d40;}
.foot_add2{ color:#999; text-align:center; font-size:14px; line-height:24px;}
.foot_add2 a{ color:#999;}
.foot_add2 a:hover{ color:#fff;}
@media(max-width:999px){
.foot_add1bg{ padding:30px 0;}
.foot_add1{ display:block;}
.foot_add1 .lt{ width:100%; margin-bottom:15px;}
.foot_add .f_contact{ font-size:14px; line-height:24px; color:#fff;}
.foot_add .f_contact ul li{ padding-left:25px; position:relative; margin-bottom:5px;}
.foot_add .f_contact ul li i{ display:inline-block; line-height:24px; text-align:center; position:absolute; left:0; top:0;}
.foot_add1 .ct{ width:100%; margin-bottom:15px;}
.foot_add .f_nav{ font-size:13px; line-height:23px; flex-wrap:wrap;}
.foot_add .f_nav dl{ margin:0 15px 15px 0;}
.foot_add .f_nav dl dt{ font-size:15px; line-height:25px; margin-bottom:0; }
.foot_add .f_nav dl dd{ margin-top:5px; display:none;}
.foot_add .f_ewm{ width:120px;}
.foot_add .f_ewm span{ font-size:14px; line-height:24px; margin-top:5px; }
.foot_add2bg{ padding:15px 0; }
.foot_add2{ font-size:12px; line-height:22px;}
}



.con01bg{ margin:20px 0;}
.con01{ border:var(--primary-color) solid 2px; background:#f9f9f9; border-radius:4px; height:48px; padding:0 20px; overflow:hidden;
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;}
.con01_lt{ width:100px; color:var(--primary-color); font-size:16px; font-weight:bold;}
.con01_lt i{ margin-right:5px;}
.con01_rt{ width:calc(100% - 100px);}
.scroll_01{}
.scroll_01 .bd{}
.scroll_01 .bd ul li{ float:left; width:calc(100%/3); font-size:14px; line-height:28px; height:28px; position:relative; background:url(../images/ico03.gif) left 10px center no-repeat;}
.scroll_01 .bd ul li a{ float:left; width:70%; height:28px; padding-left:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.scroll_01 .bd ul li span{ float:right; color:#999;}
@media(max-width:999px){
.con01bg{ margin:20px 0;}
.con01{ height:32px; padding:0 5px; }
.con01_lt{ width:80px; font-size:12px; }
.con01_lt i{ margin-right:2px;}
.con01_rt{ width:calc(100% - 80px);}
.scroll_01 .bd ul li{ width:100%; font-size:12px; line-height:28px; height:28px; }
.scroll_01 .bd ul li a{ width:60%; height:28px; padding-left:20px; }
}


.tit1{}
.tit1 .h2{ border-bottom:#ddd solid 1px; height:50px; line-height:50px; font-size:14px;}
.tit1 .h2 strong{ display:inline-block; vertical-align:top; background:var(--primary-color); color:#fff; border-bottom:#333 solid 3px; line-height:48px; font-size:20px; padding:0 40px 0 20px; border-radius:4px 4px 0 0;}
.tit1 .h2 strong img{ margin-right:5px; height:20px; vertical-align:middle;}
.tit1 .h2 a{ float:right;}
.tit1 .h2 a i{ margin-left:5px;}
.con02bg{ margin:20px 0;}
.con02{ background:#fff; border-top:4px solid var(--primary-color); padding:20px;}
.con02 .list{ margin-top:20px;
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_lt{ width:49%;}

.con02_rt{ width:49%;}
.con02_rt ul li{ height:40px; line-height:40px; border-bottom:#ddd dotted 1px; padding-left:15px; background:url(../images/jt1.gif) left center no-repeat; font-size:14px;}
.con02_rt ul li a{ float:left; width:70%; height:40px; font-size:16px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con02_rt ul li span{ float:right; color:#999;}
.con02_rt ul li.news{ height:22px; line-height:22px; border:none; padding-left:60px; position:relative; font-weight:bold; margin-bottom:15px;}
.con02_rt ul li.news span{ width:50px; text-align:center; border-radius:30px; background:var(--primary-color); color:#fff; position:absolute; left:0; top:0; font-size:14px;}
.con02_rt ul li.news a{ width:100%; height:22px; color:var(--primary-color);}
.con02_rt ul li.news a:hover{ text-decoration:underline;}
@media(max-width:999px){
.tit1 .h2{ height:30px; line-height:30px;}
.tit1 .h2 strong{ font-size:14px; line-height:28px; padding:0 10px 0 5px;}
.tit1 .h2 img{ margin-right:5px; height:14px; }
.con02bg{ margin:20px 0;}
.con02{ padding:10px;}
.con02 .list{ margin-top:10px; display:block;}
.con02_lt{ width:100%; margin-bottom:10px;}
.con02_rt{ width:100%;}
.con02_rt ul li{ height:30px; line-height:30px; padding-left:15px; font-size:12px;}
.con02_rt ul li a{ width:70%; height:30px; font-size:13px; }
.con02_rt ul li.news{ height:22px; line-height:22px; padding-left:60px; margin-bottom:5px;}
.con02_rt ul li.news span{ width:50px; font-size:12px;}
.con02_rt ul li.news a{ height:22px; }
}


.con03bg{ margin:20px 0;}
.con03{}
.con03 img{ display:block; width:100%;}


.con04bg{ margin:20px 0;}
.con04{ background:#fff; padding:20px;}
.con04 .list{ margin-top:20px;
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;}
.con04_lt{ width:74.5%;
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;}
.con04_lt .imgbg{ width:45%;}
.con04_lt .img{}
.con04_lt .img img{ display:block; width:100%;}
.con04_lt .txtbg{ width:calc(55% - 15px);}
.con04_lt .txt{}
.con04_lt .txt .h2{ font-size:20px; line-height:30px; color:var(--primary-color); font-weight:bold; margin-bottom:5px;}
.con04_lt .txt .h3{ font-size:14px; line-height:2em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 8;
-webkit-box-orient: vertical;}
.con04_rt{ width:24%;}
.con04_rt ul{ background:#F9f9f9; box-shadow:0px 1px 6px #999; border:#ddd solid 1px; border-radius:4px; padding:10px 15px;
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;}
.con04_rt ul li{ width:46%; margin:10px 0;}
.con04_rt ul li a{ display:block; background:var(--third-color); color:var(--primary-color); text-align:center; border-radius:4px; padding:8px 0;}
.con04_rt ul li:hover a{ background:var(--primary-color); color:#fff;}
.con04_rt ul li .img{ height:20px; position:relative;}
.con04_rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04_rt ul li:hover .img img{filter: brightness(0) invert(1);}
.con04_rt ul li .h2{ font-size:16px; line-height:16px; height:16px; margin-top:8px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:1280px){
.con04_lt .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con04_lt .txt .h3{ font-size:12px; line-height:2em;-webkit-line-clamp: 7;}
.con04_rt ul{ padding:10px; }
.con04_rt ul li{ width:46%; margin:5px 0;}
.con04_rt ul li a{ padding:6px 0;}
.con04_rt ul li .h2{ font-size:14px; line-height:14px; height:14px; margin-top:4px;}
}
@media(max-width:999px){
.con04bg{ margin:20px 0;}
.con04{ padding:10px;}
.con04 .list{ margin-top:10px; display:block;}
.con04_lt{ width:100%; display:block; margin-bottom:10px;}
.con04_lt .imgbg{ width:100%; margin-bottom:5px;}
.con04_lt .txtbg{ width:100%;}
.con04_lt .txt .h2{ font-size:14px; line-height:24px; margin-bottom:0;}
.con04_lt .txt .h3{ font-size:12px; line-height:22px;-webkit-line-clamp: 8;}
.con04_rt{ width:100%;}
.con04_rt ul{ padding:10px;
-webkit-justify-content: flex-start;
justify-content: flex-start;}
.con04_rt ul li{ width:31.33%; margin:1% 1%;}
.con04_rt ul li a{ padding:8px 0;}
.con04_rt ul li .h2{ font-size:14px; line-height:14px; height:14px; margin-top:6px; }
}



.more1{ text-align:right;}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:24px; font-weight:bold; color:var(--primary-color);}
.more1 span:hover{ text-decoration:underline;}
.more1 i{ margin-left:5px;}
.con05bg{ margin:20px 0;}
.con05{ background:#fff; padding:20px;}
.con05 .list{ margin-top:20px;
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;}
.con05_lt{ width:49%; }
.con05_rt{ width:49%;}

@media(max-width:999px){
.more1 span{ font-size:12px; line-height:22px; }
.con05bg{ margin:20px 0;}
.con05{ padding:10px;}
.con05 .list{ margin-top:10px; display:block;}
.con05_lt{ width:100%; margin-bottom:10px;}
.con05_rt{ width:100%;}

}


.tit2{}
.tit2 .h2{ height:36px; line-height:36px; border-bottom:#ddd solid 1px; font-size:14px;}
.tit2 .h2 strong{ display:inline-block; font-size:16px; color:var(--primary-color);}
.tit2 .h2 strong img{ margin-right:5px; height:16px; vertical-align:middle;}
.tit2 .h2 a{ float:right;}
.tit2 .h2 a i{ margin-left:5px;}
.con06bg{ margin:20px 0;}
.con06{
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;}
.con06_lt{ width:49.2%; background:#fff; }
.con06_rt{ width:49.2%; background:#fff; }
.con06_box{ padding:15px;}
.con06 .list{ margin-top:20px;}
.con06 .list dl dt{ margin-bottom:10px;}
.con06 .list dl dt .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: center;
align-items: center;}
.con06 .list dl dt .imgbg{ width:110px;}
.con06 .list dl dt .img{ height:70px; position:relative; overflow:hidden;}
.con06 .list dl dt .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con06 .list dl dt:hover .img img{ transform:scale(1.1);}
.con06 .list dl dt .txtbg{ width:calc(100% - 120px);}
.con06 .list dl dt .txt{}
.con06 .list dl dt .txt .h2{ font-size:14px; line-height:24px; height:24px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con06 .list dl dt .txt .h3{ font-size:12px; line-height:22px; height:44px; color:#999; position:relative;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con06 .list dl dt .txt .h3 span{ color:#f60; background:#fff; position:absolute; bottom:0; right:0;}
.con06 .list dl dt .txt .h3 span:hover{ text-decoration:underline;}
.con06 .list dl dd{ font-size:14px; line-height:28px; height:28px; padding-left:10px; background:url(../images/dot2.png) left center no-repeat;}
.con06 .list dl dd a{ float:left; width:70%; height:28px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con06 .list dl dd span{ float:right; color:#999;}
@media(max-width:999px){
.tit2 .h2{ height:30px; line-height:30px; font-size:12px;}
.tit2 .h2 strong{ font-size:14px; }
.tit2 .h2 strong img{ margin-right:5px; height:14px; }
.con06bg{ margin:20px 0;}
.con06{ display:block;}
.con06_lt{ width:100%; margin-bottom:20px;}
.con06_rt{ width:100%; }
.con06_box{ padding:10px;}
.con06 .list{ margin-top:15px;}
.con06 .list dl dt{ margin-bottom:10px;}
.con06 .list dl dt .txt .h2{ font-size:14px; line-height:24px; height:24px;  }
.con06 .list dl dt .txt .h3{ font-size:12px; line-height:22px; height:44px; }
.con06 .list dl dd{ font-size:12px; line-height:20px; height:20px; }
.con06 .list dl dd a{ width:70%; height:20px; }
}


.con07bg{ margin:20px 0;}
.con07{ }
.con07 .list{}
.con07 .list ul{
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;}
.con07 .list ul li{ float:left; width:32%; position:relative;}
.con07 .list ul li span{ display:block; border:1px solid #ccc; background:#fff url(../images/select1.png) right center no-repeat; padding:0 0 0 25px; font-size:14px; line-height:34px; cursor:pointer;}
.con07 .list ul li:hover span{ border-color:var(--primary-color);}
.con07 .list ul li .links{ width:100%; background:#fff; position:absolute; left:0; top:100%; display:none; z-index:2;}
.con07 .list ul li:hover .links{ display:block;}
.con07 .list ul li .links dl{ max-height:100px; overflow-y:auto; border:1px solid var(--primary-color); border-top:none; padding:10px 0 5px 0 ;}
.con07 .list ul li .links dl dd{ font-size:14px; line-height:26px;}
.con07 .list ul li .links dl dd a{ display:block; padding:0 0 0 25px;}
.con07 .list ul li .links dl dd a:hover{ background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.con07bg{ margin:15px 0;}
.con07 .list ul{ display:block;}
.con07 .list ul li{ width:100%; margin:5px 0;}
.con07 .list ul li span{ padding:0 0 0 25px; font-size:14px; line-height:34px; }
.con07 .list ul li .links dl dd{ font-size:14px; line-height:26px;}
.con07 .list ul li .links dl dd a{ padding:0 0 0 25px;}
}


.foot{ color:#fff; background:#333;}
.foot a{ color:#fff;}
.foot a:hover{ text-decoration:underline;}
.foot1bg{ padding:40px 0; }
.foot1{
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;}
.foot1 dl{}
.foot1 dl dt{ font-size:16px; line-height:26px; font-weight:bold; position:relative; background:url(../images/dx.jpg) bottom left no-repeat; padding-bottom:10px; margin-bottom:15px;}
.foot1 dl dd{ font-size:14px; line-height:24px;}
.foot .f_contact{}
.foot .f_contact .h2{ font-size:16px; line-height:26px; font-weight:bold; position:relative; background:url(../images/dx.jpg) bottom left no-repeat; padding-bottom:10px; margin-bottom:15px;}
.foot .f_contact ul li{ font-size:14px; line-height:24px; margin-bottom:5px;}
.foot .f_contact ul li i{ text-align:center; width:14px; line-height:24px; margin-right:5px;}
.foot .f_ewm{}
.foot .f_ewm .h2{ font-size:16px; line-height:26px; font-weight:bold; position:relative; background:url(../images/dx.jpg) bottom left no-repeat; padding-bottom:10px; margin-bottom:15px;}
.foot .f_ewm .img{ width:100px; text-align:center;}
.foot .f_ewm .img img{ display:block; margin:0 auto; width:100px;}
.foot .f_ewm span{ display:block; font-size:14px; line-height:24px; margin-top:5px;}
.foot2bg{ padding:20px 0; background:var(--primary-color);}
.foot2{ text-align:center;}
.foot .f_info{ font-size:14px; line-height:24px; }
@media(max-width:999px){
.foot1bg{ padding:30px 0; }
.foot1{ display:block;}
.foot1 dl{ display:none;}
.foot .f_contact{ margin-bottom:15px;}
.foot .f_contact .h2{ font-size:16px; line-height:26px; padding-bottom:10px; margin-bottom:15px;}
.foot .f_contact ul li{ font-size:14px; line-height:24px; margin-bottom:5px;}
.foot .f_contact ul li i{ width:14px; line-height:24px; margin-right:5px;}
.foot .f_ewm .h2{ font-size:16px; line-height:26px; font-weight:bold; position:relative; background:url(../images/dx.jpg) bottom left no-repeat; padding-bottom:10px; margin-bottom:15px;}
.foot2bg{ padding:15px 0; }
.foot .f_info{ font-size:12px; line-height:16px; }
}


/*Add------------------------------------------------------------------------------*/

.inbanner{}
.inbanner img{ display:block; width:100%;}
.inbar{ border-bottom:#eee solid 1px; padding-bottom:10px;}
.weizhi{ font-size:14px; line-height:24px; color:#666; padding-left:30px; background:url(../images/homef.png) left center no-repeat;}
@media(max-width:999px){
.inbar{ display:none;}
}

.insidebg{ margin:20px 0;}
.inside{ background:#fff; border-top:var(--primary-color) solid 2px; border-bottom:var(--primary-color) solid 2px; border-radius:6px; padding:20px;}
.inside_con{ margin-top:20px;}
.inside_lt{ float:left; width:250px;}
.side_a{ border-radius:4px 4px 0 0; overflow:hidden; margin-bottom:15px;}
.side_a .h1{ font-size:16px; line-height:50px; background:var(--primary-color); color:#fff; text-align:center;}
.side_a .h1 strong{ display:block; }
.side_a ul li{ font-size:16px; line-height:26px;}
.side_a>ul>li{ background:#f1f1f1; margin-top:1px;}
.side_a ul li span{ display:block; padding:12px 35px 12px 15px; position:relative; cursor:pointer;}
.side_a ul li.hover>span,.side_a ul li:hover>span{ color:#fff; background:var(--primary-color);}
.side_a ul li span a{ display:inline-block;}
.side_a ul li.hover>span a,.side_a ul li:hover>span a{ color:#fff;}
.side_a ul li span i{ position:absolute; right:15px; top:50%; transform:translateY(-50%);}
.side_a ul li ul{ padding:0 10px 10px 15px; display:none !important;}
.side_a ul li ul li{}
.side_a ul li ul li span{ padding:6px 20px 6px 15px;}
.side_b{ border:#ddd solid 1px;}
.side_b .h1{ background:#f3f3f3; font-size:16px; line-height:40px;}
.side_b .h1 strong{ display:inline-block; color:#fff; background:var(--primary-color); padding:0 10px;}
.side_b .h1 strong i{ margin-right:5px;}
.side_b ul{ padding:10px;}
.side_b ul li{ font-size:14px; line-height:24px;}
.side_b ul li .h2{ font-weight:bold;}
.inside_rt{ float:right; width:calc(100% - 280px);}
.inside_rt>.tit1{ position:relative;}
.inside_rt>.tit1 .innav_open{ width:36px; height:24px; background:var(--primary-color) url(../images/lmc.png) center no-repeat; border-radius:4px; position:absolute; right:0; top:50%; transform:translateY(-50%); cursor:pointer; display:none;}
.inside_rt>.tit1 .innav_open.active{ background-image:url(../images/gbd.png);}
.inside_list{ margin-top:20px;}
@media(max-width:999px){
.insidebg{ margin:20px 0;}
.inside{ padding:10px;}
.inside_con{ margin-top:0; position:relative;}
.inside_lt{}
.side_a{ width:250px; margin-bottom:0; position:absolute; right:0; top:30px; background:#eee; padding:10px; display:none;}
.side_a .h1{ display:none;}
.side_a ul li{ font-size:14px; line-height:24px;}
.side_a>ul>li{ background:#f7f7f7; border-bottom:#eee solid 1px; margin:0;}
.side_a ul li span{ padding:5px 35px 5px 15px; }
.side_b{ display:none;}
.inside_rt{  width:100%;}
.inside_rt>.tit1 .innav_open{ display:block;}
.inside_list{ margin-top:10px;}
}




.product{}
.product ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.product ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.product ul li .nr_box{ overflow:hidden; position:relative;}
.product ul li .img{ padding-bottom:130%; position:relative; overflow:hidden;}
.product 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;}
.product ul li .img .img2{ display:none;}
.product ul li:hover .img .img1{ display:none; }
.product ul li:hover .img .img2{ display:block; }
.product ul li .txtbg{ }
.product ul li .txt{ text-align:center; margin-top:5px; color:#666;}
.product ul li .txt .h2{ font-size:14px; line-height:24px; color:#333;}
.product ul li:hover .txt .h2{ color:var(--primary-color);}
.product ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.product{ }
.product ul li{ width:calc((100% - 10px)/2); margin:0 0 10px 10px;}
.product ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.product ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.product ul li .txt .h2{ font-size:14px; line-height:24px; }
.product ul li .txt .h3{ font-size:16px; line-height:26px;}
}


.contact1{}
.contact1 .list1{ font-size:14px; line-height:24px; margin-bottom:30px;}
.contact1 .list1 ul li{ margin-bottom:5px;}
.contact1 .list1 ul li .h2{ font-weight:bold;}
.contact1 .list2{}
.contact1 .list2 .h1{ margin-bottom:20px;}
.contact1 .list2 .h1 strong{ display:inline-block; background-color:var(--primary-color); background-image:linear-gradient(to top, #dd0000, #cc0000,#dd0000); color:#fff; font-size:15px; line-height:37px; padding:0 10px; border-radius:4px; position:relative;}
.contact1 .list2 .h1 strong:before{ content:""; width:11px; height:7px; background:url(../images/jta.png) center no-repeat; position:absolute; top:100%; left:50%; transform:translateX(-50%);}
.contact1 .list2 .form{}
.contact1 .list2 .form ul li{ float:left; width:48%; margin:0 0 20px 4%;}
.contact1 .list2 .form ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.contact1 .list2 .form ul li.li1{ width:100%; margin-left:0;}
.contact1 .list2 .form .h2{ font-size:14px; line-height:24px; margin-bottom:5px;}
.contact1 .list2 .form font{ color:#f00;}
.contact1 .list2 .form select{ border:#9C9C9C solid 1px; background:#f7f7f7; height:35px; line-height:33px; padding:0 10px; width:100%;}
.contact1 .list2 .form .text1{ border:#9C9C9C solid 1px; background:#f7f7f7; height:33px; line-height:33px; padding:0 10px; width:calc(100% - 22px);}
.contact1 .list2 .form textarea{ border:#9C9C9C solid 1px; background:#f7f7f7; height:72px; line-height:24px; padding:5px 10px; width:calc(100% - 22px);}
.contact1 .list2 .form .yzm{ height:35px;}
.contact1 .list2 .form .yzm img{ float:left; height:35px;}
.contact1 .list2 .form .text2{ border:#9C9C9C solid 1px; background:#f7f7f7; height:33px; line-height:33px; padding:0 10px; width:134px; float:left;}
.contact1 .list2 .form .button1{ display:inline-block; width:120px; line-height:40px; background:#666; color:#fff; font-size:14px; cursor:pointer; margin:0 8px;}
.contact1 .list2 .form .button1:hover{ background:var(--primary-color);}
@media(max-width:999px){

}



.news1{ }
.news1 ul li{ padding:15px 10px; border-bottom:#ddd dotted 1px; position:relative;}
.news1 ul li:before{ content:""; width:0; height:100%; background:#F5F5F5; position:absolute; left:0; top:0; transition:all .3s ease;}
.news1 ul li:hover:before{ width:100%;}
.news1 ul li .nr_box{ position:relative; z-index:2;
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;}
.news1 ul li .date{ width:75px; height:75px; background:#eee; color:#999; text-align:center; }
.news1 ul li:hover .date{ background:var(--primary-color); color:#fff;}
.news1 ul li .date strong{ display:block; font-size:25px; line-height:1em; padding:15px 0 2px 0;}
.news1 ul li .date span{ display:block; font-size:15px; line-height:1em;}
.news1 ul li .txt{ width:calc(100% - 100px); color:#666;}
.news1 ul li .txt .h2{ font-size:16px; line-height:1.5em; margin-bottom:5px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news1 ul li .txt .h2 a{ color:#333;}
.news1 ul li:hover .txt .h2 a{ color:var(--primary-color);}
.news1 ul li .txt .h3{font-size:12px; line-height:1.5em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.news1 ul li{ padding:10px 5px; }
.news1 ul li .date{ width:65px; height:65px; }
.news1 ul li .date strong{ font-size:18px; line-height:1em; padding:15px 0 2px 0;}
.news1 ul li .date span{ font-size:12px; line-height:1em;}
.news1 ul li .txt{ width:calc(100% - 80px); }
.news1 ul li .txt .h2{ font-size:14px; line-height:1.5em; margin-bottom:5px; }
.news1 ul li .txt .h3{font-size:12px; line-height:1.5em; }
}


.news2{}
.news2 ul li{ font-size:14px; height:45px; line-height:45px; border-bottom:#ddd dotted 1px; background:url(../images/jt-2.png) left center no-repeat; padding-left:15px;}
.news2 ul li a{ float:left; width:70%; height:45px; font-size:16px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news2 ul li span{ float:right; color:#999;}
@media(max-width:999px){
.news2 ul li{ font-size:12px; height:35px; line-height:35px; padding-left:15px;}
.news2 ul li a{ width:70%; height:35px; font-size:14px; }
}



.zssq1{}
.zssq1 .form{ font-size:14px; line-height:24px;}
.zssq1 .form table{ border-collapse:collapse; border:1px solid #333;}
.zssq1 .form table td{ padding:5px; vertical-align:top;}
.zssq1 .form .text1{ border:none; background:none; height:24px; line-height:24px;}
.zssq1 .form textarea{ border:none; background:none; height:72px; line-height:24px; width:calc(100% - 80px); vertical-align:top;}
.zssq1 .form .button1{ border:1px solid #ccc; background:#eee; color:#333; width:100px; height:40px; line-height:38px; cursor:pointer; margin:30px auto; display:block;}
.zssq1 .form .button1:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.zssq1 .form{ font-size:14px; line-height:24px;}
.zssq1 .form table td{ padding:5px; display:block; width:calc(100% - 10px);}
.zssq1 .form .button1{ width:100px; height:32px; line-height:30px; margin:20px auto; }
}


.chaxun1{}
.chaxun1 .form{ margin:0 auto; max-width:500px; font-size:14px; line-height:24px;}
.chaxun1 .form table{ border-collapse:collapse; }
.chaxun1 .form table td{ padding:5px; vertical-align:top;}
.chaxun1 .form font{ color:#f00;}
.chaxun1 .form .text1{ border:1px solid #ccc; background:#fff; padding:0 10px; height:30px; line-height:30px; width:calc(100% - 22px);}
.chaxun1 .form .button1{ border:1px solid #ccc; background:#eee; color:#333; width:100px; height:32px; line-height:30px; cursor:pointer; margin-top:10px;}
.chaxun1 .form .button1:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.chaxun1 .form{ font-size:14px; line-height:24px;}
.chaxun1 .form table td{ padding:5px; display:block; width:calc(100% - 10px);}
.chaxun1 .form table td.hide_m{ display:none;}
.chaxun1 .form .button1{ width:100px; height:32px; line-height:30px; margin-top:10px;}
}


.jieguo1{}
.jieguo1 .form{ font-size:14px; line-height:24px;}
.jieguo1 .form table{ border-collapse:collapse; }
.jieguo1 .form table th{ padding:5px; vertical-align:top; font-weight:normal; text-align:right; width:160px;}
.jieguo1 .form table td{ padding:5px; vertical-align:top;}
.jieguo1 .form img{ max-width:100%;}
.jieguo_none{ color:#f00; text-align:center; font-size:14px; line-height:24px;}
@media(max-width:999px){
.jieguo1 .form{ font-size:12px; line-height:22px;}
.jieguo1 .form table th{ padding:5px; width:60px}
.jieguo1 .form table td{ padding:5px; }
.jieguo_none{ font-size:14px; line-height:24px;}
}











