/*common start*/
:root{
 --primary-color:#00479d;
 --secondary-color:#e5f1ff;
 --third-color:#f5f7fa;
 --fourth-color:#ebf2fa;
 --fifth-color:#002e66;
 --sixth-color:#d6b87c;
 --main-color:#00479d;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; color:#333; overflow-x:hidden;}
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1440px; min-width:1000px;}
.wapper2{ width:96%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; }
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%; background:#fff; position:fixed; z-index:55; left:0; top:0; }
.head2bg{ width:100%; }
.head2{ height:100px;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:10%; height:100px; 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 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_lang{ position:relative;}
.head .h_lang span{ display:block; font-size:24px; line-height:34px; padding-right:15px; background:url(../images/hico_down.png) right center no-repeat; cursor:pointer;}
.head .h_lang ul{ width:fit-content; min-width:100px; background:#fff; box-shadow:0 0 5px 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 li{}
.head .h_lang ul li a{ display:block; text-align:center; font-size:18px; line-height:38px;}
.head .h_search_btn{ margin-left:2.08vw; margin-right:2.6vw; padding-right:1.04vw; /*border-right:1px solid #333;*/}
.head .h_search_btn i{ display:block; width:20px; height:20px; background:url(../images/hico_search.png) center no-repeat; cursor:pointer;}
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:1000px; background:#fff; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ padding:40px; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .h2{ font-size:18px; line-height:28px; margin-bottom:15px;}
.head .h_search .form{ height:60px; background:#f2f2f2;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 0 0 10px; width:calc(100% - 70px);}
.head .h_search .form .button1{ float:right; border:none; background:var(--primary-color); color:#fff; height:60px; line-height:60px; width:60px; text-align:center; font-size:24px; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ opacity:.9;}
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; position:relative; padding:0 2.08vw;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:18px; font-weight:normal; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:140px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#333; 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;}
.head.active1{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.head.active1 .head1bg{ height:0; border:none;}
.head_height{ height:100px;}
@media(max-width:999px){
.head_height{ height:60px;}
.head2{ height:60px; }
.head .logo{ float:left; width:50%; height:60px; }
.head .h_search_btn{ margin-left:0; margin-right:15px; padding-right:10px; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:var(--primary-color); 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.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform: translateY(8px) rotate(45deg);}
.head .nav_open.active0:after{transform: translateY(-8px) 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; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ border-bottom: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:14px; line-height:24px; position:relative; z-index:2;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.index_banner{}
.index_banner video{ display:block; width:100%;}


.con01bg{ padding:20px 0; border-bottom:1px solid #f2f2f2;}
.con01{}
.con01 .list{}
.con01 .list ul li{ float:left; width:12.5%; margin:20px 0;}
.con01 .list ul li .nr_box{ padding:0 5%;}
.con01 .list ul li .img{ padding-bottom:50%; position:relative;}
.con01 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.con01bg{ padding:10px 0; }
.con01 .list ul li{ width:25%; margin:10px 0;}
.con01 .list ul li .nr_box{ padding:0 5%;}
}


.tit1{ text-align:center; position:relative; z-index:2; padding-top:20px;}
.tit1 .h2{ font-size:48px; line-height:58px; font-weight:bold; padding:15px 0;}
.tit1 .h3{ font-size:100px; line-height:1em; font-weight:bold; color:var(--third-color); width:100%; position:absolute; top:0; left:0; z-index:-1; text-transform:uppercase;}
.tit1 .line1{ margin:0 auto; width:30px; height:2px; background:var(--primary-color);}
.con02bg{ padding:80px 0;}
.con02{}
.con02 .list{ margin-top:30px;}
.application_gallery{ position:relative; }
.application_gallery .application_gallery-thumbs{ margin-top:-3.12vw;}
.application_gallery .application_gallery-thumbs .swiper-container{}
.application_gallery .application_gallery-thumbs .swiper-slide{ text-align:center; cursor:pointer; padding:3.12vw 0;}
.application_gallery .application_gallery-thumbs .swiper-slide .nr_box{ padding:3.64vw 0 0 0 ; position:relative; background:#f2f2f2;}
.application_gallery .application_gallery-thumbs .swiper-slide .img{ height:50px; position:relative;}
.application_gallery .application_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;}
.application_gallery .application_gallery-thumbs .swiper-slide .img .img2{ display:none;}
.application_gallery .application_gallery-thumbs .swiper-slide .txtbg{}
.application_gallery .application_gallery-thumbs .swiper-slide .nr_box:before{ content:""; width:100%; height:calc(100% + 6.24vw); background:var(--primary-color); position:absolute; left:0; top:-3.12vw; opacity:0; visibility:hidden; transition:all .3s ease;}
.application_gallery .application_gallery-thumbs .swiper-slide .txt{ padding:1.3vw 0 0 0; position:relative; z-index:2;}
.application_gallery .application_gallery-thumbs .swiper-slide .txt .h2{ font-size:24px; line-height:34px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.application_gallery .application_gallery-thumbs .swiper-slide .txt .btn{ margin-top:1.3vw; opacity:0; visibility:hidden; transition:all .3s ease;}
.application_gallery .application_gallery-thumbs .swiper-slide .txt .btn i{ display:inline-block; width:48px; height:48px; background:url(../images/ico_btn.png) center no-repeat; background-size:contain;}
.application_gallery .application_gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ color:#fff; }
.application_gallery .application_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .nr_box:before{ opacity:1; visibility:visible;}
.application_gallery .application_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img .img1{ display:none;}
.application_gallery .application_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img .img2{ display:block;}
.application_gallery .application_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .txt .btn{ opacity:1; visibility:visible;}
.application_gallery .application_gallery-top{ position:relative;}
.application_gallery .application_gallery-top .swiper-container{}
.application_gallery .application_gallery-top .swiper-slide{ position:relative;}
.application_gallery .application_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.application_gallery .application_gallery-top .swiper-slide .nr_box{ }
.application_gallery .application_gallery-top .swiper-slide .imgbg{ }
.application_gallery .application_gallery-top .swiper-slide .img{ padding-bottom:48%; position:relative; overflow:hidden;}
.application_gallery .application_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1; background:#eee; transition:all .3s ease;}
.application_gallery .application_gallery-top .swiper-slide:hover .img img{ transform:scale(1.1);}
.application_gallery .swiper-controls{ position:absolute; bottom:5.2vw; right:5.2vw; z-index:2;}
.application_gallery .swiper-pagination{ display:none;}
.application_gallery .swiper-pagination .swiper-pagination-bullet{ }
.application_gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.application_gallery .swiper-button-prev,.application_gallery .swiper-button-next{ position:static; margin:0 0 0 1.56vw; float:left; width:66px; height:66px; border-radius:100%; border:1px solid #fff; background-size:20px 36px; transition:all .3s ease;}
.application_gallery:hover .swiper-button-prev,.application_gallery:hover .swiper-button-next{ opacity:1; visibility:visible;}
.application_gallery .swiper-button-prev:hover,.application_gallery .swiper-button-next:hover{ border-color:var(--primary-color); background-color:var(--primary-color);}
.application_gallery .swiper-button-prev{ }
.application_gallery .swiper-button-next{ }
@media(max-width:999px){
.tit1{ padding-top:10px;}
.tit1 .h2{ font-size:24px; line-height:34px; padding:5px 0;}
.tit1 .h3{ font-size:44px; line-height:1em; }
.tit1 .line1{ width:30px; height:2px; }
.con02bg{ padding:60px 0;}
.con02 .list{ margin-top:30px;}
.application_gallery .application_gallery-thumbs{ margin-top:-3.12vw;}
.application_gallery .application_gallery-thumbs .swiper-slide{ padding:3.12vw 0;}
.application_gallery .application_gallery-thumbs .swiper-slide .nr_box{ padding:3.64vw 0 0 0 ; }
.application_gallery .application_gallery-thumbs .swiper-slide .img{ height:30px; }
.application_gallery .application_gallery-thumbs .swiper-slide .nr_box:before{ height:calc(100% + 6.24vw); top:-3.12vw; }
.application_gallery .application_gallery-thumbs .swiper-slide .txt{ padding:1.3vw 0 0 0; }
.application_gallery .application_gallery-thumbs .swiper-slide .txt .h2{ font-size:14px; line-height:24px; }
.application_gallery .application_gallery-thumbs .swiper-slide .txt .btn{ margin-top:1.3vw; }
.application_gallery .application_gallery-thumbs .swiper-slide .txt .btn i{ width:24px; height:24px; }
.application_gallery .swiper-controls{ bottom:5.2vw; right:5.2vw; }
.application_gallery .swiper-button-prev,.application_gallery .swiper-button-next{ margin:0 0 0 10px; width:30px; height:30px; background-size:10px 20px; }
}


.con03bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03{}
.con03 .tit1{ color:#fff;}
.con03 .tit1 .h3{ opacity:.1;}
.con03 .tit1 .line1{ background:#fff;}
.con03_list{display: flex; justify-content: space-between;/* align-items: center;*/ margin-top:60px;}
.con03_lt{ width:33%; background:var(--secondary-color);}
.con03_lt .h1{ background:var(--primary-color); color:#fff; padding:3.12vw 0 3.12vw 3.12vw;}
.con03_lt .h1 strong{ display:block; font-size:30px; line-height:40px; margin-bottom:10px;}
.con03_lt .h1 span{ display:block; font-size:18px; line-height:28px; font-weight:bold;}
.con03_lt .list{ padding:1.04vw 2.08vw 1.82vw 2.08vw; font-size:18px; line-height:3.05em; font-weight:bold;}
.con03_lt .list ul li{}
.con03_lt .list ul li a{ display:block; padding:0 1.04vw; border-radius:8px;}
.con03_lt .list ul li a:hover{ background:var(--primary-color) url(../images/c3ico1.png) right 10px center no-repeat; color:#fff;}
.con03_lt .list .btn{ margin:0 0 0 1.04vw;}
.con03_lt .list .btn a{ color:var(--primary-color); font-weight:normal;}
.con03_rt{ width:67%; background:#fff;}
.con03_rt ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap; min-height:100%;}
.con03_rt ul li{ width:calc(50% - 1px); border-left:1px solid #f2f2f2; border-bottom:1px solid #f2f2f2;display: flex; justify-content:center; align-items: center;}
.con03_rt ul li a{ width:88%;}
.con03_rt ul li .imgbg{}
.con03_rt ul li .img{ height:8.4vw; position:relative;}
.con03_rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03_rt ul li:hover .img img{ transform:scale(1.1);}
.con03_rt ul li .txt{ color:#666;}
.con03_rt ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; color:#333; margin-bottom:.52vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con03_rt ul li .txt .h3{ font-size:18px; line-height:28px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con03bg{ padding:60px 0; }
.con03_list{display:block; margin-top:30px;}
.con03_lt{ width:100%; }
.con03_lt .h1{ padding:20px 0 20px 30px;}
.con03_lt .h1 strong{ font-size:24px; line-height:34px; margin-bottom:5px;}
.con03_lt .h1 span{ font-size:14px; line-height:24px;}
.con03_lt .list{ padding:10px 2.08vw 10px 15px; font-size:16px; line-height:2.5em;}
.con03_lt .list ul li a{ padding:0 15px; }
.con03_lt .list .btn{ margin:0 0 0 15px;}
.con03_rt{ width:100%; }
.con03_rt ul li{ width:calc(100% - 1px); border-left:none; display:block;}
.con03_rt ul li a{ width:auto; }
.con03_rt ul li .nr_box{ padding:15px 5%;}
.con03_rt ul li .img{ height:21.34vw; }
.con03_rt ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con03_rt ul li .txt .h3{ font-size:14px; line-height:24px;}
}



.more1{}
.more1 span{ display:inline-block; text-align:center; background:var(--primary-color); color:#fff; border-radius:8px; font-size:18px; line-height:45px; width:120px;}
.more1 span:hover{ opacity:.9;}
.con04bg{ padding:100px 0;}
.con04{}
.con04 .list1{ margin-top:40px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con04_lt{ width:calc((100% - 20px)/2);}
.con04_lt .h2{ font-size:24px; line-height:34px; margin-bottom:.52vw;}
.con04_lt .h3{ font-size:40px; line-height:50px; font-weight:bold; margin-bottom:1.56vw;}
.con04_lt .h4{ font-size:18px; line-height:28px; margin-bottom:2.86vw;}
.con04_lt .h5{display: flex; justify-content: flex-start; align-items: center;}
.con04_lt .more1{ margin-right:2.6vw;}
.con04_lt .video1_open{ cursor:pointer; font-size:18px; line-height:45px; text-transform:uppercase;}
.con04_lt .video1_open i{ display:inline-block; vertical-align:middle; width:45px; height:45px; background:url(../images/ico_play.png) center no-repeat; background-size:contain; margin-right:1.04vw;}
.con04_rt{ width:calc((100% - 20px)/2);}
.con04_rt img{ display:block; width:100%;}
.con04 .list2{}
.con04 .list2 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con04 .list2 ul li{ width:25%; text-align:center; margin:70px 0 0 0; position:relative;}
.con04 .list2 ul li:before{ content:""; width:1px; height:50%; background:#f2f2f2; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.con04 .list2 ul li:nth-child(1):before{ display:none;}
.con04 .list2 ul li .txt{}
.con04 .list2 ul li .txt .h2{ position:relative;}
.con04 .list2 ul li .txt .h2 span{ display:block; font-size:24px; line-height:34px; font-weight:bold; width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); text-transform:uppercase;}
.con04 .list2 ul li .txt .h2 p{ display:block; font-size:18px; line-height:34px; font-weight:bold; width:100%; position:absolute; left:0; top:80%; transform:translateY(-50%); text-transform:uppercase;}
.con04 .list2 ul li .txt .h2 strong{ display:block; font-size:200px; line-height:1em; min-height:1em; font-weight:bold; color:var(--fourth-color);}
.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:1000px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:20px; height:20px; background:url(../images/chahao.png) center no-repeat; position:absolute; top:-20px; right:-20px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(180deg);}
.video1{}
.video1 video{ display:block; width:100%;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:40px; width:120px;}
.con04bg{ padding:60px 0;}
.con04 .list1{ margin-top:30px;display:block;}
.con04_lt{ width:100%; margin-bottom:20px;}
.con04_lt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.con04_lt .h3{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con04_lt .h4{ font-size:14px; line-height:24px; margin-bottom:15px;}
.con04_lt .more1{ margin-right:10px;}
.con04_lt .video1_open{ font-size:14px; line-height:40px;}
.con04_lt .video1_open i{ width:40px; height:40px; margin-right:5px;}
.con04_rt{ width:100%;}
.con04 .list2 ul{ flex-wrap:wrap;}
.con04 .list2 ul li{ width:50%; margin:30px 0 0 0; }
.con04 .list2 ul li:nth-child(2n-1):before{ display:none;}
.con04 .list2 ul li .txt .h2 span{ font-size:18px; line-height:18px; }
.con04 .list2 ul li .txt .h2 p{ font-size:16px; line-height:28px;top: 100%; }
.con04 .list2 ul li .txt .h2 strong{ font-size:80px; line-height:1em; min-height:1em; }
}


.con05bg{ padding:100px 0; background:var(--fifth-color); color:#fff;}
.con05{}
.con05 .tit1 .h3{ opacity:.1;}
.con05 .tit1 .line1{ background:#fff;}
.con05 .list{display: flex; justify-content: space-between;/* align-items: center;*/ margin-top:60px;}
.con05_lt{ width:calc((100% - 20px)/2);}
.con05_lt .img{ padding-bottom:100%; 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{display: flex; justify-content: space-between;/* align-items: center;*/ margin-top:45px;}
.con05_lt .date{ max-width:100px; text-align:center;}
.con05_lt .date strong{ display:block; font-size:48px; line-height:1em; margin-bottom:5px;}
.con05_lt .date span{ display:block; font-size:18px; line-height:1em; font-weight:bold;}
.con05_lt .txt{ width:calc(100% - 100px);}
.con05_lt .txt .h2{ font-size:40px; line-height:50px; font-weight:bold; color:#fff; margin-bottom:1.04vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05_lt .txt .h3{ 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:calc((100% - 20px)/2);}
.con05_rt ul li{ margin-bottom:20px;}
.con05_rt ul li .nr_box{display: flex; justify-content: space-between; align-items: center;}
.con05_rt ul li .imgbg{ width:39%;}
.con05_rt ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.con05_rt 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;}
.con05_rt ul li:hover .img img{ transform:scale(1.1);}
.con05_rt ul li .txtbg{ width:55%;}
.con05_rt ul li .txt{}
.con05_rt ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; color:#fff;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con05_rt ul li .txt .h4{ font-size:18px; line-height:28px; margin-bottom:10px; }
.con05_rt ul li .txt .h4 strong{ margin-right:1.04vw;}
.con05_rt ul li .txt .h4 span{ color:#ccc;}
@media(max-width:999px){
.con05bg{ padding:60px 0; }
.con05 .list{display:block; margin-top:30px;}
.con05_lt{ width:100%; margin-bottom:20px;}
.con05_lt .txtbg{ margin-top:15px;}
.con05_lt .date{ max-width:50px; }
.con05_lt .date strong{ font-size:24px; line-height:1em; margin-bottom:5px;}
.con05_lt .date span{ font-size:12px; line-height:1em; }
.con05_lt .txt{ width:calc(100% - 50px);}
.con05_lt .txt .h2{ font-size:18px; line-height:28px; margin-bottom:1.04vw; }
.con05_lt .txt .h3{ font-size:14px; line-height:24px; }
.con05_rt{ width:100%;}
.con05_rt ul li{ margin-bottom:20px;}
.con05_rt ul li .imgbg{ width:39%;}
.con05_rt ul li .txtbg{ width:57%;}
.con05_rt ul li .txt .h2{ font-size:18px; line-height:28px; }
.con05_rt ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:5px; }
.con05_rt ul li .txt .h4 strong{ margin-right:10px;}
}


.con06bg{ padding:100px 0;}
.con06{}
.con06 .list{ margin-top:40px;}
.pj_swiper{}
.pj_swiper .swiper-container { width: 100%; padding-bottom:50px;}
.pj_swiper .swiper-container .swiper-slide { background:#f2f2f2; }
.pj_swiper .swiper-container .swiper-slide .nr_box{ padding:60px 7% 80px 7%;}
.pj_swiper .swiper-container .swiper-slide .ico{ margin-bottom:50px;}
.pj_swiper .swiper-container .swiper-slide .ico img{ max-width:100%;}
.pj_swiper .swiper-container .swiper-slide .h2{ font-size:18px; line-height:28px; font-weight:bold; margin-bottom:70px;}
.pj_swiper .swiper-container .swiper-slide .h3{ font-size:18px; line-height:28px;}
.pj_swiper .swiper-container .swiper-slide .h3 strong{ display:block; margin-bottom:5px;}
.pj_swiper .swiper-container .swiper-slide .h3 span{ display:block; color:#999;}
.pj_swiper .swiper-pagination{ bottom:0; height:10px;}
.pj_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#ccc; opacity:1;}
.pj_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.pj_swiper .swiper-button-prev,.pj_swiper .swiper-button-next{ display:none;}
.pj_swiper .swiper-button-prev{ }
.pj_swiper .swiper-button-next{ }
@media(max-width:999px){
.con06bg{ padding:60px 0;}
.con06 .list{ margin-top:30px;}
.pj_swiper .swiper-container { padding-bottom:40px;}
.pj_swiper .swiper-container .swiper-slide .nr_box{ padding:30px 5% 30px 5%;}
.pj_swiper .swiper-container .swiper-slide .ico{ margin-bottom:30px;}
.pj_swiper .swiper-container .swiper-slide .h2{ font-size:14px; line-height:24px; margin-bottom:30px;}
.pj_swiper .swiper-container .swiper-slide .h3{ font-size:16px; line-height:26px;}
.pj_swiper .swiper-container .swiper-slide .h3 strong{ margin-bottom:5px;}
}



.foot{ padding:30px 0; background:#333; color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:30px 0; border-bottom:1px solid #5c5c5c;}
.foot1{display: flex; justify-content: space-between; align-items: center;}
.foot1 .lt{}
.foot .f_logo{width:30%;}
.foot .f_logo img{ max-width:100%;}
.foot1 .rt{}
.foot .f_nav{ font-size:18px; line-height:28px;}
.foot .f_nav ul{display: flex; justify-content: flex-start;/* align-items: center;*/}
.foot .f_nav ul li{ margin:0 0 0 3.12vw;}
.foot .f_nav ul li a{ display:block;}
.foot2bg{ padding:40px 0;}
.foot2{display: flex; justify-content: space-between;/* align-items: center;*/}
.foot2 .lt{}
.foot .f_contact{ font-size:18px; line-height:28px;}
.foot .f_contact .h2{ font-weight:bold; margin-bottom:30px;}
.foot .f_contact dl{}
.foot .f_contact dl dt{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.foot .f_contact dl dd{}
.foot2 .rt{}
.foot .f_ewm{}
.foot .f_ewm ul{display: flex; justify-content: flex-start;/* align-items: center;*/}
.foot .f_ewm ul li{ width:130px; text-align:center; margin:0 0 0 20px;}
.foot .f_ewm ul li img{ display:block; margin:0 auto; width:100%;}
.foot .f_ewm ul li span{ display:block; font-size:16px; line-height:26px; margin-top:5px;}
.foot3bg{ padding:30px 0; border-top:1px solid #5c5c5c;}
.foot3{display: flex; justify-content: space-between;/* align-items: center;*/ font-size:18px; line-height:28px;}
.foot3 .lt{}
.foot3 .rt{}
@media(max-width:999px){
.foot{ padding:15px 0; }
.foot1bg{ padding:15px 0; }
.foot1{display:block;}
.foot .f_logo{ text-align:center;}
.foot .f_logo img{ max-width:100%;}
.foot .f_nav{ font-size:14px; line-height:24px;}
.foot .f_nav ul{ justify-content:center; flex-wrap:wrap; }
.foot .f_nav ul li{ margin:5px 10px;}
.foot2bg{ padding:30px 0;}
.foot2{display:block;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact .h2{ margin-bottom:20px;}
.foot .f_contact dl dt{ font-size:24px; line-height:34px; margin-bottom:10px;}
.foot .f_ewm ul li{ width:130px; margin:20px 20px 0 0 ;}
.foot .f_ewm ul li span{ font-size:14px; line-height:24px; margin-top:5px;}
.foot3bg{ padding:15px 0; }
.foot3{display:block; 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:48px; line-height:58px; font-weight:bold;}
.inbanner .txt .h3{ font-size:18px; line-height:28px; font-weight:bold; text-transform:uppercase;}
@media(max-width:999px){
.inbanner .txt .h2{ font-size:24px; line-height:28px; }
.inbanner .txt .h3{ font-size:12px; line-height:16px; }
}


.inbarbg{ padding:20px 0; border-bottom:1px solid #eee;}
.inbar{
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;}
.weizhi{ font-size:14px; line-height:24px;}
.innav{}
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.innav ul li{ line-height:36px; margin-left:10px;}
.innav ul li a{ display:inline-block; vertical-align:top; text-align:center; border:1px solid #eee; background:#fafafa; color:#333; padding:0 20px; font-size:16px;}
.innav ul li:hover>a,.innav ul li.hover>a{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
@media(max-width:999px){
.inbarbg{ padding:10px 0; }
.weizhi{ font-size:12px; line-height:22px;}
.innav{ display:none;}
}

.insidebg{ padding:80px 0 100px 0;}
.inside{}
.inside_lt{ float:left; width:340px;}
.side_a{ border:1px solid #f2f2f2; font-size:18px; line-height:28px; font-weight:bold; padding:0 0 25px 0;}
.side_a .h1{ font-size:24px; line-height:34px; font-weight:bold; padding:35px 20px 20px 20px; }
.side_a ul li span{ display:block; padding:10px 10px 10px 20px; position:relative; cursor:pointer;}
.side_a ul li span:hover{ color:var(--primary-color);}
.side_a ul li.hover>span{ color:var(--primary-color);}
.side_a ul li a{ display:inline-block;}
.side_a ul li span:hover a{ color:var(--primary-color);}
.side_a ul li.hover>span a{ color:var(--primary-color);}
.side_a ul li>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.side_a ul li.active1>span:after{ content:"\f107";}
.side_a ul li ul{ padding:0 10px 10px 20px; display:none;}
.side_a ul li ul li span{ padding:5px 10px 5px 18px;}
.side_a ul li ul li a{}
.side_b{ margin-bottom:40px;}
.side_b .form{ background:var(--primary-color); height:60px;}
.side_b .form .text1{ float:left; border:none; background:none; height:60px; line-height:60px; padding:0 0 0 20px; width:calc(100% - 80px); color:#fff; font-size:18px;}
.side_b .form .button1{ float:right; width:60px; height:60px; border:none; background:url(../images/ico_search.png) center no-repeat; cursor:pointer;}
.side_b input::-webkit-input-placeholder{ color: #eee; }
.side_b input:-moz-placeholder{ color:#eee;}
.side_b input::-moz-placeholder{ color:#eee; }
.side_b input:-ms-input-placeholder{ color:#eee; }
.inside_rt{ float:right; width:calc(100% - 360px);}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a{ font-size:16px; line-height:26px; padding:0 0 15px 0;}
.side_a .h1{ font-size:24px; line-height:34px; padding:25px 20px 10px 20px; }
.side_a ul li span{ padding:10px 10px 10px 20px; }
.side_a ul li ul{ padding:0 10px 10px 20px; }
.side_a ul li ul li span{ padding:5px 10px 5px 18px;}
.side_b{ margin-bottom:20px;}
.side_b .form{ height:50px;}
.side_b .form .text1{ height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 70px); font-size:16px;}
.side_b .form .button1{ width:50px; height:50px; }
.inside_rt{ width:100%;}
}



.product1{}
.product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.product1 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.product1 ul li .nr_box{ border:1px solid #f2f2f2;}
.product1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#f2f2f2;}
.product1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.product1 ul li:hover .img img{ transform:scale(1.1);}
.product1 ul li .txt{ color:#666; padding:35px 5%;}
.product1 ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; color:#333; margin-bottom:10px;}
.product1 ul li .txt .h3{ font-size:18px; line-height:28px; font-weight:bold;}
@media(max-width:999px){
.product1 ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.product1 ul li:nth-child(3n-2){ margin-left:10px; clear:none;}
.product1 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.product1 ul li .txt{ padding:15px 5%;}
.product1 ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px;}
.product1 ul li .txt .h3{ font-size:16px; line-height:26px; }
}


.partner1{ margin-bottom:100px;}
.partner1 .list{ text-align:center; margin-top:60px;}
.partner1 .list img{ max-width:100%;}
@media(max-width:999px){
.partner1{ margin-bottom:60px;}
.partner1 .list{ margin-top:30px;}
}

.partner2{ }
.partner2 .list{ margin-top:60px;}
.partner2 .list ul li{ float:left; width:calc((100% - 80px)/5); margin:0 0 20px 20px;}
.partner2 .list ul li:nth-child(5n-4){ margin-left:0; clear:left;}
.partner2 .list ul li .img{ padding-bottom:80%; position:relative; overflow:hidden; border:1px solid #f2f2f2; transition:all .3s ease;}
.partner2 .list ul li:hover .img{ background:var(--sixth-color);}
.partner2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.partner2 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.partner2 .list{ margin-top:30px;}
.partner2 .list ul li{ width:calc((100% - 20px)/3); margin:0 0 20px 10px;}
.partner2 .list ul li:nth-child(5n-4){ margin-left:10px; clear:none;}
.partner2 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
}



.contact1bg{ margin:100px 0;}
.contact1{}
.contact1 .list{ margin-top:60px;}
.contact1 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.contact1 .list ul li{ width:calc((100% - 40px)/2); margin:0 0 20px 20px; background:#f2f2f2;}
.contact1 .list ul li:nth-child(3n-2){ margin-left:0;}
.contact1 .list ul li .txtbg{}
.contact1 .list ul li .h2{ background:var(--primary-color); color:#fff; font-size:24px; line-height:34px; padding:10px 5%;}
.contact1 .list ul li .h2 span{}
.contact1 .list ul li .txt{ padding:50px 5%;}
.contact1 .list ul li .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.contact1bg{ margin:60px 0;}
.contact1 .list{ margin-top:30px;}
.contact1 .list ul{display: block;}
.contact1 .list ul li{ width:100%; margin:0 0 20px 0; }
.contact1 .list ul li .h2{ font-size:18px; line-height:34px; padding:10px 5%;}
.contact1 .list ul li .txt{ padding:30px 5%;}
.contact1 .list ul li .h3{ font-size:14px; line-height:24px;}
}

.contact2bg{ margin:100px 0;}
.contact2{}
.contact2 .list1{ margin-top:60px; background:var(--primary-color); color:#fff; padding:50px 5%;}
.contact2 .list1 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.contact2 .list1 ul li{ }
.contact2 .list1 ul li .nr_box{display: flex; justify-content: space-between; align-items: center;}
.contact2 .list1 ul li .imgbg{ width:100px; margin-right:20px;}
.contact2 .list1 ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%; background:#f2f2f2;}
.contact2 .list1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.contact2 .list1 ul li .txtbg{/* width:calc(100% - 120px);*/}
.contact2 .list1 ul li .txt{}
.contact2 .list1 ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold;}
.contact2 .list1 ul li .txt .h3{ font-size:18px; line-height:28px; font-weight:bold;}
.contact2 .list2{}
.contact2 .list2 img,.contact2 .list2 iframe{ width:100%;}
@media(max-width:999px){
.contact2bg{ margin:60px 0;}
.contact2 .list1{ margin-top:30px; padding:20px 0;}
.contact2 .list1 ul{display:block;}
.contact2 .list1 ul li{ margin:20px 0;}
.contact2 .list1 ul li .imgbg{ width:90px; margin-right:10px;}
.contact2 .list1 ul li .txtbg{ width:calc(100% - 100px);}
.contact2 .list1 ul li .txt .h2{ font-size:18px; line-height:28px; }
.contact2 .list1 ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.patents1bg{ margin:100px 0;}
.patents1{}
.patents1 .list1{ margin-top:20px; text-align:center;}
.patents1 .list1 .txt{ font-size:24px; line-height:34px; font-weight:bold; display:inline-block; text-align:left;}
.patents1 .list2{ margin-top:60px;}
.patents1 .list2 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.patents1 .list2 ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.patents1 .list2 ul li .img{ border:1px solid #f2f2f2; padding-bottom:74%; overflow:hidden; position:relative;}
.patents1 .list2 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.patents1 .list2 ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.patents1bg{ margin:60px 0;}
.patents1 .list1{ margin-top:10px; }
.patents1 .list1 .txt{ font-size:16px; line-height:26px; }
.patents1 .list2{ margin-top:30px;}
.patents1 .list2 ul li{ width:100%; margin:0 0 20px 0;}
}

.patents2bg{ margin:100px 0;}
.patents2{}
.patents2 .list{ margin-top:60px;}
.patents2 .list ul li{ float:left; width:calc((100% - 30px)/4); margin:0 0 20px 10px;}
.patents2 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.patents2 .list ul li .img{ border:1px solid #f2f2f2; padding-bottom:144%; overflow:hidden; position:relative;}
.patents2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.patents2 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.patents2bg{ margin:60px 0;}
.patents2 .list{ margin-top:30px;}
.patents2 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.patents2 .list ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.patents2 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
}

.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:18px; font-weight:bold; line-height:38px; width:118px; border:1px solid var(--primary-color); color:var(--primary-color);}
.more2 span:hover{ background:var(--primary-color); color:#fff;}
.patents3bg{ margin:100px 0;}
.patents3{}
.patents3 .list{ margin-top:60px;}
.rd_swiper{}
.rd_swiper .swiper-container { width: 100%; }
.rd_swiper .swiper-container .swiper-slide { position:relative;}
.rd_swiper .swiper-container .swiper-slide .nr_box{ }
.rd_swiper .swiper-container .swiper-slide .img{ height:500px; position:relative; overflow:hidden;}
.rd_swiper .swiper-container .swiper-slide .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.rd_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.rd_swiper .swiper-container .swiper-slide .txtbg{ width:90%; padding:15px 5%; background:rgba(0,0,0,.75); position:absolute; bottom:0; left:0; z-index:3;display: flex; justify-content: space-between; align-items: center; opacity:0; visibility:hidden; transition:all .3s ease;}
.rd_swiper .swiper-container .swiper-slide.swiper-slide-active .txtbg{ opacity:1; visibility:visible;}
.rd_swiper .swiper-container .swiper-slide .txt{ color:#fff; width:calc(100% - 140px);}
.rd_swiper .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.rd_swiper .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px; font-weight:bold;}
.rd_swiper .swiper-pagination{ display:none;}
.rd_swiper .swiper-pagination .swiper-pagination-bullet{ }
.rd_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.rd_swiper .swiper-button-prev,.rd_swiper .swiper-button-next{ width:37px; height:69px; margin-top:-35px; font-size:0;}
.rd_swiper .swiper-button-prev{ left:5%; background:url(../images/ico_btnlt1.png) center no-repeat; background-size:contain;}
.rd_swiper .swiper-button-next{ right:5%; background:url(../images/ico_btnrt1.png) center no-repeat; background-size:contain;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:30px; width:98px; }
.patents3bg{ margin:60px 0;}
.patents3 .list{ margin-top:30px;}
.rd_swiper .swiper-container .swiper-slide .img{ height:auto; padding-bottom:52%;}
.rd_swiper .swiper-container .swiper-slide .txtbg{ width:90%; padding:15px 5%; position:static; display:block; opacity:1; visibility:visible;}
.rd_swiper .swiper-container .swiper-slide .txt{ width:100%;}
.rd_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.rd_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.rd_swiper .swiper-button-prev,.rd_swiper .swiper-button-next{ width:30px; height:60px; margin-top:-30px; top:30%;}
}

.patents4bg{ margin:100px 0;}
.patents4{}
.patents4 .list{ margin-top:60px;}
.patents4 .list dl dd{ margin-bottom:100px;}
.patents4 .list dl dd .nr_box{display: flex; justify-content: space-between;/* align-items: center;*/}
.patents4 .list dl dd:nth-child(2n-1) .nr_box{ flex-direction:row-reverse;}
.patents4 .list dl dd .txtbg{ width:42%;}
.patents4 .list dl dd .txt{}
.patents4 .list dl dd .txt .h2{ font-size:40px; line-height:50px; font-weight:bold; margin-bottom:1.04vw;}
.patents4 .list dl dd .txt .h3{ font-size:18px; line-height:28px; margin-bottom:1.56vw;}
.patents4 .list dl dd .txt .h4{ font-size:18px; line-height:28px; font-weight:bold; color:var(--primary-color); text-transform:uppercase; margin-bottom:1.82vw;}
.patents4 .list dl dd .txt .h5{ font-size:24px; line-height:34px; font-weight:bold; border-top:1px solid #ccc;}
.patents4 .list dl dd .txt .h5 ul{}
.patents4 .list dl dd .txt .h5 ul li{ border-bottom:1px solid #ccc; padding:1.3vw 0;}
.patents4 .list dl dd .imgbg{ width:50%;}
.patents4 .list dl dd .img{ position:relative;}
.patents4 .list dl dd .img img{ display:block; width:100%;}
.patents4 .list dl dd .img b{ text-align:center; width:70px; line-height:90px; font-size:40px; font-weight:normal; background:var(--primary-color); color:#fff; position:absolute; right:40px; top:-40px;}
.patents4 .list dl dd:nth-child(2n) .img b{ right:auto; left:40px;}
@media(max-width:999px){
.patents4bg{ margin:60px 0;}
.patents4 .list{ margin-top:30px;}
.patents4 .list dl dd{ margin-bottom:60px;}
.patents4 .list dl dd .nr_box{display:block;}
.patents4 .list dl dd .txtbg{ width:100%; margin-top:20px;}
.patents4 .list dl dd .txt .h2{ font-size:24px; line-height:34px; margin-bottom:5px;}
.patents4 .list dl dd .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.patents4 .list dl dd .txt .h4{ font-size:14px; line-height:24px; margin-bottom:15px;}
.patents4 .list dl dd .txt .h5{ font-size:18px; line-height:28px; }
.patents4 .list dl dd .txt .h5 ul li{ padding:10px 0;}
.patents4 .list dl dd .imgbg{ width:100%;}
.patents4 .list dl dd .img b{ width:70px; line-height:80px; font-size:40px; right:auto; left:20px; top:-20px;}
}


.more3{}
.more3 span{ display:inline-block; text-align:center; font-size:18px; line-height:38px; width:128px; border:1px solid var(--primary-color); color:var(--primary-color); border-radius:8px; transition:all .3s ease;}
.more3 span:hover{ background:var(--primary-color); color:#fff;}
.capacity1bg{ margin:100px 0;}
.capacity1{}
.capacity1 .list{ margin-top:60px;}
.processing_swiper{ position:relative;}
.processing_swiper .swiper-container { width: 100%; }
.processing_swiper .swiper-container .swiper-slide { position:relative; padding-top:3.12vw;}
.processing_swiper .swiper-container .swiper-slide .nr_box{ border:1px solid #ccc; transition:all .3s ease; margin:0 1px; padding:55px 0; position:relative;}
.processing_swiper .swiper-container .swiper-slide:hover .nr_box{ background:var(--primary-color); color:#fff; transform:translateY(-3.12vw);}
.processing_swiper .swiper-container .swiper-slide .ico{ height:50px; position:relative; overflow:hidden;}
.processing_swiper .swiper-container .swiper-slide .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.processing_swiper .swiper-container .swiper-slide .ico .img2{ display:none;}
.processing_swiper .swiper-container .swiper-slide:hover .ico .img1{ display:none;}
.processing_swiper .swiper-container .swiper-slide:hover .ico .img2{ display:block;}
.processing_swiper .swiper-container .swiper-slide .txt{ text-align:center;}
.processing_swiper .swiper-container .swiper-slide .txt .h1{ font-size:200px; line-height:1em; opacity:.1; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:-1;}
.processing_swiper .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; color:var(--primary-color); margin-top:30px; margin-bottom:30px;}
.processing_swiper .swiper-container .swiper-slide:hover .txt .h2{ color:#fff;}
.processing_swiper .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px; height:140px; font-weight:bold; margin-bottom:50px;}
.processing_swiper .swiper-container .swiper-slide .txt .h3 span{ display:inline-block; text-align:left;}
.processing_swiper .swiper-container .swiper-slide:hover .more3 span{ background:#fff; color:var(--primary-color);}
.processing_swiper .swiper-pagination{ display:none;}
.processing_swiper .swiper-pagination .swiper-pagination-bullet{ }
.processing_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.processing_swiper .swiper-button-prev,.processing_swiper .swiper-button-next{ width:20px; height:36px; margin-top:-18px; font-size:0;}
.processing_swiper .swiper-button-prev{ left:-55px; background:url(../images/ico_btnlt2.png) center no-repeat; background-size:contain;}
.processing_swiper .swiper-button-next{ right:-55px; background:url(../images/ico_btnrt2.png) center no-repeat; background-size:contain;}
@media(max-width:999px){
.more3 span{ font-size:14px; line-height:30px; width:98px; }
.capacity1bg{ margin:60px 0;}
.capacity1 .list{ margin-top:30px;}
.processing_swiper .swiper-container .swiper-slide { padding-top:0;}
.processing_swiper .swiper-container .swiper-slide .nr_box{ padding:25px 0;}
.processing_swiper .swiper-container .swiper-slide:hover .nr_box{ transform:translateY(0);}
.processing_swiper .swiper-container .swiper-slide .ico{ height:50px; }
.processing_swiper .swiper-container .swiper-slide .txt .h1{ font-size:100px; line-height:1em; }
.processing_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-top:20px; margin-bottom:20px;}
.processing_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; height:120px; margin-bottom:40px;}
.processing_swiper .swiper-button-prev,.processing_swiper .swiper-button-next{ width:20px; height:36px; margin-top:-18px; }
.processing_swiper .swiper-button-prev{ left:10px; }
.processing_swiper .swiper-button-next{ right:10px; }
}


.more4{}
.more4 span{ display:inline-block; text-align:center; font-size:18px; line-height:38px; width:128px; border:1px solid #fff; color:#fff; border-radius:8px; transition:all .3s ease;}
.more4 span:hover{ background:#fff; color:var(--primary-color);}
.capacity2bg{ padding:100px 0 0 0; position:relative;}
.capacity2bg:before{ content:""; width:100%; height:540px; background:var(--fifth-color); position:absolute; top:0; left:0; z-index:1;}
.capacity2{display: flex; justify-content: space-between;/* align-items: center;*/ position:relative; z-index:2;}
.capacity2_lt{ width:35%; color:#fff;}
.capacity2_lt .tit1{ text-align:left;}
.capacity2_lt .tit1 .h3{ opacity:.1;}
.capacity2_lt .tit1 .line1{ margin-left:0; background:#fff;}
.capacity2_lt .list{ margin-top:2.86vw;}
.capacity2_lt .list .txt{ margin-bottom:3.12vw; font-size:18px; line-height:28px;}
.capacity2_rt{ width:59.5%; cursor:pointer;}
.capacity2_rt .img{ position:relative;}
.capacity2_rt img{ display:block; width:100%; transition:all .3s ease;}
.capacity2_rt:hover img{ transform:scale(1.1);}
.capacity2_rt .img:before{ content:""; width:100px; height:100px; background:url(../images/ico_play2.png) center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
@media(max-width:999px){
.more4 span{ font-size:14px; line-height:30px; width:98px; }
.capacity2bg{ padding:60px 0; background:var(--fifth-color);}
.capacity2bg:before{ height:auto; background:var(--fifth-color);}
.capacity2{display: block;}
.capacity2_lt{ width:100%; margin-bottom:20px; }
.capacity2_lt .list{ margin-top:10px;}
.capacity2_lt .list .txt{ margin-bottom:10px; font-size:14px; line-height:24px;}
.capacity2_rt{ width:100%;}
.capacity2_rt .img:before{ width:80px; height:80px; }
}

.capacity3bg{ margin:100px 0;}
.capacity3{}
.capacity3 .list{ margin-top:60px; font-size:18px; line-height:28px; font-weight:bold;}
.capacity3 .list table{ width:100%;}
.capacity3 .list table th{ padding:30px 0; background:var(--primary-color); color:#fff; font-size:24px; line-height:34px;}
.capacity3 .list table td{ padding:25px 0; text-align:center;}
.capacity3 .list table tr:nth-child(2n) td{ background:#f2f2f2;}
@media(max-width:999px){
.capacity3bg{ margin:60px 0;}
.capacity3 .list{ margin-top:30px; font-size:14px; line-height:18px; }
.capacity3 .list table th{ padding:10px 0; font-size:16px; line-height:20px;}
.capacity3 .list table td{ padding:5px 0; }
}

.capacity4bg{}
.capacity4{}
.capacity4 .list{}
.capacity4 .list ul li{ float:left; width:25%; position:relative;}
.capacity4 .list ul li .img{ padding-bottom:120%; position:relative; overflow:hidden;}
.capacity4 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.capacity4 .list ul li:hover .img img{ transform:scale(1.1);}
.capacity4 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; bottom:0; left:0; z-index:2; opacity:0; visibility:visible; transition:all .3s ease;}
.capacity4 .list ul li:hover .img:before{ opacity:1; visibility:visible;}
.capacity4 .list ul li .txtbg{ width:100%; position:absolute; bottom:0; left:0; z-index:3; opacity:0; visibility:hidden; transition:all .3s ease;}
.capacity4 .list ul li:hover .txtbg{ opacity:1; visibility:visible;}
.capacity4 .list ul li .txt{ color:#fff; padding:35px 5%;}
.capacity4 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.capacity4 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.capacity4 .list ul li{ width:50%; }
.capacity4 .list ul li .txt{ padding:15px 5%;}
.capacity4 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.capacity4 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
}

.capacity5bg{ margin:100px 0;}
.capacity5{}
.capacity5 .list{ margin-top:60px; }
.capacity5 .list ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px; background:#f2f2f2;}
.capacity5 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.capacity5 .list ul li .img{ padding-bottom:56%; position:relative; overflow:hidden;}
.capacity5 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.capacity5 .list ul li:hover .img img{ transform:scale(1.1);}
.capacity5 .list ul li .txtbg{ padding:0 5% 35px 5%;}
.capacity5 .list ul li .txt{ color:#666;}
.capacity5 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold ; color:#333; margin-bottom:20px; margin-top:35px;}
.capacity5 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
.capacity5 .list ul li .ico{ width:69px; height:69px; background:var(--primary-color); position:relative; margin-top:-35px;}
.capacity5 .list ul li .ico img{max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.capacity5bg{ margin:60px 0;}
.capacity5 .list{ margin-top:30px; }
.capacity5 .list ul li{ width:100%; margin:0 0 20px 0; }
.capacity5 .list ul li .txtbg{ padding:0 5% 25px 5%;}
.capacity5 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; margin-top:15px;}
.capacity5 .list ul li .txt .h3{ font-size:14px; line-height:24px;}
.capacity5 .list ul li .ico{ width:69px; height:69px; margin-top:-35px;}
}


.aboutus1bg{ padding:100px 0; background:var(--fifth-color); color:#fff;}
.aboutus1{}
.aboutus1_top{display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus1 .tit1{ text-align:left;}
.aboutus1 .tit1 .h3{ opacity:.1;}
.aboutus1 .tit1 .line1{ background:#fff; margin-left:0;}
.aboutus1_top .list1{}
.aboutus1_top .list1 .txt{ max-width:490px; font-size:18px; line-height:28px; padding-right:270px;}
.aboutus1 .list2{ margin-top:60px;}
.project_swiper{ position:relative;}
.project_swiper .swiper-container { width: 100%; }
.project_swiper .swiper-container .swiper-slide { position:relative; }
.project_swiper .swiper-container .swiper-slide .nr_box{ position:relative;}
.project_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.project_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.project_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.project_swiper .swiper-container .swiper-slide .txtbg{ width:100%; position:absolute; bottom:40px; left:0; opacity:0; visibility:hidden; transition:all .3s ease;}
.project_swiper .swiper-container .swiper-slide:hover .txtbg{ opacity:1; visibility:visible;}
.project_swiper .swiper-container .swiper-slide .txt{ padding:0 5%; color:#fff;}
.project_swiper .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:10px;}
.project_swiper .swiper-container .swiper-slide .txt .h2 span{ display:inline-block; background:var(--primary-color); padding:10px 1.56vw;}
.project_swiper .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px; font-weight:bold;}
.project_swiper .swiper-container .swiper-slide .txt .h3 span{ display:inline-block; background:var(--primary-color); padding:5px 1.56vw;}
.project_swiper .swiper-pagination{ display:none;}
.project_swiper .swiper-pagination .swiper-pagination-bullet{ }
.project_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.project_swiper .swiper-button-prev,.project_swiper .swiper-button-next{ width:45px; height:45px; margin:0 0 0 15px; font-size:0; position:static;}
.project_swiper .swiper-button-prev{ background:url(../images/ico_btnlt3.png) center no-repeat; background-size:contain;}
.project_swiper .swiper-button-next{ background:url(../images/ico_btnrt3.png) center no-repeat; background-size:contain;}
.project_swiper .swiper-controls{ position:absolute; right:0; top:-90px;display: flex; justify-content: space-between; align-items: center;}
@media(max-width:999px){
.aboutus1bg{ padding:60px 0; }
.aboutus1_top{display:block;}
.aboutus1_top .list1{ margin-top:10px;}
.aboutus1_top .list1 .txt{ font-size:14px; line-height:24px; padding-right:0;}
.aboutus1 .list2{ margin-top:30px;}
.project_swiper .swiper-container .swiper-slide .txtbg{ bottom:10px; }
.project_swiper .swiper-container .swiper-slide .txt{ padding:0 5%; }
.project_swiper .swiper-container .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:20px;}
.project_swiper .swiper-container .swiper-slide .txt .h2 span{ padding:10px 10px;}
.project_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
.project_swiper .swiper-container .swiper-slide .txt .h3 span{ padding:5px 10px;}
.project_swiper .swiper-button-prev,.project_swiper .swiper-button-next{ width:45px; height:45px; margin:0 0 0 15px; }
.project_swiper .swiper-controls{ top:0; }
}

.aboutus2bg{ padding:100px 0; background:url(../images/abg1.png) center no-repeat; background-size:cover;}
.aboutus2{}
.aboutus2 .list{display: flex; justify-content: space-between; align-items: center;}
.aboutus2 .list .h2{ font-size:30px; line-height:40px; font-weight:bold; width:66%;}
.more5{}
.more5 span{ display:inline-block; text-align:center; background:var(--primary-color); color:#fff; font-size:18px; line-height:50px; width:120px;}
.more5 span:hover{ opacity:.9;}
@media(max-width:999px){
.aboutus2bg{ padding:60px 0; }
.aboutus2 .list{display:block;}
.aboutus2 .list .h2{ font-size:18px; line-height:28px; width:100%; margin-bottom:20px;}
.more5 span{ font-size:14px; line-height:34px; width:100px;}
}

.aboutus3bg{ margin:100px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:40px;}
.aboutus3 .list ul li{ float:left; width:calc((100% - 40px)/3); margin:20px 0 0 20px ; position:relative;}
.aboutus3 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.aboutus3 .list ul li .img{ padding-bottom:120%; position:relative; overflow:hidden;}
.aboutus3 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.aboutus3 .list ul li:hover .img img{ transform:scale(1.1);}
.aboutus3 .list ul li .txtbg{ width:100%; height:100%; color:#fff; position:absolute; top:0; left:0; z-index:3; display: flex; justify-content: space-between; align-items: center;flex-direction: column; transition:all .3s ease;}
.aboutus3 .list ul li:hover .txtbg{ background:rgba(0,0,0,.7);}
.aboutus3 .list ul li .h1{ width:90%; font-size:24px; line-height:34px; padding:2.6vw 0 0 0; opacity:0; visibility:hidden; transition:all .3s ease;}
.aboutus3 .list ul li:hover .h1{ opacity:1; visibility:visible;}
.aboutus3 .list ul li .txt{ width:90%; padding:0 0 3.12vw 0;}
.aboutus3 .list ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold;}
.aboutus3 .list ul li .txt .h3{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:5px; opacity:0; visibility:hidden; transition:all .3s ease;}
.aboutus3 .list ul li .txt .h4{ font-size:18px; line-height:28px; margin-bottom:20px; opacity:0; visibility:hidden; transition:all .3s ease;}
.aboutus3 .list ul li:hover .txt .h3{ opacity:1; visibility:visible;}
.aboutus3 .list ul li:hover .txt .h4{ opacity:1; visibility:visible;}
@media(max-width:999px){
.aboutus3bg{ margin:60px 0;}
.aboutus3 .list{ margin-top:10px;}
.aboutus3 .list ul li{ width:100%; margin:20px 0 0 0 ; }
.aboutus3 .list ul li .h1{ width:90%; font-size:24px; line-height:34px; padding:15px 0 0 0; }
.aboutus3 .list ul li .txt{ width:90%; padding:0 0 15px 0;}
.aboutus3 .list ul li .txt .h2{ font-size:24px; line-height:34px; }
.aboutus3 .list ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:5px; }
.aboutus3 .list ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:10px; }
}












