/*common start*/
:root{
 --primary-color:#D70C18;
 --secondary-color:#1c3b8b;
 --main-color:#D70C18;
 --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.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1400px; 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%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:90px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:40%; height:90px; 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 .img2{ display:none;}
.head2 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ font-size:18px; line-height:20px; color:#333; cursor:pointer; margin-left:.78vw;}
.head .h_search_box{ width:100%; height:calc(100% - 90px); position:fixed; top:90px; 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%; position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:100%; background:#f4f4f4; position:absolute; left:50%; top:0; transform:translate(-50%,0); z-index:999;}
.head .h_search{ padding:30px 5%; max-width:1400px; margin:0 auto;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:50px; overflow:hidden; background:#Fff; border-radius:50px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:50px; line-height:50px; padding:0 0 0 20px; width:calc(100% - 120px);}
.head .h_search .form .button1{ float:right; border:none;  background:#333; width:100px; height:50px; line-height:50px; cursor:pointer; font-size:16px; color:#fff; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--primary-color); color:#fff;}
.head .h_search .form .button1 i{ }
/*menu*/
.head .menu{ height:90px; line-height:90px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 .78vw;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:bold; position:relative; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color) !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:0; height:2px; 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{ width:100%;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; background:#F6F3F7; position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px; text-align:center; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); text-decoration:underline;}
.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;}

.menuSub_probg{ width:100%; background:#F6F3F7; position:absolute; top:100%; left:0; z-index:5; opacity:0; visibility:hidden; transition:all .35s ease;}
.head .menu>ul>li:hover .menuSub_probg{ opacity:1; visibility:visible;}
.menuSub_pro{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap; padding:20px 0;}
.menuSub_pro dl{ background:#fff; width:calc((100% - 40px)/5); margin:0 0 10px 10px; padding:20px;box-sizing: border-box;}
.menuSub_pro dl:nth-child(5n-4){ margin-left:0;}
.menuSub_pro dl dt{ font-size:20px; line-height:30px; font-weight:bold; background:url(../images/listico_right.png) right top 8px no-repeat; padding-right:20px; margin-bottom:20px;}
.menuSub_pro dl dt a{ color:#333;}
.menuSub_pro dl dd{ font-size:14px; line-height:24px; margin-top:10px;}
.menuSub_pro dl dd a{}
.menuSub_pro dl dd a:hover{ color:var(--primary-color); text-decoration:underline;}

.head_height{ height:90px;}

.head.active1{ background:#fff !important; box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active1 .logo .img1{ display:block !important;}
.head.active1 .logo .img2{ display:none !important;}
.head.active1 .h_search_btn{ color:#333 !important; }
.head.active1 .menu>ul>li>a{ color:#333 !important; }
.head.active2{ background:#fff !important; }
.head.active2 .logo .img1{ display:block !important;}
.head.active2 .logo .img2{ display:none !important;}
.head.active2 .h_search_btn{ color:#333 !important; }
.head.active2 .menu>ul>li>a{ color:#333 !important; }
@media(max-width:1399px){
}
@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ background:#000;}
.head2{ height:60px; }
.head .logo{ width:80%; height:60px; }
.head .logo .img1{ display:block;}
.head .logo .img2{ display:none;}
.head .h_search_btn{ width:auto; line-height:60px; background:none !important; color:#333 !important; }
.head .h_search_box{ height:calc(100% - 60px); top:60px; }
.head .h_search{ padding:20px 5%; }
.head .h_search .form{ height:40px; }
.head .h_search .form .text1{ height:40px; line-height:40px; padding:0 0 0 20px; width:calc(100% - 80px);}
.head .h_search .form .button1{ width:60px; height:40px; line-height:40px; font-size:16px; }
.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 #eee;}
.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:"\f105";font: normal normal normal 14px/1 FontAwesome; width:14px; height:14px; line-height:14px; text-align:center; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(90deg);}
.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;}
}



.indexBanner{}
.indexBanner_gallery{ position:relative; }
.indexBanner_gallery .indexBanner_gallery-thumbs{ width:80%; padding:0 10%; background:rgba(3, 3, 3, 0.3); position:absolute; bottom:4.68vw; left:0; z-index:2;box-sizing: border-box;}
.indexBanner_gallery .indexBanner_gallery-thumbs .swiper-container{}
.indexBanner_gallery .indexBanner_gallery-thumbs .swiper-slide{ color:#fff; padding:26px 0; cursor:pointer;}
.indexBanner_gallery .indexBanner_gallery-thumbs .swiper-slide .txt{ }
.indexBanner_gallery .indexBanner_gallery-thumbs .swiper-slide .txt .h2{ font-size:24px; line-height:34px; }
.indexBanner_gallery .indexBanner_gallery-thumbs .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
.indexBanner_gallery .indexBanner_gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ color:var(--primary-color);}
.indexBanner_gallery .indexBanner_gallery-top{}
.indexBanner_gallery .indexBanner_gallery-top .swiper-container{}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide{ position:relative;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .imgbg{ }
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .img{ height:100vh; position:relative; overflow:hidden;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt{ color:#fff; }
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2{ font-size:24px; line-height:34px;display: flex; justify-content: flex-start; align-items: center; margin-bottom:6px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 strong{ font-size:105px; line-height:115px; margin-right:10px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 span{}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 i{ display:block; font-style:normal;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 b{ display:block; font-size:48px; line-height:58px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:3.12vw;}
.indexBanner_gallery .swiper-pagination{ width:100%; height:15px; bottom:30px; display:none;}
.indexBanner_gallery .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.indexBanner_gallery .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.indexBanner_gallery .swiper-button-prev,.indexBanner_gallery .swiper-button-next{ display:none;}
.indexBanner_gallery .swiper-button-prev{ }
.indexBanner_gallery .swiper-button-next{ } 
@media(max-width:999px){
.indexBanner{ display:none;}
.indexBanner_gallery .indexBanner_gallery-thumbs{ display:none;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .img{ height:100vh;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2{ font-size:14px; line-height:24px;display:block; margin-bottom:10px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 strong{ font-size:50px; line-height:60px; margin-right:0; display:block; margin-bottom:10px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 i{ margin-bottom:10px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h2 b{ font-size:28px; line-height:38px;}
.indexBanner_gallery .indexBanner_gallery-top .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:24.15vw;}
.indexBanner_gallery .swiper-pagination{ display:block;}
}

.banner_swiper{ position:relative; display:none;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.banner_swiper .swiper-container .swiper-slide .imgbg{ }
.banner_swiper .swiper-container .swiper-slide .img{ padding-bottom:144%; position:relative; overflow:hidden;}
.banner_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.banner_swiper .swiper-container .swiper-slide .txt{ color:#fff; }
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px; margin-bottom:10px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2 strong{ font-size:50px; line-height:60px; display:block; margin-bottom:10px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2 span{}
.banner_swiper .swiper-container .swiper-slide .txt .h2 i{ display:block; font-style:normal; margin-bottom:10px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2 b{ display:block; font-size:28px; line-height:38px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:24.15vw;}
.banner_swiper .swiper-pagination{ width:100%; height:15px; bottom:30px; }
.banner_swiper .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ display:none;}
.banner_swiper .swiper-button-prev{ }
.banner_swiper .swiper-button-next{ }
@media(max-width:999px){
.banner_swiper{ display:block;}
}


.index_add1{}
.swiper_pic1{ position:relative; }
.swiper_pic1 .swiper-container { width: 100%; }
.swiper_pic1 .swiper-container .swiper-slide { position:relative;}
.swiper_pic1 .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.swiper_pic1 .swiper-container .swiper-slide img{ display:block; width:100%; }
.swiper_pic1 .swiper-pagination{ width:100%; height:10px; bottom:20px; }
.swiper_pic1 .swiper-pagination span{ width:10px; height:10px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.swiper_pic1 .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.swiper_pic1 .swiper-button-prev,.swiper_pic1 .swiper-button-next{ background:none; color:#fff; font-size:30px; line-height:50px; margin-top:-25px; width:30px; text-align:center;}
.swiper_pic1 .swiper-button-prev{}
.swiper_pic1 .swiper-button-next{ }
@media(max-width:999px){

}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:36px; position:relative; z-index:1; color:#fff; padding:0 10px; min-width:200px;}
.more1 span:hover{}
.more1 span:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.1); position:absolute; left:0; top:0; z-index:-1; transform:skewX(-15deg);}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:30px; padding:0 10px; min-width:110px;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:30px; color:var(--primary-color); border-bottom:1px solid var(--primary-color);}
.more3{}
.more3 span{ display:inline-block; text-align:center; font-size:16px; line-height:36px; position:relative; z-index:1; color:#fff; padding:0 10px; min-width:200px;}
.more3 span:hover{}
.more3 span:before{ content:""; width:100%; height:100%; background:var(--secondary-color); position:absolute; left:0; top:0; z-index:-1; transform:skewX(-15deg);}
.con01bg{ padding:80px 0; background-size:cover;}
.con01{display: flex; justify-content: space-between;/* align-items: center;*/}
.con01_lt{ width:94%; position:relative;}
.pro1_swiper{ position:relative; }
.pro1_swiper .swiper-container { width: 100%; }
.pro1_swiper .swiper-container .swiper-slide { position:relative;}
.pro1_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.pro1_swiper .swiper-container .swiper-slide .nr_box{display: flex; justify-content: space-between; align-items: flex-start;}
.pro1_swiper .swiper-container .swiper-slide .imgbg{ width:70%; position:relative; z-index:1; margin-top:35px;}
.pro1_swiper .swiper-container .swiper-slide .img{ padding-bottom:85%; position:relative; overflow:hidden; }
.pro1_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro1_swiper .swiper-container .swiper-slide .txtbg{ width:30%; position:relative; z-index:2;}
.pro1_swiper .swiper-container .swiper-slide .txt{ width:164%; padding:70px 30px 8.4vw 30px; background:#fff; float:right; box-sizing: border-box;}
.pro1_swiper .swiper-container .swiper-slide .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; padding-bottom:7px; background:url(../images/line.png) bottom left no-repeat; margin-bottom:15px;}
.pro1_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:2.34vw;}
.pro1_swiper .swiper-container .swiper-slide .txt .h4{ font-size:16px; line-height:26px; color:#999; margin-bottom:2.6vw;}
.pro1_swiper .swiper-container .swiper-slide .txt .bg{ margin-top:2.6vw;}
.pro1_swiper .swiper-container .swiper-slide .txt .bg img{ height:30px;}
.pro1_swiper .swiper-pagination{ display:none;}
.pro1_swiper .swiper-pagination span{ }
.pro1_swiper .swiper-pagination span.swiper-pagination-bullet-active{ }
.pro1_swiper .swiper-button-prev,.pro1_swiper .swiper-button-next{ position:static; margin:0 15px; width:16px; height:14px; font-size:0; background-color:transparent; background-repeat:no-repeat; background-position:center; background-size:contain;}
.pro1_swiper .swiper-button-prev{ background-image:url(../images/ico_left.png);}
.pro1_swiper .swiper-button-next{ background-image:url(../images/ico_right.png);}
.pro1_swiper .swiper-controls{ position:absolute; bottom:10.94vw; right:2.6vw; z-index:5;display: flex; justify-content: center; align-items: center;}
.con01_lt .more3{ position:absolute; bottom:4.68vw; right:0;}
.con01_rt{ max-width:6%;}
.con01_rt .h2{ font-size:16px; line-height:25px; color:#999; width:16px; text-align:center; margin-top:35px;}
@media(max-width:999px){
.more2 span{ font-size:16px; line-height:30px; }
.more3 span{ font-size:12px; line-height:30px; padding:0 10px; min-width:110px;}
.con01bg{ padding:40px 0; }
.con01{display:block;}
.con01_lt{ width:100%; }
.pro1_swiper .swiper-container .swiper-slide .nr_box{display:block;}
.pro1_swiper .swiper-container .swiper-slide .imgbg{ width:100%; margin-top:0;}
.pro1_swiper .swiper-container .swiper-slide .txtbg{ width:100%; }
.pro1_swiper .swiper-container .swiper-slide .txt{ width:100%; padding:20px 5% 60px 5%; text-align:center;}
.pro1_swiper .swiper-container .swiper-slide .txt .h2{ font-size:26px; line-height:36px; padding-bottom:7px; background-position:bottom center; margin-bottom:15px;}
.pro1_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:2.34vw;}
.pro1_swiper .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px; margin-bottom:2.6vw;}
.pro1_swiper .swiper-container .swiper-slide .txt .bg{ margin-top:2.6vw;}
.pro1_swiper .swiper-container .swiper-slide .txt .bg img{ height:auto; width:30px;}
.pro1_swiper .swiper-button-prev,.pro1_swiper .swiper-button-next{ margin:0 15px; width:16px; height:14px; }
.pro1_swiper .swiper-controls{ bottom:20px; right:0; width:100%;}
.con01_lt .more3{ position:static; margin-top:20px; text-align:center;}
.con01_rt{ display:none;}
}


.con02bg{ padding:10.42vw 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con02{ position:relative;}
.indexPro_gallery{ position:relative;display: flex; justify-content: space-between; align-items: flex-start;}
.indexPro_gallery .indexPro_gallery-thumbs{ width:50%; max-width:420px;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-container{ height:410px;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide{ color:#fff; cursor:pointer;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt{ padding-left:20px;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h2{ font-size:18px; line-height:28px; color:#999; padding-right:40px; margin-bottom:25px; position:relative;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h3{ font-size:14px; line-height:24px; display:none;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h3 a{ color:#fff;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h3 a:hover{ color:var(--primary-color);}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h3 ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h3 ul li:after{ content:"/"; color:#fff; font-size:14px; margin:0 5px;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ color:var(--primary-color);}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ color:var(--primary-color); background:url(../images/youjiantou.png) right center no-repeat; background-size:30px auto;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2:before{ content:""; border:6px solid transparent; border-right-color:var(--primary-color); position:absolute; left:-20px; top:50%; transform:translate(0,-50%);}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h3{ display:block;}
.indexPro_gallery .indexPro_gallery-top{ width:36%; padding-bottom:60px;}
.indexPro_gallery .indexPro_gallery-top .swiper-container{}
.indexPro_gallery .indexPro_gallery-top .swiper-slide{ position:relative;}
.indexPro_gallery .indexPro_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.indexPro_gallery .indexPro_gallery-top .swiper-slide .imgbg{ }
.indexPro_gallery .indexPro_gallery-top .swiper-slide .img{ padding-bottom:60%; position:relative; overflow:hidden;}
.indexPro_gallery .indexPro_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.indexPro_gallery .swiper-pagination{ width:100%; height:15px; bottom:30px; display:none;}
.indexPro_gallery .swiper-pagination span{ width:15px; height:15px; margin:0 4px; vertical-align:top; background:rgba(255,255,255,.5); opacity:.5;}
.indexPro_gallery .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.indexPro_gallery .swiper-button-prev,.indexPro_gallery .swiper-button-next{ display:none;}
.indexPro_gallery .swiper-button-prev{ }
.indexPro_gallery .swiper-button-next{ } 
.con02 .more3{ position:absolute; bottom:0; right:2.08vw;}
@media(max-width:999px){
.con02bg{ padding:40px 0; }
.indexPro_gallery{ display:block;}
.indexPro_gallery .indexPro_gallery-thumbs{ width:100%; max-width:100%; margin-bottom:20px;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-container{ height:auto;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt{ padding-left:0;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h2{ font-size:12px; line-height:22px; padding-right:0; margin-bottom:0; text-align:center;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide .txt .h3{ display:none;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ font-size:14px; background:none;}
.indexPro_gallery .indexPro_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2:before{ display:none;}
.indexPro_gallery .indexPro_gallery-top{ width:100%;}
.con02 .more3{ position:static; margin-top:20px; text-align:center;}
}


.tit1{}
.tit1 .h2{ font-size:36px; line-height:46px; font-weight:bold;}
.tit1 .line1{ width:90px; height:2px; background:url(../images/vitta.png) center no-repeat; background-size:100% 100%; margin-top:5px;}
.tit1 .h3{ font-size:16px; line-height:26px; margin-top:30px;}
.con03bg{ padding:7.82vw 0; box-sizing: border-box; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03{ position:relative;}
.con03_top{ float:right; width:100%; max-width:550px;}
.con03_top .tit1{ margin-bottom:50px;}
.con03 .list{ }
.con03 .list ul li{ width:500px; float:left; overflow:hidden;}
.con03 .list ul li:nth-child(1){ margin:-10% 0 0 0;}
.con03 .list ul li:nth-child(2){ margin:4% 0 0 0; float:right;}
.con03 .list ul li:nth-child(3){ margin:4% 0 0 10% ;}
.con03 .list ul li a{ display:block; width:230px; background:rgba(255, 255, 255, 0.8); transition:all .3s ease; color:#666;}
.con03 .list ul li .nr_box{ padding:35px 25px;}
.con03 .list ul li .imgbg{}
.con03 .list ul li .img{ height:48px; position:relative;}
.con03 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; bottom:0; left:0; margin:auto 0;}
.con03 .list ul li .box1{display: flex; justify-content: space-between;/* align-items: center;*/ margin-top:30px;}
.con03 .list ul li .box2{}
.con03 .list ul li .h2{ font-size:20px; line-height:30px; height:60px; font-weight:bold; width:fit-content; word-break:keep-all;}
.con03 .list ul li .h3{ font-size:14px; line-height:20px; height:60px;}
.con03 .list ul li .h4{ font-size:14px; line-height:24px; margin-top:8px;}
.con03 .list ul li .txt{ padding-left:45px; position:relative; display:none;}
.con03 .list ul li .txt:before{ content:""; width:4px; height:32px; background:var(--primary-color); position:absolute; left:25px; top:4px;}
.con03 .list ul li.active1 a{ width:500px;}
.con03 .list ul li.active1 .h2{ color:var(--primary-color); font-size:30px; line-height:40px;}
.con03 .list ul li.active1 .txt{ display:block;}
@media(max-width:999px){
.tit1{ text-align:center;}
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .line1{ width:90px; height:2px; margin-top:5px; margin-left:auto; margin-right:auto;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.con03bg{ padding:40px 0; }
.con03{ min-height:0;}
.con03_top{ float:none; width:100%; max-width:100%;}
.con03_top .tit1{ margin-bottom:20px;}
.con03 .more3{ text-align:center;}
.con03 .list{ margin-top:20px;}
.con03 .list ul li{ width:100%; margin:0 0 10px 0 !important;}
.con03 .list ul li a{ width:100% !important; background:rgba(255, 255, 255, 0.8); transition:all .3s ease; color:#666;}
.con03 .list ul li .nr_box{ padding:20px;display: flex; justify-content: space-between; align-items: center;}
.con03 .list ul li .imgbg{ width:44px;}
.con03 .list ul li .img{ height:44px; }
.con03 .list ul li .txtbg{ width:calc(100% - 60px);}
.con03 .list ul li .box1{display:block; margin-top:0;}
.con03 .list ul li .h2{ font-size:16px !important; line-height:26px !important; height:auto; word-break:word-break;}
.con03 .list ul li .h3{ font-size:14px; line-height:20px; height:auto;}
.con03 .list ul li .h4{ font-size:14px; line-height:24px; margin-top:5px;}
.con03 .list ul li .txt{ display:none !important;}
}


.more4{}
.more4 span{ display:inline-block; text-align:center; font-size:16px; line-height:36px; position:relative; z-index:1; color:#333; padding:0 10px; min-width:200px;}
.more4 span:hover{ color:#fff;}
.more4 span:before{ content:""; width:100%; height:100%; background:#C0CCD8; position:absolute; left:0; top:0; z-index:-1; transform:skewX(-15deg); transition:all .3s ease;}
.more4 span:hover:before{background:var(--secondary-color);}
.con04bg{ position:relative;}
.con04_bg{}
.con04_bg img{ display:block; width:100%;}
.con04_bg .bg2{ display:none;}
.con04bg .wapper1{ position:absolute; top:60px; left:50%; transform:translateX(-50%);}
.con04{ max-width:800px;}
.con04 .list{ font-size:18px; line-height:2em; margin-top:30px; margin-bottom:45px;}
@media(max-width:999px){
.more4 span{ font-size:12px; line-height:30px; padding:0 10px; min-width:110px;}
.con04_bg .bg1{ display:none;}
.con04_bg .bg2{ display:block;}
.con04bg .wapper1{ top:0px; }
.con04 .list{ font-size:14px; line-height:24px; margin-top:20px; margin-bottom:20px;}
.con04 .more4{ text-align:center;}
}


.more5{}
.more5 span{ display:inline-block; font-size:16px; line-height:26px; font-weight:bold;}
.con05bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con05{}
.con05_top{display: flex; justify-content: space-between; align-items:center;}
.con05 .list{ margin-top:60px;display: flex; justify-content: space-between;/* align-items:center;*/}
.con05_lt{ width:66%;}
.con05_lt ul{display: flex; justify-content: flex-start;/* align-items:center;*/ flex-wrap:wrap;}
.con05_lt ul li{ width:calc(50% - 25px); margin:0 25px 25px 0;}
.con05_lt ul li .img{ padding-bottom:62%; position:relative; overflow:hidden; }
.con05_lt 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_lt ul li:hover .img img{ transform:scale(1.1);}
.con05_lt ul li .txtbg{}
.con05_lt ul li .txt{ margin-top:20px;}
.con05_lt ul li .txt .h2{ font-size:16px; line-height:24px;display: flex; justify-content: space-between; align-items:center; margin-bottom:20px;}
.con05_lt ul li .txt .h2 span{ color:#999;}
.con05_lt ul li .txt .h2 strong{ font-weight:normal; background:#DDE3EA; color:#333; width:90px; text-align:center;}
.con05_lt ul li .txt .h2 .bg1{ background:var(--primary-color); color:#fff;}
.con05_lt ul li .txt .h2 .bg2{ background:var(--secondary-color); color:#fff;}
.con05_lt ul li .txt .h3{ font-size:22px; line-height:32px; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con05_rt{ width:34%;}
.con05_rt ul li{ padding:20px 0; border-top:1px solid #333;}
.con05_rt ul li:nth-child(1){ border-top:none;}
.con05_rt ul li .txt{}
.con05_rt ul li .txt .h2{ font-size:14px; line-height:24px;display: flex; justify-content: space-between; align-items:center; margin-bottom:20px;}
.con05_rt ul li .txt .h2 span{ color:#999;}
.con05_rt ul li .txt .h2 strong{ font-weight:normal; background:#DDE3EA; color:#333; width:90px; text-align:center;}
.con05_rt ul li .txt .h3{ font-size:22px; line-height:32px; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.more5 span{ font-size:16px; line-height:26px; }
.con05bg{ padding:40px 0; }
.con05_top{display:block;}
.con05 .more5{ text-align:center; margin-top:20px;}
.con05 .list{ margin-top:20px;display:block;}
.con05_lt{ width:100%;}
.con05_lt ul li{ width:100%; margin:0  0 20px 0;}
.con05_lt ul li .txt{ margin-top:20px;}
.con05_lt ul li .txt .h2{ font-size:16px; line-height:24px; margin-bottom:10px;}
.con05_lt ul li .txt .h2 strong{ width:90px; }
.con05_lt ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:10px; }
.con05_rt{ width:100%;}
.con05_rt ul li{ padding:20px 0; }
.con05_rt ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con05_rt ul li .txt .h2 strong{ width:90px; }
.con05_rt ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:10px; }
}




.foot{ background:#424242; color:#fff;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ }
.foot1{ }
.foot1 .list1{ padding:60px 0; border-bottom:1px solid #d8d8d8;display: flex; justify-content: space-between; align-items:center;}
.foot .f_logo{ width:30%;}
.foot .f_logo img{ max-width:100%;}
.foot .f_share{}
.foot .f_share ul{display: flex; justify-content: flex-start;/* align-items:center;*/ text-align:center;}
.foot .f_share ul li{ position:relative; margin:0 0 0 1.04vw;}
.foot .f_share ul li .nr_box{ cursor:pointer;}
.foot .f_share ul li i{}
.foot .f_share ul li i img{ display:block; margin:0 auto; width:40px; height:40px; object-fit:contain;}
.foot .f_share ul li .ewm{ width:120px; padding:0 0 10px 0; position:absolute; bottom:100%; left:50%; transform:translateX(-50%); display:none;}
.foot .f_share ul li:hover .ewm{ display:block;}
.foot .f_share ul li .ewm img{ display:block; width:100%;}
.foot1 .list2{ padding:20px 0;}
.foot .f_nav{ font-size:16px; line-height:26px;display: flex; justify-content: space-between;/* align-items:center;*/}
.foot .f_nav dl{ margin:0 0 20px 0;}
.foot .f_nav dl dt{ font-size:25px; line-height:35px; font-weight:bold; margin-bottom:20px; }
.foot .f_nav dl dd{ margin-top:5px;}
.foot2bg{ padding:20px 0;}
.foot2{ font-size:14px; line-height:24px; font-weight:bold; display: flex; justify-content: space-between; align-items:center;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1 .list1{ padding:20px 0; display:block;}
.foot .f_logo{ width:55%; margin:0 auto; margin-bottom:20px;}
.foot .f_share ul{ justify-content:center;}
.foot .f_share ul li{ margin:0 10px;}
.foot .f_share ul li i img{ width:30px; height:30px; }
.foot1 .list2{ padding:40px 0 20px 0;}
.foot .f_nav{ font-size:14px; line-height:24px;justify-content: flex-start; flex-wrap:wrap;}
.foot .f_nav dl{ width:32%; margin:0 0 20px 2%; text-align:center;}
.foot .f_nav dl:nth-child(3n-2){ margin-left:0;}
.foot .f_nav dl dt{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:10px; }
.foot .f_nav dl dd{ margin-top:5px; display:none;}
.foot2bg{ padding:20px 0;}
.foot2{ font-size:12px; line-height:22px; display:block; text-align:center;}
}




/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner_txt{ color:#fff;}
.inbanner_txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.inbanner_txt .h3{ font-size:16px; line-height:26px; }
.inbarbg{ background:#fff; position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:2;}
.inbar{ display: flex;justify-content:space-between;align-items:center; padding:15px 15px;}
.innav{ font-size:14px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:46px; background:var(--secondary-color); color:#fff; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:20px; 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; padding:0 .62vw;}
.innav ul li a{ display:block; position:relative;}
.innav ul li a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav ul li.hover>a{ color:var(--primary-color); }
.innav ul li.hover>a:before{ width:100%;}
.innav ul li:hover>a{ color:var(--primary-color);}
.innav ul li:hover>a:before{ }
.innav ul li ul{ width:100%; min-width:120px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:10px 10px; text-align:center;}
.weizhi{ font-size:12px; line-height:22px; color:#999;}
.weizhi i{ margin-right:5px; color:#999;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner_txt .h2{ font-size:24px; line-height:28px; margin-bottom:5px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
.inbarbg{ position:static; transform:translateX(0); width:100%;}
.inbar{ display:block; padding:0;}
.innav{ font-size:14px; line-height:24px; border:1px solid #eee; }
.innav .h1{ display:block;}
.innav ul{ display:none;}
.innav ul li{ border-top:1px solid #f5f5f5;}
.innav ul li:before{ display:none;}
.innav ul li a{ padding:5px 20px;}
.innav ul li a:before{ display:none;}
.innav ul li ul{ box-shadow:none; position:static; transform:translateX(0%); }
.innav ul li ul li a{ font-size:14px; line-height:24px; padding:5px 10px 5px 30px; text-align:left;}
.weizhi{ padding:10px 5%;}
}

.insidebg{ padding:60px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:300px; position:sticky; top:100px;}
.side_a{ border-radius:30px 0 0 0; overflow:hidden; margin-bottom:20px; background:#fff;}
.side_a .h1{ font-size:28px; line-height:38px; background:linear-gradient(90deg, #452f86, #a92b83, #d14f8d, #e38179); color:#fff; padding:20px 20px 20px 40px; }
.side_a .h1 strong{ display:block; font-weight:normal;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 40px; position:relative; cursor:pointer; }
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f105"; font: normal normal normal 16px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.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: var(--primary-color);}
.side_a>ul>li>span a:before{ content:"●"; display:inline-block; vertical-align:text-top; line-height:1em; width:20px; overflow:hidden; transition:all .3s ease;}
.side_a>ul>li>span:hover a:before{ width:0; opacity:0;}
.side_a ul li ul{ padding:0 0 10px 60px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 340px); background:#fff; padding:20px; box-sizing: border-box;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0; }
.inside_lt{ width:100%; position:static;}
.side_a{ border-radius:0 0 0 0; margin-bottom:20px; }
.side_a .h1{ font-size:16px; line-height:26px; padding:10px 20px; text-align:center; cursor:pointer;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:10px 20px 10px 20px;}
.side_a ul li a{ font-size:14px;}
.side_a>ul>li>span a{ font-size:16px; }
.side_a>ul>li>span a:before{ width:20px; }
.side_a ul li ul{ padding:0 0 10px 40px; }
.side_a ul li ul li span{ padding:5px 20px 5px 0;}
.inside_rt{ float:right; width:100%; padding:10px;}
.inside_con{ }
}



.aboutus1bg{padding: 10.42vw 0; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: cover;}
.aboutus1{min-height: 31.25vw;display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus1_lt{ width:46%; max-width:320px;}
.aboutus1_rt{ width:50%;}
.aboutus1_rt .txt{ font-size:16px; line-height:2em;}
@media(max-width:999px){
.aboutus1bg{padding:40px 0; }
.aboutus1{ display:block;}
.aboutus1_lt{ width:100%; max-width:100%; margin-bottom:20px;}
.aboutus1_rt{ width:100%;}
.aboutus1_rt .txt{ font-size:14px; line-height:24px;}
}
.aboutus2bg{padding: 80px 0; background:url(../images/aboutbg2.png) center no-repeat; background-size: cover;}
.aboutus2{ display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus2_lt{ width:46%; max-width:320px;}
.aboutus2_lt .list{ margin-top:35px;}
.aboutus2_lt .list .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:30px;}
.aboutus2_lt .list .h3{ font-size:16px; line-height:2em;}
.aboutus2_rt{ width:50%;}
.aboutus2_rt img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus2bg{padding: 40px 0; }
.aboutus2{ display: block;}
.aboutus2_lt{ width:100%; max-width:100%; margin-bottom:20px;}
.aboutus2_lt .list{ margin-top:20px;}
.aboutus2_lt .list .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.aboutus2_lt .list .h3{ font-size:14px; line-height:24px;}
.aboutus2_rt{ width:100%;}
}
.aboutus3bg{padding: 80px 0; }
.aboutus3{ }
.aboutus3 .tit1{ text-align:center;}
.aboutus3 .tit1 .line1{ margin-left:auto; margin-right:auto;}
.aboutus3 .list{ margin-top:60px;}
.honor_swiper{ position:relative; padding-bottom:20px;}
.honor_swiper .swiper-container { width: 100%; }
.honor_swiper .swiper-container .swiper-slide { position:relative;}
.honor_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.honor_swiper .swiper-container .swiper-slide .nr_box{ background:rgba(220, 220, 220, 0.2); padding:20px;}
.honor_swiper .swiper-container .swiper-slide .imgbg{ }
.honor_swiper .swiper-container .swiper-slide .img{ padding-bottom:60%; position:relative; overflow:hidden;}
.honor_swiper .swiper-container .swiper-slide .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;}
.honor_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.honor_swiper .swiper-container .swiper-slide .txtbg{ }
.honor_swiper .swiper-container .swiper-slide .txt{ text-align:center; margin-top:20px;}
.honor_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; height:26px;}
.honor_swiper .swiper-pagination{ width:100%; height:8px; bottom:0; }
.honor_swiper .swiper-pagination span{ width:8px; height:8px; margin:0 4px; vertical-align:top; background:rgba(0,0,0,.5); opacity:.5;}
.honor_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.honor_swiper .swiper-button-prev,.honor_swiper .swiper-button-next{ display:none;}
.honor_swiper .swiper-button-prev{ }
.honor_swiper .swiper-button-next{ }
@media(max-width:999px){
.aboutus3bg{padding: 40px 0; }
.aboutus3 .list{ margin-top:20px;}
.honor_swiper{ padding-bottom:20px;}
.honor_swiper .swiper-container .swiper-slide .nr_box{ padding:5px;}
.honor_swiper .swiper-container .swiper-slide .txt{ margin-top:5px;}
.honor_swiper .swiper-container .swiper-slide .txt .h2{ font-size:12px; line-height:22px; height:auto;}
}


.history1{ }
.history_gallery{ position:relative; }
.history_gallery .history_gallery-thumbs{ position:relative; margin-bottom:60px; padding:0 20px;}
.history_gallery .history_gallery-thumbs:before{ content:""; width:100%; border-top:2px dashed #ccc; position:absolute; bottom:7px; left:0;}
.history_gallery .history_gallery-thumbs .swiper-container{}
.history_gallery .history_gallery-thumbs .swiper-slide{ cursor:pointer; text-align:center; position:relative; padding:50px 0;}
.history_gallery .history_gallery-thumbs .swiper-slide .h2{ font-size:30px; line-height:40px; color:#d7d7d7; font-weight:bold;}
.history_gallery .history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{ content:""; width:18px; height:18px; border-radius:100%; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.history_gallery .history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ font-size:40px; color:var(--primary-color);}
.history_gallery .history_gallery-top{}
.history_gallery .history_gallery-top .swiper-container{ overflow:visible;}
.history_gallery .history_gallery-top .swiper-slide{ position:relative;}
.history_gallery .history_gallery-top .swiper-slide.swiper-slide-active{ z-index:2; box-shadow:0px 1px 27px rgba(52, 52, 52, 0.1);}
.history_gallery .history_gallery-top .swiper-slide .nr_box{ padding:20px;}
.history_gallery .history_gallery-top .swiper-slide .imgbg{ }
.history_gallery .history_gallery-top .swiper-slide .img{ padding-bottom:40%; position:relative; overflow:hidden;}
.history_gallery .history_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.history_gallery .history_gallery-top .swiper-slide .txtbg{ }
.history_gallery .history_gallery-top .swiper-slide .txt{ margin-top:20px;}
.history_gallery .history_gallery-top .swiper-slide .txt .h2 {font-size:16px; line-height:26px; }
.history_gallery .history_gallery-top .swiper-slide .txt .h2 ul{ padding-left:20px;}
.history_gallery .history_gallery-top .swiper-slide .txt .h2 li{ list-style:outside disc;}
.history_gallery .swiper-pagination{ display:none;}
.history_gallery .swiper-pagination span{ }
.history_gallery .swiper-pagination span.swiper-pagination-bullet-active{ }
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ width:12px; height:40px; background-repeat:no-repeat; background-position:center; background-size:contain; font-size:0;}
.history_gallery .swiper-button-prev{ background-image:url(../images/ico_left2.png);}
.history_gallery .swiper-button-next{ background-image:url(../images/ico_right2.png);} 
@media(max-width:999px){
.history_gallery .history_gallery-thumbs{ margin-bottom:20px; padding:0 20px;}
.history_gallery .history_gallery-thumbs:before{ bottom:4px; }
.history_gallery .history_gallery-thumbs .swiper-slide{ padding:30px 0;}
.history_gallery .history_gallery-thumbs .swiper-slide .h2{ font-size:12px; line-height:22px; }
.history_gallery .history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active:before{ width:10px; height:10px; }
.history_gallery .history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ font-size:14px; }
.history_gallery .history_gallery-top .swiper-container{ }
.history_gallery .history_gallery-top .swiper-slide .nr_box{ padding:0px;}
.history_gallery .history_gallery-top .swiper-slide .txt{ margin-top:0px; padding:10px 5%;}
.history_gallery .history_gallery-top .swiper-slide .txt .h2 {font-size:12px; line-height:22px; }
.history_gallery .history_gallery-top .swiper-slide .txt .h2 ul{ padding-left:20px;}
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ width:12px; height:40px; }
}




.culture1bg{padding: 4.16vw 0; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: cover;}
.culture1{min-height: 35.42vw;display: flex; justify-content: center; align-items: center; color:#fff; text-align:center;}
.culture1 .list{}
.culture1 .h2{ font-size:36px; line-height:46px;}
.culture1 .line1{ margin:0 auto; width:40px; height:1px; background:#fff; margin-top:2px; margin-bottom:20px;}
.culture1 .h3{ font-size:24px; line-height:34px; margin-bottom:20px;}
.culture1 .h4{ font-size:16px; line-height:2em; margin-bottom:30px;}
.culture1 .video1_open{ font-size:60px; line-height:1em; cursor:pointer;}
.culture1 .video1_open i{}
.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%; max-height:100vh;}
@media(max-width:999px){
.culture1bg{padding: 40px 0; }
.culture1 .h2{ font-size:24px; line-height:34px;}
.culture1 .line1{ width:40px; height:1px; margin-top:2px; margin-bottom:20px;}
.culture1 .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.culture1 .h4{ font-size:14px; line-height:2em; margin-bottom:20px;}
.culture1 .video1_open{ font-size:60px; line-height:1em; }
}

.culture2bg{padding: 4.16vw 0; box-sizing: border-box; background-repeat: no-repeat; background-position: center; background-size: cover;}
.culture2{min-height: 26.56vw;display: flex; justify-content: flex-start; align-items: center; }
.culture2 .list{ max-width:650px;}
.culture2 .h2{ font-size:36px; line-height:46px;}
.culture2 .line1{ width:40px; height:1px; background:#8a9ca8; margin-top:2px; margin-bottom:20px;}
.culture2 .h3{ font-size:18px; line-height:2em; }
@media(max-width:999px){
.culture2bg{padding: 40px 0; }
.culture2 .h2{ font-size:24px; line-height:34px;}
.culture2 .line1{ width:40px; height:1px; margin-top:2px; margin-bottom:20px;}
.culture2 .h3{ font-size:14px; line-height:24px; }
}

.culture3bg{padding:80px 0; }
.culture3{ }
.slide_activity{}
.slide_activity .hd{ font-size:16px; line-height:48px; margin-bottom:40px;}
.slide_activity .hd ul{display: flex; justify-content:center; align-items: center;}
.slide_activity .hd ul li{ border:1px solid var(--secondary-color); border-radius:40px; overflow:hidden; margin:0 20px;}
.slide_activity .hd ul li a{ display:block; text-align:center; color:var(--secondary-color); padding:0 20px; min-width:160px;}
.slide_activity .hd ul li.on a{ background:var(--secondary-color); color:#fff;}
.slide_activity .bd{}
.culture3_list{}
.culture3_list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.culture3_list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px;}
.culture3_list ul li:nth-child(3n-2){ margin-left:0;}
.culture3_list ul li .img{ padding-bottom:60%; position:relative; overflow:hidden;}
.culture3_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;}
.culture3_list ul li:hover .img img{ transform:scale(1.1);}
.culture3_list ul li .txt{ margin-top:15px;}
.culture3_list ul li .txt .h2{ color:#333; font-size:24px; line-height:34px; margin-bottom:20px;}
.culture3_list ul li .txt .h2:hover{ color:var(--secondary-color); text-decoration:underline;}
.culture3_list ul li .txt .h3{ font-size:16px; line-height:26px; font-weight:bold; color:var(--secondary-color);}
.culture3_list ul li .txt .h3 i{ margin-left:10px;}
@media(max-width:999px){
.culture3bg{padding:40px 0; }
.slide_activity .hd{ font-size:16px; line-height:48px; margin-bottom:20px;}
.slide_activity .hd ul li{ margin:0 10px;}
.slide_activity .hd ul li a{ padding:0 10px; min-width:100px;}
.culture3_list ul li{ width:100%; margin:0 0 20px 0;}
.culture3_list ul li .txt{ margin-top:10px;}
.culture3_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.culture3_list ul li .txt .h3{ font-size:16px; line-height:26px; }
.culture3_list ul li .txt .h3 i{ margin-left:10px;}
}


.more6{}
.more6 span{ display:inline-block; text-align:center; font-size:12px; line-height:30px; padding:0 10px; min-width:110px; background:var(--primary-color); color:#fff; transition:all .3s ease;}
.more6 span:hover{}
.inProduct1{}
.inProduct1 .list{}
.inProduct1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inProduct1 .list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#F1F3F8; transition:all .3s ease;}
.inProduct1 .list ul li:hover{ background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1);}
.inProduct1 .list ul li:nth-child(3n-2){ margin-left:0;}
.inProduct1 .list ul li .nr_box{ padding:30px; display: flex; justify-content: flex-end;/* align-items: center;*/ flex-wrap:wrap;}
.inProduct1 .list ul li .txtbg{ width:100%;}
.inProduct1 .list ul li .txt{}
.inProduct1 .list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold; margin-bottom:15px;}
.inProduct1 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#666; margin-bottom:20px;}
.inProduct1 .list ul li .imgbg{ width:50%; margin-top:-74px;}
.inProduct1 .list ul li .img{ padding-bottom:72%; position:relative;}
.inProduct1 .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;}
.inProduct1 .list ul li .more6{ opacity:0; visibility:hidden; transform:translateY(-100%); transition:all .3s ease;}
.inProduct1 .list ul li:hover .more6{ opacity:1; visibility:visible; transform:translateY(0);}
@media(max-width:999px){
.more6 span{ font-size:12px; line-height:30px; padding:0 10px; min-width:100px; }
.inProduct1 .list ul li{ width:100%; margin:0 0 20px 0; }
.inProduct1 .list ul li .nr_box{ padding:20px; }
.inProduct1 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.inProduct1 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:15px;}
.inProduct1 .list ul li .imgbg{ margin-top:-69px;}
}


.solution1{}
.solution1 .list1{ font-size:14px; line-height:2em; margin-bottom:60px;}
.solution1 .list{}
.solution1 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.solution1 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px; background:#FAFAFA; transition:all .3s ease;}
.solution1 .list ul li:hover{ box-shadow:0 0 10px rgba(0,0,0,.1);}
.solution1 .list ul li:nth-child(3n-2){ margin-left:0;}
.solution1 .list ul li .nr_box{ padding:30px;}
.solution1 .list ul li .box1{ display: flex; justify-content: space-between; align-items: center; margin-bottom:20px;}
.solution1 .list ul li .imgbg{ width:80px;}
.solution1 .list ul li .img{ padding-bottom:100%; position:relative;}
.solution1 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.solution1 .list ul li .box1 .txt{ width:calc(100% - 100px);}
.solution1 .list ul li .box2{}
.solution1 .list ul li .h2{ font-size:30px; line-height:40px; font-weight:bold;}
.solution1 .list ul li .h3{ font-size:14px; line-height:24px; color:#666; margin-bottom:40px;}
.solution1 .list ul li .h4{}
.solution1 .list ul li .h4 i{ display:inline-block; width:26px; height:18px; background:url(../images/ico_more1.png) center no-repeat; background-size:contain; transition:all .3s ease;}
.solution1 .list ul li:hover .h4 i{ background-image:url(../images/ico_more2.png);}
@media(max-width:999px){
.solution1 .list1{ font-size:14px; line-height:24px; margin-bottom:40px;}
.solution1 .list ul li{ width:100%; margin:0 0 20px 0; }
.solution1 .list ul li .nr_box{ padding:20px;}
.solution1 .list ul li .box1{ margin-bottom:20px;}
.solution1 .list ul li .imgbg{ width:80px;}
.solution1 .list ul li .box1 .txt{ width:calc(100% - 100px);}
.solution1 .list ul li .h2{ font-size:24px; line-height:34px; }
.solution1 .list ul li .h3{ font-size:14px; line-height:24px; margin-bottom:40px;}
.solution1 .list ul li .h4 i{ width:26px; height:18px; }
}




















