/*common start*/
:root{
 --primary-color:#571fb4;
 --secondary-color:#d767fe;
 --third-color:#fc0ce9;
 --fourth-color:linear-gradient(45deg, #7854FD, #D767FE, #FC0CE9);
 --fifth-color:#7854FD;
 --main-color:#571fb4;
 --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:#fff; overflow-x:hidden; background:linear-gradient(#0f0f0f, rgba(54, 53, 53, .97));}
a{ color:#eee;}
a:hover{ color:#fff; 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: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*/



.loading { width: 100%; height: 100vh; position: fixed; left: 0%; top: 0%; z-index: 99999999; background: #000; color:#fff; -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); overflow: hidden; display:none;}
.loading.active1 { opacity:0; visibility:hidden;}
.loading_logo { width:90%; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%); overflow: hidden; text-align:center;}
.loading_logo .h2 { font-size:6.25vw; line-height:1em; letter-spacing:2vw; font-weight:bold; -webkit-transform: translateY(100%);transform: translateY(100%); -webkit-animation: loadingAnimate 3s ease 1 forwards;animation: loadingAnimate 3s ease 1 forwards; margin-bottom:1.3vw;}
.loading_logo .h3 { font-size:5.2vw; line-height:1em; letter-spacing:3.6vw; font-weight:bold; -webkit-transform:scale(0.5);transform: scale(0.5); opacity:0; -webkit-animation: loadingAnimate2 3s ease 1 forwards;animation: loadingAnimate2 3s ease 1 forwards;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
@-webkit-keyframes loadingAnimate {  
	0% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	}
	40%, 80% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
	}
	100% {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 0;
	}
}
@-webkit-keyframes loadingAnimate2 {  
	0% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	 opacity:0;
	}
	40%, 80% {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	}
	100% {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
	}
}


.head{ width:100%; background:#19152B; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ position:relative;}
.head2{ height:74px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:18%; height:74px; position:relative; }
.head .logo img{ max-width:100%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_phone{ padding-left:30px; background:url(../images/hicon_tell.png) left center no-repeat; background-size:auto 24px; font-size:14px; line-height:24px; color:#999; margin-left:10px;}
.head .h_phone i{}
.head .h_weixin{ padding:25px 0; position:relative; margin-left:10px;}
.head .h_weixin i{ display:inline-block; width:24px; height:24px; background:url(../images/hicon_wx.png) center no-repeat; background-size:contain; cursor:pointer;}
.head .h_weixin .ewm{ background:#fff; padding:10px; border-radius:10px; position:absolute; top:100%; left:50%; transform:translateX(-50%); display:none;}
.head .h_weixin:hover .ewm{ display:block;}
.head .h_weixin .ewm:before{ content:""; border:10px solid transparent; border-bottom-color:#fff; position:absolute; top:-20px; left:50%; transform:translateX(-50%);}
.head .h_weixin .ewm img{ display:block; width:100px;}
.head .h_search_btnbg{ padding:25px 0; position:relative; margin-left:.78vw;}
.head .h_search_btnbg i{ display:inline-block; width:24px; height:24px; background:url(../images/hicon_search.png) center no-repeat; background-size:contain; cursor:pointer;}
.head .h_search_box{ position:absolute; top:100%; right: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{ }
.head .h_searchbg{ width:200px; border-radius:30px; overflow:hidden; background:var(--fourth-color);}
.head .h_search{ padding:1px;}
.head .h_search_close2{ display:none;}
.head .h_search .form{ height:30px; background:#272727; border-radius:30px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:30px; line-height:30px; padding:0 0 0 15px; width:calc(100% - 45px);}
.head .h_search .form .button1{ float:right; border:none; background:url(../images/hicon_search.png) center no-repeat; background-size:50% auto; width:30px; height:30px; line-height:30px; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ }
.head .h_search .form .button1 i{ display:none;}
/*menu*/
.head .menu{ height:74px; line-height:74px; }
.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:#fff; display:block; font-size:16px; font-weight:normal; position:relative; z-index:1;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:#fff; }
/*.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(--fourth-color); position:absolute; bottom:20px; 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:rgba(15, 15, 15, 0.8); box-shadow:0 0 10px 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; text-align:center; padding:5px 5px; line-height:24px;}
.head .menu>ul>li ul li a{ color:rgba(255, 255, 255, 0.82); font-weight:normal; font-size:14px; white-space:nowrap; position:relative;}
.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 .menu>ul>li ul li ul li a{ color:rgba(255, 255, 255, 0.4);}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{
color:transparent !important;
-webkit-text-fill-color: transparent !important;
background: var(--fourth-color) !important;
background-clip: text !important;
-webkit-background-clip: text !important;}

.head_height{ height:74px;}

.head.active1{ box-shadow:0 0 15px rgba(0,0,0,.2);}
.head.active2{ }
@media(max-width:1399px){
.head .menu>ul>li>a{ font-size:14px; }
}
@media(max-width:999px){
.head_height{ height:60px !important;}
.head{ }
.head2{ height:60px; }
.head .logo{ width:30%; height:60px; }
.head .h_phone{ padding-left:25px; background-size:auto 20px; font-size:14px; line-height:24px; margin-left:5px;}
.head .h_weixin{ padding:20px 0; margin-left:10px;}
.head .h_weixin i{ width:20px; height:20px; }
.head .h_weixin .ewm{ padding:10px; }
.head .h_weixin .ewm:before{ border-width:10px; top:-20px; }
.head .h_weixin .ewm img{ width:100px;}
.head .h_search_btnbg{ padding:20px 0; margin-left:1.04vw; position:static;}
.head .h_search_btnbg i{ width:20px; height:20px; }
.head .h_search_box{ width:100%; }
.head .h_searchbg{ width:100%; background:rgba(15, 15, 15, 0.8); border-radius:0; padding:20px 0;}
.head .h_search{ margin:0 auto; width:90%; background:var(--fourth-color); border-radius:30px; overflow:hidden;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:20px; height:16px; cursor:pointer; display:none; position:relative; margin-left:10px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:20px; height:2px; background:#fff; 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(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:rgba(15, 15, 15, 0.8); color:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 0;}
.head .nav_list>ul>li{ padding:10px 0; border-bottom:1px solid rgba(255,255,255,.01);}
.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:#fff;}
.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);}

@media(max-width:999px){
.head .nav_open{ display:block;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-container .swiper-slide.swiper-slide-active img{ }
.banner_swiper .swiper-container .swiper-slide .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); color:#fff;}
.banner_swiper .swiper-container .swiper-slide .txt{ max-width:620px;}
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:4.16vw; line-height:1.2em; font-weight:bold; margin-bottom:1.82vw;}
.banner_swiper .swiper-container .swiper-slide .txt .h2 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:18px; line-height:28px; margin-bottom:2.86vw;}
.banner_swiper .swiper-pagination{ bottom:20px; height:29px; width:100%; }
.banner_swiper .swiper-pagination span{ vertical-align:middle; width:17px; height:17px; background:#fff; opacity:1; margin:0 8px; transition:all .3s ease;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:29px; height:29px; background:var(--fourth-color);}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:60px; height:60px; line-height:60px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:30px; transition:all .3s ease; opacity:0; visibility:hidden;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--fourth-color); color:#fff;}
.banner_swiper .swiper-button-prev:after,.banner_swiper .swiper-button-next:after{ display:none;}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:24px; margin-bottom:5px;}
.banner_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:18px; margin-bottom:10px;}
.banner_swiper .swiper-container .swiper-slide .txt br{ display:none;}

.banner_swiper .swiper-pagination{ bottom:10px; height:12px;}
.banner_swiper .swiper-pagination span{ width:6px; height:6px; margin:0 3px; }
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:12px; height:12px;}

.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; font-size:20px; }
.banner_swiper .swiper-button-prev{ left:10px;}
.banner_swiper .swiper-button-next{ right:10px;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; position:relative; color:#fff; font-size:20px; line-height:74px; padding:0 20px; min-width:190px; transition:all .3s ease; position:relative; z-index:1;}
.more1 span:hover{ transform:translateX(5px);}
.more1 span:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; top:0; left:0; z-index:-1; transform:skewX(-15deg);}
@media(max-width:999px){
.more1 span{ font-size:12px; line-height:28px; padding:0 10px; min-width:70px; }
}


.index_bar1bg{ overflow:hidden;}
.index_bar1{ font-size:2vw; font-weight:bold;}
.index_bar1 ul{display: flex; justify-content: center; align-items:center; width:fit-content;}
.index_bar1 ul li{display: flex; justify-content: center; align-items:center; white-space:nowrap; margin:0 .52vw;}
.index_bar1 ul li img{ width:2.34vw; margin:0 .52vw 0 0;}
@media(max-width:999px){
.index_bar1{ font-size:3.7vw; }
.index_bar1 ul li{ margin:0 2.66vw;}
.index_bar1 ul li img{ width:4.26vw; margin:0 2.66vw 0 0;}
}

.index_bar2bg{ padding:1.56vw 0; background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border-bottom:1px solid rgba(255, 255, 255, 0.2); border-top:1px solid rgba(255, 255, 255, 0.2);/* transform:rotate(-1deg); transform:translateY(-100%); position:relative; z-index:1;*/ overflow:hidden;}
.index_bar2{ font-size:2vw; font-weight:bold;}
.index_bar2 ul{display: flex; justify-content: center; align-items:center; width:fit-content;}
.index_bar2 ul li{display: flex; justify-content: center; align-items:center; white-space:nowrap; margin:0 .52vw;}
.index_bar2 ul li img{ width:2.34vw; margin:0 .52vw 0 0;}
@media(max-width:999px){
.index_bar2{ font-size:3.7vw; }
.index_bar2 ul li{ margin:0 2.66vw;}
.index_bar2 ul li img{ width:4.26vw; margin:0 2.66vw 0 0;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:64px; line-height:74px; font-weight:bold;}
.tit1 .h3{ font-size:64px; line-height:74px; font-weight:bold; margin-top:15px;}
.tit1 .h3 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.con01bg{ padding:80px 0 60px 0;}
.con01{}
.con01 .list1{ margin-top:40px;}
.con01 .list1 .txt{ font-size:20px; line-height:2em; text-align:center;}
.con01 .list2{ margin-top:40px;}

.indexAbout_swiper{/* width:60%; margin:0 auto;*/ position:relative;}
.indexAbout_swiper .swiper-container { width: 100%;/* overflow:visible;*/}
.indexAbout_swiper .swiper-container .swiper-wrapper{align-items:center;}
.indexAbout_swiper .swiper-container .swiper-slide { position:relative; cursor:pointer;}
.indexAbout_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2; }
.indexAbout_swiper .swiper-container .swiper-slide .img{ padding-bottom:45%; position:relative; border-radius:10px; overflow:hidden;}
.indexAbout_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.indexAbout_swiper .swiper-container .swiper-slide .video_item{ position:relative; display:none;}
.indexAbout_swiper .swiper-container .swiper-slide .logo_box_pos{ width:12%; position:absolute; top:0; left:50%; transform:translate(-50%,0); z-index:4;}
.indexAbout_swiper .swiper-container .swiper-slide .logo_box_pos .bg{ display:block; width:100%;}
.indexAbout_swiper .swiper-container .swiper-slide .logo_box_pos .logo{ display:block; width:50%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.indexAbout_swiper .swiper-container .swiper-slide .bg_img{ display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:1;}
.indexAbout_swiper .swiper-container .swiper-slide .mask_img{ display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index:3;}
.indexAbout_swiper .swiper-container .swiper-slide .video_con_pos{ padding-bottom:70%; position:relative; z-index:2;}
.indexAbout_swiper .swiper-container .swiper-slide .video_con{ width:94%; height:85%; margin:9% 3% 6% 3%;box-sizing: border-box; position:absolute; top:0; left:0;}
.indexAbout_swiper .swiper-container .swiper-slide .video_con video{ display:block; width:100%; height:100%; position:absolute; top:0; left:0; background:#000; border-radius:10px;}
.indexAbout_swiper .swiper-container .swiper-slide.swiper-slide-active .img{ display:none;}
.indexAbout_swiper .swiper-container .swiper-slide.swiper-slide-active .video_item{ display:block;}

.indexAbout_swiper .swiper-pagination{ bottom:20px; height:29px; width:100%; display:none;}
.indexAbout_swiper .swiper-pagination span{ vertical-align:middle; width:17px; height:17px; background:#fff; opacity:1; margin:0 8px; transition:all .3s ease;}
.indexAbout_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:29px; height:29px; background:var(--fourth-color);}
.indexAbout_swiper .swiper-button-prev,.indexAbout_swiper .swiper-button-next{ width:60px; height:60px; line-height:60px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:30px; transition:all .3s ease; opacity:0; visibility:hidden; display:none;}
.indexAbout_swiper:hover .swiper-button-prev,.indexAbout_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.indexAbout_swiper .swiper-button-prev:hover,.indexAbout_swiper .swiper-button-next:hover{ background:var(--fourth-color); color:#fff;}
.indexAbout_swiper .swiper-button-prev:after,.indexAbout_swiper .swiper-button-next:after{ display:none;}
.indexAbout_swiper .swiper-button-prev{ left:20px;}
.indexAbout_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:28px; }
.tit1 .h3{ font-size:24px; line-height:28px; margin-top:5px;}
.con01bg{ padding:40px 0;}
.con01 .list1{ margin-top:20px;}
.con01 .list1 .txt{ font-size:14px; line-height:24px; }
.con01 .list2{ margin-top:20px;}
}


.more2{}
.more2 a{ display:inline-block; text-align:center; position:relative; font-size:20px; line-height:74px; width:232px; font-weight:bold; background:url(../images/rectangle_normal.png) center no-repeat; background-size:100% 100%;  transition:all .3s ease;}
.more2 a:hover{ background-image:url(../images/rectangle.png);}
.more2 span{ position:relative; transition:all .3s ease; position:relative; z-index:1;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.more2 a:hover span{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}

.con02bg{ padding:60px 0 80px 0;}
.con02{}
.slide_index1{}
.slide_index1 .hd{ margin-bottom:40px;}
.slide_index1 .hd ul{display: flex; justify-content: center; align-items:center;}
.slide_index1 .hd ul li{ cursor:pointer;}
.slide_index1 .hd ul li a{ display:inline-block; text-align:center; position:relative; font-size:20px; line-height:74px; width:232px; font-weight:bold; background:url(../images/rectangle_normal.png) center no-repeat; background-size:100% 100%;  transition:all .3s ease;}
.slide_index1 .hd ul li span{ position:relative; transition:all .3s ease; position:relative; z-index:1;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.slide_index1 .hd ul li.on a{ background-image:url(../images/rectangle.png);}
.slide_index1 .hd ul li.on span{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}
.slide_index1 .bd{}
.con02_list{ background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border:1px solid rgba(255, 255, 255, 0.2); border-radius:10px;}
.con02_list .nr_box{display: flex; justify-content: space-between; align-items:center;}
.con02_list .imgbg{ width:50%;}
.con02_list .img{}
.con02_list .img img{ display:block; width:100%;}
.con02_list .txtbg{ width:50%;}
.con02_list .txt{ padding:0 9%;}
.con02_list .txt .h2{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:25px;}
.con02_list .txt .h3{ font-size:16px; line-height:26px; margin-bottom:25px;}
@media(max-width:999px){
.more2{ text-align:center;}
.more2 a{ font-size:14px; line-height:38px; width:120px; }

.con02bg{ padding:40px 0;}
.slide_index1 .hd{ margin-bottom:20px;}
.slide_index1 .hd ul li a{ font-size:12px; line-height:28px; width:118px; }
.con02_list .nr_box{display: block;}
.con02_list .imgbg{ width:100%;}
.con02_list .txtbg{ width:100%;}
.con02_list .txt{ padding:20px 5%;}
.con02_list .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con02_list .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
}


.more3{}
.more3 a{ display:inline-block; text-align:center; font-size:18px; line-height:30px; padding:1px; width:125px; transition:all .3s ease; background:var(--fourth-color); border-radius:30px; overflow:hidden;}
.more3 a:hover{}
.more3 span{ display:block; transition:all .3s ease; border-radius:30px; background:#252427;}
.more3 a:hover span{ background:var(--fourth-color) !important;}
.more3 b{ font-weight:normal; transition:all .3s ease;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.more3 a:hover b{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}
.more4{ text-align:center;}
.more4 span{ display:inline-block; text-align:center; position:relative; font-size:18px; line-height:52px; width:calc(100% - 40px); font-weight:bold; background:url(../images/rectangle_normal.png) center no-repeat; background-size:100% 100%;  transition:all .3s ease;}
.more4 span:hover{ background-image:url(../images/rectangle.png);}
.more4 b{ position:relative; transition:all .3s ease; position:relative; z-index:1;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.more4 span:hover b{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}

.con03bg{ padding:80px 0;}
.con03{}
.con03 .list{ margin-top:40px;}
.slide_store1{}
.slide_store1 .hd{ margin-bottom:40px;}
.slide_store1 .hd ul{display: flex; justify-content: center; align-items:center;}
.slide_store1 .hd ul li{ cursor:pointer;}
.slide_store1 .hd ul li a{ display:inline-block; text-align:center; position:relative; font-size:20px; line-height:74px; width:232px; font-weight:bold; background:url(../images/rectangle_normal.png) center no-repeat; background-size:100% 100%;  transition:all .3s ease;}
.slide_store1 .hd ul li span{ position:relative; transition:all .3s ease; position:relative; z-index:1;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.slide_store1 .hd ul li.on a{ background-image:url(../images/rectangle.png);}
.slide_store1 .hd ul li.on span{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}
.slide_store1 .bd{}
.con03_list{}
.con03_list .more3{ text-align:right; margin-bottom:40px;}
.con03_list ul{display: flex; justify-content: flex-start;/* align-items:center;*/ flex-wrap:wrap;}
.con03_list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px;box-sizing: border-box; border:1px solid rgba(255, 255, 255, 0.2); background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border-radius:10px; overflow:hidden; position:relative;}
.con03_list ul li:nth-child(3n-2){ margin-left:0;}
.con03_list ul li .nr_box{ padding:20px 20px 220px 20px;}
.con03_list ul li .img{ padding-bottom:80%; position:relative; overflow:hidden; border-radius:10px;}
.con03_list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03_list ul li .nr_box:before{ content:""; width:100%; height:100%; background:linear-gradient(45deg, rgba(120, 84, 253,.7), rgba(215, 103, 254,.7), rgba(252, 12, 233,.7)); opacity:0; visibility:hidden; transform:translate(-50%,-50%) scale(0); border-radius:100%; position:absolute; top:50%; left:50%; z-index:2; transition:all .3s ease;}
.con03_list ul li:hover .nr_box:before{ opacity:1; visibility:visible; transform:translate(-50%,-50%) scale(1); border-radius:0;}
.con03_list ul li .img2bg{ width:100%; height:100%; position:absolute; top:50%; left:50%; z-index:1; opacity:0; visibility:hidden; transform:translate(-50%,-50%) scale(0); border-radius:100%; transition:all .3s ease;}
.con03_list ul li:hover .img2bg{ opacity:1; visibility:visible; transform:translate(-50%,-50%) scale(1); border-radius:0;}
.con03_list ul li .img2{ width:100%; height:100%;}
.con03_list ul li .img2 img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03_list ul li .txtbg{ width:100%; position:absolute; left:0; bottom:92px; z-index:3;}
.con03_list ul li .txt{ padding:0 20px; text-align:center;}
.con03_list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:10px;}
.con03_list ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:15px;}
.con03_list ul li .txt .h4{ font-size:16px; line-height:26px; height:0; opacity:0; visibility:hidden; overflow:hidden; transition:all .3s ease;}
.con03_list ul li:hover .txt .h4{ height:auto; opacity:1; visibility:visible;}
.con03_list ul li .more4{ width:100%; position:absolute; bottom:20px; left:0; z-index:4;}
.con03_list ul li:hover .more4 span{ background-image:url(../images/rectangle.png);}
.con03_list ul li:hover .more4 span b{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}
@media(max-width:999px){
.more3 a{ font-size:12px; line-height:18px; padding:1px; width:98px; }
.more4 span{ font-size:12px; line-height:28px; width:calc(100% - 20px); }

.con03bg{ padding:40px 0;}
.con03 .list{ margin-top:20px;}
.slide_store1 .hd{ margin-bottom:20px;}
.slide_store1 .hd ul li a{ font-size:12px; line-height:28px; width:118px; }
.con03_list .more3{ margin-bottom:20px;}
.con03_list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.con03_list ul li:nth-child(3n-2){ margin-left:10px;}
.con03_list ul li:nth-child(2n-1){ margin-left:0;}
.con03_list ul li .nr_box{ padding:10px 10px 110px 10px;}
.con03_list ul li .txtbg{ bottom:48px; }
.con03_list ul li .txt{ padding:0 10px; }
.con03_list ul li .txt .h2{ font-size:14px; line-height:18px; margin-bottom:5px;}
.con03_list ul li .txt .h3{ font-size:13px; line-height:17px; margin-bottom:10px;}
.con03_list ul li .txt .h4{ font-size:12px; line-height:16px; }
.con03_list ul li .more4{ bottom:10px; }
}


.con04bg{ padding:80px 0;}
.con04{}
.con04 .list{ margin-top:40px; height:32.6vw; background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border:1px solid rgba(255, 255, 255, 0.2); border-radius:10px; position:relative; overflow:hidden;}
.con04 .list .bg1{ display:block; width:68%; opacity:.4; position:absolute; top:42%; left:50%; transform:translate(-50%,-50%);}
.con04 .list .box1{ width:38%; position:absolute; top:0; left:50%; transform:translateX(-50%); z-index:1;}
.con04 .list .box1 .bg2{ display:block; width:100%;}
.con04 .list .box1 .imgbg{ width:70%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.con04 .list .box1 .img{}
.con04 .list .box1 .img img{ display:block; width:100%;}
.con04 .list .box2{ position:absolute; top:45%; left:0; transform:translateY(-50%); width:100%; z-index:3;}
.con04 .list .box2 ul{display: flex; justify-content: flex-start;/* align-items:center;*/ flex-wrap:wrap;}
.con04 .list .box2 ul li{ width:50%; text-align:center; margin:2.6vw 0;}
.con04 .list .box2 ul li:nth-child(1) span{ margin-right:16%;}
.con04 .list .box2 ul li:nth-child(2) span{ margin-left:16%;}
.con04 .list .box2 ul li span{ display:inline-block; text-align:center; position:relative; color:#fff; font-size:1.25vw; line-height:3.34vw; padding:0 1.04vw; min-width:10.42vw; transition:all .3s ease; position:relative; z-index:1;}
.con04 .list .box2 ul li span:hover{ transform:scale(1.1);}
.con04 .list .box2 ul li span:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; top:0; left:0; z-index:-1; transform:skewX(-15deg); opacity:.8;}
.con04 .list .box3{ position:absolute; bottom:6%; left:50%; transform:translateX(-50%); z-index:2;}
.con04 .list .box3 span{ display:inline-block; text-align:center; position:relative; color:#fff; font-size:1.66vw; line-height:3.86vw; padding:0 1.04vw; min-width:26.56vw; transition:all .3s ease; position:relative; z-index:1;}
.con04 .list .box3 span:hover{ transform:scale(1.1);}
.con04 .list .box3 span:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; top:0; left:0; z-index:-1; transform:skewX(-15deg); opacity:.8;}
@media(max-width:999px){
.con04bg{ padding:40px 0;}
.con04 .list{ margin-top:20px; height:52vw; }
.con04 .list .bg1{ width:94%; top:50%; }
.con04 .list .box1{ width:60%; top:-5%;}
.con04 .list .box1 .imgbg{ width:45%; }
.con04 .list .box2{ top:47%; }
.con04 .list .box2 ul li{ width:50%; margin:2.6vw 0;}
.con04 .list .box2 ul li:nth-child(1) span{ margin-right:16%;}
.con04 .list .box2 ul li:nth-child(2) span{ margin-left:16%;}
.con04 .list .box2 ul li span{ font-size:2.14vw; line-height:6.94vw; padding:0 2.66vw; min-width:18.66vw; }
.con04 .list .box3{ bottom:5%; }
.con04 .list .box3 span{ font-size:2.66vw; line-height:6.94vw; padding:0 2.66vw; min-width:56vw; }
}


.con05bg{ padding:80px 0;}
.con05{}
.con05 .more3{ }
.con05 .more3 span{ background:#353434;}
.con05 .list{ margin-top:40px;}
.news_swiper{ position:relative; padding:40px 0 60px 0;}
.news_swiper .swiper-container { width: 100%; }
.news_swiper .swiper-container .swiper-slide {box-sizing: border-box; border:1px solid rgba(255, 255, 255, 0.2); background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border-radius:10px; overflow:hidden; position:relative; transition:all .3s ease;}
.news_swiper .swiper-container .swiper-slide:hover{ background:var(--fourth-color);}
.news_swiper .swiper-container .swiper-slide .nr_box{ padding:30px 5%;}
.news_swiper .swiper-container .swiper-slide .img{ padding-bottom:40%; position:relative; overflow:hidden; border-radius:10px;}
.news_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.news_swiper .swiper-container .swiper-slide .txt{ margin-top:30px;}
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:30px; display: flex; justify-content: space-between; align-items:center; padding-top:10px; position:relative;}
.news_swiper .swiper-container .swiper-slide .txt .h2:before{ content:""; width:100%; height:2px; background:linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0)); position:absolute; top:0; left:0;}
.news_swiper .swiper-container .swiper-slide .txt .h2 strong{ font-size:20px; width:70%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news_swiper .swiper-container .swiper-slide .txt .h2 span{}
.news_swiper .swiper-pagination{ bottom:0px; height:29px; width:100%; }
.news_swiper .swiper-pagination span{ vertical-align:middle; width:17px; height:17px; background:#fff; opacity:1; margin:0 8px; transition:all .3s ease;}
.news_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:29px; height:29px; background:var(--fourth-color);}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ width:60px; height:60px; line-height:60px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:30px; transition:all .3s ease; opacity:0; visibility:hidden;}
.news_swiper:hover .swiper-button-prev,.news_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.news_swiper .swiper-button-prev:hover,.news_swiper .swiper-button-next:hover{ background:var(--fourth-color); color:#fff;}
.news_swiper .swiper-button-prev:after,.news_swiper .swiper-button-next:after{ display:none;}
.news_swiper .swiper-button-prev{ left:0px;}
.news_swiper .swiper-button-next{ right:0px;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;}
.news_swiper{ position:relative; padding:20px 0;}
.news_swiper .swiper-container .swiper-slide .nr_box{ padding:20px 5%;}
.news_swiper .swiper-container .swiper-slide .txt{ margin-top:20px;}
.news_swiper .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:30px; padding-top:10px; }
.news_swiper .swiper-container .swiper-slide .txt .h2 strong{ font-size:16px; width:70%; }

.news_swiper .swiper-pagination{ height:12px;}
.news_swiper .swiper-pagination span{ width:6px; height:6px; margin:0 3px; }
.news_swiper .swiper-pagination span.swiper-pagination-bullet-active{ width:12px; height:12px;}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; font-size:20px; }
}




.foot{ background-repeat:no-repeat; background-position:center; background-size:cover; }
.foot a{ }
.foot a:hover{ text-decoration:underline;}
.foot1bg{ padding:60px 0;}
.foot1{}
.foot1 .list1{display: flex; justify-content: space-between;/* align-items:center;*/ margin-bottom:60px;}
.foot1 .list1 .lt{ width:26%;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-width:100%; max-height:40px;}
.foot .f_contact{ font-size:16px; line-height:26px;}
.foot .f_contact ul li{ margin-bottom:10px; padding-left:26px; min-height:26px; position:relative;}
.foot .f_contact ul li i{ width:18px; height:26px; position:absolute; left:0; top:0;}
.foot .f_contact ul li i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot1 .list1 .rt{ width:70%;}
.foot .f_nav{display: flex; justify-content: flex-start;/* align-items:center;*/ font-size:14px; line-height:24px;}
.foot .f_nav dl{ margin:0 2.12vw 0 0;}
.foot .f_nav dl dt{ font-size:14px; line-height:28px; font-weight:bold; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot1 .list2{display: flex; justify-content: flex-start; align-items:center;}
.foot .f_share{ margin-right:20px;}
.foot .f_share ul{display: flex; justify-content: flex-start; align-items:center;}
.foot .f_share ul li{ position:relative; margin:0 10px 0 0;}
.foot .f_share ul li .nr_box{ padding:15px 0;}
.foot .f_share ul li i{ display:block; width:28px; height:28px; border:1px solid #fff; border-radius:100%; position:relative;}
.foot .f_share ul li i img{ max-width:70%; max-height:70%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot .f_share ul li .ewm{ background:#fff; padding:10px; border-radius:10px; 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:before{ content:""; border:10px solid transparent; border-top-color:#fff; position:absolute; bottom:-20px; left:50%; transform:translateX(-50%);}
.foot .f_share ul li .ewm img{ display:block; width:100px;}
.foot .f_info{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:30px 0;}
.foot1 .list1{display:block; margin-bottom:20px;}
.foot1 .list1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-width:100%; max-height:20px;}
.foot .f_contact{ font-size:16px; line-height:26px;}
.foot .f_contact ul li{ margin-bottom:10px; padding-left:26px; min-height:26px; }
.foot .f_contact ul li i{ width:18px; height:26px; }
.foot1 .list1 .rt{ width:100%;}
.foot .f_nav{ font-size:12px; line-height:22px; flex-wrap:wrap;}
.foot .f_nav dl{ width:20%; margin:0;}
.foot .f_nav dl dt{ font-size:14px; line-height:24px; margin-bottom:10px;}
.foot .f_nav dl dd{ margin-bottom:5px;}
.foot1 .list2{display:block;}
.foot .f_share{ margin-right:0;}
.foot .f_share ul{  justify-content: center; }
.foot .f_share ul li{ margin:0 10px;}
.foot .f_share ul li .nr_box{ padding:15px 0;}
.foot .f_share ul li i{ width:28px; height:28px; }
.foot .f_share ul li .ewm img{ width:100px;}
.foot .f_info{ font-size:12px; line-height:22px; text-align:center;}
}




/*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:50px; line-height:60px; font-weight:bold;}
.inbarbg{}
.inbar{ display: flex;justify-content:space-between;align-items:center;}
.innav{ font-size:20px; line-height:30px; width:100%; margin-top:20px;}
.innav .h1{ font-size:14px; line-height:44px; background:#000; color:#fff; padding:0 40px 0 20px; position:relative; display:none; }
.innav .h1:before{ content:"\f105";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: center;
flex-wrap:wrap;}
.innav>ul>li{ color:#333; position:relative; background:url(../images/rectangle_normal.png) center no-repeat; background-size:100% 100%; margin:0 0 20px 0;}
.innav>ul>li>a{ display:block; text-align:center; width:232px; height:74px; display: flex;justify-content:center;align-items:center;}
.innav>ul>li>a b{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.innav>ul>li.hover{ background-image:url(../images/rectangle.png);}
.innav>ul>li.hover>a{ color:#fff; }
.innav>ul>li.hover>a b{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}
.innav>ul>li:hover{ background-image:url(../images/rectangle.png);}
.innav>ul>li:hover>a{ color:#fff; }
.innav>ul>li:hover>a b{
color:#fff;
-webkit-text-fill-color:inherit;
background: none;
background-clip: inherit;
-webkit-background-clip: inherit;}
.innav ul li ul{ width:calc(100% - 15px); padding:5px 0; background:rgba(15, 15, 15, 0.8); box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:0px; display:none; z-index:5;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:24px; padding:5px 0;}
.innav ul li ul li a{ font-size:14px;  }
.innav ul li ul li a:hover{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.weizhi{ font-size:14px; line-height:24px; 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; }
.inbar{ display:block;}
.innav{ font-size:12px; line-height:16px; margin-top:5px;}
.innav>ul>li{ margin:0 0 5px 0;}
.innav>ul>li>a{ width:80px; height:30px; }
.innav ul li ul{ width:calc(100% - 5px); padding:5px 0; background:rgba(15, 15, 15, 0.8); box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:0px; display:none; z-index:2;}
.innav ul li:hover>ul{ display:block;}
.innav ul li ul li{ text-align:center; line-height:16px; padding:5px 0;}
.innav ul li ul li a{ font-size:12px;  }
.weizhi{ display:none;}
}
.insideBox_bg{ background:url(../images/game-products-bg.jpg) top center no-repeat; background-size:100% 100%;}
.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:80px 0 60px 0; position:relative;}
.aboutus1bg:before{ content:""; width:31.25vw; height:31.25vw; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:0; transform:translate(-20%,-10%);
-webkit-filter: blur(100px);
filter: blur(100px);}
.aboutus1bg>.bg1{ width:16.25vw; position:absolute; top:5%; left:0; z-index:2;    mix-blend-mode: overlay;}
.aboutus1{ position:relative; z-index:3;}
.aboutus1_list1{ text-align:center;} 
.aboutus1_list1 .h2{ font-size:64px; line-height:74px; font-weight:bold; position:relative; padding-bottom:15px; margin-bottom:10px;}
.aboutus1_list1 .h2:before{ content:""; width:160px; height:5px; background:var(--fourth-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.aboutus1_list1 .h2 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.aboutus1_list1 .h3{ font-size:36px; line-height:46px; font-weight:bold; margin-bottom:60px;}
.aboutus1_list1 .h4{ font-size:14px; line-height:24px;}
.aboutus1_list2{ margin-top:80px; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover; border-radius:10px; padding:80px 0;}
.aboutus1_list2 .bg2{ width:15%; position:absolute; top:0; right:0; transform:translate(50%,-50%);}
.aboutus1_list2 ul{display: flex; justify-content: center;/* align-items: center;*/}
.aboutus1_list2 ul li{ width:20%; text-align:center; padding:40px 0; border-left:1px solid #fff;}
.aboutus1_list2 ul li:nth-child(1){ border-left:none;}
.aboutus1_list2 ul li .txt{}
.aboutus1_list2 ul li .txt .h2{ font-size:18px; margin-bottom:15px;}
.aboutus1_list2 ul li .txt .h2 strong{ font-size:54px; margin-right:10px;}
.aboutus1_list2 ul li .txt .h2 span{}
.aboutus1_list2 ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1bg:before{  width:31.25vw; height:31.25vw; }
.aboutus1bg>.bg1{ width:16.25vw; top:5%; }
.aboutus1_list1 .h2{ font-size:24px; line-height:34px; padding-bottom:10px; margin-bottom:5px;}
.aboutus1_list1 .h2:before{ width:60px; height:2px; }
.aboutus1_list1 .h3{ font-size:18px; line-height:28px; margin-bottom:20px;}
.aboutus1_list1 .h4{ font-size:14px; line-height:24px;}
.aboutus1_list2{ margin-top:40px; padding:20px 0;}
.aboutus1_list2 .bg2{ width:15%; }
.aboutus1_list2 ul{ flex-wrap:wrap;}
.aboutus1_list2 ul li{ width:32%; padding:0; border-left:none; margin:10px 0;}
.aboutus1_list2 ul li .txt .h2{ font-size:14px; margin-bottom:10px;}
.aboutus1_list2 ul li .txt .h2 strong{ font-size:36px; margin-right:10px;}
.aboutus1_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.tit2{ text-align:center;}
.tit2 .h2{ font-size:64px; line-height:74px; font-weight:bold; margin-bottom:15px;}
.tit2 .h3{ font-size:36px; line-height:46px;}
.tit2 .h3 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.aboutus2bg{ padding:60px 0 80px 0;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px;}
.culture_swiper{ position:relative;}
.culture_swiper .swiper-container { width: 100%; }
.culture_swiper .swiper-container .swiper-slide { position:relative;}
.culture_swiper .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.culture_swiper .swiper-container .swiper-slide .nr_box{display: flex; justify-content: space-between;/* align-items: center;*/ border-radius:10px; overflow:hidden;}
.culture_swiper .swiper-container .swiper-slide .imgbg{ width:60%;}
.culture_swiper .swiper-container .swiper-slide .img{ padding-bottom:88%; position:relative;}
.culture_swiper .swiper-container .swiper-slide .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.culture_swiper .swiper-container .swiper-slide .txtbg{ width:40%; display: flex; justify-content: center; align-items: center; background:var(--fourth-color);}
.culture_swiper .swiper-container .swiper-slide .txt{ width:82%; padding:20px 0;}
.culture_swiper .swiper-container .swiper-slide .txt .h2{ font-size:48px; line-height:58px; font-weight:bold; margin-bottom:20px;}
.culture_swiper .swiper-container .swiper-slide .txt .h3{ font-size:27px; line-height:37px; margin-bottom:25px;}
.culture_swiper .swiper-container .swiper-slide .txt .line1{ width:68px; height:2px; background:#fff;}
.culture_swiper .swiper-pagination{ bottom:20px; height:12px; width:100%; text-align:right;}
.culture_swiper .swiper-pagination span{ vertical-align:middle; width:12px; height:12px; background:rgba(255,255,255,.5); opacity:1; margin:0 4px 0 0; transition:all .3s ease;}
.culture_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:#fff;}
.culture_swiper .swiper-button-prev,.culture_swiper .swiper-button-next{ width:60px; height:60px; line-height:60px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:30px; transition:all .3s ease; opacity:0; visibility:hidden; display:none;}
.culture_swiper:hover .swiper-button-prev,.culture_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.culture_swiper .swiper-button-prev:hover,.culture_swiper .swiper-button-next:hover{ background:var(--fourth-color); color:#fff;}
.culture_swiper .swiper-button-prev:after,.culture_swiper .swiper-button-next:after{ display:none;}
.culture_swiper .swiper-button-prev{ left:20px;}
.culture_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; margin-bottom:5px;}
.tit2 .h3{ font-size:20px; line-height:30px;}
.aboutus2bg{ padding:40px 0;}
.aboutus2 .list{ margin-top:20px;}
.culture_swiper .swiper-container .swiper-slide .nr_box{display:block;}
.culture_swiper .swiper-container .swiper-slide .imgbg{ width:100%;}
.culture_swiper .swiper-container .swiper-slide .txtbg{ width:100%; display:block;}
.culture_swiper .swiper-container .swiper-slide .txt{ width:90%; padding:20px 5% 40px 5%;}
.culture_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.culture_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.culture_swiper .swiper-container .swiper-slide .txt .line1{ width:40px; height:2px; }
.culture_swiper .swiper-pagination{ bottom:10px; height:8px; text-align:center;}
.culture_swiper .swiper-pagination span{ width:8px; height:8px; margin:0 2px; }
}

.aboutus3bg{ padding:80px 0; background:url(../images/history_bg.png) bottom center no-repeat; background-size:100% auto;}
.aboutus3{}
.aboutus3 .list{ margin-top:60px;}
.history_gallery{display: flex; justify-content: space-between;/* align-items: center;*/}
.history_gallery-thumbs{ width:200px; position:relative;}
.history_gallery-thumbs:before{ content:""; width:1px; height:100%; background:linear-gradient(rgba(188, 188, 188, 0), rgb(188, 188, 188)); position:absolute; left:0; top:0;}
.history_gallery-thumbs .swiper-container { width: 100%; height:400px;}
.history_gallery-thumbs .swiper-container .swiper-slide { position:relative; cursor:pointer;}
.history_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2;}
.history_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:24px; line-height:34px; padding:8px 20px 8px 25px; position:relative;}
.history_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2:before{ content:""; width:5px; height:100%; background:var(--fourth-color); position:absolute; left:0; top:0;}
.history_gallery-thumbs .swiper-container .swiper-slide .h2 span{}
.history_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.history_gallery-top{ width:calc(100% - 250px); position:relative;}
.history_gallery-top .swiper-container { width: 100%; height:100%; }
.history_gallery-top .swiper-container .swiper-wrapper{ }
.history_gallery-top .swiper-container .swiper-slide { }
.history_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.history_gallery-top .swiper-container .swiper-slide .txt{ padding-left:40px; background:url(../images/history_icon.png) left top 6px no-repeat; background-size:30px auto;}
.history_gallery-top .swiper-container .swiper-slide .txt .h2{ font-size:9.22vw; line-height:1em; font-weight:bold; font-style:italic; position:absolute; bottom:0; right:0; opacity: .26;
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.history_gallery-top .swiper-container .swiper-slide .txt .h3{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:20px;}
.history_gallery-top .swiper-container .swiper-slide .txt .h4{ font-size:18px; line-height:28px;}
.history_gallery-top .swiper-container .swiper-slide .txt .h4 ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.history_gallery-top .swiper-container .swiper-slide .txt .h4 li{ width:50%;}
.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{ display:none;}
.history_gallery .swiper-button-prev{ }
.history_gallery .swiper-button-next{ }
@media(max-width:999px){
.aboutus3bg{ padding:40px 0; }
.aboutus3 .list{ margin-top:20px;}
.history_gallery-thumbs{ width:100px; }
.history_gallery-thumbs .swiper-container { height:340px;}
.history_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:20px; line-height:30px; padding:5px 10px 5px 20px; }
.history_gallery-top{ width:calc(100% - 110px); position:relative;}
.history_gallery-top .swiper-container .swiper-slide .txt{ padding-left:30px; background-position:left top; background-size:20px auto;}
.history_gallery-top .swiper-container .swiper-slide .txt .h2{ font-size:50px; line-height:1em; }
.history_gallery-top .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:20px; margin-bottom:10px;}
.history_gallery-top .swiper-container .swiper-slide .txt .h4{ font-size:12px; line-height:16px;}
.history_gallery-top .swiper-container .swiper-slide .txt .h4 li{ width:100%;}
}

.aboutus4bg{ padding:80px 0 60px 0; }
.aboutus4{}
.aboutus4 .list{ margin-top:40px;}
.honor_gallery{display: flex; justify-content: space-between; align-items: center;}
.honor_gallery-thumbs{ width:calc(100% - 580px); position:relative;}
.honor_gallery-thumbs .swiper-container { width: 100%; height:460px;}
.honor_gallery-thumbs .swiper-container .swiper-slide { position:relative; z-index:1; cursor:pointer;}
.honor_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active{ z-index:2;}
.honor_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:27px; line-height:60px; color:#fff; padding:0 20px;}
.honor_gallery-thumbs .swiper-container .swiper-slide .h2 span{ display:inline-block; padding:0 20px; position:relative;}
.honor_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 span:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; left:0; top:0; transform:skewx(-15deg); z-index:-1;}
.aboutus4 .list .lt{ width:510px; position:relative;}
.aboutus4 .list .lt .bg1{ display:block; width:100%;}
.aboutus4 .list .lt .bg2{ display:block; width:33%; position:absolute; top:0; left:0; transform:translate(-50%,0);}
.honor_gallery-top{ width:74%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.honor_gallery-top .swiper-container { width: 100%; }
.honor_gallery-top .swiper-container .swiper-slide { position:relative;}
.honor_gallery-top .swiper-container .swiper-slide.swiper-slide-active{ z-index:2;}
.honor_gallery-top .swiper-container .swiper-slide .imgbg{}
.honor_gallery-top .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative;}
.honor_gallery-top .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;}
.honor_gallery .swiper-pagination{ display:none;}
.honor_gallery .swiper-pagination span{ }
.honor_gallery .swiper-pagination span.swiper-pagination-bullet-active{ }
.honor_gallery .swiper-button-prev,.honor_gallery .swiper-button-next{ display:none;}
.honor_gallery .swiper-button-prev{ }
.honor_gallery .swiper-button-next{ }
@media(max-width:999px){
.aboutus4bg{ padding:40px 0; overflow:hidden;}
.aboutus4 .list{ margin-top:20px;}
.honor_gallery-thumbs{ width:50%; }
.honor_gallery-thumbs .swiper-container { height:290px;}
.honor_gallery-thumbs .swiper-container .swiper-slide { text-align:center;}
.honor_gallery-thumbs .swiper-container .swiper-slide .h2{ font-size:12px; line-height:16px; height:40px; padding:0 10px;display: flex; justify-content: center; align-items: center;}
.honor_gallery-thumbs .swiper-container .swiper-slide .h2 span{ padding:0 10px; }
.aboutus4 .list .lt{ width:46%; }
.aboutus4 .list .lt .bg2{ width:33%; }
.honor_gallery-top{ width:74%; }
}

.aboutus5bg{ padding:60px 0 80px 0; }
.aboutus5{}
.aboutus5 .list{ margin-top:40px;display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus5_lt{ width:64%; border:1px solid rgba(255, 255, 255, 0.2); background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border-radius:10px;}
.aboutus5_lt .nr_box{ padding:60px 15%;}
.aboutus5_lt .h2{ margin-bottom:30px;}
.aboutus5_lt .h2 img{ max-width:100%; max-height:30px;}
.aboutus5_lt .form{}
.aboutus5_lt .form ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus5_lt .form ul li{ width:calc((100% - 20px)/2); margin-bottom:10px;}
.aboutus5_lt .form ul li.li1{ width:100%;}
.aboutus5_lt .form .h3{ font-size:15px; line-height:25px;}
.aboutus5_lt .form .text1{ border:none; background:#fff; height:40px; line-height:40px; padding:0 10px; width:calc(100% - 20px); border-radius:4px;}
.aboutus5_lt .form .button1{ border:none; background:none; color:#fff; height:40px; line-height:40px; width:100px; font-size:14px; cursor:pointer; position:relative; margin-top:10px;}
.aboutus5_lt .form .button1:hover{}
.aboutus5_lt .form .button1:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; top:0; left:0; z-index:-1; transform:skewX(-15deg);}
.aboutus5_rt{ width:32%;}
.aboutus5_rt ul{}
.aboutus5_rt ul li{ border:1px solid rgba(255, 255, 255, 0.2); background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border-radius:10px; margin-bottom:10px; text-align:center;}
.aboutus5_rt ul li:last-child{ margin-bottom:0;}
.aboutus5_rt ul li .nr_box{ padding:20px 5%;}
.aboutus5_rt ul li .img{ height:74px; position:relative;}
.aboutus5_rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus5_rt ul li .txt{ margin-top:10px;}
.aboutus5_rt ul li .txt .h2{ font-size:21px; line-height:31px;}
@media(max-width:999px){
.aboutus5bg{ padding:40px 0; }
.aboutus5 .list{ margin-top:20px;display:block;}
.aboutus5_lt{ width:100%; margin-bottom:20px;}
.aboutus5_lt .nr_box{ padding:40px 5%;}
.aboutus5_lt .h2{ margin-bottom:20px;}
.aboutus5_lt .h2 img{ max-width:100%; max-height:30px;}
.aboutus5_lt .form ul li{ width:100%; margin-bottom:10px;}
.aboutus5_lt .form .h3{ font-size:14px; line-height:24px;}
.aboutus5_lt .form .text1{ height:40px; line-height:40px; }
.aboutus5_lt .form .button1{ height:40px; line-height:40px; width:100px; margin-top:10px;}
.aboutus5_rt{ width:100%;}
.aboutus5_rt ul li{ margin-bottom:10px; }
.aboutus5_rt ul li .nr_box{ padding:20px 5%;}
.aboutus5_rt ul li .img{ height:60px; }
.aboutus5_rt ul li .txt{ margin-top:10px;}
.aboutus5_rt ul li .txt .h2{ font-size:16px; line-height:26px;}
}




.cooperation1bg{ position:relative;}
.cooperation1bg img{ display:block; width:100%;}
.cooperation1bg .wapper1{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.cooperation1{ text-align:center;}
.cooperation1 .h2{ font-size:64px; line-height:74px; margin-bottom:2.08vw; font-weight:bold;}
.cooperation1 .h3{ font-size:36px; line-height:46px; margin-bottom:4.16vw;}
.cooperation1 .h4{ font-size:36px; line-height:46px; margin-top:1.82vw;font-weight:bold;}
.more5{}
.more5 span{ display:inline-block; text-align:center; position:relative; color:#fff; font-size:18px; line-height:50px; padding:0 20px; min-width:130px; transition:all .3s ease; position:relative; z-index:1;}
.more5 span:hover{ transform:translateY(-5px);}
.more5 span:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; top:0; left:0; z-index:-1; transform:skewX(-15deg);}
@media(max-width:999px){
.cooperation1 .h2{ font-size:20px; line-height:24px; margin-bottom:10px;}
.cooperation1 .h3{ font-size:16px; line-height:20px; margin-bottom:15px;}
.cooperation1 .h4{ font-size:16px; line-height:20px; margin-top:5px;}
.more5 span{ font-size:14px; line-height:28px; padding:0 10px; min-width:80px; }
}

.tit3{ text-align:center;}
.tit3 .h2{ font-size:64px; line-height:74px; font-weight:bold;}
.tit3 .h2 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.tit3 .h3{ font-size:18px; line-height:28px; margin-top:10px;}
.cooperation2bg{ padding:80px 0 60px 0;}
.cooperation2{ }
.cooperation2 .list{ margin-top:40px;}
.cooperation2 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.cooperation2 .list ul li{ width:calc((100% - 60px)/3); margin:0 0 30px 30px; box-sizing: border-box; background:linear-gradient(90deg, rgba(97, 67, 243, 0.2), rgba(226, 105, 254, 0.2), rgba(173, 0, 146, 0.2)); border:1px solid rgba(255, 255, 255, 0.2); border-radius:10px; overflow:hidden; position:relative; z-index:1;}
.cooperation2 .list ul li:nth-child(3n-2){ margin-left:0; }
.cooperation2 .list ul li:before{ content:""; width:12vw; height:12vw; border-radius:100%; background:var(--fourth-color); filter: blur(50px); position:absolute; bottom:0; right:0; z-index:-1;}
.cooperation2 .list ul li .nr_box{ background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); padding:40px 15px;display: flex; justify-content: space-between;/* align-items: center;*/ }
.cooperation2 .list ul li .imgbg{ width:40%;}
.cooperation2 .list ul li .img{ padding-bottom:100%; position:relative;}
.cooperation2 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.cooperation2 .list ul li .txtbg{ width:56%;}
.cooperation2 .list ul li .txt{}
.cooperation2 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:20px;}
.cooperation2 .list ul li .txt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.tit3 .h2{ font-size:24px; line-height:34px; }
.tit3 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.cooperation2bg{ padding:40px 0;}
.cooperation2 .list{ margin-top:20px;}
.cooperation2 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.cooperation2 .list ul li:nth-child(3n-2){ margin-left:10px; }
.cooperation2 .list ul li:nth-child(2n-1){ margin-left:0; }
.cooperation2 .list ul li:before{ width:25vw; height:25vw; }
.cooperation2 .list ul li .nr_box{ padding:0; display:block;}
.cooperation2 .list ul li .imgbg{ width:40%; margin:0 0 0 60%;}
.cooperation2 .list ul li .txtbg{ width:100%; margin-top:-20px;}
.cooperation2 .list ul li .txt{ padding:0 10px 10px 10px;}
.cooperation2 .list ul li .txt .h2{ font-size:16px; line-height:20px; margin-bottom:5px;}
.cooperation2 .list ul li .txt .h3{ font-size:12px; line-height:16px;}
}

.tit4{ text-align:center;}
.tit4 .h2{ font-size:64px; line-height:74px; font-weight:bold;}
.tit4 .h2 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.tit4 .h3{ font-size:64px; line-height:74px; font-weight:bold; margin-top:25px;}
.tit4 .h3 span{
color:transparent;
-webkit-text-fill-color: transparent;
background: var(--fourth-color);
background-clip: text;
-webkit-background-clip: text;}
.cooperation3bg{ padding:60px 0;}
.cooperation3{ }
.cooperation3 .list{ margin-top:40px;}
.slide_reason1{ position:relative;}
.slide_reason1 .hd{ width:100%; height:100%; position:absolute; top:0; left:0; z-index:2;}
.slide_reason1 .hd ul{ height:100%; display: flex; justify-content: space-between;/* align-items: center;*/}
.slide_reason1 .hd ul li{ width:20%; height:100%; cursor:pointer; position:relative;}
.slide_reason1 .hd ul li:before{ content:""; width:100%; height:100%; background:var(--fourth-color); background:url(../images/join_mask_bg.png) center no-repeat; background-size:100% 100%; position:absolute; top:0; left:0; z-index:-1; opacity:0; visibility:hidden; transition:all .3s ease;}
.slide_reason1 .hd ul li a{ display:block; height:100%;}
.slide_reason1 .hd ul li .nr_box{}
.slide_reason1 .hd ul li .txtbg{ height:100%;display: flex; justify-content: center; align-items: center;}
.slide_reason1 .hd ul li .txt{ width:80%;}
.slide_reason1 .hd ul li .txt .h2{ font-size:36px; line-height:46px; font-weight:bold;}
.slide_reason1 .hd ul li .txt .h3{ font-size:18px; line-height:28px; margin-bottom:2.08vw;}
.slide_reason1 .hd ul li .txt .h4{ font-size:20px; line-height:30px; display:none;}
.slide_reason1 .hd ul li.on{}
.slide_reason1 .hd ul li.on:before{ opacity:1; visibility:visible;}
.slide_reason1 .hd ul li.on .txt .h4{ display:block;}
.slide_reason1 .bd{}
.slide_reason1
.cooperation3_list{}
.cooperation3_list .img{}
.cooperation3_list .img img{ display:block; width:100%; height:42vw;}
@media(max-width:999px){
.tit4 .h2{ font-size:24px; line-height:28px; }
.tit4 .h3{ font-size:24px; line-height:28px; margin-top:5px;}
.cooperation3bg{ padding:40px 0;}
.cooperation3 .list{ margin-top:20px;}
.slide_reason1 .hd ul li{ width:20%; }
.slide_reason1 .hd ul li .txt{ width:90%;}
.slide_reason1 .hd ul li .txt .h2{ font-size:16px; line-height:20px; }
.slide_reason1 .hd ul li .txt .h3{ font-size:12px; line-height:16px; margin-bottom:5px;}
.slide_reason1 .hd ul li .txt .h4{ font-size:14px; line-height:18px; }
.cooperation3_list .img img{ width:100%; height:75vw;}
}
.cooperation4bg{ padding:60px 0;}
.cooperation4{ }
.cooperation4 .list{ margin-top:40px;}
.cooperation4 .list ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.cooperation4 .list ul li{ width:20%; text-align:center; position:relative; z-index:1;}
.cooperation4 .list ul li:nth-child(10n-9):before, .cooperation4 .list ul li:nth-child(10n-7):before, .cooperation4 .list ul li:nth-child(10n-5):before, .cooperation4 .list ul li:nth-child(10n-3):before, .cooperation4 .list ul li:nth-child(10n-1):before{ content:""; background:var(--fourth-color); background: url(../images/support_mask_bg.png); background-size:100% 100%; width:100%; height:100%; position:absolute; top:0; left:0; z-index:-1;}
.cooperation4 .list ul li .nr_box{ padding:100px 10%;}
.cooperation4 .list ul li .img{ height:120px; position:relative;}
.cooperation4 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.cooperation4 .list ul li .txt{ margin-top:20px;}
.cooperation4 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px; font-weight:bold;}
.cooperation4 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.cooperation4bg{ padding:40px 0;}
.cooperation4 .list{ margin-top:20px;}
.cooperation4 .list ul li{ width:50%;  }
.cooperation4 .list ul li .nr_box{ padding:20px 5%;}
.cooperation4 .list ul li .img{ height:50px; }
.cooperation4 .list ul li .txt{ margin-top:10px;}
.cooperation4 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.cooperation4 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
}
.cooperation5bg{ padding:60px 0;}
.cooperation5{ }
.cooperation5 .list{ margin-top:60px;}
.cooperation5 .list ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.cooperation5 .list ul li{ width:47%; margin:0 0 20px 6%; box-sizing: border-box; border:1px solid rgba(255, 255, 255, 0.2); background:linear-gradient(rgba(255, 255, 255, 0.08), rgba(217, 217, 217, 0.04)); border-radius:10px;}
.cooperation5 .list ul li:nth-child(2n-1){ margin-left:0;}
.cooperation5 .list ul li .nr_box{ padding:0;}
.cooperation5 .list ul li .imgbg{ width:40%; margin:0 0 0 60%;}
.cooperation5 .list ul li .img{ padding-bottom:100%; position:relative;}
.cooperation5 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.cooperation5 .list ul li .txtbg{ margin-top:-46px;}
.cooperation5 .list ul li .txt{ padding:0 10% 100px 10%;}
.cooperation5 .list ul li .txt .h2{ font-size:36px; line-height:46px; margin-bottom:35px; font-weight:bold;}
.cooperation5 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.cooperation5bg{ padding:40px 0;}
.cooperation5 .list{ margin-top:20px;}
.cooperation5 .list ul li{ width:100%; margin:0 0 20px 0 }
.cooperation5 .list ul li .imgbg{ width:40%; margin:0 0 0 60%;}
.cooperation5 .list ul li .txtbg{ margin-top:-46px;}
.cooperation5 .list ul li .txt{ padding:0 5% 20px 5%;}
.cooperation5 .list ul li .txt .h2{ font-size:20px; line-height:24px; margin-bottom:10px; }
.cooperation5 .list ul li .txt .h3{ font-size:12px; line-height:16px;}
}
.cooperation6bg{ padding:60px 0;}
.cooperation6{ }
.cooperation6 .list{ margin-top:60px; background:linear-gradient(45deg, rgba(120, 84, 253, 0.3), rgba(215, 103, 254, 0.3), rgba(252, 12, 233, 0.3)); border:1px solid rgba(255, 255, 255, 0.2); border-radius:10px; padding:60px 0;}
.cooperation6 .list ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.cooperation6 .list ul li{ width:20%; box-sizing: border-box; text-align:center; position:relative;}
.cooperation6 .list ul li:nth-child(5n-4){ margin-left:0;}
.cooperation6 .list ul li:before{ content:""; width:70px; height:60px; background:url(../images/join_arrow.png) center no-repeat; background-size:100% auto; position:absolute; top:0; left:0; transform:translateX(-50%);}
.cooperation6 .list ul li:nth-child(1):before{ display:none;}
.cooperation6 .list ul li .nr_box{}
.cooperation6 .list ul li .num{ margin:0 auto; width:60px; height:60px; line-height:60px; font-size:36px; border-radius:100%; background:url(../images/join_cir.png) center no-repeat; background-size:contain; color:#333;}
.cooperation6 .list ul li .num b{}
.cooperation6 .list ul li .txt{ margin-top:25px;}
.cooperation6 .list ul li .txt .h2{ font-size:24px; line-height:34px; font-weight:bold;}
.cooperation6 .list ul li .txt .line1{ margin:0 auto; width:52px; height:2px; background:var(--fourth-color); margin-top:5px; margin-bottom:10px;}
.cooperation6 .list ul li .txt .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.cooperation6bg{ padding:40px 0;}
.cooperation6 .list{ margin-top:20px; padding:20px 0;}
.cooperation6 .list ul li{ width:50%; margin:0 0 20px 0;}
.cooperation6 .list ul li:before{ display:none;}
.cooperation6 .list ul li .num{ width:40px; height:40px; line-height:40px; font-size:20px; }
.cooperation6 .list ul li .txt{ margin-top:10px;}
.cooperation6 .list ul li .txt .h2{ font-size:18px; line-height:22px; }
.cooperation6 .list ul li .txt .line1{ width:36px; height:2px; margin-top:5px; margin-bottom:5px;}
.cooperation6 .list ul li .txt .h3{ font-size:14px; line-height:18px;}
}
.cooperation7bg{ padding:60px 0 80px 0;}
.cooperation7{ }
.cooperation7 .list{ margin-top:60px; }
.cooperation7 .list ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.cooperation7 .list ul li{ width:32%; margin:0 0 40px 2%;display: flex; justify-content: space-between; align-items: center;}
.cooperation7 .list ul li:nth-child(3n-2){ margin-left:0;}
.cooperation7 .list ul li.li1{ width:100%; margin-left:0;}
.cooperation7 .list ul li .h2{ font-size:20px; line-height:30px; white-space:nowrap;}
.cooperation7 .list ul li .h2 font{ color:#f00;}
.cooperation7 .list ul li .text1{ border:none; background:#fff; height:60px; line-height:60px; padding:0 10px; width:calc(100% - 150px); border-radius:4px;}
.cooperation7 .list ul li select{ border:none; background:#fff; height:60px; line-height:60px; padding:0 10px; width:calc(100% - 130px); border-radius:4px;}
.cooperation7 .list ul li .button1{ border:none; background:none; color:#fff; height:64px; line-height:64px; width:290px; font-size:24px; cursor:pointer; position:relative; transition:all .3s ease; margin:0 auto; margin-top:20px;}
.cooperation7 .list ul li .button1:hover{ transform:translateY(-5px);}
.cooperation7 .list ul li .button1:before{ content:""; width:100%; height:100%; background:var(--fourth-color); position:absolute; top:0; left:0; z-index:-1; transform:skewX(-15deg);}
@media(max-width:999px){
.cooperation7bg{ padding:40px 0;}
.cooperation7 .list{ margin-top:20px; }
.cooperation7 .list ul li{ width:100%; margin:0 0 20px 0;}
.cooperation7 .list ul li .h2{ font-size:14px; line-height:24px; }
.cooperation7 .list ul li .text1{ height:40px; line-height:40px; padding:0 10px; width:calc(100% - 120px); }
.cooperation7 .list ul li select{ height:40px; line-height:40px; padding:0 10px; width:calc(100% - 100px); }
.cooperation7 .list ul li .button1{ height:40px; line-height:40px; width:200px; font-size:16px; margin-top:0;}
}




