/*common start*/
:root{
 --primary-color:#cb0709;
 --secondary-color:#f08200;
 --third-color:#09328f;
 --fourth-color:#1e9e3b;
 --fifth-color:#e84100;
 --main-color:#cb0709;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1600px; min-width:1000px;}
.wapper2{ width:90%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head1bg{ background:rgba(255,255,255,.85); border-bottom:1px solid rgba(0,0,0,0.1); height:29px; overflow:hidden; transition:all .3s ease;}
.head1{}
.head .h_contact{ font-size:14px; line-height:29px;}
.head .h_contact ul{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_contact ul li{ margin-left:20px;}
.head .h_contact ul li i{ margin-right:5px;}
.head2bg{ position:relative; background:rgba(0,0,0,.3); transition:all .3s ease;}
.head2{ height:80px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:29%; height:80px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; 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 .h_lang{ position:relative; margin-left:1.04vw; padding:25px 0;}
.head .h_lang i{ display:block; width:24px; height:24px; border-radius:100%; background:rgba(0,0,0,0.25) url(../images/h_lang1.gif) center no-repeat; background-size:cover; cursor:pointer;}
.head .h_lang:hover i{ background-color:var(--primary-color);}
.head .h_lang ul{ width:120px; padding:10px 0; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none;}
.head .h_lang:hover ul{ display:block;}
.head .h_lang ul:before{ content:""; border:10px solid transparent; border-bottom-color:#fff; position:absolute; top:0; left:50%; transform:translate(-50%,-100%);}
.head .h_lang ul li{}
.head .h_lang ul li a{ display:block; font-size:12px; line-height:22px; padding:5px 5px; text-align:center;}
.head .h_search_btn{ font-size:20px; line-height:30px; color:#fff; margin-left:1.56vw; cursor:pointer;}
.head .h_search_btn:hover{ color:var(--primary-color);}
.head .h_search_box{ width:100%; height:100%; position:absolute; top:0; 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:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:1600px; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ padding:0 50px 0 0; }
.head .h_search_close2{ width:50px; height:50px; background:url(../images/chahao3.png) center no-repeat; position:absolute; right:0; top:0; cursor:pointer;}
.head .h_search .form{ height:50px; overflow:hidden; background:#Fff; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:1px solid #f5f5f5; background:none; height:48px; line-height:48px; padding:0 0 0 10px; width:calc(100% - 132px);}
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); width:120px; height:50px; line-height:50px; cursor:pointer; font-size:20px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--secondary-color);}
.head .h_search .form .button1 i{ margin-right:5px;}
/*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:#fff; display:block; font-size:16px; font-weight:normal; position:relative; padding:0 1.56vw; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:#fff !important; }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/
.head .menu>ul>li>a:before{ content:""; width:100%; height:0; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ height:100%;}
.head .menu>ul>li ul{ width:fit-content; min-width:180px; padding:10px 0; background:rgba(255,255,255,0.97); box-shadow:0 0 10px rgba(0,0,0,.2); 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:#333; 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{ background:var(--primary-color); color:#fff;}
.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{ }

.head.active1{ background:#fff; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active1 .head1bg{ height:0; border-width:0;}
.head.active1 .head2bg{ background:#fff; }
.head.active1 .logo .img1{ display:block;}
.head.active1 .logo .img2{ display:none;}
.head.active1 .h_lang i{ background-color:var(--primary-color);}
.head.active1 .h_search_btn{ color:var(--primary-color);}
.head.active1 .menu>ul>li>a{ color:#333; }
.head.active2{ background:#fff;}
.head.active2 .head2bg{ background:#fff; }
.head.active2 .logo .img1{ display:block;}
.head.active2 .logo .img2{ display:none;}
.head.active2 .h_lang i{ background-color:var(--primary-color);}
.head.active2 .h_search_btn{ color:var(--primary-color);}
.head.active2 .menu>ul>li>a{ color:#333; }

@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff;}
.head1bg{ display:none;}
.head2bg{ background:#fff;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_lang{ margin-left:20px;}
.head .h_search_btn{ color:#333; }

.head .h_search_box{ top:100%;}
.head .h_search{ padding:0 40px 0 0; }
.head .h_search_close2{ width:40px; height:40px; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:38px; line-height:38px; padding:0 0 0 10px; width:calc(100% - 92px);}
.head .h_search .form .button1{ width:80px; height:40px; line-height:40px; font-size:20px; }

.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:20px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0: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; padding:0 5%;}
.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 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid rgba(0,0,0,.05);}
.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.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);}

.head.active1 .nav_open i,.head.active1 .nav_open:before,.head.active1 .nav_open:after{ background:#333;}
.head.active2 .nav_open i,.head.active2 .nav_open:before,.head.active2 .nav_open:after{ background:#333;}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; text-align:center;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:52px; line-height:62px; text-shadow:3px 0 10px rgba(0,0,0,.55); font-weight:bold; margin-bottom:1.56vw;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; text-shadow:1px 0 3px rgb(255,255,255,.75); font-weight:bold; margin-bottom:1.56vw;}
.banner_swiper .swiper-container .swiper-slide .txt .h3 span{ display:inline-block; text-align:center; background:rgba(255,255,255,.55); color:var(--third-color); padding:0 20px; border-radius:20px;}
.banner_swiper .swiper-container .swiper-slide .txt .h4{ font-size:18px; line-height:28px; text-shadow:1px 0 3px rgba(0,0,0,.55); font-weight:bold; margin-bottom:1.04vw;}
.banner_swiper .swiper-pagination{ bottom:20px; height:12px; width:100%;}
.banner_swiper .swiper-pagination span{ width:12px; height:12px; background:rgba(0,0,0,.4); opacity:1; margin:0 5px; border-radius:10px; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:30px; background:var(--primary-color);}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:48px; height:48px; line-height:48px; text-align:center; border:1px solid #fff; background:none; color:#fff; font-size:24px; transition:all .3s ease; border-radius:100%;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ display:none;}
.banner_swiper .swiper-container .swiper-slide .txt .h4{ display:none;}
.banner_swiper .swiper-pagination{ bottom:10px; height:8px; }
.banner_swiper .swiper-pagination span{ width:8px; height:8px; margin:0 2px; }
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:20px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:28px; height:28px; line-height:28px; font-size:16px; }
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}

.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:12px; line-height:43px; border-radius:40px; border:1px solid var(--primary-color); background:var(--primary-color); color:#fff; transition:all .3s ease; padding:0 15px; min-width:110px; font-weight:bold;}
.more1 span:hover{ background:#fff; color:var(--primary-color);}
@media(max-width:999px){
.more1 span{ font-size:12px; line-height:38px; padding:0 10px; min-width:100px;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:40px; padding:0 10px; min-width:180px; background:var(--primary-color); color:#fff; transition:all.3s ease; position:relative; overflow:hidden;}
.more2 span:hover{}
.more2 span:before{ content:""; width:100%; padding-bottom:100%; border-radius:100%; background:rgba(0,0,0,.25); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); transition:all .3s ease;}
.more2 span:hover:before{ animation: style1 .75s;}
.more2 a:nth-child(1){ margin-right:20px;}
.more2 a:nth-child(2) span{ background:var(--secondary-color);}
@keyframes style1{
	0%{background:rgba(0,0,0,.25);transform:translateX(-50%) translateY(-50%) scale(0)}
	to{background:0 0;transform:translateX(-50%) translateY(-50%) scale(1)}
}
.con01bg{ padding:20px 0 80px 0; background:url(../images/indexbg1.jpg) center no-repeat; background-size:cover;}
.con01{}
.proclass_gallery{ position:relative; }
.proclass_gallery .proclass_gallery-thumbs{ position:relative; margin-bottom:80px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-container{}
.proclass_gallery .proclass_gallery-thumbs .swiper-wrapper{justify-content: center;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide{ text-align:center;  border-radius:10px; cursor:pointer;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active { background:rgba(0,0,0,.1);}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .nr_box{ padding:10px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .img{ height:70px; position:relative;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .txt{ margin-top:10px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .txt .h2{ font-size:15px; line-height:25px; font-weight:bold;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .txt .h2{ color:var(--fourth-color);}
.proclass_gallery .proclass_gallery-top{}
.proclass_gallery .proclass_gallery-top .swiper-container{}
.proclass_gallery .proclass_gallery-top .swiper-slide{ position:relative;}
.proclass_gallery .proclass_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.proclass_gallery .proclass_gallery-top .swiper-slide .nr_box{display: flex; justify-content: space-between; align-items: center;}
.proclass_gallery .proclass_gallery-top .swiper-slide .imgbg{ width:49%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .img{ }
.proclass_gallery .proclass_gallery-top .swiper-slide .img img{ display:block; width:100%; }
.proclass_gallery .proclass_gallery-top .swiper-slide .txtbg{ width:49%;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt{ }
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; color:var(--primary-color); margin-bottom:1.04vw;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h3{ font-size:40px; line-height:50px; font-weight:bold; color:#333; margin-bottom:1.04vw;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h4{ font-size:14px; line-height:24px; color:#666; margin-bottom:2.34vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;}
.proclass_gallery .swiper-pagination{ display:none;}
.proclass_gallery .swiper-pagination span{ }
.proclass_gallery .swiper-pagination span.swiper-pagination-bullet-active{ }
.proclass_gallery .swiper-button-prev,.proclass_gallery .swiper-button-next{ width:44px; height:44px; line-height:44px; text-align:center; background:#fff; color:var(--fourth-color); font-size:24px; transition:all .3s ease; }
.proclass_gallery .swiper-button-prev:hover,.proclass_gallery .swiper-button-next:hover{ background:var(--fourth-color); color:#fff;}
.proclass_gallery .swiper-button-prev{ left:0px;}
.proclass_gallery .swiper-button-next{ right:0px;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:40px; padding:0 10px; min-width:100px; }
.more2 a:nth-child(1){ margin-right:10px;}
.con01bg{ padding:20px 0 40px 0; }
.proclass_gallery .proclass_gallery-thumbs{ margin-bottom:20px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .img{ height:60px; }
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .txt{ margin-top:10px;}
.proclass_gallery .proclass_gallery-thumbs .swiper-slide .txt .h2{ font-size:12px; line-height:16px; }
.proclass_gallery .proclass_gallery-top .swiper-slide .nr_box{display:block;}
.proclass_gallery .proclass_gallery-top .swiper-slide .imgbg{ width:100%; }
.proclass_gallery .proclass_gallery-top .swiper-slide .txtbg{ width:100%; margin-bottom:20px;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.proclass_gallery .proclass_gallery-top .swiper-slide .txt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.proclass_gallery .swiper-button-prev,.proclass_gallery .swiper-button-next{ width:30px; height:30px; line-height:30px; font-size:16px; }
}


.more3{}
.more3 span{ display:inline-block; text-align:center; background:var(--primary-color); color:#fff; font-size:44px; line-height:100px; width:100px; border-radius:4px; transition:all .3s ease; position:relative;}
.more3 span:hover{ background:var(--secondary-color);}
.more3 span:before{ content:""; width:100%; padding-bottom:100%; border-radius:100%; background:rgba(0,0,0,.25); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); transition:all .3s ease;}
.more3 span:hover:before{ animation: style1 .75s;}
.con02bg{ padding:80px 0; position:relative;}
.con02_video{ width:100%; height:100%; background:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1;}
.con02_video video{ display:block; width:100%; height:100%; object-fit:cover;}
.con02bg .wapper1{}
.con02{}
.con02_list1{display: flex; justify-content: space-between;/* align-items: center;*/}
.con02_lt{ width:45%; color:#fff;}
.con02_lt .h2{ font-size:40px; line-height:50px; font-weight:bold; color:var(--primary-color);text-transform: uppercase;}
.con02_lt .h3{ font-size:29px; line-height:44px; font-weight:bold; margin-bottom:1.82vw;}
.con02_lt .h4{ font-size:16px; line-height:26px; margin-bottom:1.82vw;}
.con02_rt{ width:50%;}
.con02_rt .img{ border:5px solid rgba(255,255,255,0.5);}
.con02_rt img{ display:block; width:100%;}
.con02_list2{ margin-top:80px; background:#fff; padding:20px 0;}
.con02_list2 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con02_list2 ul li{ width:100%; position:relative;}
.con02_list2 ul li:before{ content:""; width:1px; height:100%; background:#ccc; position:absolute; left:0; top:0;}
.con02_list2 ul li:after{ content:""; width:3px; height:50%; background:#999; position:absolute; left:-1px; top:0;}
.con02_list2 ul li:nth-child(1):before,.con02_list2 ul li:nth-child(1):after{ display:none;}
.con02_list2 ul li .nr_box{display: flex; justify-content: space-between;/* align-items: center;*/ padding:0 10%;}
.con02_list2 ul li .imgbg{ width:60px;}
.con02_list2 ul li .img{ height:60px; position:relative;}
.con02_list2 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_list2 ul li .txtbg{ width:calc(100% - 80px);}
.con02_list2 ul li .txt{}
.con02_list2 ul li .txt .h2{ font-size:12px;}
.con02_list2 ul li .txt .h2 strong{ font-size:46px;}
.con02_list2 ul li .txt .h2 span{ color:#999;}
.con02_list2 ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.more3 span{ font-size:44px; line-height:60px; width:60px; }
.con02bg{ padding:40px 0; }
.con02_list1{display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .h2{ font-size:24px; line-height:34px; }
.con02_lt .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.con02_lt .h4{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con02_rt{ width:100%;}
.con02_rt .img{ border:5px solid rgba(255,255,255,0.5);}
.con02_list2{ margin-top:40px; padding:10px 0;}
.con02_list2 ul{ flex-wrap:wrap;}
.con02_list2 ul li{ width:50%; margin:10px 0;}
.con02_list2 ul li:nth-child(2n-1):before,.con02_list2 ul li:nth-child(2n-1):after{ display:none;}
.con02_list2 ul li .nr_box{ padding:0 10px;}
.con02_list2 ul li .imgbg{ width:40px;}
.con02_list2 ul li .img{ height:40px; }
.con02_list2 ul li .txtbg{ width:calc(100% - 50px);}
.con02_list2 ul li .txt .h2{ font-size:12px;}
.con02_list2 ul li .txt .h2 strong{ font-size:20px;}
.con02_list2 ul li .txt .h3{ font-size:12px; line-height:22px; }
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:40px; line-height:50px; font-weight:bold;}
.tit1 .h3{ font-size:14px; line-height:24px; color:#bdbdbd; margin-top:5px;}
.more4{}
.more4 span{ display:inline-block; text-align:center; font-size:14px; line-height:36px; padding:0 8px; min-width:100px; border:2px solid var(--primary-color); color:var(--primary-color); transition:all .3s ease; border-radius:30px;}
.more4 span:hover{ background:var(--primary-color); color:#fff;}
.con03bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03{}
.con03 .list{ margin-top:60px;}
.con03 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.con03 .list ul li{ width:calc((100% - 60px)/4); margin:0 0 20px 20px; background:rgba(255,255,255,0.5); transition:all .3s ease; text-align:center;}
.con03 .list ul li:hover{ background:#fff; box-shadow:0px 0px 10px 5px rgba(0, 0, 0, 0.05); transform:translateY(-10px);}
.con03 .list ul li:nth-child(4n-3){ margin-left:0;}
.con03 .list ul li .nr_box{ padding:30px;}
.con03 .list ul li .img{ height:60px; position:relative;}
.con03 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txt{ margin-top:30px;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#b5b5b5; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.more4 span{ font-size:14px; line-height:36px; padding:0 8px; min-width:100px; border-width:2px;}
.con03bg{ padding:40px 0; }
.con03 .list{ margin-top:20px;}
.con03 .list ul li{ width:100%; margin:0 0 20px 0; }
.con03 .list ul li .nr_box{ padding:20px;}
.con03 .list ul li .img{ height:60px; }
.con03 .list ul li .txt{ margin-top:20px;}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px; }
}


.con04bg{ background-repeat:no-repeat; background-position:center; background-size:cover;}
.con04{}
.con04 .list{}
.con04 .list ul{display: flex; justify-content: space-between;/* align-items: center;*//* flex-wrap:wrap;*/}
.con04 .list ul li{ width:100%; border-left:1px solid rgba(255, 255, 255, .2); position:relative;}
.con04 .list ul li:nth-child(1){ border-left:none;}
.con04 .list ul li .img{ height:655px; 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; opacity:0; visibility:hidden; transition:all .3s ease;}
.con04 .list ul li:hover .img img{ opacity:1; visibility:visible;}
.con04 .list ul li .txtbg{ width:100%; color:#fff; position:absolute; bottom:0; left:0; z-index:3;}
.con04 .list ul li .txt{ padding:0 10% 80px 10%; color:#fff;}
.con04 .list ul li .txt .h2{ font-size:22px; line-height:32px; font-weight:bold; margin-bottom:2px;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:8px;}
.con04 .list ul li .txt .h4{ font-size:26px; line-height:36px; font-weight:bold; margin-bottom:36px;}
.con04 .list ul li .txt .h4:after{ content:""; display:inline-block; vertical-align:middle; margin-left:10px; width:4.68vw; height:1px; background:rgba(255,255,255,.3);}
.con04 .list ul li .txt .h5{ font-size:14px; line-height:24px; font-weight:bold; height:0; opacity:0; visibility:hidden; transition:all .3s ease;}
.con04 .list ul li:hover .txt .h5{ height:24px; opacity:1; visibility:visible;}
@media(max-width:999px){
.con04 .list ul{  flex-wrap:wrap;}
.con04 .list ul li{ width:calc(50% - 1px); border-top:1px solid rgba(255, 255, 255, .2); position:relative;}
.con04 .list ul li:nth-child(2n-1){ border-left:none;}
.con04 .list ul li:nth-child(1),.con04 .list ul li:nth-child(2){ border-top:none;}
.con04 .list ul li .img{ height:225px; }
.con04 .list ul li .txt{ padding:0 10% 20px 10%; }
.con04 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:2px;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:8px;}
.con04 .list ul li .txt .h4{ font-size:22px; line-height:32px; margin-bottom:16px;}
.con04 .list ul li .txt .h4:after{ margin-left:5px; width:50px; }
}


.con05bg{ padding:80px 0; background:#f5f5f5;}
.con05{}
.con05 .list{ margin-top:60px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con05_lt{ width:50%; position:relative;}
.con05_lt .img{ height:480px; position:relative; overflow:hidden;}
.con05_lt .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05_lt:hover .img img{ transform:scale(1.1);}
.con05_lt .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:3;}
.con05_lt .txt{ color:#fff; padding:10px 5%; text-align:center;}
.con05_lt .txt .h2{ font-size:18px; line-height:28px; 
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con05_rt{ width:50%; background:#fff;}
.con05_rt ul li{ padding:35px 0;}
.con05_rt ul li .nr_box{display: flex; justify-content: space-between; align-items: center;}
.con05_rt ul li .date{ width:150px; text-align:center; font-size:20px; line-height:30px; font-weight:bold; color:#666;}
.con05_rt ul li .date strong{ display:block; font-size:26px; line-height:36px; color:var(--third-color); margin-bottom:10px;}
.con05_rt ul li .date span{ display:block;}
.con05_rt ul li .txt{ width:calc(100% - 150px); height:90px; border-left:1px solid var(--third-color); color:#999; padding:0 35px; box-sizing: border-box;}
.con05_rt ul li .txt .h2{ font-size:18px; line-height:25px; color:#333; margin-bottom:15px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05_rt ul li .txt .h3{ font-size:14px; line-height:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con05bg{ padding:40px 0; }
.con05 .list{ margin-top:20px;display:block;}
.con05_lt{ width:100%; }
.con05_lt .img{ height:auto; padding-bottom:60%;  }
.con05_lt .txt{ padding:10px 5%; }
.con05_lt .txt .h2{ font-size:16px; line-height:26px; }
.con05_rt{ width:100%; }
.con05_rt ul li{ padding:20px 0;}
.con05_rt ul li .date{ width:70px; font-size:12px; line-height:22px; }
.con05_rt ul li .date strong{ font-size:14px; line-height:24px; margin-bottom:5px;}
.con05_rt ul li .txt{ width:calc(100% - 70px); height:80px; padding:0 20px; }
.con05_rt ul li .txt .h2{ font-size:16px; line-height:25px; margin-bottom:5px; }
.con05_rt ul li .txt .h3{ font-size:14px; line-height:20px; }
}




.foot{ background:#3e3e3e; color:#fff;}
.foot a{ color:rgba(255,255,255,.9);}
.foot a:hover{ color:#fff;}
.foot .list1{ padding:60px 0 20px 0;display: flex; justify-content: space-between;/* align-items: center;*/}
.foot .f_contact{ width:32%; font-size:14px; line-height:24px;}
.foot .f_contact .h2{ font-size:19px; line-height:30px; font-weight:bold; margin-bottom:20px;}
.foot .f_contact ul li{ padding-left:29px; position:relative; min-height:25px; margin-bottom:10px;}
.foot .f_contact ul li i{ width:25px; height:25px; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.foot .f_contact ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot .f_pro{ width:32%; font-size:14px; line-height:24px;}
.foot .f_pro .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:15px;}
.foot .f_pro ul{display: flex; justify-content: flex-start; align-items: center; flex-wrap:wrap;}
.foot .f_pro ul li{ margin-right:2.08vw;}
.foot .f_share{ max-width:32%;}
.foot .f_share .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:20px;}
.foot .f_share ul{display: flex; justify-content: flex-start; align-items: center;}
.foot .f_share ul li{ margin-right:2.08vw;}
.foot .f_share ul li img{ display:block; height:60px;}
.foot .list2{ padding:15px 0; font-size:12px; line-height:22px; border-top:1px solid rgba(255,255,255,0.1);}
@media(max-width:999px){
.foot .list1{ padding:40px 0 20px 0;display:block;}
.foot .f_contact{ width:100%; font-size:14px; line-height:24px; margin-bottom:20px;}
.foot .f_contact .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.foot .f_contact ul li{ padding-left:40px; margin-bottom:10px;}
.foot .f_pro{ width:100%; font-size:14px; line-height:24px; margin-bottom:20px;}
.foot .f_pro .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.foot .f_pro ul li{ margin:0 10px 10px 0;}
.foot .f_share{ max-width:100%;}
.foot .f_share .h2{ font-size:20px; line-height:30px; margin-bottom:15px;}
.foot .f_share ul li{ margin-right:10px;}
.foot .f_share ul li img{ height:40px;}
.foot .list2{ padding:15px 0; font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ text-align:center; color:#fff;}
.inbanner_txt .h2{ font-size:40px; line-height:50px; }
.inbarbg{ padding:15px 0;}
.inbar{ display: flex;justify-content:space-between;align-items:center;}
.innav{ font-size:14px; line-height:38px; }
.innav .h1{ font-size:15px; line-height:50px; padding-right:20px; position:relative; display:none; font-weight:bold;}
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.innav .h1.active1:before{ content:"\f106";}
.innav ul{
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap:wrap;}
.innav ul li{/* display: flex;justify-content:center;align-items:center;*/ color:#333; position:relative; border:1px solid #eee; border-radius:40px; margin-right:1.3vw;}
.innav ul li a{ display:block; padding:0 1.82vw;}
.innav ul li.hover{ color:#fff; background:var(--primary-color); border-color:var(--primary-color);}
.innav ul li.hover>a{ color:#fff; }
.innav ul li:hover{ color:#fff; background:var(--primary-color); border-color:var(--primary-color);}
.innav ul li:hover>a{ color:#fff; }
.weizhi{ font-size:14px; line-height:24px; color:#999;}
.weizhi i{ margin-right:5px; }
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:20px; line-height:24px; }
.inbarbg{ padding:5px 0;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; }
.innav .h1{ display:block;}
.innav ul li{ margin:5px 5px;}
.innav ul li a{ padding:5px 20px;}
.inbar .weizhi{ display:none;}
}

.insidebg{ padding:60px 0 100px 0; background:#f2f2f2;}
.inside{}
.inside_lt{ float:left; width:25%;/* position:sticky; top:100px;*/}
.side_a{ overflow:hidden; margin-bottom:20px; background:#f5f5f5;}
.side_a .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:20px 60px 20px 20px; position:relative;}
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a .h1 svg{ width:30px; height:30px;fill: currentColor; vertical-align:middle; margin-right:10px;}
.side_a .h1:after{ content:"\f0c9"; font: normal normal normal 22px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%);}
.side_a>ul{ }
.side_a ul li{}
.side_a>ul>li{}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 40px 15px 20px; position:relative; cursor:pointer;  border-bottom:1px solid rgba(0,0,0,.05);}
.side_a ul li span:hover,.side_a ul li.hover>span{ color: #fff; background:var(--fifth-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:20px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107"; }
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; position:relative;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color:#fff;}
.side_a ul li ul{ display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 40px 10px 20px; border-left:#cecece 5px solid;}
.side_a ul li ul li span:hover,.side_a ul li ul li.hover>span{ color:var(--fifth-color); background:none;}
.side_a ul li ul li a{}
.side_a ul li ul li span:hover a,.side_a ul li ul li.hover>span a{ color:var(--fifth-color);}
.side_b{ overflow:hidden; background:#f5f5f5; font-size:16px; line-height:26px;}
.side_b .h1{ font-size:20px; line-height:30px; background:var(--primary-color); color:#fff; padding:20px 60px 20px 20px; position:relative;}
.side_b .h1 strong{ display:block; font-weight:normal;}
.side_b .h1 svg{ width:30px; height:30px;fill: currentColor; vertical-align:middle; margin-right:10px;}
.side_b ul li{ border-bottom:1px solid rgba(0,0,0,.075); padding:15px 20px 15px 60px; position:relative;}
.side_b ul li i{ width:26px; height:26px; position:absolute; left:20px; top:15px;}
.side_b ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_rt{ float:right; width:calc(75% - 20px);/* box-sizing: border-box;*/}
.inside_con{ }
.probar{display: flex; justify-content: space-between; align-items: center; background:#f5f5f5; padding:18px 20px; margin-bottom:20px;}
.probar .h1{ font-size:24px; line-height:34px; font-weight:bold;}
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside_lt{ width:100%; }
.side_a{ margin-bottom:10px;}
.side_a .h1{ font-size:20px; line-height:30px; padding:15px 60px 15px 20px; }
.side_a>ul{ display:none;}
.side_b{ display:none;}
.side_b .h1{ font-size:20px; line-height:30px; padding:15px 60px 15px 20px; }
.inside_rt{ float:right; width:100%; }
.inside_con{ }
.probar{display:block; padding:13px 20px;}
.probar .h1{ display:none;}
}



.inproduct1{}
.inproduct1 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inproduct1 ul li{ width:calc((100% - 40px)/3 - 2px); border:1px solid #dcdfe6; margin:0 0 20px 20px;}
.inproduct1 ul li:nth-child(3n-2){ margin-left:0;}
.inproduct1 ul li .nr_box{ padding:9px 9px 19px 9px;}
.inproduct1 ul li .txt{ margin-top:18px;}
.inproduct1 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.inproduct1 ul li .txt .h3{ font-size:12px; line-height:22px; color:#999; margin-bottom:12px;}
.inproduct1 ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:25px;}
.slide_pro{}
.slide_pro .hd{}
.slide_pro .hd ul{display: flex; justify-content: flex-start;/* align-items: center;*/}
.slide_pro .hd ul li{ width:calc((100% - 40px)/5); margin:10px 0 0 10px; cursor:pointer;}
.slide_pro .hd ul li:nth-child(1){ margin-left:0;}
.slide_pro .hd ul li .img{ padding-bottom:80%; position:relative; overflow:hidden; border:1px solid #ddd;}
.slide_pro .hd ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; object-fit:contain;}
.slide_pro .hd ul li.on .img{ border-color:var(--third-color);}
.slide_pro .bd{}
.slide_pro .bd .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.slide_pro .bd .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; object-fit:contain;}
.more5{display: flex; justify-content: space-between; align-items: center;}
.more5 a{ width:calc((100% - 20px)/2);}
.more5 span{ display:block; text-align:center; font-size:14px; line-height:45px; padding:0 10px; background:var(--primary-color); color:#fff; transition:all.3s ease; position:relative; overflow:hidden; border-radius:4px;}
.more5 span:hover{}
.more5 span:before{ content:""; width:100%; padding-bottom:100%; border-radius:100%; background:rgba(0,0,0,.25); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); transition:all .3s ease;}
.more5 span:hover:before{ animation: style1 .75s;}
@media(max-width:999px){
.inproduct1 ul li{ width:calc(100% - 2px); margin:0 0 20px 0;}
.inproduct1 ul li .nr_box{ padding:9px 9px 19px 9px;}
.inproduct1 ul li .txt{ margin-top:18px;}
.inproduct1 ul li .txt .h2{ font-size:20px; line-height:30px; }
.inproduct1 ul li .txt .h3{ font-size:12px; line-height:22px; margin-bottom:12px;}
.inproduct1 ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:25px;}
.more5 span{ font-size:14px; line-height:45px; }
}



.aboutus1bg{ background:#f2f2f2; padding:80px 0;}
.aboutus1{display: flex; justify-content: space-between; align-items: center;}
.aboutus1_lt{ width:46%;}
.aboutus1_lt .h2{ font-size:40px; line-height:50px; font-weight:bold; color:var(--primary-color);}
.aboutus1_lt .h3{ font-size:29px; line-height:46px; font-weight:bold;}
.aboutus1_lt .line1{ width:50px; height:5px; background:#333; margin-top:18px; margin-bottom:22px;}
.aboutus1_lt .h4{ font-size:16px; line-height:2em;}
.aboutus1_rt{ width:50%;}
.aboutus1_rt img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0;}
.aboutus1{display:block;}
.aboutus1_lt{ width:100%; margin-bottom:20px;}
.aboutus1_lt .h2{ font-size:24px; line-height:34px; }
.aboutus1_lt .h3{ font-size:20px; line-height:30px; }
.aboutus1_lt .line1{ width:50px; height:5px; margin-top:10px; margin-bottom:15px;}
.aboutus1_lt .h4{ font-size:14px; line-height:1.5em;}
.aboutus1_rt{ width:100%;}
}
.aboutus2bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.aboutus2{display: flex; justify-content: space-between; align-items: center;}
.aboutus2_lt{ width:46%;}
.aboutus2_lt1{ color:#fff; margin-bottom:50px;}
.aboutus2_lt1 .h2{ font-size:34px; line-height:44px; font-weight:bold;}
.aboutus2_lt1 .line1{ width:35px; height:4px; background:#fff; margin-top:18px; margin-bottom:22px;}
.aboutus2_lt1 .h3{ font-size:16px; line-height:2em;}
.aboutus2_rt{ width:50%;}
.business_gallery{ position:relative; }
.business_gallery .business_gallery-thumbs{ max-width:440px; margin:0 auto; padding:0 60px; position:relative; }
.business_gallery .business_gallery-thumbs .swiper-container{}
.business_gallery .business_gallery-thumbs .swiper-wrapper{justify-content: center;}
.business_gallery .business_gallery-thumbs .swiper-slide{ text-align:center; cursor:pointer; opacity:.5;}
.business_gallery .business_gallery-thumbs .swiper-slide .img{ padding-bottom:66%; position:relative;}
.business_gallery .business_gallery-thumbs .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.business_gallery .business_gallery-thumbs .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:3;}
.business_gallery .business_gallery-thumbs .swiper-slide .txt{ color:#fff; text-align:center; padding:4px 10px;}
.business_gallery .business_gallery-thumbs .swiper-slide .txt .h2{ font-size:12px; line-height:22px; }
.business_gallery .business_gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ opacity:1;}
.business_gallery .business_gallery-top{}
.business_gallery .business_gallery-top .swiper-container{}
.business_gallery .business_gallery-top .swiper-slide{ position:relative;}
.business_gallery .business_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.business_gallery .business_gallery-top .swiper-slide .imgbg{ }
.business_gallery .business_gallery-top .swiper-slide .img{ padding-bottom:52.5%; position:relative; overflow:hidden;}
.business_gallery .business_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.business_gallery .business_gallery-top .swiper-slide .txtbg{ width:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:3;}
.business_gallery .business_gallery-top .swiper-slide .txt{ color:#fff; text-align:center; padding:4px 10px;}
.business_gallery .business_gallery-top .swiper-slide .txt .h2{ font-size:12px; line-height:22px; }
.business_gallery .swiper-pagination{ display:none;}
.business_gallery .swiper-pagination span{ }
.business_gallery .swiper-pagination span.swiper-pagination-bullet-active{ }
.business_gallery .swiper-button-prev,.business_gallery .swiper-button-next{ width:20px; height:44px; line-height:44px; margin-top:-22px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:20px; transition:all .3s ease; }
.business_gallery .swiper-button-prev:hover,.business_gallery .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.business_gallery .swiper-button-prev{ left:0px;}
.business_gallery .swiper-button-next{ right:0px;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0; }
.aboutus2{display:block;}
.aboutus2_lt{ width:100%; margin-bottom:20px;}
.aboutus2_lt1{ color:#fff; margin-bottom:20px;}
.aboutus2_lt1 .h2{ font-size:24px; line-height:34px; }
.aboutus2_lt1 .line1{ width:35px; height:4px; margin-top:10px; margin-bottom:15px;}
.aboutus2_lt1 .h3{ font-size:14px; line-height:1.5em;}
.aboutus2_rt{ width:100%;}
.business_gallery .business_gallery-thumbs .swiper-slide .txt .h2{ font-size:12px; line-height:16px; }
.business_gallery .business_gallery-thumbs{ padding:0 30px; }
}


.business1{}
.business1 ul li{ background:#fff; margin-bottom:20px;}
.business1 ul li .nr_box{display: flex; justify-content: space-between; align-items: center; padding:25px;}
.business1 ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.business1 ul li .imgbg{ width:40%;}
.business1 ul li .img{ padding-bottom:58%; position:relative; overflow:hidden;}
.business1 ul li .img img{ width:100%; height:100%; object-fit: contain;position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.business1 ul li .txtbg{ width:56%;}
.business1 ul li .txt{}
.business1 ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:15px;}
.business1 ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
.business1 ul li .txt .line1{ width:100px; height:1px; background:#ccc; margin-top:15px; margin-bottom:15px;}
.more6{ }
.more6 span{ display:inline-block; text-align:center; font-size:14px; line-height:38px; padding:0 10px; min-width:120px; border:1px solid #999; background:#fff; color:#999; transition:all.3s ease; position:relative; overflow:hidden; }
.more6 span:hover{}
.more6 span:before{ content:""; width:100%; padding-bottom:100%; border-radius:100%; background:rgba(0,0,0,.25); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); transition:all .3s ease;}
.more6 span:hover:before{ animation: style1 .75s;}
@media(max-width:999px){
.business1 ul li{ margin-bottom:20px;}
.business1 ul li .nr_box{display:block; padding:20px;}
.business1 ul li .imgbg{ width:100%; margin-bottom:20px;}
.business1 ul li .txtbg{ width:100%;}
.business1 ul li .txt .h2{ font-size:30px; line-height:40px; margin-bottom:10px;}
.business1 ul li .txt .h3{ font-size:14px; line-height:24px; }
.business1 ul li .txt .line1{ width:100px; margin-top:10px; margin-bottom:15px;}
.more6 span{ font-size:14px; line-height:38px; padding:0 10px; min-width:120px; }
}



.inNews1{}
.inNews1 ul li{ border-bottom:1px solid #ddd; transition:all .3s ease; position:relative;}
.inNews1 ul li:hover:before{ content:""; width:160px; height:100%; background:var(--primary-color); position:absolute; left:0; top:0; z-index:1; transition:all .3s ease;}
.inNews1 ul li:hover{ background:#fff;}
.inNews1 ul li .nr_box{display: flex; justify-content: space-between; align-items: center; position:relative; z-index:2;}
.inNews1 ul li .date{ width:160px; text-align:center; font-size:20px; line-height:30px; color:#666; padding:20px 0;}
.inNews1 ul li:hover .date{ color:#fff;}
.inNews1 ul li .date strong{ display:block; font-size:70px; line-height:80px;}
.inNews1 ul li .date span{ display:block;}
.inNews1 ul li .txtbg{ width:calc(100% - 160px); position:relative;}
.inNews1 ul li:hover .txtbg:before{ content:""; border:15px solid transparent; border-left-color:var(--primary-color); position:absolute; left:0; top:50%; transform:translateY(-50%);}
.inNews1 ul li .txt{ padding:30px 35px 30px 70px;}
.inNews1 ul li .txt .h2{ font-size:26px; line-height:36px; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inNews1 ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.inNews1 ul li:hover:before{ width:60px; }
.inNews1 ul li .date{ width:60px; font-size:12px; line-height:22px; }
.inNews1 ul li .date strong{ font-size:40px; line-height:50px;}
.inNews1 ul li .txtbg{ width:calc(100% - 60px); }
.inNews1 ul li:hover .txtbg:before{ border-width:10px;}
.inNews1 ul li .txt{ padding:20px 10px 20px 20px;}
.inNews1 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.inNews1 ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.tit2{ text-align:center;}
.tit2 i{ font-size:20px; color:#bfbfbf;}
.tit2 .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.tit2 .h3{ font-size:30px; line-height:40px; font-weight:bold; color:#bfbfbf;}
.service1{}
.service1_list1{display: flex; justify-content: space-between; align-items: flex-end; margin-top:60px;}
.service1_list1 .imgbg{ width:50%;}
.service1_list1 .img{}
.service1_list1 .img img{ display:block; width:100%;}
.service1_list1 .txtbg{ width:50%; margin-bottom:20px;}
.service1_list1 .txt{ background:#3a3a3a; color:#fff; float:right; width:100%; padding:5% 9%;}
.service1_list1 .txt .h2{ font-size:22px; line-height:32px; font-weight:bold;}
.service1_list1 .txt .line1{ width:30px; height:5px; background:#fff; margin-top:15px; margin-bottom:30px;}
.service1_list1 .txt .h3{ font-size:14px; line-height:24px;}
.service1_list2{ margin-top:60px;}
.service1_list2 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.service1_list2 ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px; background:#fff;}
.service1_list2 ul li:nth-child(3n-2){ margin-left:0;}
.service1_list2 ul li .img{ padding-bottom:66%; position:relative; overflow:hidden;}
.service1_list2 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service1_list2 ul li .txt{ padding:15px 10px; text-align:center;}
.service1_list2 ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit2 i{ font-size:20px; }
.tit2 .h2{ font-size:24px; line-height:34px; margin-bottom:5px;}
.tit2 .h3{ font-size:24px; line-height:34px; }
.service1_list1{display:block; margin-top:20px;}
.service1_list1 .imgbg{ width:100%;}
.service1_list1 .txtbg{ width:100%; margin-bottom:0;}
.service1_list1 .txt{ float:none; width:90%; padding:5% 5%;}
.service1_list1 .txt .h2{ font-size:18px; line-height:28px; }
.service1_list1 .txt .line1{ width:30px; height:5px; margin-top:10px; margin-bottom:20px;}
.service1_list1 .txt .h3{ font-size:14px; line-height:24px;}
.service1_list2{ margin-top:20px;}
.service1_list2 ul li{ width:100%; margin:0 0 20px 0; }
.service1_list2 ul li .txt{ padding:15px 10px; }
.service1_list2 ul li .txt .h2{ font-size:16px; line-height:26px;}
}



.inContact1bg{ padding:80px 0; background:#f2f2f2;}
.inContact1{}
.inContact1 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inContact1 ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#fff;}
.inContact1 ul li:nth-child(3n-2){ margin-left:0;}
.inContact1 ul li .nr_box{ padding:50px 30px; text-align:center;}
.inContact1 ul li .img{ height:64px; position:relative;}
.inContact1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inContact1 ul li .txt{ margin-top:18px;}
.inContact1 ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:22px;}
.inContact1 ul li .txt .h3{ font-size:16px; line-height:2em;}
.inContact1 ul li .ewm{}
.inContact1 ul li .ewm img{ width:100%; max-width:130px;}
@media(max-width:999px){
.inContact1bg{ padding:40px 0; }
.inContact1 ul li{ width:100%; margin:0 0 20px 0; }
.inContact1 ul li .nr_box{ padding:20px 20px; }
.inContact1 ul li .img{ height:64px; }
.inContact1 ul li .txt{ margin-top:10px;}
.inContact1 ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.inContact1 ul li .txt .h3{ font-size:16px; line-height:1.5em;}
}
.inContact2bg{ padding:80px 0; background:#fafafa;}
.inContact2{ background:#fff; padding:60px 3%;}
.inContact2 .form{}
.inContact2 .form ul li{ margin-bottom:20px;}
.inContact2 .form .text1{ border:none; background:#FAFAFA; height:56px; line-height:56px; padding:0 10px; width:calc(100% - 20px); border-radius:4px; font-size:16px;}
.inContact2 .form .text2{ border:none; background:#FAFAFA; height:72px; line-height:24px; padding:10px 10px; width:calc(100% - 20px); border-radius:4px; font-size:16px;}
.inContact2 .form .button1{ border:none; background:none; display:block; margin:0 auto;}
.inContact2 .form .button1 span{ display:inline-block; text-align:center; font-size:14px; line-height:48px; padding:0 10px; min-width:220px; border:1px solid #c4b17a; background:#fff; color:#c4b17a; transition:all.3s ease; position:relative; overflow:hidden; cursor:pointer;}
.inContact2 .form .button1 span:hover{ background:#c4b17a; color:#fff;}
.inContact2 .form .button1 span:before{ content:""; width:100%; padding-bottom:100%; border-radius:100%; background:rgba(0,0,0,.25); position:absolute; top:50%; left:50%; transform:translate(-50%,-50%) scale(0); transition:all .3s ease;}
.inContact2 .form .button1 span:hover:before{ animation: style1 .75s;}
.inContact2 .tips1{ font-size:14px; line-height:24px; text-align:center; color:#666;}
@media(max-width:999px){
.inContact2bg{ padding:40px 0; }
.inContact2{ padding:20px 5%;}
.inContact2 .form ul li{ margin-bottom:15px;}
.inContact2 .form .text1{ height:46px; line-height:46px; }
.inContact2 .tips1{ font-size:12px; line-height:22px; }
}




