/*common start*/
:root {  --primary-color: #1f66ca;
 --main-color: #1f66ca;
 --main-color-white: #fff;
}
body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input { margin: 0; padding: 0; list-style: none; text-decoration: none; border: 0; list-style: none; }
body { font-size: 12px; color: #fff; overflow-x: hidden; background: #1e1e1e; }
a { color: #eee; }
a:hover { color: var(--primary-color); text-decoration: none; }
p { line-height: 1.5em; padding: 5px 0; }
.clear { margin: 0; padding: 0; font-size: 0; clear: both; }
.wapper1 { width: 90%; margin: 0 auto; max-width: 1440px; min-width: 1000px; }
.wapper2 { width: 90%; margin: 0 auto; min-width: 1000px; }
input, textarea, select { outline: none; font-family: inherit; }
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; }
}
@media(min-width:1921px) {
.wapper1 {/* max-width: 75vw; */}
}
/*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: 88px; transition: all .3s ease; display: flex; justify-content: space-between; align-items: center; }
.head .logo { width: 11%; height: 88px; 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_search_btnbg { position: relative; padding: 40px 0; margin-left: 1.46vw; }
.head .h_search_btn { display: block; font-size: 20px; line-height: 40px; width: 20px; text-align: center; color: #666; cursor: pointer; }
.head .h_search_btn i:before { content: "\f002"; }
.head .h_search_btn.active1 i:before { content: "\f00d"; }
.head .h_search_box { width: 320px; 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_box:before { content: ""; border: 8px solid transparent; border-bottom-color: #fff; position: absolute; top: -16px; right: 0; }
.head .h_search_close1 { }
.head .h_searchbg { }
.head .h_search { }
.head .h_search_close2 { display: none; }
.head .h_search .form { height: 50px; background: #fff; 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% - 100px); }
.head .h_search .form .button1 { float: right; border: none; border-left: 2px solid #ddd; background: none; width: 80px; height: 50px; line-height: 50px; cursor: pointer; font-size: 16px; transition: all .3s ease; }
.head .h_search .form .button1:hover { }
.head .h_search .form .button1 i { }
/*menu*/
.head .menu { height: 88px; line-height: 88px; }
.head .menu > ul { display: flex; justify-content: center; align-items: center; }
.head .menu > ul > li { }
.head .menu > ul > li.menu_down { position: relative; }
.head .menu > ul > li > a { color: #1f66ca; display: block; font-size: 18px; font-weight: bold; position: relative; z-index: 1; padding: 0 1.46vw; }
.head .menu > ul > li > a:hover, .head .menu > ul > li:hover > a { color: var(--primary-color); }
/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.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.menu_down:hover>a:before{ width:100%;}*/
.head .menu > ul > li.menu_down ul { width: fit-content; min-width: 128px; padding: 5px 0; background: #fff; 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.menu_down ul li { position: relative; }
.head .menu > ul > li.menu_down 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.menu_down ul li a:hover, .head .menu > ul > li.menu_down > ul li:hover > a { color: var(--primary-color); }
.head .menu > ul > li.menu_down ul li ul { width: 100%; position: absolute; top: 0; left: 100%; transform: translateX(0); display: none; }
.head .menu > ul > li.menu_down ul li:hover > ul { display: block; }
.menuSub_probg { width: 100%; background: #191919; position: absolute; top: 100%; left: 0; z-index: 5; display: none; }
.head .menu > ul > li.menu_down2:hover .menuSub_probg { display: block; }
.menuSub_pro { padding: 20px 0; }
.slide_headPro { }
.slide_headPro .hd { font-size: 14px; line-height: 24px; margin-bottom: 40px; }
.slide_headPro .hd ul { display: flex; justify-content: center; align-items: center; }
.slide_headPro .hd ul li { margin: 0 1.3vw; }
.slide_headPro .hd ul li a { display: block; padding-bottom: 10px; color: #999; position: relative; }
.slide_headPro .hd ul li a:before { content: ""; width: 0; height: 3px; background: var(--primary-color); position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all .3s ease; }
.slide_headPro .hd ul li i { margin-right: 10px; }
.slide_headPro .hd ul li i img { height: 25px; vertical-align: middle; }
.slide_headPro .hd ul li.on a { color: var(--primary-color); }
.slide_headPro .hd ul li.on a:before { width: 100%; }
.slide_headPro .bd { }
.slide_headPro_list { }
.slide_headPro_list ul { display: flex; justify-content: center; /* align-items: center;*/ flex-wrap: wrap; }
.slide_headPro_list ul li { width: calc((100% - 120px)/5); margin: 0 0 30px 30px; }
.slide_headPro_list ul li:nth-child(5n-4) { margin-left: 0; }
.slide_headPro_list ul li .img { padding-bottom: 100%; position: relative; background: #fff; overflow: hidden; }
.slide_headPro_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; }
.slide_headPro_list ul li:hover .img img { transform: scale(1.1); }
.slide_headPro_list ul li .txt { font-size: 12px; line-height: 22px; text-align: center; color: #999; margin-top: 20px; }
.slide_headPro_list ul li .txt .h2 { font-weight: bold; color: #fff; margin-bottom: 5px; }
.head_height { height: 88px; }
.head.active1 { box-shadow: 0 0 10px rgba(0,0,0,.1); }
.head.active2 { }
 @media(max-width:1499px) {
.head .h_search_btnbg { margin-left: 1.04vw; }
.head .menu > ul > li > a { font-size: 16px; padding: 0 1.04vw; }
}
 @media(max-width:999px) {
.head_height { height: 60px; }
.head { }
.head2 { height: 60px; }
.head .logo { width: 40%; height: 60px; }
.head .logo .img1 { display: block; }
.head .logo .img2 { display: none; }
.head .rt { }
.head .h_search_btnbg { position: static; }
.head .h_search_box { width: 100%; }
.head .h_search_box:before { display: none; }
.head .h_search .form { height: 50px; }
.head .h_search .form .text1 { height: 50px; line-height: 50px; padding: 0 0 0 20px; width: calc(100% - 90px); }
.head .h_search .form .button1 { width: 70px; height: 50px; line-height: 50px; }
.head .menu { display: none; }
}
/**/
.head .nav_open { width: 20px; height: 16px; cursor: pointer; display: none; position: relative; margin-left: 20px; }
.head .nav_open i, .head .nav_open:before, .head .nav_open:after { width: 100%; height: 2px; background: #1f66ca; position: absolute; left: 0; transition: all .3s ease; }
.head .nav_open i { top: 50%; transform: 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: translateY(7px) rotate(45deg); }
.head .nav_open.active0:after { transform: translateY(-7px) rotate(-45deg); }
.head .nav_box { width: 100%; height: calc(100vh - 61px); border-top: 1px solid #333; position: fixed; left: 0; top: 60px; display: none; }
.head .nav_close1 { width: 100%; height: 100%; background: rgba(0,0,0,.5); position: absolute; left: 0; top: 0; z-index: 998; }
.head .navbg { width: 100%; height: 100%; background: #1e1e1e; color: #fff; position: absolute; right: 0; top: 0; z-index: 999; transition: all .5s ease; }
.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,.2); }
.head .nav_list ul li span { display: block; position: relative; padding: 0 30px 0 15px; }
.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: "\f067"; font: normal normal normal 12px/1 FontAwesome; width: 16px; height: 16px; line-height: 16px; border: 2px solid #fff; border-radius: 100%; text-align: center; position: absolute; top: 2px; right: 0; }
.head .nav_list ul li.nav_down.active1 > span:after { content: "\f068"; }
.head .nav_list ul li ul { padding: 5px 30px 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.swiper-slide-active { z-index: 2; }
.banner_swiper .swiper-container .swiper-slide img { display: block; width: 100%; }
.banner_swiper .swiper-pagination { bottom: 3.64vw; height: 12px; width: 100%; box-sizing: border-box; }
.banner_swiper .swiper-pagination span { vertical-align: top; width: 8px; height: 8px; border: 2px solid transparent; background: #fff; opacity: .2; margin: 0 5px; border-radius: 12px; transition: all .3s ease; }
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active { border-color: var(--primary-color); background: var(--primary-color); opacity: 1; }
.banner_swiper .swiper-button-prev, .banner_swiper .swiper-button-next { width: 30px; height: 30px; line-height: 30px; margin-top: -15px; text-align: center; background-repeat: no-repeat; background-position: center; background-size: contain; color: #fff; font-size: 0; transition: all .3s ease; border-radius: 100%; }
.banner_swiper .swiper-button-prev:after, .banner_swiper .swiper-button-next:after { display: none; }
.banner_swiper .swiper-button-prev { left: 5%; background-image: url(../images/ban-left.png); }
.banner_swiper .swiper-button-next { right: 5%; background-image: url(../images/ban-right.png); }
 @media(max-width:999px) {
.banner_swiper .swiper-pagination { bottom: 10px; height: 6px; }
.banner_swiper .swiper-pagination span { width: 4px; height: 4px; border-width: 1px; margin: 0 3px; }
}
.tit1 { }
.tit1 .h2 { font-size: 14px; }
.tit1 .h2 strong { font-size: 36px; color: var(--primary-color); font-weight: normal; }
.tit1 .h2 span { }
.con01bg { padding: 80px 0; background: #141414; }
.con01 { }
.con01 .list { position: relative; margin-top: 60px; }
.con01_new { font-size: 10.94vw; line-height: 1em; position: absolute; right: 0; top: 0; z-index: 5; transform: translate(30%, 50%); }
.con01_new i { width: 4.68vw; height: 4.68vw; background: url(../images/newproduct-circle.png) center no-repeat; background-size: contain; position: absolute; top: 0; right: 0; transform: translate(50%, -50%); }
.indexPro_swiper { position: relative; padding-bottom: 40px; }
.indexPro_swiper .swiper-container { width: 100%; }
.indexPro_swiper .swiper-container .swiper-slide { position: relative; }
.indexPro_swiper .swiper-container .swiper-slide.swiper-slide-active { z-index: 2; }
.indexPro_swiper .swiper-container .swiper-slide .nr_box { display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; }
.indexPro_swiper .swiper-container .swiper-slide .imgbg { width: 72%; }
.indexPro_swiper .swiper-container .swiper-slide .img { padding-bottom: 54%; position: relative; overflow: hidden; }
.indexPro_swiper .swiper-container .swiper-slide .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.indexPro_swiper .swiper-container .swiper-slide .txtbg { width: 28%; position: relative; z-index: 2; }
.indexPro_swiper .swiper-container .swiper-slide .txt { width: 140%; color: #fff; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 10.94vw; line-height: 1em; font-weight: bold; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 2.6vw; line-height: 1.2em; font-weight: bold; }
.indexPro_swiper .swiper-container .swiper-slide .txt .line1 { width: 100%; height: 1px; background: var(--primary-color); margin-top: 1.04vw; margin-bottom: 1.3vw; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h4 { font-size: 1.25vw; line-height: 1.4em; font-weight: bold; opacity: .3; }
.indexPro_swiper .swiper-pagination { bottom: 0; height: 20px; width: 100%; box-sizing: border-box; }
.indexPro_swiper .swiper-pagination span { vertical-align: top; width: 18px; height: 18px; border: 1px solid #ddd; background: none; opacity: 1; margin: 0 5px; border-radius: 20px; transition: all .3s ease; }
.indexPro_swiper .swiper-pagination span.swiper-pagination-bullet-active { border-color: var(--primary-color); background: var(--primary-color); opacity: 1; }
.indexPro_swiper .swiper-button-prev, .indexPro_swiper .swiper-button-next { width: 20px; height: 20px; line-height: 20px; border: 1px solid var(--primary-color); margin: 10px auto; text-align: center; background: none; color: var(--primary-color); font-size: 16px; transition: all .3s ease; border-radius: 100%; position: static; }
.indexPro_swiper .swiper-button-prev:hover, .indexPro_swiper .swiper-button-next:hover { background: var(--primary-color); color: #fff; }
.indexPro_swiper .swiper-button-prev:after, .indexPro_swiper .swiper-button-next:after { display: none; }
.indexPro_swiper .swiper-button-prev { }
.indexPro_swiper .swiper-button-next { }
.indexPro_swiper .swiper-controls { width: 50px; background: #2b2b2b; position: absolute; bottom: 40px; right: 0; transform: translate(100%, 0); }
 @media(max-width:999px) {
.tit1 .h2 { font-size: 14px; }
.tit1 .h2 strong { font-size: 24px; }
.con01bg { padding: 40px 0 30px 0; }
.con01 .list { margin-top: 20px; }
.con01_new { font-size: 10.94vw; line-height: 1em; transform: translate(10%, 50%); }
.con01_new i { width: 4.68vw; height: 4.68vw; }
.indexPro_swiper { padding-bottom: 30px; }
.indexPro_swiper .swiper-container .swiper-slide .nr_box { display: block; }
.indexPro_swiper .swiper-container .swiper-slide .imgbg { width: 100%; }
.indexPro_swiper .swiper-container .swiper-slide .txtbg { width: 100%; position: absolute; bottom: 0; right: 0; }
.indexPro_swiper .swiper-container .swiper-slide .txt { width: 100%; padding: 10px 5%; box-sizing: border-box; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 24px; line-height: 28px; margin-bottom: 5px; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 18px; line-height: 22px; }
.indexPro_swiper .swiper-container .swiper-slide .txt .line1 { margin-top: 5px; margin-bottom: 10px; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h4 { font-size: 14px; line-height: 18px; opacity: .5; }
.indexPro_swiper .swiper-pagination { height: 10px; }
.indexPro_swiper .swiper-pagination span { width: 8px; height: 8px; margin: 0 3px; }
.indexPro_swiper .swiper-controls { display: none; }
}
@media(min-width:1921px) {
.con01_new { font-size: 210px; line-height: 1em; }
.con01_new i { width: 90px; height: 90px; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 210px; line-height: 1em; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 50px; line-height: 1.2em; }
.indexPro_swiper .swiper-container .swiper-slide .txt .line1 { margin-top: 20px; margin-bottom: 25px; }
.indexPro_swiper .swiper-container .swiper-slide .txt .h4 { font-size: 24px; line-height: 1.4em; }
}
.tit2 { }
.tit2 .h2 { font-size: 14px; }
.tit2 .h2 strong { display: block; font-size: 34px; font-weight: normal; }
.tit2 .h2 span { display: block; }
.con02bg { background: #000; overflow: hidden; }
.con02 { position: relative; padding: 80px 0; }
.con02:before { content: ""; width: 24.5vw; height: 29vw; background: url(../images/product-4-fourcircl.png) center no-repeat; background-size: contain; position: absolute; top: 0; left: 0; transform: translate(-20%, 0); }
.con02_top { display: flex; justify-content: space-between; align-items: center; }
.con02 .list { margin: 0 auto; width: 62%; margin-top: 60px; }
.indexPro_gallery-thumbs { position: relative; width: 50%; max-width: 460px; }
.indexPro_gallery-thumbs .swiper-container { width: 100%; }
.indexPro_gallery-thumbs .swiper-container .swiper-slide { position: relative; cursor: pointer; text-align: center; }
.indexPro_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active { z-index: 2; color: var(--primary-color); }
.indexPro_gallery-thumbs .swiper-container .swiper-slide .h2 { font-size: 18px; line-height: 28px; }
.indexPro_gallery-top { position: relative; }
.indexPro_gallery-top .swiper-container { width: 100%; overflow: visible; }
.indexPro_gallery-top .swiper-container .swiper-slide { position: relative; }
.indexPro_gallery-top .swiper-container .swiper-slide.swiper-slide-active { z-index: 2; }
.indexPro_gallery-top .swiper-container .swiper-slide .nr_box { transform: scale(.85); transition: all .3s ease; }
.indexPro_gallery-top .swiper-container .swiper-slide.swiper-slide-active .nr_box { transform: scale(1); }
.indexPro_gallery-top .swiper-container .swiper-slide .img { padding-bottom: 55%; position: relative; overflow: hidden; overflow: hidden; }
.indexPro_gallery-top .swiper-container .swiper-slide .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.indexPro_gallery-top .swiper-container .swiper-slide:hover .img img { transform: scale(1.1); }
.indexPro_gallery-top .swiper-container .swiper-slide .txtbg { opacity: 0; visibility: hidden; transition: all .3s ease; }
.indexPro_gallery-top .swiper-container .swiper-slide.swiper-slide-active .txtbg { opacity: 1; visibility: visible; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt { background: var(--primary-color); color: #fff; padding: 0 5% 30px 5%; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h2 { font-size: 60px; line-height: 1em; transform: translateY(-50%); }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h3 { font-size: 30px; line-height: 40px; margin-bottom: 40px; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h4 { display: flex; justify-content: space-between; align-items: center; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .line1 { width: 1px; height: 54px; background: rgba(255,255,255,.9); }
.more1 { }
.more1 span { display: inline-block; text-align: center; }
.more1 span i { display: inline-block; width: 60px; height: 60px; border: 2px solid #fff; border-radius: 100%; background: url(../images/product_mouse_arrow.png) center no-repeat; background-size: 33% auto; }
.indexPro_gallery .swiper-pagination { bottom: 0; height: 20px; width: 100%; box-sizing: border-box; display: none; }
.indexPro_gallery .swiper-pagination span { vertical-align: top; width: 18px; height: 18px; border: 1px solid #ddd; background: none; opacity: 1; margin: 0 5px; border-radius: 20px; transition: all .3s ease; }
.indexPro_gallery .swiper-pagination span.swiper-pagination-bullet-active { border-color: var(--primary-color); background: var(--primary-color); opacity: 1; }
.indexPro_gallery .swiper-button-prev, .indexPro_gallery .swiper-button-next { width: 60px; height: 60px; line-height: 60px; border: 2px solid #fff; margin-top: -32px; text-align: center; background: none; color: #fff; font-size: 30px; transition: all .3s ease; border-radius: 100%; top: 40%; }
.indexPro_gallery .swiper-button-prev:hover, .indexPro_gallery .swiper-button-next:hover { border-color: var(--primary-color); background: var(--primary-color); color: #fff; }
.indexPro_gallery .swiper-button-prev:after, .indexPro_gallery .swiper-button-next:after { display: none; }
.indexPro_gallery .swiper-button-prev { left: -64px; }
.indexPro_gallery .swiper-button-next { right: -64px; }
 @media(max-width:999px) {
.tit2 .h2 { font-size: 14px; }
.tit2 .h2 strong { font-size: 24px; }
.con02bg { padding: 30px 0; }
.con02 { padding: 0; }
.con02:before { width: 24.5vw; height: 29vw; transform: translate(-20%, -10%); }
.con02_top { display: block; }
.con02 .list { width: 100%; margin-top: 20px; }
.indexPro_gallery-thumbs { width: 100%; max-width: 100%; margin-top: 20px; }
.indexPro_gallery-thumbs .swiper-container .swiper-slide .h2 { font-size: 14px; line-height: 18px; }
.indexPro_gallery-top .swiper-container { overflow: hidden; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt { padding: 0 5% 20px 5%; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h2 { font-size: 30px; line-height: 1em; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .h3 { font-size: 16px; line-height: 26px; margin-bottom: 20px; }
.indexPro_gallery-top .swiper-container .swiper-slide .txt .line1 { height: 27px; }
.more1 span i { width: 30px; height: 30px; }
.indexPro_gallery .swiper-button-prev, .indexPro_gallery .swiper-button-next { width: 30px; height: 30px; line-height: 30px; margin-top: -17px; font-size: 20px; }
.indexPro_gallery .swiper-button-prev { left: 0; }
.indexPro_gallery .swiper-button-next { right: 0; }
}
.con03bg { background: #141414; }
.con03 { position: relative; padding: 80px 0; }
.con03:before { content: ""; width: 16vw; height: 11vw; background: url(../images/between-2_09.png) center no-repeat; background-size: contain; position: absolute; top: 0; right: 0; }
.con03 .list { margin-top: 60px; display: flex; justify-content: space-between; /* align-items: center;*/ }
.con03_lt { width: 48%; }
.con03_lt .img { height: 345px; position: relative; overflow: hidden; }
.con03_lt .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.con03_lt:hover .img img { transform: scale(1.1); }
.con03_lt .txt { color: #999; margin-top: 2.08vw; }
.con03_lt .txt .h2 { font-size: 27px; line-height: 37px; color: #fff; margin-bottom: 1.82vw; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con03_lt .txt .h3 { font-size: 18px; line-height: 28px; margin-bottom: 3.32vw; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con03_lt .txt .h4 { font-size: 16px; line-height: 26px; }
.con03_rt { width: 52%; }
.con03_rt ul { display: flex; justify-content: flex-start; /* align-items: center;*/ flex-wrap: wrap; }
.con03_rt ul li { width: calc(50% - 30px); margin: 0 0 30px 30px; background: #2b2b2b; }
.con03_rt ul li .nr_box { padding: 0 20px; }
.con03_rt ul li .img { height: 200px; position: relative; overflow: hidden; }
.con03_rt ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.con03_rt ul li:hover .img img { transform: scale(1.1); }
.con03_rt ul li .txt { padding: 20px 0; color: #999; }
.con03_rt ul li .txt .h2 { font-size: 22px; line-height: 32px; height: 64px; color: #fff; margin-bottom: 13px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.con03_rt ul li .txt .h4 { font-size: 18px; line-height: 28px; height: 28px; }
 @media(max-width:999px) {
.con03 { padding:30px 0 40px 0; }
.con03:before { width: 16vw; height: 11vw; }
.con03 .list { margin-top: 20px; display: block; }
.con03_lt { width: 100%; margin-bottom: 20px; }
.con03_lt .img { height: auto; padding-bottom: 48%; }
.con03_lt .txt { margin-top: 15px; }
.con03_lt .txt .h2 { font-size: 18px; line-height: 22px; margin-bottom: 5px; }
.con03_lt .txt .h3 { font-size: 14px; line-height: 18px; margin-bottom: 10px; }
.con03_lt .txt .h4 { font-size: 12px; line-height: 16px; }
.con03_rt { width: 100%; }
.con03_rt ul li { width: calc((100% - 10px)/2); margin: 0 0 20px 10px; }
.con03_rt ul li:nth-child(2n-1) { margin-left: 0; }
.con03_rt ul li .nr_box { padding: 0 10px; }
.con03_rt ul li .img { height: auto; padding-bottom: 48%; }
.con03_rt ul li .txt { padding: 10px 0; }
.con03_rt ul li .txt .h2 { font-size: 14px; line-height: 18px; height: 36px; margin-bottom: 5px; }
.con03_rt ul li .txt .h4 { font-size: 12px; line-height: 16px; height: 16px; }
}
.more2 { text-align: center; }
.more2 span { display: inline-block; font-size: 18px; line-height: 48px; padding: 0 10px; border: 1px solid #fff; min-width: 128px; color: #fff; transition: all .3s ease; }
.more2 span:hover { border-color: var(--primary-color); background: var(--primary-color); color: #fff; }
.con04bg { padding: 5.2vw 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.con04 { text-align: center; }
.con04 .ico { margin-bottom: 1.04vw; }
.con04 .ico img { width: 100%; max-width: 15.62vw; -webkit-animation: breath 3s infinite linear alternate; animation: breath 3s infinite linear alternate; }
.con04 .h2 { font-size: 70px; line-height: 80px; font-weight: bold; color: var(--primary-color);  margin-bottom: .52vw;
}
.con04 .h3 { font-size: 16px; line-height: 26px; margin-bottom: 1.82vw; }
 @keyframes breath {  0% {
 opacity: .7;
}
 50% {
 opacity: 1;
}
to { opacity: .7; }
}
 @media(max-width:999px) {
.more2 span { font-size: 14px; line-height: 38px; padding: 0 10px; min-width: 98px; }
.con04bg { padding: 40px 0; }
.con04 .ico { margin-bottom: 10px; }
.con04 .ico img { max-width: 24.16vw; }
.con04 .h2 { font-size: 50px; line-height: 60px; margin-bottom: 5px; }
.con04 .h3 { font-size: 16px; line-height: 26px; margin-bottom: 15px; }
}
.foot { color: #999; background: #1a1a1a; }
.foot a { color: #999; }
.foot a:hover { color: #fff; }
.foot1bg { }
.foot1 { }
.foot .list1 { padding: 80px 0 40px 0; border-bottom: 1px solid #535353; display: flex; justify-content: space-between; /* align-items: center;*/ }
.foot .list1 .lt { width: 82%; }
.foot .f_nav { display: flex; justify-content: space-between; /* align-items: center;*/ font-size: 14px; line-height: 24px; }
.foot .f_nav dl { width: 100%; text-align: center; border-right: 1px solid #2c2c2c; }
.foot .f_nav dl dt { color: #fff; font-size: 18px; line-height: 28px; margin-bottom: 30px; position: relative; }
.foot .f_nav dl dt:before { content: ""; width: 1px; height: 100%; background: var(--primary-color); position: absolute; right: -1px; top: 0; }
.foot .f_nav dl dd { margin-bottom: 15px; }
.foot .f_nav dl dd a { }
.foot .list1 .rt { width: 18%; max-width: 216px; }
.foot .f_logo { margin-bottom: 30px; }
.foot .f_logo img { max-width: 100%; max-height: 70px; }
.foot .f_contact { font-size: 14px; line-height: 24px; margin-bottom: 50px; }
.foot .f_contact .h2 { font-size: 24px; line-height: 34px; font-weight: bold; color: #fff; }
.foot .f_contact .h3 { margin-bottom: 20px; }
.foot .f_contact .h4 { }
.foot .f_share { }
.foot .f_share ul { display: flex; justify-content: flex-start; align-items: center; }
.foot .f_share ul li { margin: 0 5px 0 0; position: relative; }
.foot .f_share ul li a { }
.foot .f_share ul li a i { display: inline-block; width: 28px; height: 28px; position: relative; border-radius: 100%; }
.foot .f_share ul li a:hover i { background: #aaa; }
.foot .f_share ul li a img { max-width: 80%; max-height: 80%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.foot .f_share ul li .box { padding-bottom: 10px; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); z-index: 2; display: none; }
.foot .f_share ul li:hover .box { display: block; }
.foot .f_share ul li .ewm { width: 160px; padding: 10px; background: #fff; }
.foot .f_share ul li .ewm img { display: block; width: 100%; }
.foot .list2 { padding: 20px 0; text-align: center; font-size: 14px; line-height: 24px; }
.foot .f_info { }
 @media(max-width:999px) {
.foot { margin-bottom: 60px; }
.foot .list1 { padding: 40px 0 20px 0; display: block; }
.foot .list1 .lt { width: 100%; margin-bottom: 20px; }
.foot .f_nav { flex-wrap: wrap; font-size: 14px; line-height: 24px; }
.foot .f_nav dl { width: 100%; border-right: none; border-bottom: 1px solid #2c2c2c; text-align: left; }
.foot .f_nav dl dt { font-size: 16px; line-height: 26px; margin: 0; padding: 10px 0; }
.foot .f_nav dl dt:before { display: none; }
.foot .f_nav dl dd { margin: 0; display: none; }
.foot .list1 .rt { width: 100%; max-width: 100%; text-align: center; }
.foot .f_logo { margin-bottom: 20px; }
.foot .f_logo img { max-width: 100%; max-height: 50px; }
.foot .f_contact { font-size: 14px; line-height: 24px; margin-bottom: 20px; }
.foot .f_contact .h2 { font-size: 24px; line-height: 34px; }
.foot .f_contact .h3 { margin-bottom: 10px; }
.foot .f_share ul { justify-content: center; }
.foot .f_share ul li { margin: 0 5px; }
.foot .list2 { padding: 20px 0; font-size: 12px; line-height: 16px; }
}
/*Add------------------------------------------------------------------------------*/
.inbanner_box { position: relative; }
.inbanner { position: relative; }
.inbanner img { display: block; width: 100%; }
.inbanner_txtbg { position: absolute; top: calc((100% - 4.68vw)/2); left: 50%; transform: translate(-50%, -50%); }
.inbanner_txt { text-align: center; }
.inbanner_txt .h2 { font-size: 48px; line-height: 58px; color: #fff; margin-bottom: 8px; }
.inbanner_txt .h3 { font-size: 14px; line-height: 24px; letter-spacing: 2.08vw; }
.inbarbg { border-top: 1px solid #3c3c3e; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.inbar { display: flex; justify-content: space-between; align-items: center; }
.innav { font-size: 14px; line-height: 4.68vw; }
.innav .h1 { font-size: 16px; line-height: 50px; font-weight: bold; position: relative; padding: 0 20px; 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: center; flex-wrap: wrap; }
.innav > ul > li { /* display: flex;justify-content:center;align-items:center;*/ color: #333; position: relative;  margin-left: .78vw;
}
.innav > ul > li.hover { z-index: 2; }
.innav > ul > li > a { display: block; position: relative; white-space: nowrap; }
.innav > ul > li:hover > a { color: var(--primary-color); }
.innav > ul > li.hover > a { color: var(--primary-color); }
.innav ul li ul { width: 100%; min-width: 128px; padding: 5px 0; 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 { text-align: center; line-height: 24px; padding: 5px 5px; }
.innav ul li ul li a { font-size: 14px; color: #333; }
.innav ul li ul li a:hover { color: var(--primary-color); }
.weizhi { font-size: 14px; line-height: 3em; }
.weizhi i { margin-right: 5px; }
 @media(max-width:999px) {
.inbanner_txtbg { top: 50%; }
.inbanner_txt .h2 { font-size: 24px; line-height: 28px; margin-bottom: 5px; }
.inbanner_txt .h3 { font-size: 14px; line-height: 18px; letter-spacing: 5px; }
.inbarbg { border-top: none; position: static; transform: translateX(0%); width: 100%; }
.inbar { display: block; }
.innav { font-size: 16px; line-height: 20px; border-bottom: 1px solid #3c3c3e; }
.innav .h1 { display: block; }
.innav > ul { display: none; }
.innav > ul > li { margin: 0; border: none; border-top: 1px solid #3c3c3e; padding: 10px 20px 10px 20px; }
.innav > ul > li > a { padding: 0; display: inline; }
.innav > ul > li > a:before, .innav > ul > li > a:after, .innav > ul > li:before, .innav > ul > li:after { display: none; }
.innav ul li ul { background: none; box-shadow: none; position: static; transform: translateX(0%); }
.innav ul li ul li { line-height: 18px; padding: 5px 20px 5px 20px; text-align: left; }
.innav ul li ul li a { font-size: 14px; color: #eee; }
.innav ul li ul li a:hover { color: var(--primary-color); }
.weizhi { display: none; }
}
.insidebg { padding: 60px 0 80px 0; background: #141414; }
.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 { }
}
.tit3 { }
.tit3 .h2 { font-size: 48px; line-height: 58px; }
.tit3 .h3 { font-size: 14px; line-height: 24px; opacity: .2; }
.aboutus1bg { padding: 60px 0 80px 0; background: #141414; }
.aboutus1 { display: flex; justify-content: space-between; /* align-items: center;*/ }
.aboutus1_lt { width: 34%; }
.aboutus1_rt { width: 66%; }
.aboutus1_rt .list { }
.aboutus1_rt .list .h2 { font-size: 18px; line-height: 28px; color: var(--primary-color); margin-bottom: 20px; }
.aboutus1_rt .list .txt { font-size: 14px; line-height: 24px; }
.aboutus1_rt .list .txt img { max-width: 100%; }
 @media(max-width:999px) {
.tit3 .h2 { font-size: 24px; line-height: 28px; }
.tit3 .h3 { font-size: 14px; line-height: 18px; }
.aboutus1bg { padding: 40px 0; }
.aboutus1 { display: block; }
.aboutus1_lt { width: 100%; margin-bottom: 20px; }
.aboutus1_rt { width: 100%; }
.aboutus1_rt .list .h2 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.aboutus1_rt .list .txt { font-size: 14px; line-height: 24px; }
}
.aboutus2bg { padding: 80px 0; background: #141414; }
.aboutus2 { display: flex; justify-content: space-between; /* align-items: center;*/ }
.aboutus2_lt { width: 34%; }
.aboutus2_rt { width: 66%; }
.aboutus2_rt .box1 { margin-bottom: 80px; }
.aboutus2_rt .box1 .h2 { font-size: 18px; line-height: 28px; color: var(--primary-color); margin-bottom: 20px; }
.aboutus2_rt .box1 .txt { font-size: 14px; line-height: 24px; }
.aboutus2_rt .box1 .txt img { max-width: 100%; }
.aboutus2_rt .box2 { }
.aboutus2_rt .box2 ul { display: flex; justify-content: space-between; /* align-items: center;*/ }
.aboutus2_rt .box2 ul li { }
.aboutus2_rt .box2 ul li .img { height: 30px; position: relative; }
.aboutus2_rt .box2 ul li .img img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 0; }
.aboutus2_rt .box2 ul li .txt { margin-top: 20px; }
.aboutus2_rt .box2 ul li .txt .h2 { font-size: 20px; line-height: 30px; color: var(--primary-color); margin-bottom: 20px; }
.aboutus2_rt .box2 ul li .txt .h3 { font-size: 24px; line-height: 34px; }
.aboutus2_rt .box2 ul li .txt .h3 strong { font-weight: normal; }
.aboutus2_rt .box2 ul li .txt .h4 { font-size: 24px; line-height: 34px; }
 @media(max-width:999px) {
.aboutus2bg { padding: 40px 0; }
.aboutus2 { display: block; }
.aboutus2_lt { width: 100%; margin-bottom: 20px; }
.aboutus2_rt { width: 100%; }
.aboutus2_rt .box1 { margin-bottom: 40px; }
.aboutus2_rt .box1 .h2 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.aboutus2_rt .box1 .txt { font-size: 14px; line-height: 24px; }
.aboutus2_rt .box2 ul { flex-wrap: wrap; }
.aboutus2_rt .box2 ul li { width: 50%; text-align: center; margin: 0 0 20px 0; }
.aboutus2_rt .box2 ul li .img { height: 30px; }
.aboutus2_rt .box2 ul li .img img { margin: auto auto; }
.aboutus2_rt .box2 ul li .txt { margin-top: 10px; }
.aboutus2_rt .box2 ul li .txt .h2 { font-size: 14px; line-height: 18px; margin-bottom: 5px; }
.aboutus2_rt .box2 ul li .txt .h3 { font-size: 18px; line-height: 22px; }
.aboutus2_rt .box2 ul li .txt .h4 { font-size: 14px; line-height: 18px; }
}
.aboutus3bg { padding: 80px 0; background: #141414; }
.aboutus3 { display: flex; justify-content: space-between; /* align-items: center;*/ }
.aboutus3_lt { width: 34%; }
.aboutus3_rt { width: 66%; }
.aboutus3_rt .list { }
.aboutus3_rt .list .h2 { font-size: 18px; line-height: 28px; color: var(--primary-color); margin-bottom: 20px; }
.aboutus3_rt .list .txt { font-size: 14px; line-height: 24px; }
.aboutus3_rt .list .txt img { max-width: 100%; }
 @media(max-width:999px) {
.aboutus3bg { padding: 40px 0; }
.aboutus3 { display: block; }
.aboutus3_lt { width: 100%; margin-bottom: 20px; }
.aboutus3_rt { width: 100%; }
.aboutus3_rt .list .h2 { font-size: 18px; line-height: 28px; margin-bottom: 10px; }
.aboutus3_rt .list .txt { font-size: 14px; line-height: 24px; }
}
.tit4 { text-align: center; }
.tit4 .h2 { font-size: 48px; line-height: 58px; }
.tit4 .h3 { font-size: 14px; line-height: 24px; opacity: .2; }
.aboutus4bg { padding: 80px 0; background: #191919; }
.aboutus4 { }
.aboutus4 .list { margin-top: 40px; }
.aboutus4 .list ul { display: flex; justify-content: space-between; /* align-items: center;*/ }
.aboutus4 .list ul li { width: 11.5%; position: relative; overflow: hidden; transition: all .5s ease; }
.aboutus4 .list ul li .img { height: 33.86vw; position: relative; }
.aboutus4 .list ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.aboutus4 .list ul li .txtbg { width: 100%; position: absolute; bottom: 2.08vw; left: 0; }
.aboutus4 .list ul li .txt { padding: 0 40px; }
.aboutus4 .list ul li .ico { height: 42px; position: relative; }
.aboutus4 .list ul li .ico img { max-width: 100%; max-height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto 0; }
.aboutus4 .list ul li .txt .h2 { font-size: 24px; line-height: 34px; color: #ffffff; }
.aboutus4 .list ul li .txt .h3 { font-size: 18px; line-height: 28px; color: #ffffff; margin-top: 5px; margin-bottom: 10px; }
.aboutus4 .list ul li .txt .h4 { font-size: 14px; line-height: 24px; }
.aboutus4 .list ul li .txt .hide1 { display: none; }
.aboutus4 .list ul li.active1 { width: 65.5%; }
.aboutus4 .list ul li.active1 .txt .hide1 { display: block; }
 @media(max-width:999px) {
.tit4 .h2 { font-size: 24px; line-height: 28px; }
.tit4 .h3 { font-size: 14px; line-height: 18px; }
.aboutus4bg { padding: 40px 0; }
.aboutus4 .list { margin-top: 20px; }
.aboutus4 .list ul { display: block; }
.aboutus4 .list ul li { width: 100% !important; }
.aboutus4 .list ul li .img { height: 50vw; }
.aboutus4 .list ul li .txtbg { bottom: 10px; }
.aboutus4 .list ul li .txt { padding: 0 5%; }
.aboutus4 .list ul li .ico { height: 42px; }
.aboutus4 .list ul li .txt .h2 { font-size: 20px; line-height: 24px; }
.aboutus4 .list ul li .txt .h3 { font-size: 16px; line-height: 20px; margin-top: 5px; margin-bottom: 10px; }
.aboutus4 .list ul li .txt .h4 { font-size: 12px; line-height: 16px; }
.aboutus4 .list ul li .txt .hide1 { display: block; }
}
.aboutus_bg1 { background: #141414 url(../images/cultrue_03_bgc_02.png) no-repeat center; background-size: 100% auto; }
.aboutus5bg { padding: 80px 0; }
.aboutus5 { }
.aboutus5 .list { margin-top: 60px; display: flex; justify-content: space-between; align-items: center; flex-direction: row-reverse; position: relative; }
.aboutus5 .list:before { content: ""; width: 9.8vw; height: 9.59vw; background: url(../images/cultrue_04_fourcircle_03.png) center no-repeat; background-size: contain; position: absolute; top: 0; right: 0; transform: translate(0, -50%); }
.aboutus5_lt { width: 50%; }
.aboutus5_lt .txt { font-size: 18px; line-height: 28px; }
.aboutus5_rt { width: 46%; text-align: center; }
.aboutus5_rt img { max-width: 100%; }
 @media(max-width:999px) {
.aboutus5bg { padding: 40px 0; }
.aboutus5 .tit3 { text-align: center; }
.aboutus5 .list { margin-top: 20px; display: block; }
.aboutus5 .list:before { width: 9.8vw; height: 9.59vw; transform: translate(0, -50%); }
.aboutus5_lt { width: 100%; }
.aboutus5_lt .txt { font-size: 14px; line-height: 24px; }
.aboutus5_rt { width: 100%; margin-bottom: 20px; }
.aboutus5_rt img { max-width: 100%; max-height: 50px; }
}
.aboutus6bg { padding: 80px 0; }
.aboutus6 { display: flex; justify-content: space-between; align-items: center; position: relative; }
.aboutus6:before { content: ""; width: 11.25vw; height: 3.49vw; background: url(../images/smallcircle1.png) center no-repeat; background-size: contain; position: absolute; top: 0; left: 0; transform: translate(-50%, -50%); }
.aboutus6_lt { width: 50%; }
.aboutus6_lt img { display: block; width: 100%; }
.aboutus6_rt { width: 46%; }
.aboutus6_rt .txt { padding-top: 6.24vw; font-size: 18px; line-height: 28px; position: relative; }
.aboutus6_rt .txt:before { content: ""; width: 118%; height: 1px; background: var(--primary-color); position: absolute; right: 0; top: 3.12vw; }
.aboutus6_rt .txt ul { }
.aboutus6_rt .txt li { padding-left: 12px; position: relative; margin-bottom: 5px; }
.aboutus6_rt .txt li:before { content: ""; width: 2px; height: 2px; background: var(--primary-color); position: absolute; left: 0; top: 13px; }
 @media(max-width:999px) {
.aboutus6bg { padding: 40px 0; }
.aboutus6 { display: block; }
.aboutus6:before { width: 11.25vw; height: 3.49vw; transform: translate(-50%, -50%); }
.aboutus6_lt { width: 100%; margin-bottom: 20px; }
.aboutus6_rt { width: 100%; }
.aboutus6_rt .txt { padding-top: 6.24vw; font-size: 14px; line-height: 24px; }
.aboutus6_rt .txt:before { width: 118%; top: 3.12vw; }
.aboutus6_rt .txt li { margin-bottom: 5px; }
.aboutus6_rt .txt li:before { top: 11px; }
}
.aboutus7bg { padding: 80px 0; background: #141414; }
.aboutus7 { }
.aboutus7 .list { text-align: center; margin-top: 60px; font-size: 30px; line-height: 40px; }
.aboutus7 .list strong { color: var(--primary-color); }
 @media(max-width:999px) {
.aboutus7bg { padding: 40px 0; }
.aboutus7 .list { margin-top: 20px; font-size: 16px; line-height: 26px; }
}
.aboutus8bg { padding: 80px 0; background-repeat: no-repeat; background-position: center; background-size: cover; }
.aboutus8 { }
.aboutus8 .list { margin-top: 40px; }
.aboutus8 .list ul { display: flex; justify-content: space-between; /* align-items: center;*/ flex-wrap: wrap; }
.aboutus8 .list ul li { width: 50%; text-align: center; box-sizing: border-box; border-top: 1px solid #202020; border-left: 1px solid #202020; }
.aboutus8 .list ul li:nth-child(2n-1) { border-left: none; }
.aboutus8 .list ul li:nth-child(1), .aboutus8 .list ul li:nth-child(2) { border-top: none; }
.aboutus8 .list ul li .txt { padding: 60px 15%; }
.aboutus8 .list ul li .txt .h2 { font-size: 24px; line-height: 34px; margin-bottom: 15px; }
.aboutus8 .list ul li .txt .h3 { font-size: 14px; line-height: 24px; opacity: .7; }
 @media(max-width:999px) {
.aboutus8bg { padding: 40px 0; }
.aboutus8 .list { margin-top: 20px; }
.aboutus8 .list ul li { width: 100%; border-top: 1px solid #202020 !important; border-left: none; }
.aboutus8 .list ul li:nth-child(1) { border-top: none !important; }
.aboutus8 .list ul li .txt { padding: 20px 5%; }
.aboutus8 .list ul li .txt .h2 { font-size: 18px; line-height: 22px; margin-bottom: 10px; }
.aboutus8 .list ul li .txt .h3 { font-size: 14px; line-height: 18px; }
}
.aboutus9bg { padding: 80px 0; background: #141414; overflow: hidden; }
.aboutus9 { }
.aboutus9 .list { margin-top: 60px; }
.history_swiper { position: relative; }
.history_swiper .swiper-container { width: 100%; overflow: visible; }
.history_swiper .swiper-container .swiper-slide { position: relative; }
.history_swiper .swiper-container .swiper-slide.swiper-slide-active { z-index: 2; }
.history_swiper .swiper-container .swiper-slide .img { padding-bottom: 66%; position: relative; overflow: hidden; }
.history_swiper .swiper-container .swiper-slide .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; }
.history_swiper .swiper-container .swiper-slide .txt { margin-bottom: 40px; }
.history_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 30px; line-height: 40px; height: 40px; margin-bottom: 30px; }
.history_swiper .swiper-container .swiper-slide .txt .h2 strong { font-weight: normal; }
.history_swiper .swiper-container .swiper-slide .txt .h2 span { color: var(--primary-color); }
.history_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 16px; line-height: 26px; height: 78px; overflow-y: auto; }
.history_swiper .swiper-pagination { bottom: 3.64vw; height: 12px; width: 100%; box-sizing: border-box; display: none; }
.history_swiper .swiper-pagination span { vertical-align: top; width: 8px; height: 8px; border: 2px solid transparent; background: #fff; opacity: .2; margin: 0 5px; border-radius: 12px; transition: all .3s ease; }
.history_swiper .swiper-pagination span.swiper-pagination-bullet-active { border-color: var(--primary-color); background: var(--primary-color); opacity: 1; }
.history_swiper .swiper-button-prev, .history_swiper .swiper-button-next { width: 68px; height: 68px; line-height: 68px; margin-top: -34px; text-align: center; background: #fff; color: #333; font-size: 24px; transition: all .3s ease; border-radius: 100%; }
.history_swiper .swiper-button-prev:hover, .history_swiper .swiper-button-next:hover { background: var(--primary-color); color: #fff; }
.history_swiper .swiper-button-prev:after, .history_swiper .swiper-button-next:after { display: none; }
.history_swiper .swiper-button-prev { left: 0; }
.history_swiper .swiper-button-next { right: 0; }
 @media(max-width:999px) {
.aboutus9bg { padding: 40px 0; }
.aboutus9 .list { margin-top: 30px; }
.history_swiper .swiper-container .swiper-slide .txt { margin-bottom: 20px; }
.history_swiper .swiper-container .swiper-slide .txt .h2 { font-size: 18px; line-height: 22px; height: 22px; margin-bottom: 10px; }
.history_swiper .swiper-container .swiper-slide .txt .h3 { font-size: 14px; line-height: 18px; height: 54px; }
.history_swiper .swiper-button-prev, .history_swiper .swiper-button-next { width: 40px; height: 40px; line-height: 40px; margin-top: -20px; font-size: 24px; }
}
.faq1 { position: relative; }
.faq1:before { content: ""; width: 11.25vw; height: 10.42vw; background: url(../images/sign_03.png) center no-repeat; background-size: contain; position: absolute; top: 0; right: 0; }
.faq1 .list { margin-top: 40px; }
.faq1 .list .tips1 { font-size: 18px; line-height: 28px; }
.faq1 .list ul li { padding: 20px 0; border-bottom: 1px solid #2c2c2c; }
.faq1 .list ul li .h2 { font-size: 18px; line-height: 28px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.faq1 .list ul li .h2 i { width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 100%; background: #1a1a1a; font-style: normal; }
.faq1 .list ul li .h2 span { width: calc(100% - 72px); }
.faq1 .list ul li .txtbg { padding: 20px 0 0 0; display: none; }
.faq1 .list ul li .txt { font-size: 18px; line-height: 28px; display: flex; justify-content: space-between; /* align-items: center;*/ }
.faq1 .list ul li .txt i { width: 52px; height: 52px; line-height: 52px; text-align: center; border-radius: 100%; background: #fff; color: #333; font-style: normal; }
.faq1 .list ul li .h3 { width: calc(100% - 72px); background: #1a1a1a; padding: 12px 20px; box-sizing: border-box; }
.faq1 .list ul li.active1 .h2 { color: var(--primary-color); font-weight: bold; }
.faq1 .list ul li.active1 .h2 i { background: var(--primary-color); color: #fff; }
 @media(max-width:999px) {
.faq1:before { width: 11.25vw; height: 10.42vw; }
.faq1 .list { margin-top: 20px; }
.faq1 .list .tips1 { font-size: 12px; line-height: 16px; }
.faq1 .list ul li { padding: 20px 0; }
.faq1 .list ul li .h2 { font-size: 14px; line-height: 24px; }
.faq1 .list ul li .h2 i { width: 24px; height: 24px; line-height: 24px; }
.faq1 .list ul li .h2 span { width: calc(100% - 30px); }
.faq1 .list ul li .txtbg { padding: 20px 0 0 0; }
.faq1 .list ul li .txt { font-size: 14px; line-height: 24px; }
.faq1 .list ul li .txt i { width: 24px; height: 24px; line-height: 24px; }
.faq1 .list ul li .h3 { width: calc(100% - 30px); padding: 12px 20px; }
}
.afterSales1_box { position: relative; }
.afterSales1_box:before { content: ""; width: 11.25vw; height: 10.42vw; background: url(../images/sign_03.png) center no-repeat; background-size: contain; position: absolute; top: 0; right: 0; }
.afterSales1_box:after { content: ""; width: 96.5%; height: 4px; background: var(--primary-color); position: absolute; left: 0; top: 7.3vw; }
.afterSales1 { margin-top: 6.78vw; }
.afterSales1 .list { text-align: center; }
.afterSales1 .list .h2 { font-size: 36px; line-height: 46px; margin-bottom: 20px; }
.afterSales1 .list .h3 { font-size: 18px; line-height: 28px; }
.afterSales1 .list .h3 span { display: inline-block; text-align: center; border-radius: 50px; padding: 8px 20px; background: var(--primary-color); color: #fff; }
 @media(max-width:999px) {
.afterSales1_box:before { width: 11.25vw; height: 10.42vw; }
.afterSales1_box:after { width: 96.5%; height: 2px; top: 60px; }
.afterSales1 { margin-top: 60px; }
.afterSales1 .list .h2 { font-size: 24px; line-height: 28px; margin-bottom: 10px; }
.afterSales1 .list .h3 { font-size: 14px; line-height: 18px; }
.afterSales1 .list .h3 span { padding: 8px 20px; }
}
.tit5 { text-align: center; }
.tit5 .line1 { margin: 0 auto; width: 62px; height: 4px; background: var(--primary-color); margin-bottom: 40px; }
.tit5 .h2 { font-size: 32px; line-height: 42px; }
.afterSales2 { margin-top: 80px; background: #1a1a1a; }
.afterSales2 .list { margin-top: 40px; }
.afterSales2 .list ul { display: flex; justify-content: space-between; /* align-items: center;*/ }
.afterSales2 .list ul li { width: 100%; text-align: center; border: 1px solid #313131; position: relative; box-sizing: border-box; }
.afterSales2 .list ul li:before { content: ""; width: 1px; height: 62px; background: var(--primary-color); position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.afterSales2 .list ul li:nth-child(1):before { display: none; }
.afterSales2 .list ul li .txt { padding: 80px 5%; }
.afterSales2 .list ul li .txt .h2 { font-size: 30px; line-height: 40px; margin-bottom: 10px; }
.afterSales2 .list ul li .txt .h3 { font-size: 16px; line-height: 26px; color: #666; }
 @media(max-width:999px) {
.tit5 .line1 { width: 40px; height: 2px; margin-bottom: 10px; }
.tit5 .h2 { font-size: 24px; line-height: 28px; }
.afterSales2 { margin-top: 40px; }
.afterSales2 .list { margin-top: 20px; }
.afterSales2 .list ul { flex-wrap: wrap; }
.afterSales2 .list ul li { width: 50%; }
.afterSales2 .list ul li:before { height: 40px; }
.afterSales2 .list ul li:nth-child(2n-1):before { display: none; }
.afterSales2 .list ul li .txt { padding: 40px 5%; }
.afterSales2 .list ul li .txt .h2 { font-size: 18px; line-height: 22px; margin-bottom: 10px; }
.afterSales2 .list ul li .txt .h3 { font-size: 14px; line-height: 18px; }
}
.afterSales3 { margin-top: 80px; background: #1a1a1a; }
.afterSales3 .list { margin-top: 40px; }
.afterSales3 .list ul { display: flex; justify-content: space-between; /* align-items: center;*/ }
.afterSales3 .list ul li { width: 100%; text-align: center; border: 1px solid #313131; position: relative; box-sizing: border-box; }
.afterSales3 .list ul li:before { content: ""; width: 1px; height: 62px; background: var(--primary-color); position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.afterSales3 .list ul li:nth-child(1):before { display: none; }
.afterSales3 .list ul li .txt { padding: 80px 5%; }
.afterSales3 .list ul li .txt .h2 { font-size: 30px; line-height: 40px; }
.afterSales3 .list ul li .txt .h2 strong { color: var(--primary-color); }
 @media(max-width:999px) {
.afterSales3 { margin-top: 40px; }
.afterSales3 .list { margin-top: 20px; }
.afterSales3 .list ul { flex-wrap: wrap; }
.afterSales3 .list ul li { width: 50%; }
.afterSales3 .list ul li:before { height: 40px; }
.afterSales3 .list ul li:nth-child(2n-1):before { display: none; }
.afterSales3 .list ul li .txt { padding: 40px 5%; }
.afterSales3 .list ul li .txt .h2 { font-size: 18px; line-height: 22px; }
}
.afterSales4 { margin-top: 80px; background: #1a1a1a; }
.afterSales4 .list { margin-top: 40px; text-align: center; border-top: 1px solid #313131; }
.afterSales4 .list .h2 { font-size: 24px; line-height: 34px; padding: 60px 0; }
.afterSales4 .list .img { }
.afterSales4 .list .img img { max-width: 100%; }
.afterSales4 .list .tips1 { font-size: 18px; line-height: 28px; padding: 60px 0; }
 @media(max-width:999px) {
.afterSales4 { margin-top: 40px; }
.afterSales4 .list { margin-top: 20px; }
.afterSales4 .list .h2 { font-size: 18px; line-height: 22px; padding: 20px 0; }
.afterSales4 .list .tips1 { font-size: 14px; line-height: 18px; padding: 20px 0; }
}
