﻿@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot');
    src: url('../fonts/AlibabaPuHuiTi-3-55-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi-3-55-Regular.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi-3-55-Regular.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi-3-55-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-3-65-Medium.eot');
    src: url('../fonts/AlibabaPuHuiTi-3-65-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi-3-65-Medium.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi-3-65-Medium.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi-3-65-Medium.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi-3-65-Medium.otf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AlibabaPuHuiTi';
    src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.eot');
    src: url('../fonts/AlibabaPuHuiTi-3-85-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AlibabaPuHuiTi-3-85-Bold.woff2') format('woff2'),
        url('../fonts/AlibabaPuHuiTi-3-85-Bold.woff') format('woff'),
        url('../fonts/AlibabaPuHuiTi-3-85-Bold.ttf') format('truetype'),
        url('../fonts/AlibabaPuHuiTi-3-85-Bold.otf');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LuckiestGuy';
    src: url('../fonts/LuckiestGuy-Regular.eot');
    src: url('../fonts/LuckiestGuy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/LuckiestGuy-Regular.woff2') format('woff2'),
        url('../fonts/LuckiestGuy-Regular.woff') format('woff'),
        url('../fonts/LuckiestGuy-Regular.ttf') format('truetype'),
        url('../fonts/LuckiestGuy-Regular.svg#LuckiestGuy-Regular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*common start*/
:root {
    --primary-color: #fa450c;
	--secondary-color: #0068b7;
    --main-color: #e60012;
    --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:14px; color:#333; overflow-x:hidden;font-family: 'AlibabaPuHuiTi';}
a{ color:#333;}
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:1200px; min-width:1000px;}
input,textarea,select{outline:none;font-family: 'AlibabaPuHuiTi'; }
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;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; top:0; left:0; z-index:55; transition:all .3s ease;}
.head1bg{ border-bottom:1px solid #efefef; height:55px; transition:all .3s ease; overflow:hidden;}
.head1{ height:55px; display: flex; justify-content: space-between; align-items: center; font-size:14px;}
.head1 a{}
.head1 a:hover{ color:var(--secondary-color); text-decoration:underline;}
.head1 .lt{}
.head1 .lt span{ margin-right:15px;}
.head1 .rt{ display: flex; justify-content: flex-end; align-items: center;}
.head .h_links1{}
.head .h_links1 a{ margin-left:15px;}
.h_search_box_pc{ position:relative; margin-left:60px;}
.h_search_box_pc .h_search_btn{ width:40px; height:40px; line-height:40px; text-align:center; cursor:pointer; background:var(--primary-color); color:#fff;}
.h_search_box_pc .h_search_btn i.fa-close{ display:none;}
.h_search_box_pc .h_search_btn.active0{ background:#333;}
.h_search_box_pc .h_search_btn.active0 i.fa-search{ display:none;}
.h_search_box_pc .h_search_btn.active0 i.fa-close{ display:inline-block;}
.h_search_box_pc .h_search_box{ width:240px; height:40px; box-sizing:border-box; position:absolute; top:0; right:100%; display:none;}
.h_search_box_pc .h_search_box .form{ display: flex; justify-content: space-between; align-items: center;}
.h_search_box_pc .h_search_box .form .text1{ border:2px solid var(--primary-color); background:#fff; height:40px; line-height:36px; padding:0 0 0 10px; width:calc(100% - 40px); box-sizing:border-box;}
.h_search_box_pc .h_search_box .form .button1{ border:none; background:var(--primary-color); color:#fff; height:40px; line-height:40px; width:40px; cursor:pointer;}
.h_search_box_pc .h_search_box .form .button1:hover{ opacity:.9;}
.h_search_box_mc{ display:none;}
.h_search_box_mc .h_search_btn{ width:20px; height:20px; line-height:20px; text-align:center; cursor:pointer; color:#999; font-size:16px;}
.h_search_box_mc .h_search_box{ width:100%; padding:20px 0; background:#fff; box-shadow:0 5px 10px rgba(0,0,0,.1); box-sizing:border-box; position:absolute; top:100%; left:0; display:none;}
.h_search_box_mc .h_searchbg{ margin:0 auto; width:90%;}
.h_search_box_mc .h_search_box .form{ position:relative;}
.h_search_box_mc .h_search_box .form .text1{ border:1px solid #d2d2d2; background:#fff; height:40px; line-height:38px; padding:0 40px 0 10px; width:100%; border-radius:40px; box-sizing:border-box;}
.h_search_box_mc .h_search_box .form .button1{ border:none; background:none; color:#999; height:40px; line-height:40px; width:40px; cursor:pointer; position:absolute; top:0; right:0;}
.h_search_box_mc .h_search_box .form .button1:hover{ opacity:.9;}
.head2bg{ }
.head2{ height:110px; display: flex; justify-content: space-between; align-items: center;}
.head .logo{ height:110px; display: flex; justify-content: flex-start; align-items: center; margin-right:5%;}
.head .logo a{ width:100%; height:100%; display: flex; justify-content: flex-start; align-items: center;}
.head .logo img{ display:block; max-width:100%; max-height:80%; }
.head .logo img:hover{ animation-duration: 1s; animation-fill-mode: both ; animation-name:bounce;}
.head .logo .img1{ display:none;}

/*menu*/
.head .menu{ line-height:110px; flex:1;}
.head .menu>ul{ display: flex; justify-content: space-between; align-items: center;}
.head .menu>ul>li{ }
.head .menu ul li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; text-align:center; font-size:16px; font-weight:bold; position:relative; z-index:1; padding:0 1vw;}
.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; display:inline-block;}
.head .menu>ul>li>a:hover:after,.head .menu>ul>li:hover>a:after{ transform:rotate(180deg);}
.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:20px; left:0; z-index:-1; transition:all .3s ease; }
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%; }
.head .menu>ul>li ul{ width:180px; background:#efefef; box-shadow:0 5px 10px rgba(0,0,0,.1); box-sizing:border-box; position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li>ul:before{ content:""; border:9px solid transparent; border-bottom-color:#efefef; position:absolute; top:-18px; left:1vw;}
.head .menu>ul>li ul li{ border-bottom:1px solid #eee;}
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 5px 10px 1vw; text-align:left; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ background:#bfbfbf; color:#fff;}
/*.head .menu>ul>li ul li.menu_down>a:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; margin-top:-7px;}*/
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}

.head_height{ height:166px;}
.head.active1{ box-shadow:0px 5px 10px rgba(0,0,0,.1);}
.head.active1 .head1bg{ border-bottom-color:0; height:0; }
@media(min-width:1921px){

}

@media(max-width:999px){
.head_height{ height:60px;}
.head1bg{ display:none;}
.head2{ height:60px;}
.head .logo{ height:60px; justify-content: center; }
.head .logo a{ justify-content: center;}
.head .logo .img1{ display:block !important;}
.head .logo .img2{ display:none !important;}
.head .menu{ display:none;}
.h_search_box_mc{ display:block;}
}
/**/
.head .nav_open{ width:20px; height:20px; cursor:pointer; display:none; position:relative; }
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:20px; height:2px; background:#999; 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:2px; }
.head .nav_open:after{ content:""; bottom:2px; }
.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(100vh - 60px); border-top:1px solid #eee; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(51,51,51,.5); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:999; transition:all .6s ease;/* transform:translateX(-100%);*/}
.head .nav_box.active1 .navbg{/* transform:translateX(0);*/}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ width:20px; height:20px; background:url(../images/close-on.png) center no-repeat; position:absolute; top:20px; right:20px; display:none;}
.head .nav_list{ max-height:calc(100vh - 50px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{}
.head .nav_list>ul>li{ border-bottom:1px solid rgba(0,0,0,.05);}
.head .nav_list ul li span{ padding:5px 30px 5px 0; display:block; position:relative;}
.head .nav_list>ul>li>span{ padding:12px 30px 12px 0;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 20px/1 FontAwesome; width:20px; height:20px; line-height:20px; text-align:center; position:absolute; top:15px; right:5px; transition:all .3s ease;}
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:0 15px 5px 15px; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav_list ul li ul li.nav_down>span:after{ top:9px; }
@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{ }
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }

.banner_swiper .swiper-pagination{ bottom:5vw; height:8px; width:100%; }
.banner_swiper .swiper-pagination span{ vertical-align:top; width:8px; height:8px; border-radius:8px; margin:0 4px; background:#000; transition:all .3s ease; box-sizing:border-box; position:relative;}
.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color);}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; margin-top:-25px; width:50px; height:50px; line-height:46px; border:2px solid #fff; color:#fff; background:none; border-radius:100%; box-sizing:border-box; font-size:24px; display:none;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ margin-top:-15px; width:30px; height:30px; line-height:26px; border-width:2px; font-size:18px; }
}


.shutter { overflow: hidden; width: 100%; height: 34.375vw; position: relative; }
.shutter-img { z-index: 1; }
.shutter-img, .shutter-img a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.shutter-img a { cursor: default; }
.shutter-img a > img { width: 100%; height: 100%; }
.shutter-img .created { overflow: hidden; position: absolute; z-index: 20; }
.shutter-btn { }
.shutter-btn li { position: absolute; z-index: 2; top: 50%; width: 40px; height: 50px; margin-top: -25px; cursor: pointer; }
.shutter-btn li.prev { left: 5%; background: url(../images/ico_prev1.png) center no-repeat; }
.shutter-btn li.next { right: 5%; background: url(../images/ico_next1.png) center no-repeat; }
/* ========= 新增：圆点分页器 ========= */
.shutter-dots { position: absolute; bottom: 15px; left: 0; width: 100%; display: flex; justify-content: center; gap: 10px; z-index: 40; pointer-events: none; padding: 0 10px; }
.shutter-dots span { display: inline-block; box-sizing:border-box; width: 10px; height: 10px; border-radius: 50%; border:2px solid #fff; background: rgba(255, 255, 255, 0.3); box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1); cursor: pointer; pointer-events: auto; transition: all 0.25s ease; }
.shutter-dots span.active { background: #999; }
.shutter-dots span:hover { background: #999;}





.tit1{ text-align:center;}
.tit1 .h2{ font-size:38px; line-height:48px; font-weight:bold; text-transform:uppercase; font-family: 'LuckiestGuy'; transition:all .3s ease;}
.tit1 .h2:hover{ color:var(--primary-color)}
.tit1 .line1{ margin:0 auto; width:60px; height:3px; background:var(--primary-color); margin-top:22px;}
.tit1 .h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 25px;
}
.con01bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con01{}
.con01_list{ margin-top:40px; }
.con01_list .box1{ float:left; width:23%; position:relative;}
.con01_list .box1 .img{ border-radius:15px; overflow:hidden;}
.con01_list .box1 .img img{ display:block; width:100%;}
.con01_list .box1 .txtbg{ width:100%; position:absolute; top:0; left:0;}
.con01_list .box1 .txt{ padding:20px 10px; text-align:center; color:#fff;}
.con01_list .box1 .txt:hover{ animation-duration: 1s; animation-fill-mode: both ; animation-name:bounce;}
.con01_list .box1 .txt .h2{ font-size:38px; line-height:1; font-weight:bold;}
    .con01_list .box1 .txt .h3 {
        font-size: 25px;
        line-height: 28px;
        margin-top: 5px;
    }
.con01_list .box1 .txt .line1{ margin:0 auto; width:50px; height:2px; background:#fff; margin-top:10px;}
.con01_list .box2{ float:right; width:50%; margin:0 2%;}
.con01_list .box2 .img{ overflow:hidden; position:relative; border-radius:15px; }
.con01_list .box2 .img img{ display:block; width:100%; transition:all .3s ease;}
.con01_list .box2 .img:hover img{ transform:scale(1.1);}
.con01_list .box2 .img:before{ content:""; width:100%; height:100%; background:url(../images/ico_play.png) center no-repeat; position:absolute; top:0; left:0; z-index:2;}
.con01_list .box3{ float:right; width:23%; position:relative;}
.con01_list .box3 .img{ border-radius:15px; overflow:hidden;}
.con01_list .box3 .img img{ display:block; width:100%;}
.con01_list .box3 .txtbg{ width:100%; position:absolute; top:0; left:0;}
.con01_list .box3 .txt{ padding:20px 10px; text-align:center; color:#fff;}
.con01_list .box3 .txt:hover{ animation-duration: 1s; animation-fill-mode: both ; animation-name:bounce;}
.con01_list .box3 .txt .h2{ font-size:40px; line-height:1; font-weight:bold;}
    .con01_list .box3 .txt .h3 {
        font-size: 25px;
        line-height: 30px;
        margin-top: 5px;
    }
.con01_list .box3 .txt .line1{ margin:0 auto; width:50px; height:2px; background:#fff; margin-top:10px;}

.video1_open{ cursor:pointer;}
.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:800px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:25px; height:25px; background:url(../images/closeVideo.png) center no-repeat; position:absolute; top:-30px; right:-15px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(180deg);}
.video1{}
.video1 video,.video1 iframe{ display:block; width:100%;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .line1{ width:60px; height:3px; margin-top:5px;}
.tit1 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con01bg{ padding:40px 0; }
.con01_list{ margin-top:20px; }
.con01_list .box1{ width:49%; margin-bottom:20px;}
.con01_list .box1 .txt .h2{ font-size:24px; }
.con01_list .box1 .txt .h3{ font-size:18px; line-height:28px; margin-top:5px;}
.con01_list .box1 .txt .line1{ width:40px; height:2px; margin-top:10px;}
.con01_list .box2{ width:100%; margin:0;}
.con01_list .box2 .img{ overflow:hidden; position:relative;}
.con01_list .box2 .img img{ display:block; width:100%; transition:all .3s ease;}
.con01_list .box2 .img:hover img{ transform:scale(1.1);}
.con01_list .box2 .img:before{ content:""; width:100%; height:100%; background:url(../images/ico_play.png) center no-repeat; position:absolute; top:0; left:0; z-index:2;}
.con01_list .box3{ width:49%;}
.con01_list .box3 .txt .h2{ font-size:24px; }
.con01_list .box3 .txt .h3{ font-size:18px; line-height:28px; margin-top:5px;}
.con01_list .box3 .txt .line1{ width:40px; height:2px; margin-top:10px;}
}


.tit2{}
.tit2 .h2{ font-size:38px; line-height:48px; font-weight:bold; text-transform:uppercase; font-family: 'LuckiestGuy';}
.tit2 .h3{ font-size:16px; line-height:26px; margin-top:10px;}
.con02bg{ padding:100px 0; background:#90d2ed;}
.con02{ display: flex; justify-content:space-between;/* align-items: center;*/}
.con02_lt{ width:49%;}
.con02_lt .list{ margin-top:40px;}
.con02_lt .list .img{}
.con02_lt .list .img img{ display:block; width:100%;}
.con02_lt .list .img:hover img{ animation-duration: 1s; animation-fill-mode: both ; animation-name: bounce; transform-origin: center bottom }
.con02_rt{ width:49%;}
.con02_rt .list{ margin-top:20px;}
.con02_rt .list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con02_rt .list ul li{ width:23.5%; margin:20px 0 0 2%; text-align:center;}
.con02_rt .list ul li:nth-child(4n-3){ margin-left:0;}
.con02_rt .list ul li .nr_box{ transition:all 1s ease;}
.con02_rt .list ul li:hover .nr_box{ transform:rotateY(360deg);}
.con02_rt .list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.con02_rt .list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_rt .list ul li .txt{ margin-top:8px; color:#333;}
.con02_rt .list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.tit2 .h3{ font-size:14px; line-height:24px; margin-top:5px;}
.con02bg{ padding:40px 0;}
.con02{ display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .list{ margin-top:20px;}
.con02_rt{ width:100%;}
.con02_rt .list{ margin-top:0px;}
.con02_rt .list ul li{ margin:20px 0 0 2%; }
.con02_rt .list ul li .txt{ margin-top:5px;}
.con02_rt .list ul li .txt .h2{ font-size:12px; line-height:22px;}
}


.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:36px; width:126px; background:#fff; border:1px solid #d3d6db; border-radius:30px; box-sizing:border-box; transition:all .3s ease;}
.more1 span:hover{ border-color:var(--primary-color); background:var(--primary-color); color:#fff;}
.con03bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03{}
.con03_list{ }
.con03_list ul{ display: flex; justify-content:center;/* align-items: center;*/ flex-wrap:wrap;}
.con03_list ul li{ width:18.4%; margin:40px 0 0 2%; text-align:center; background:#fff; border:1px solid #d3d6db; border-radius:15px; overflow:hidden; box-sizing:border-box;}
.con03_list ul li:nth-child(5n-4){ margin-left:0;}
.con03_list ul li .img{ padding-bottom:98%; position:relative; overflow:hidden;}
.con03_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03_list ul li:hover .img img{ transform:scale(1.1);}
.con03_list ul li .txt{ padding:15px 6% 25px 6%; color:#333;}
.con03_list ul li .txt .h2{ font-size:14px; line-height:24px; min-height:72px; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con03bg{ padding:40px 0; }
.con03_list ul li{ width:49%; margin:20px 0 0 2%; }
.con03_list ul li:nth-child(5n-4){ margin-left:2%;}
.con03_list ul li:nth-child(2n-1){ margin-left:0;}
.con03_list ul li .txt{ padding:15px 5% 20px 5%; }
.con03_list ul li .txt .h2{ font-size:14px; line-height:24px; min-height:72px; margin-bottom:15px;}
}


.con04bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con04{}
.con04 .tit2{ max-width:800px;}
.con04_list{ margin-top:20px; max-width:600px;}
.con04_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con04_list ul li{ width:23.5%; margin:20px 0 0 2%; text-align:center; }
.con04_list ul li:nth-child(4n-3){ margin-left:0;}
.con04_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:100%;}
.con04_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04_list ul li .txt{ margin-top:8px;}
.con04_list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04_list{ margin-top:0px; }
.con04_list ul li{ width:23.5%; margin:20px 0 0 2%; }
.con04_list ul li:nth-child(4n-3){ margin-left:0;}
.con04_list ul li .txt{ margin-top:5px;}
.con04_list ul li .txt .h2{ font-size:12px; line-height:22px;}
}


.con05bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con05{}
.con05_list{ margin-top:20px;}
.con05_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05_list ul li{ width:23.5%; margin:20px 0 0 2%; text-align:center; }
.con05_list ul li:nth-child(4n-3){ margin-left:0;}
.con05_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.con05_list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05_list ul li:hover .img img{ transform:scale(1.1);}
.con05_list ul li .img:before{ content:""; width:100%; height:100%; background:url(../images/ico_play.png) center no-repeat; position:absolute; top:0; left:0; z-index:2;}
.con05_list ul li .txt{ margin-top:20px;}
@media(max-width:999px){
.con05bg{ padding:40px 0; }
.con05_list{ margin-top:0px;}
.con05_list ul li{ width:49%; margin:20px 0 0 2%; }
.con05_list ul li:nth-child(2n-1){ margin-left:0;}
.con05_list ul li .txt{ margin-top:10px;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:40px; padding:0 50px; border:1px solid var(--primary-color); color:var(--primary-color); border-radius:5px; box-sizing:border-box; transition:all .3s ease;}
.more2 span:hover{ background:var(--primary-color); color:#fff;}
.con06bg{ padding:100px 0; background:#d6effa;}
.con06{}
.con06_top{ display: flex; justify-content:space-between; align-items: center;}
.con06_list{ margin-top:40px;}
.swiper_indexNews{ position:relative;}
.swiper_indexNews .swiper-container { width: 100%; }
.swiper_indexNews .swiper-container .swiper-slide { position:relative; }
.swiper_indexNews .swiper-container .swiper-slide.swiper-slide-active{ }
.swiper_indexNews .swiper-container .swiper-slide .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.swiper_indexNews .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; transition:all .3s ease;}
.swiper_indexNews .swiper-container .swiper-slide .txt{ color:#666; margin-top:5px;}
.swiper_indexNews .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px;}
.swiper_indexNews .swiper-container .swiper-slide .txt .h2 i{ margin-right:5px;}
.swiper_indexNews .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; font-weight:bold; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.swiper_indexNews .swiper-container .swiper-slide .txt .h3:hover{ text-decoration:underline; color:var(--secondary-color);}
.swiper_indexNews .swiper-container .swiper-slide .txt .h4{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}

.swiper_indexNews .swiper-pagination{ bottom:5vw; height:8px; width:100%; display:none;}
.swiper_indexNews .swiper-pagination span{ vertical-align:top; width:8px; height:8px; border-radius:8px; margin:0 4px; background:#000; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_indexNews .swiper-pagination span.swiper-pagination-bullet-active{ background:var(--primary-color);}
.swiper_indexNews .swiper-button-prev,.swiper_indexNews .swiper-button-next{width:42px; height:42px; margin-top:-21px; background-repeat:no-repeat; background-position:center; background-size:contain;}
.swiper_indexNews .swiper-button-prev{ left:0; background-image:url(../images/ico_prev2.png);}
.swiper_indexNews .swiper-button-next{ right:0; background-image:url(../images/ico_next2.png);}
.swiper_indexNews .swiper-button-prev:hover{ background-image:url(../images/ico_prev2_hover.png);}
.swiper_indexNews .swiper-button-next:hover{ background-image:url(../images/ico_next2_hover.png);}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:40px; padding:0 20px; }
.con06bg{ padding:40px 0; }
.con06_list{ margin-top:20px;}
}




.foot{ color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover; border-top:10px solid #ff9a7b;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--secondary-color); }
.foot1bg{}
.foot1{}
.foot1 .list1{ padding:60px 0; display: flex; justify-content:space-between;/* align-items: center;*/}
.foot .f_nav{ width:32%;}
.foot .f_nav .h2{ font-size:24px; line-height:34px; font-weight:bold; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:10px; margin-bottom:20px; font-family: 'LuckiestGuy';}
.foot .f_nav ul li{ font-size:14px; line-height:24px; margin-bottom:10px;}
.foot .f_nav ul li a:before{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; margin-right:5px;}
.foot .f_contact{ width:32%;}
.foot .f_contact .h2{ font-size:24px; line-height:34px; font-weight:bold; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:10px; margin-bottom:20px; font-family: 'LuckiestGuy';}
.foot .f_contact ul li{ font-size:14px; line-height:24px; min-height:24px; padding-left:25px; position:relative; margin-bottom:10px;}
.foot .f_contact ul li i{ width:20px; height:24px; display: flex; justify-content:center; align-items: center; position:absolute; left:0; top:0;}
.foot .f_contact ul li i img{ display:block; max-width:100%; max-height:100%;}
.foot .f_inquiry{ width:32%;}
.foot .f_inquiry .h2{ font-size:24px; line-height:34px; font-weight:bold; border-bottom:1px solid rgba(255,255,255,.5); padding-bottom:10px; margin-bottom:20px; font-family: 'LuckiestGuy';}
.foot .f_inquiry ul li{ margin-bottom:10px;}
.foot .f_inquiry ul li .text1{ border:1px solid rgba(255,255,255,.5); background:none; height:40px; line-height:38px; padding:0 10px; width:100%; box-sizing:border-box; border-radius:4px; color:#fff;}
.foot .f_inquiry ul li .text2{ border:1px solid rgba(255,255,255,.5); background:none; height:90px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box; border-radius:4px; color:#fff;}
.foot .f_inquiry ul li .button1{ border:none; background:#5bc0de; color:#fff; height:32px; line-height:30px; width:105px; cursor:pointer; transition:all .3s ease; border-radius:4px;}
.foot .f_inquiry ul li .button1:hover{ background:#31b0d5;}
.foot1 .list2{ padding:20px 0; border-top:1px solid #a3cee0; display: flex; justify-content:space-between;/* align-items: center;*/}
.foot .f_share{}
.foot .f_share a{ display:inline-block; vertical-align:middle;}
.foot .f_share a img{ display:block; max-width:120px; max-height:80px;}
.foot1 .list2 .rt{ display: flex; justify-content:flex-end; align-items: center;}
.foot .f_info{ font-size:14px; line-height:24px; text-align:right;}
.foot .f_ewm{ width:75px; margin-left:10px;}
.foot .f_ewm img{ display:block; width:100%;}
@media(max-width:999px){
.foot1 .list1{ padding:20px 0; display:block;}
.foot .f_nav{ width:100%; margin-bottom:20px;}
.foot .f_nav .h2{ font-size:20px; line-height:30px; padding-bottom:10px; margin-bottom:20px;}
.foot .f_contact{ width:100%; margin-bottom:20px;}
.foot .f_contact .h2{ font-size:20px; line-height:30px; padding-bottom:10px; margin-bottom:20px;}
.foot .f_inquiry{ width:100%;}
.foot .f_inquiry .h2{ font-size:20px; line-height:30px; padding-bottom:10px; margin-bottom:20px;}
.foot1 .list2{ padding:20px 0; display:block;}
.foot .f_share{ margin-bottom:10px; text-align:center;}
.foot .f_share a img{ max-width:60px; max-height:40px;}
.foot .f_info{ font-size:12px; line-height:22px; }
.foot .f_ewm{ width:75px; margin-left:10px;}
}




/*Add------------------------------------------------------------------------------*/

.insideBanner_box{ position:relative;}
.insideBanner{ position:relative;}
.insideBanner img{ display:block; width:100%; }
.insideBanner_txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.insideBanner_txt{ color:#fff; }
.insideBanner_txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:1.82vw;}
.insideBanner_txt .h3{ font-size:18px; line-height:28px; }
.inbar2bg{ background:#f4f4f4; border-bottom:1px solid #ddd;}
.inbar2{ display: flex; justify-content:space-between; align-items: center;}
.inbar2 .h1{ font-size:14px; line-height:49px; font-weight:bold;}
.innav{ flex:1; font-size:16px; line-height:60px; }
.innav .h1{ font-size:16px; line-height:50px; text-align:left; padding:0 70px 0 20px; position:relative; background:var(--primary-color); color:#fff; display:none; }
.innav .h1:before{ content:""; width:70px; height:50px; /*background:#1f76ba url(../images/ico4.png) center no-repeat;*/ background-size:34.3%; position:absolute; right:0px; top:0px; transition:all .3s ease;}
.innav .h1.active1:before{ background-image:url(../images/ico4on.png);}
.innav>ul{ display: flex; justify-content:flex-start; align-items: center; flex-wrap:wrap;}
.innav>ul>li{/* display: flex;justify-content:center;align-items:center;*/ position:relative; }
.innav>ul>li>a{ display:block; position:relative; text-align:center; transition:all .3s ease; padding:0 2vw;}
.innav>ul>li.hover>a,.innav>ul>li:hover>a{ color:#fff; background:var(--primary-color); }
.innav>ul>li>a:before{ content:""; width:0; height:1px; background:var(--primary-color); position:absolute; bottom:10px; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.innav>ul>li.hover>a:before,.innav>ul>li:hover>a:before{ width:28px;}
.innav ul li ul{ width:100%; background:#fff; box-shadow:0 5px 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{ border-bottom:1px solid #eee;}
.innav ul li ul li a{ display:block; text-align:center; font-size:14px; line-height:24px; padding:10px 5px;}
.innav ul li ul li a:hover{ color:var(--primary-color);}
.weizhi{ font-size:14px; line-height:49px; }
.weizhi a{ font-weight:500; color:#000;}
.weizhi i{ margin-right:5px; }
@media(max-width:999px){
.insideBanner_txt .h2{ font-size:20px; line-height:24px; margin-bottom:5px;}
.insideBanner_txt .h3{ font-size:14px; line-height:18px; }
.inbar2bg{ }
.inbar2{ display:block;}
.inbar2 .h1{ font-size:14px; line-height:39px; font-weight:bold;}
.innav{ font-size:14px; line-height:40px;}
.innav>ul{ justify-content:center; }
.innav>ul>li{ border:none; background:#eee; margin:1px 1px;}
.innav>ul>li>a{ display:block; position:relative; text-align:center; transition:all .3s ease; padding:0 20px;}
/*.innav{ font-size:16px; line-height:26px; position:relative; }
.innav .h1{ display:block; border-bottom:1px solid #dfdfdf;}
.innav>ul{ display:none; width:100%; background:#faf9f9; box-shadow:0 1px 5px rgba(35,25,25,0.2); position:absolute; top:100%; left:0; z-index:5; }
.innav>ul>li{ border-right:none !important; border-left:none !important; border-bottom:#e2e2e2 solid 1px;}
.innav>ul>li>a{ text-align:left; padding:10px 20px;}
.innav>ul>li>a:before{ display:none;}
.innav ul li ul{ box-shadow:none; padding:0 0 5px 15px; position:static; transform:translateX(0%); }
.innav ul li ul li{ border-bottom:none;}
.innav ul li ul li a{ text-align:left; font-size:14px; line-height:24px; padding:5px 20px;}*/

.weizhi{ font-size:12px; line-height:2; margin:0; display:none;}
}

.insideContentbg{ padding:50px 0 80px 0; background:#ebeef0;}
.insideContent{/* display: flex; justify-content:space-between; align-items: center;*/}
.insideContent_lt{ float:left; width:22%; position:relative;}
.side_a{ border:1px solid #ddd; background:#fff; border-radius:15px; overflow:hidden; margin-bottom:20px; text-align:center;}
.side_a .h1{ font-size:22px; line-height:32px; padding:17px 5px; font-weight:bold; text-align:center; background:var(--primary-color); color:#fff; }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #e7e7e7;}
.side_a>ul>li:last-child{ border-bottom:none;}
    .side_a ul li span {
        display: block;
        padding: 5px 5px 5px 15px;
        position: relative;
        cursor: pointer;
    }
.side_a ul li span:hover{ color: var(--primary-color); background:#f0f0f0;}
.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:"\f107"; font: normal normal normal 16px/1 FontAwesome; text-align:center; width:20px; height:20px; line-height:20px; margin-top:-10px; position:absolute; right:5px; top:18px; transition:all .3s ease;}
.side_a ul li.has_sub.active1>span:after{ transform:rotate(180deg);}
.side_a ul li a{ display:inline-block; font-size:14px; line-height:24px; color:#999;}
.side_a>ul>li>span a{ font-size:16px; line-height:26px; color:#333;}
.side_a ul li span:hover a{ color: var(--primary-color); text-decoration:underline;}
.side_a ul li.hover>span a{ color: var(--primary-color);}
.side_a ul li ul{ padding:0 0 10px 15px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:3px 30px 3px 15px;}
.side_a ul li ul li a{}
.side_b{ border:1px solid #ddd; background:#fff; border-radius:15px; overflow:hidden; margin-bottom:20px;}
.side_b .h1{ font-size:22px; line-height:32px; padding:17px 5px; font-weight:bold; text-align:center; background:var(--primary-color); color:#fff; }
.side_b .list{ padding:10px;}
.swiper_Pro{ position:relative; padding-bottom:25px;}
.swiper_Pro .swiper-container { width: 100%; }
.swiper_Pro .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_Pro .swiper-container .swiper-slide.swiper-slide-active{ }
.swiper_Pro .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.swiper_Pro .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; transition:all .3s ease;}
.swiper_Pro .swiper-container .swiper-slide .txt{ color:#666; margin-top:5px;}
.swiper_Pro .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}

.swiper_Pro .swiper-pagination{ bottom:0; height:12px; width:100%; }
.swiper_Pro .swiper-pagination span{ vertical-align:top; width:12px; height:12px; border-radius:12px; margin:0 4px; background:url(../images/ico_dot.png) top center no-repeat; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_Pro .swiper-pagination span.swiper-pagination-bullet-active{ background-position:bottom center;}
.swiper_Pro .swiper-button-prev,.swiper_Pro .swiper-button-next{width:42px; height:42px; margin-top:-21px; background-repeat:no-repeat; background-position:center; background-size:contain; display:none;}
.swiper_Pro .swiper-button-prev{ left:0; background-image:url(../images/ico_prev2.png);}
.swiper_Pro .swiper-button-next{ right:0; background-image:url(../images/ico_next2.png);}
.swiper_Pro .swiper-button-prev:hover{ background-image:url(../images/ico_prev2_hover.png);}
.swiper_Pro .swiper-button-next:hover{ background-image:url(../images/ico_next2_hover.png);}
.side_c{ border:1px solid #ddd; background:#fff; border-radius:15px; overflow:hidden; }
.side_c .h1{ font-size:22px; line-height:32px; padding:17px 5px; font-weight:bold; text-align:center; background:var(--primary-color); color:#fff; }
.side_c ul{ padding:10px}
.side_c ul li{ font-size:14px; line-height:24px; margin:5px 0; word-break:break-word;}
.insideContent_rt{ float:right; width:76%; box-sizing: border-box;}
.insideContent_con{ width:100%;}

@media(max-width:999px){
.insideContentbg{ padding:30px 0 60px 0; }
.insideContent{ display:block;}
.insideContent_lt{ width:100%; position:static; margin-bottom:20px;}

.side_a{ margin-bottom:20px;}
.side_a .h1{ font-size:20px; line-height:30px; padding:15px 5px; }
.side_b{ margin-bottom:20px;}
.side_b .h1{ font-size:20px; line-height:30px; padding:15px 5px; }
.side_c .h1{ font-size:20px; line-height:30px; padding:15px 5px; }
.insideContent_rt{ width:100%; }
.insideContent_con{ }
}



.tit3{ border-bottom:1px solid #ddd; padding-bottom:10px; display: flex; justify-content:space-between; align-items: center;}
.tit3 .h2{ font-size:24px; line-height:34px; font-weight:bold; }
.proSearch{ width:235px; border:1px solid #ccc; border-radius:30px; display: flex; justify-content:space-between; align-items: center;}
.proSearch .text1{ border:none; background:none; height:30px; line-height:30px; padding:0 0 0 10px; flex:1; box-sizing:border-box;}
.proSearch .button1{ border:none; background:none; width:30px; height:30px; line-height:30px; color:#999; font-size:20px; cursor:pointer;}
.proSearch .button1:hover{ opacity:.9;}
.inProduct1{ background:#fff; padding:15px; border-radius:15px;}
.inProduct1_list{ margin-top:25px;}
.inProduct1_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inProduct1_list ul li{ width:32%; margin:0 0 30px 2%; border:1px solid #ddd; box-sizing:border-box;}
.inProduct1_list ul li:nth-child(3n-2){ margin-left:0;}
.inProduct1_list ul li .nr_box{ padding:5px;}
.inProduct1_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.inProduct1_list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .5s ease;}
.inProduct1_list ul li:hover .img img{ transform:scale(1.1);}
.inProduct1_list ul li .txt{ padding:5px 0;}
.inProduct1_list ul li .txt .h2{ font-size:14px; line-height:24px; height:48px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.inProduct1_list ul li .txt .h3{ font-size:16px; line-height:40px; position:relative; overflow:hidden;}
.inProduct1_list ul li .txt .h3 a:nth-child(1){ display:block; height:40px; background:var(--primary-color); color:#fff; box-sizing:border-box;}
.inProduct1_list ul li .txt .h3 a:nth-child(1) i{ display:block; width:40px; height:40px; background:url(../images/ico_cart1.png) center no-repeat; float:left;}
.inProduct1_list ul li .txt .h3 a:nth-child(1) span{ float:left;}
.inProduct1_list ul li .txt .h3 a:nth-child(2){ display:block; height:40px; background:#db2121; color:#fff; box-sizing:border-box; border-left:1px solid #fff; width:100%; position:absolute; top:0; left:100%; margin-left:-41px; transition:all .3s ease;}
.inProduct1_list ul li .txt .h3 a:nth-child(2):hover{ left:40px; margin-left:0;}
.inProduct1_list ul li .txt .h3 a:nth-child(2) i{ display:block; width:40px; height:40px; background:url(../images/ico_email1.png) center no-repeat; float:left;}
.inProduct1_list ul li .txt .h3 a:nth-child(2) span{ float:left;}
@media(max-width:999px){
.inProduct1_list{ margin-top:20px;}
.inProduct1_list ul li{ width:49%; margin:0 0 20px 2%; }
.inProduct1_list ul li:nth-child(3n-2){ margin-left:2%;}
.inProduct1_list ul li:nth-child(2n-1){ margin-left:0;}
.inProduct1_list ul li .txt .h2{ font-size:12px; line-height:16px; height:32px; margin-bottom:5px;}
.inProduct1_list ul li .txt .h3{ font-size:12px; line-height:30px; }
.inProduct1_list ul li .txt .h3 a:nth-child(1){ height:30px; }
.inProduct1_list ul li .txt .h3 a:nth-child(1) i{ width:30px; height:30px; }
.inProduct1_list ul li .txt .h3 a:nth-child(2){ height:30px; margin-left:-31px; }
.inProduct1_list ul li .txt .h3 a:nth-child(2):hover{ left:30px; }
.inProduct1_list ul li .txt .h3 a:nth-child(2) i{ width:30px; height:30px; }
}

.basket1_box{ width:250px; background:#fff; border:1px solid #aaa; box-shadow:0 0 8px #999; position:fixed; bottom:0; right:0; z-index:666; display:none;}
.basket1bg{}
.basket1_close1
.basket1{ position:relative;}
.basket1_close2{ width:26px; height:26px; background:url(../images/ico_b1.jpg) top center no-repeat; position:absolute; left:5px; top:5px; cursor:pointer;}
.basket1 .h1{ background:#7a8599; color:#fff; text-align:center; font-size:12px; line-height:36px; font-weight:bold;}
.basket1 .h1 b{ color:#ffb629;}
.basket1_con{}
.basket1_con ul{ max-height:190px; overflow-y:auto;}
.basket1_con ul li{ border-bottom:1px solid #e8e8e8; padding:8px 8px;}
.basket1_con ul li .nr_box{ display: flex; justify-content:space-between;/* align-items: center;*/}
.basket1_con ul li .imgbg{ width:40px; margin-right:8px;}
.basket1_con ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.basket1_con ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.basket1_con ul li .txtbg{ flex:1;}
.basket1_con ul li .txt{}
.basket1_con ul li .txt .h2{ font-size:12px; line-height:20px; color:var(--secondary-color);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.basket1_con ul li .txt .h3{ font-size:12px; line-height:20px; color:#999;}
.basket1_con ul li .txt .h3 a{ color:#999;}
.basket1_con ul li .txt .h3 a:hover{ text-decoration:underline;}
.basket1_btn{ padding:10px 8px; display: flex; justify-content:space-between; align-items: center;}
.basket1_btn button{ border:none; height:24px; line-height:24px; padding:0 10px; border-radius:4px; cursor:pointer;}
.basket1_btn button:hover{ opacity:.9;}
.basket1_btn .button1{ background:#f1f1f1; color:#e64545;}
.basket1_btn .button2{ background:#e64545; color:#fff;}


.proDetail{ background:#fff; padding:15px; border-radius:15px; margin-bottom:20px;}
.proDetail_list1{ margin-bottom:20px;}
.proDetail_list1_lt{ float:left; width:46%;}
div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
div.zoomMask{position:absolute;background:rgba(0,0,0,.1);cursor:move;z-index:1;}
.pro_gallery{ }
.pro_gallery-top { border:1px solid #ccc;}
.pro_gallery-top .gallery-top{}
.pro_gallery-top .gallery-top .swiper-slide { }
.pro_gallery-top .gallery-top .swiper-slide .img{ padding-bottom:100%; position:relative;}
.pro_gallery-top .gallery-top .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs { position:relative; margin-top:10px;}
.pro_gallery-thumbs .gallery-thumbs{}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide { opacity: 0.5; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img{ padding-bottom:100%; position:relative; cursor:pointer; border:1px solid #ccc;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active { opacity: 1; }
.pro_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img{ border-color:var(--primary-color);}
.pro_gallery .swiper-button-prev,.pro_gallery .swiper-button-next{ display:none;}
.pro_gallery .swiper-button-prev{ left:0px;}
.pro_gallery .swiper-button-next{ right:0px;}
.proDetail_list1_rt{ float:right; width:51%;}
.proDetail_list1_rt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.proDetail_list1_rt .h2 strong{ font-family: 'LuckiestGuy';}
.proDetail_list1_rt .h2 span{ display:inline-block; font-size:28px; position:relative; cursor:pointer;}
.proDetail_list1_rt .h2 span .ewm{ width:180px; padding:10px; text-align:center; background:#fff; border:1px solid #eee; position:absolute; top:100%; right:0; display:none;}
.proDetail_list1_rt .h2 span:hover .ewm{ display:block;}
.proDetail_list1_rt .h2 span .ewm img{ display:block; width:100%;}
.proDetail_list1_rt .h2 span .ewm p{ font-size:14px; line-height:24px; padding:5px 0 0 0;}
.proDetail_list1_rt .h3{ font-size:16px; line-height:26px; margin-bottom:10px;}
.pro_num{ display: flex; justify-content:flex-start; align-items: center; margin-bottom:40px;}
.pro_num .lt{ width:105px; font-size:16px; line-height:28px;}
.pro_num .rt{ flex:1; display: flex; justify-content:flex-start; align-items: center;}
.pro_num .rt a{ border:1px solid #ccc; background:#fff; width:28px; height:28px; background-position:center; background-repeat:no-repeat; box-sizing:border-box;}
.pro_num .rt a.minus{ background-image:url(../images/ico_minus.png);}
.pro_num .rt a.plus{ background-image:url(../images/ico_plus.png);}
.pro_num .rt .text1{ border:1px solid #ccc; background:#fff; height:28px; line-height:26px; width:42px; box-sizing:border-box; text-align:center; margin:0 2px;}
.proD_btn{ display: flex; justify-content:flex-start; align-items: center;}
.proD_btn a:nth-child(1){ font-size:16px; line-height:38px; padding:0 30px; box-sizing:border-box; border:1px solid var(--primary-color); color:var(--primary-color); background:#fcf6f4; margin:0 10px 0 0;}
.proD_btn a:nth-child(1):hover{ opacity:.9;}
.proD_btn a:nth-child(1) span{}
.proD_btn a:nth-child(2){ font-size:16px; line-height:38px; padding:0 30px 0 60px; box-sizing:border-box; border:1px solid var(--primary-color); color:#fff; background:var(--primary-color) url(../images/ico_cart1.png) left 30px center no-repeat;}
.proD_btn a:nth-child(2):hover{ opacity:.9;}
.proD_btn a:nth-child(2) span{}
.proDetail_list2{ border-top:1px solid #dfdfdf; padding-top:20px;}
.proDetail_list2 .box1{ font-size:16px; line-height:26px; margin-bottom:10px;}
.proDetail_list2 .box1 ul{ display: flex; justify-content:flex-start; align-items: center; flex-wrap:wrap;}
.proDetail_list2 .box1 li{ width:32%; margin:0 0 5px 2%;}
.proDetail_list2 .box1 li:nth-child(3n-2){ margin-left:0;}
.proDetail_list2 .box2{ border:1px solid #ccc; margin-bottom:20px;}
.proDetail_list2 .box2 .h1{ background:#efefef; font-size:14px; line-height:34px; border-bottom:1px solid #ccc; height:35px;}
.proDetail_list2 .box2 .h1 span{ display:inline-block; padding:0 20px; background:#fff; border-top:2px solid #666; border-right:1px solid #ccc;}
.proDetail_list2 .box2 .xiangqing{ padding:10px;}
.prev_next{}
.prev_next ul{ display: flex; justify-content:space-between; align-items: center;}
.prev_next ul li{ border:1px solid #ddd; background:#efefef; line-height:42px; padding:0 10px; max-width:40%; border-radius:4px; box-sizing:border-box;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.proDetail{ padding:15px; margin-bottom:20px;}
.proDetail_list1{ margin-bottom:20px;}
.proDetail_list1_lt{ float:none; width:100%; margin-bottom:20px;}
.proDetail_list1_rt{ float:none; width:100%;}
.proDetail_list1_rt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.proDetail_list1_rt .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
.pro_num{ margin-bottom:20px;}
.proD_btn a:nth-child(1){ font-size:14px; padding:0 20px; margin:0 10px 0 0;}
.proD_btn a:nth-child(2){ font-size:14px; padding:0 20px 0 40px; background-position:left 20px center;}

.proDetail_list2{ padding-top:20px;}
.proDetail_list2 .box1{ font-size:14px; line-height:24px; margin-bottom:10px;}
.proDetail_list2 .box1 li{ width:100%; margin:0 0 5px 0;}
.proDetail_list2 .box2{ margin-bottom:20px;}
.proDetail_list2 .box2 .xiangqing{ padding:10px;}
.prev_next ul{ display:block;}
.prev_next ul li{ max-width:100%; line-height:38px; margin:10px 0;}
}

.tit4{}
.tit4 .h2{ font-size:24px; line-height:34px; font-weight:bold; border-bottom:1px solid #ddd; padding-bottom:10px; font-family: 'LuckiestGuy';}
.pro_related{ background:#fff; padding:15px; border-radius:15px; margin-bottom:20px;}
.pro_related .list{ margin-top:10px;}
.swiper_proRelated{ position:relative; padding-bottom:25px;}
.swiper_proRelated .swiper-container { width: 100%; }
.swiper_proRelated .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_proRelated .swiper-container .swiper-slide.swiper-slide-active{ }
.swiper_proRelated .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.swiper_proRelated .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; transition:all .3s ease;}
.swiper_proRelated .swiper-container .swiper-slide .txt{ color:#666; margin-top:5px;}
.swiper_proRelated .swiper-container .swiper-slide .txt .h2{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}

.swiper_proRelated .swiper-pagination{ bottom:0; height:12px; width:100%; }
.swiper_proRelated .swiper-pagination span{ vertical-align:top; width:12px; height:12px; border-radius:12px; margin:0 4px; background:url(../images/ico_dot.png) top center no-repeat; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_proRelated .swiper-pagination span.swiper-pagination-bullet-active{ background-position:bottom center;}
.swiper_proRelated .swiper-button-prev,.swiper_proRelated .swiper-button-next{width:21px; height:42px; margin-top:-21px; background-size:100% 100%; }
.swiper_proRelated .swiper-button-prev{ left:0; }
.swiper_proRelated .swiper-button-next{ right:0; }
@media(max-width:999px){
.tit4 .h2{ font-size:20px; line-height:30px; padding-bottom:5px;}
.pro_related{ padding:15px; margin-bottom:20px;}
.pro_related .list{ margin-top:10px;}
.swiper_proRelated{ padding-bottom:25px;}
}
.pro_message{ background:#fff; padding:15px; border-radius:15px;}
.pro_message .list{ margin-top:10px;}
.pro_message .form{}
.pro_message .form table{ width:100%;}
.pro_message .form table th{ padding:10px 5px; width:180px; text-align:right; font-weight:normal; vertical-align:top; font-size:16px; line-height:30px;}
.pro_message .form table td{ padding:10px 5px;}
.pro_message .form font{ color:#f00;}
.pro_message .form .text1{ border:1px solid #ccc; background:#fff; box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset; height:30px; line-height:28px; padding:0 10px; width:100%; box-sizing:border-box;}
.pro_message .form .text2{ border:1px solid #ccc; background:#fff; box-shadow:1px 1px 2px rgba(0,0,0,0.1) inset; height:90px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box;}
.pro_message .form .button1{ border:1px solid #5bc0de; background:#5bc0de; height:32px; line-height:30px; width:105px; cursor:pointer; color:#fff; border-radius:4px; transition:all .3s ease;}
.pro_message .form .button1:hover{ border-color:#31b0d5; background:#31b0d5;}
@media(max-width:999px){
.pro_message{ padding:15px; }
.pro_message .list{ margin-top:10px;}
.pro_message .form table th{ padding:5px 0 2px 0; display:block; width:100%; text-align:left; font-size:16px; line-height:30px;}
.pro_message .form table td{ padding:2px 0 5px 0; display:block;}
.pro_message .form .hide_m{ display:none;}
.pro_message .form .button1{ margin-top:5px;}
}



.inInquire1{}
.inInquire1_list{ margin-top:20px;}
.inInquire1_list .box1{ margin-bottom:20px;}
.inInquire1_list .box1 table{ width:100%; border-collapse:collapse; border:1px solid #ccc;}
.inInquire1_list .box1 table th{ width:33.33%; padding:5px 5px; font-size:16px; line-height:26px; font-weight:normal; text-align:left;}
.inInquire1_list .box1 table td{ width:33.33%; padding:5px 5px; background:#fff;}
.inInquire1_list .box1 .img{ height:120px; display: flex; justify-content:center; align-items: center;}
.inInquire1_list .box1 .img img{ display:block; max-width:100%; max-height:100%;}
.inInquire1_list .box1 .h2{ font-size:14px; line-height:24px;}
.inInquire1_list .box1 .proNum{ border:1px solid #ccc; background:#fff; height:30px; line-height:28px; width:110px; padding:0 5px; box-sizing:border-box;}
.inInquire1_list .form{}
.inInquire1_list .form table{}
.inInquire1_list .form table th{ padding:10px 5px; width:180px; text-align:right; font-weight:normal; font-size:16px; line-height:30px; box-sizing:border-box; vertical-align:top;}
.inInquire1_list .form table td{ padding:10px 5px;}
.inInquire1_list .form font{ color:#f00;}
.inInquire1_list .form .text1{ border:1px solid #ccc; background:#fff; height:30px; line-height:28px; padding:0 10px; width:100%; box-sizing:border-box;}
.inInquire1_list .form .text2{ border:1px solid #ccc; background:#fff; height:90px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box;}
.inInquire1_list .form .text3{ border:1px solid #ccc; background:#fff; height:30px; line-height:28px; padding:0 10px; width:calc(100% - 110px); box-sizing:border-box;}
.inInquire1_list .form .yzm{ display: flex; justify-content:space-between; align-items: center;}
.inInquire1_list .form .yzm img{ width:100px; height:30px; object-fit:contain;}
.inInquire1_list .form .btn_upload{ border:1px solid #ddd; background:#f3f3f3; background-image:-webkit-linear-gradient(top,#e2e2e2,#f3f3f3); text-align:center; height:30px; line-height:28px; width:105px; box-sizing:border-box; position:relative; cursor:pointer;}
.inInquire1_list .form .btn_upload:hover{ opacity:.9;}
.inInquire1_list .form .btn_upload span{}
.inInquire1_list .form .btn_upload input{ width:100%; height:100%; position:absolute; top:0; left:0; opacity:0; cursor:pointer;}
.inInquire1_list .form .button1{ border:none; background:#5cb85c; color:#fff; height:32px; line-height:32px; padding:0 30px; border-radius:4px; cursor:pointer; transition:all .3s ease;}
.inInquire1_list .form .button1:hover{ background:#449d44;}
@media(max-width:999px){
.inInquire1_list .box1 table th{ font-size:14px; line-height:18px; }
.inInquire1_list .box1 .img{ height:120px; }
.inInquire1_list .box1 .h2{ font-size:12px; line-height:16px;}
.inInquire1_list .box1 .proNum{ height:30px; line-height:28px; width:100%; }

.inInquire1_list .form table th{ padding:5px 0 2px 0; display:block; width:100%; text-align:left; font-size:16px; line-height:30px; }
.inInquire1_list .form table td{ padding:2px 0 5px 0; display:block;}
.inInquire1_list .form .hide_m{ display:none;}
.inInquire1_list .form .button1{ margin-top:10px;}
}




.factory1bg{ padding:60px 0;}
.factory1{ display: flex; justify-content:space-between; align-items: center;}
.factory1_lt{ width:49%;}
.factory1_lt .h2{ font-size:28px; line-height:38px; font-weight:bold; text-transform:uppercase; margin-bottom:15px; font-family: 'LuckiestGuy';}
.factory1_lt .h3{ font-size:14px; line-height:1.8;}
.factory1_rt{ width:49%;}
.swiper_about1{ position:relative; padding-bottom:25px;}
.swiper_about1 .swiper-container { width: 100%; }
.swiper_about1 .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_about1 .swiper-container .swiper-slide.swiper-slide-active{ }
.swiper_about1 .swiper-container .swiper-slide .img{ }
.swiper_about1 .swiper-container .swiper-slide .img img{ display:block; width:100%; }
.swiper_about1 .swiper-pagination{ bottom:0; height:12px; width:100%; }
.swiper_about1 .swiper-pagination span{ vertical-align:top; width:12px; height:12px; border-radius:12px; margin:0 4px; background:url(../images/ico_dot.png) top center no-repeat; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_about1 .swiper-pagination span.swiper-pagination-bullet-active{ background-position:bottom center;}
.swiper_about1 .swiper-button-prev,.swiper_about1 .swiper-button-next{width:21px; height:42px; margin-top:-21px; background-size:100% 100%; display:none;}
.swiper_about1 .swiper-button-prev{ left:0; }
.swiper_about1 .swiper-button-next{ right:0; }
@media(max-width:999px){
.factory1bg{ padding:40px 0;}
.factory1{ display:block;}
.factory1_lt{ width:100%; margin-bottom:20px;}
.factory1_lt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.factory1_lt .h3{ font-size:14px; line-height:1.8;}
.factory1_rt{ width:100%;}
}

.factory2bg{ padding:60px 0; background:#ebeef0;}
.factory2{ display: flex; justify-content:space-between; align-items: center;}
.factory2_lt{ width:49%;}
.factory2_lt .img{}
.factory2_lt .img img{ display:block; width:100%;}
.factory2_rt{ width:49%;}
.factory2_rt .h2{ font-size:28px; line-height:38px; font-weight:bold; text-transform:uppercase; margin-bottom:15px; font-family: 'LuckiestGuy';}
.factory2_rt .h3{ font-size:14px; line-height:1.8;}
@media(max-width:999px){
.factory2bg{ padding:40px 0; }
.factory2{ display:block;}
.factory2_lt{ width:100%; margin-bottom:20px;}
.factory2_rt{ width:100%;}
.factory2_rt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.factory2_rt .h3{ font-size:14px; line-height:1.8;}
}

.tit5{ text-align:center;}
.tit5 .h2{ font-size:28px; line-height:28px; font-weight:bold; text-transform:uppercase; font-family: 'LuckiestGuy';}
.tit5 .h3{ font-size:14px; line-height:24px; margin-top:30px;}
.factory3bg{ padding:60px 0; }
.factory3{}
.factory3_list{ margin-top:20px;}
.factory3_list ul{ display: flex; justify-content:flex-start; align-items: center; flex-wrap:wrap;}
.factory3_list ul li{ width:23.5%; margin:20px 0 0 2%;}
.factory3_list ul li:nth-child(4n-3){ margin-left:0;}
.factory3_list ul li .img{ padding-bottom:74%; position:relative; overflow:hidden; border-radius:15px;}
.factory3_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.factory3_list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.tit5 .h2{ font-size:24px; line-height:24px; }
.tit5 .h3{ font-size:14px; line-height:24px; margin-top:10px;}
.factory3bg{ padding:40px 0; }
.factory3_list{ margin-top:0px;}
.factory3_list ul li{ width:49%; margin:20px 0 0 2%;}
.factory3_list ul li:nth-child(2n-1){ margin-left:0;}
}

.factory4bg{ padding:60px 0; background:#ebeef0;}
.factory4{}
.factory4_list{ margin-top:20px;}
.factory4_list .img{}
.factory4_list .img img{ display:block; margin:0 auto; max-width:100%;}
.factory4_list .txt{ font-size:14px; line-height:1.8; margin-top:20px;}
@media(max-width:999px){
.factory4bg{ padding:40px 0; }
.factory4_list{ margin-top:20px;}
.factory4_list .txt{ font-size:14px; line-height:1.8; margin-top:10px;}
}

.factory5bg{ padding:60px 0; }
.factory5{}
.factory5_list{ margin-top:20px;}
.factory5_list .img{}
.factory5_list .img img{ display:block; margin:0 auto; max-width:100%;}
.factory5_list .txt{ font-size:14px; line-height:1.8; margin-top:20px;}
@media(max-width:999px){
.factory5bg{ padding:40px 0; }
.factory5_list{ margin-top:20px;}
.factory5_list .txt{ font-size:14px; line-height:1.8; margin-top:10px;}
}


.rd1bg{ padding:60px 0;}
.rd1{}
.rd1_list{ margin-top:20px;}
.rd1_list .img{}
.rd1_list .img img{ display:block; margin:0 auto; max-width:100%;}
@media(max-width:999px){
.rd1bg{ padding:40px 0;}
.rd1_list{ margin-top:20px;}
}

.rd2bg{ padding:60px 0; background:#ebeef0;}
.rd2{}
.rd2_list{ margin-top:20px;}
.rd2_list .img{}
.rd2_list .img img{ display:block; margin:0 auto; max-width:100%; border-radius:15px;}
.rd2_list .txt{ font-size:16px; line-height:1.8; margin-top:20px;}
@media(max-width:999px){
.rd2bg{ padding:40px 0; }
.rd2_list{ margin-top:20px;}
.rd2_list .txt{ font-size:14px; line-height:1.8; margin-top:10px;}
}

.rd3bg{ padding:60px 0; }
.rd3{}
.rd3_list{ margin-top:10px;}
.rd3_list ul{ display: flex; justify-content:flex-start; align-items: center; flex-wrap:wrap;}
.rd3_list ul li{ width:32%; margin:20px 0 0 2%;}
.rd3_list ul li:nth-child(3n-2){ margin-left:0;}
.rd3_list ul li .img{ padding-bottom:74%; position:relative; overflow:hidden; border-radius:15px;}
.rd3_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.rd3_list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.rd3bg{ padding:40px 0; }
.rd3_list{ margin-top:0px;}
.rd3_list ul li{ width:49%; margin:20px 0 0 2%;}
.rd3_list ul li:nth-child(3n-2){ margin-left:2%;}
.rd3_list ul li:nth-child(2n-1){ margin-left:0;}
}

.rd4bg{ padding:60px 0; background:#ebeef0;}
.rd4{}
.rd4_list{ margin-top:20px;}
.rd4_list ul{ display: flex; justify-content:flex-start; align-items: center; flex-wrap:wrap;}
.rd4_list ul li{ width:23.5%; margin:20px 0 0 2%; background:#fff; border-radius:10px; box-sizing:border-box; text-align:center;}
.rd4_list ul li:nth-child(4n-3){ margin-left:0;}
.rd4_list ul li .txt{ font-size:16px; line-height:26px; height:68px; display: flex; justify-content:center; align-items: center;}
@media(max-width:999px){
.rd4bg{ padding:40px 0; }
.rd4_list{ margin-top:0px;}
.rd4_list ul li{ width:49%; margin:20px 0 0 2%; }
.rd4_list ul li:nth-child(2n-1){ margin-left:0;}
.rd4_list ul li .txt{ font-size:14px; line-height:24px; height:68px; }
}


.quality1bg{ padding:60px 0;}
.quality1{}
.quality1_list1{ margin-top:20px;}
.quality1_list1 ul{ display: flex; justify-content:center;/* align-items: center;*/ flex-wrap:wrap;}
.quality1_list1 ul li{ width:38%; margin:20px 0 0 3%;}
.quality1_list1 ul li:nth-child(3n-2){ margin-left:0;}
.quality1_list1 ul li .img{ padding-bottom:74%; position:relative; overflow:hidden; border-radius:15px;}
.quality1_list1 ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.quality1_list2{ margin-top:20px;}
.quality1_list2 .txt{ font-size:16px; line-height:1.8;}
@media(max-width:999px){
.quality1bg{ padding:40px 0;}
.quality1_list1{ margin-top:0px;}
.quality1_list1 ul li{ width:49%; margin:20px 0 0 2%;}
.quality1_list1 ul li:nth-child(3n-2){ margin-left:2%;}
.quality1_list1 ul li:nth-child(2n-1){ margin-left:0;}
.quality1_list2{ margin-top:10px;}
.quality1_list2 .txt{ font-size:14px; line-height:1.8;}
}

.quality2bg{ padding:60px 0; background:#ebeef0;}
.quality2{}
.quality2_list{ margin-top:20px;}
.quality2_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.quality2_list ul li{ width:23.5%; margin:20px 0 0 2%;}
.quality2_list ul li:nth-child(4n-3){ margin-left:0;}
.quality2_list ul li .img{ padding-bottom:50%; position:relative; overflow:hidden; border-radius:15px; background:#fff;}
.quality2_list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.quality2bg{ padding:40px 0; }
.quality2_list{ margin-top:0px;}
.quality2_list ul li{ width:49%; margin:20px 0 0 2%;}
.quality2_list ul li:nth-child(2n-1){ margin-left:0;}
}

.quality3bg{ padding:60px 0; }
.quality3{}
.quality3_list1{ margin-top:20px;}
.quality3_list1 ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.quality3_list1 ul li{ width:23.5%; margin:20px 0 0 2%; border:1px solid #ccc; padding:7px; box-sizing:border-box;}
.quality3_list1 ul li:nth-child(4n-3){ margin-left:0;}
.quality3_list1 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden; }
.quality3_list1 ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.quality3_list2{ margin-top:20px;}
.quality3_list2 ul li{ background:#ebeef0; margin-bottom:20px;}
.quality3_list2 ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.quality3_list2 ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.quality3_list2 ul li .imgbg{ width:42%;}
.quality3_list2 ul li .img{ padding-bottom:64%; position:relative; overflow:hidden;}
.quality3_list2 ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.quality3_list2 ul li .txtbg{ width:58%;}
.quality3_list2 ul li .txt{ padding:2.5vw 7%;}
.quality3_list2 ul li .txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:.8vw; text-transform:uppercase;}
.quality3_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.quality3bg{ padding:40px 0; }
.quality3_list1{ margin-top:0px;}
.quality3_list1 ul li{ width:49%; margin:20px 0 0 2%; padding:5px; }
.quality3_list1 ul li:nth-child(2n-1){ margin-left:0;}
.quality3_list2{ margin-top:20px;}
.quality3_list2 ul li{ margin-bottom:20px;}
.quality3_list2 ul li .nr_box{ display:block;}
.quality3_list2 ul li .imgbg{ width:100%;}
.quality3_list2 ul li .txtbg{ width:100%;}
.quality3_list2 ul li .txt{ padding:20px 5%;}
.quality3_list2 ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.quality3_list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}




.team1bg{ padding:60px 0;}
.team1{ display: flex; justify-content:space-between; align-items: center;}
.team1_lt{ width:49%;}
.team1_lt .h2{ font-size:28px; line-height:38px; font-weight:bold; text-transform:uppercase; margin-bottom:15px; font-family: 'LuckiestGuy';}
.team1_lt .h3{ font-size:16px; line-height:1.8;}
.team1_rt{ width:49%;}
.swiper_team1{ position:relative; padding-bottom:25px;}
.swiper_team1 .swiper-container { width: 100%; }
.swiper_team1 .swiper-container .swiper-slide { position:relative; text-align:center;}
.swiper_team1 .swiper-container .swiper-slide.swiper-slide-active{ }
.swiper_team1 .swiper-container .swiper-slide .img{ }
.swiper_team1 .swiper-container .swiper-slide .img img{ display:block; width:100%; }
.swiper_team1 .swiper-pagination{ bottom:0; height:12px; width:100%; }
.swiper_team1 .swiper-pagination span{ vertical-align:top; width:12px; height:12px; border-radius:12px; margin:0 4px; background:#869791; transition:all .3s ease; box-sizing:border-box; position:relative;}
.swiper_team1 .swiper-pagination span.swiper-pagination-bullet-active{ background:#f90;}
.swiper_team1 .swiper-button-prev,.swiper_team1 .swiper-button-next{width:21px; height:42px; margin-top:-21px; background-size:100% 100%; display:none;}
.swiper_team1 .swiper-button-prev{ left:0; }
.swiper_team1 .swiper-button-next{ right:0; }
@media(max-width:999px){
.team1bg{ padding:40px 0;}
.team1{ display:block;}
.team1_lt{ width:100%; margin-bottom:20px;}
.team1_lt .h2{ font-size:18px; line-height:28px; margin-bottom:10px;}
.team1_lt .h3{ font-size:14px; line-height:1.8;}
.team1_rt{ width:100%;}
}

.team2bg{ padding:60px 0; background:#ebeef0;}
.team2{}
.team2_list{ margin-top:20px;}
.team2_list ul li{ background:#fff; margin-bottom:20px;}
.team2_list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.team2_list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.team2_list ul li .imgbg{ width:42%;}
.team2_list ul li .img{ padding-bottom:74%; position:relative; overflow:hidden;}
.team2_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.team2_list ul li .txtbg{ width:58%;}
.team2_list ul li .txt{ padding:2vw 7%;}
.team2_list ul li .txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:.8vw; text-transform:uppercase; font-family: 'LuckiestGuy';}
.team2_list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.team2bg{ padding:40px 0; }
.team2_list{ margin-top:20px;}
.team2_list ul li{ margin-bottom:20px;}
.team2_list ul li .nr_box{ display:block;}
.team2_list ul li .imgbg{ width:100%;}
.team2_list ul li .txtbg{ width:100%;}
.team2_list ul li .txt{ padding:20px 5%;}
.team2_list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.team2_list ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.team3bg{ padding:60px 0; }
.team3{}
.team3_list{ margin-top:20px;}
.team3_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.team3_list ul li{ width:32%; margin:20px 0 0 2%;}
.team3_list ul li:nth-child(3n-2){ margin-left:0;}
.team3_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.team3_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.team3_list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,0.65); position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}
.team3_list ul li .img:after{ content:"\f064"; font: normal normal normal 14px / 1 FontAwesome; text-align:center; width:80px; height:80px; line-height:80px; background:#333; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; border-radius:100%; opacity:0; visibility:hidden; transition:all .3s ease;}
.team3_list ul li:hover .img:before,.team3_list ul li:hover .img:after{ opacity:1; visibility:visible;}
.team3_list ul li .txt{ margin-top:10px;}
.team3_list ul li .txt .h2{ font-size:14px; line-height:24px; color:#999; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.team3_list ul li .txt .h3{ font-size:16px; line-height:26px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.team3bg{ padding:40px 0; }
.team3_list{ margin-top:0px;}
.team3_list ul li{ width:100%; margin:20px 0 0 0;}
.team3_list ul li .txt{ margin-top:10px;}
.team3_list ul li .txt .h2{ font-size:14px; line-height:24px; margin-bottom:5px; }
.team3_list ul li .txt .h3{ font-size:16px; line-height:26px; }
}


.value1bg{ padding:60px 0; background:#ebeef0;}
.value1{}
.value1_list{ margin-top:20px;}
.value1_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.value1_list ul li{ width:49%; margin:20px 0 0 2%;}
.value1_list ul li:nth-child(2n-1){ margin-left:0;}
.value1_list ul li .img{ padding-bottom:50%; position:relative; overflow:hidden; border-radius:15px;}
.value1_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.value1_list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.value1bg{ padding:40px 0; }
.value1_list{ margin-top:0px;}
.value1_list ul li{ width:49%; margin:20px 0 0 2%;}
.value1_list ul li:nth-child(2n-1){ margin-left:0;}
}

.value2_box{}
.value2bg{ padding:60px 0;}
.value2_box .value2bg:nth-child(2n){ background:#ebeef0;}
.value2{}
.value2_list{ margin-top:20px;}
.value2_list .img{}
.value2_list .img img{ display:block; margin:0 auto; max-width:100%;}
@media(max-width:999px){
.value2bg{ padding:40px 0;}
.value2_list{ margin-top:20px;}
}




.inPicList1{ background:#fff; padding:15px; border-radius:15px;}
.inPicList1_list{ margin-top:25px;}
.inPicList1_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.inPicList1_list ul li{ width:32%; margin:0 0 30px 2%; box-sizing:border-box;}
.inPicList1_list ul li:nth-child(3n-2){ margin-left:0;}
.inPicList1_list ul li .nr_box{ }
.inPicList1_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden; }
.inPicList1_list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .5s ease;}
.inPicList1_list ul li:hover .img img{ transform:scale(1.1);}
.inPicList1_list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,0.65); position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}
.inPicList1_list ul li .img:after{ content:"\f064"; font: normal normal normal 14px / 1 FontAwesome; text-align:center; width:80px; height:80px; line-height:80px; background:#333; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; border-radius:100%; opacity:0; visibility:hidden; transition:all .3s ease;}
.inPicList1_list ul li:hover .img:before,.inPicList1_list ul li:hover .img:after{ opacity:1; visibility:visible;}
.inPicList1_list ul li .txt{ margin-top:10px;}
.inPicList1_list ul li .txt .h2{ font-size:14px; line-height:24px; font-weight:bold;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.inPicList1_list ul li .txt .h3{ font-size:16px; line-height:26px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.inPicList1{ padding:15px; }
.inPicList1_list{ margin-top:20px;}
.inPicList1_list ul li{ width:100%; margin:0 0 20px 2%; }
.inPicList1_list ul li:nth-child(3n-2){ margin-left:2%;}
.inPicList1_list ul li:nth-child(2n-1){ margin-left:0;}
.inPicList1_list ul li .txt{ margin-top:10px;}
.inPicList1_list ul li .txt .h2{ font-size:14px; line-height:24px; }
.inPicList1_list ul li .txt .h3{ font-size:16px; line-height:26px; }
}



.picDetail{ background:#fff; padding:15px; border-radius:15px; margin-bottom:20px;}
.tit6{ text-align:center;}
.tit6 .h2{ font-size:20px; line-height:30px; font-weight:bold; font-family: 'LuckiestGuy';}
.tit6 .h3{ font-size:16px; line-height:26px; margin-top:5px;}
.tit6 .h3 span{ display:inline-block; margin:0 10px;}
.picDetail_list1{}
.picDetail_list1 .xiangqing{ margin-top:20px; margin-bottom:20px;}
@media(max-width:999px){
.picDetail{ padding:15px; margin-bottom:20px;}
.tit6 .h2{ font-size:18px; line-height:28px; }
.tit6 .h3{ font-size:12px; line-height:16px; margin-top:5px;}
.tit6 .h3 span{ margin:0 10px;}
.picDetail_list1 .xiangqing{ margin-top:20px; margin-bottom:20px;}
}


.news1bg{ padding:60px 0; background:#ebeef0 url(../images/kexuebjibg.png) repeat;}
.news1{}
.news1_list{ margin-top:20px;}
.news1_list ul li{ background:#fff; padding:30px; margin-bottom:20px;}
.news1_list ul li .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.news1_list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.news1_list ul li .imgbg{ width:42%;}
.news1_list ul li .img{ padding-bottom:58%; position:relative; overflow:hidden;}
    .news1_list ul li .img img {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto auto;
        object-fit: contain;
    }
.news1_list ul li .txtbg{ width:55%;}
.news1_list ul li .txt{ padding:2vw 0;}
.news1_list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:2vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.news1_list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:1.5vw; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 11;
-webkit-box-orient: vertical;}
.news1_list ul li .txt .h4{ font-size:14px; line-height:24px; color:var(--secondary-color);}
@media(max-width:999px){
.news1bg{ padding:40px 0; }
.news1_list{ margin-top:20px;}
.news1_list ul li{ padding:20px 5%; margin-bottom:20px;}
.news1_list ul li .nr_box{ display:block;}
.news1_list ul li .imgbg{ width:100%;}
.news1_list ul li .txtbg{ width:100%;}
.news1_list ul li .txt{ padding:0; margin-top:15px;}
.news1_list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px; }
.news1_list ul li .txt .h3{ font-size:16px; line-height:26px; margin-bottom:5px; }
.news1_list ul li .txt .h4{ font-size:14px; line-height:24px; }
}



.case1bg{ padding:60px 0; background:#ebeef0 url(../images/kexuebjibg.png) repeat;}
.case1{ background:#fff; border-radius:15px; padding:40px 15px;}
.case1_list{ margin-top:20px;}
.case1_list ul{ display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.case1_list ul li{ width:32%; margin:0 0 20px 2%; }
.case1_list ul li:nth-child(3n-2){ margin-left:0;}
.case1_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.case1_list ul li .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.case1_list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(255,255,255,0.65); position:absolute; top:0; left:0; z-index:1; opacity:0; visibility:hidden; transition:all .3s ease;}
.case1_list ul li .img:after{ content:"\f064"; font: normal normal normal 14px / 1 FontAwesome; text-align:center; width:80px; height:80px; line-height:80px; background:#333; color:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2; border-radius:100%; opacity:0; visibility:hidden; transition:all .3s ease;}
.case1_list ul li:hover .img:before,.case1_list ul li:hover .img:after{ opacity:1; visibility:visible;}
.case1_list ul li .txt{ margin-top:10px;}
.case1_list ul li .txt .h2{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.case1_list ul li .txt .h3{ font-size:14px; line-height:24px; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.case1bg{ padding:40px 0; }
.case1{ padding:20px 5%;}
.case1_list{ margin-top:20px;}
.case1_list ul li{ width:100%; margin:0 0 20px 2%; }
.case1_list ul li .txt{ margin-top:10px;}
.case1_list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.case1_list ul li .txt .h3{ font-size:14px; line-height:24px; }
}


.oemDdm1bg{ background:#f8f8f8;}
.oemDdm1{}
.slide_oemDdm1{}
.slide_oemDdm1 .hd{ background:#eee;}
.slide_oemDdm1 .hd ul{ display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.slide_oemDdm1 .hd ul li{ width:25%; text-align:center; font-size:18px; line-height:22px; font-weight:bold;}
.slide_oemDdm1 .hd ul li a{ display: flex; justify-content:center; align-items: center; height:50px; font-family: 'LuckiestGuy';}
.slide_oemDdm1 .hd ul li.on a{ background:#72a3ef; color:#fff;}
.slide_oemDdm1 .bd{}
.oemDdm1_list{}
.oemDdm1_list .nr_box{ display: flex; justify-content:space-between; align-items: center;}
.oemDdm1_list .imgbg{ width:50%;}
.oemDdm1_list .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.oemDdm1_list .img img{ display:block; width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.oemDdm1_list .txtbg{ width:50%;}
.oemDdm1_list .txt{ padding:0 8%;}
.oemDdm1_list .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; text-align:center; color:#72a3ef; margin-bottom:2vw; font-family: 'LuckiestGuy';}
.oemDdm1_list .txt .h3{ font-size:16px; line-height:2; font-weight:bold;}
@media(max-width:999px){
.slide_oemDdm1 .hd ul li{ width:50%; font-size:12px; line-height:16px; }
.slide_oemDdm1 .hd ul li a{ height:50px;}
.oemDdm1_list .nr_box{ display:block;}
.oemDdm1_list .imgbg{ width:100%;}
.oemDdm1_list .txtbg{ width:100%;}
.oemDdm1_list .txt{ padding:20px 5%;}
.oemDdm1_list .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.oemDdm1_list .txt .h3{ font-size:14px; line-height:1.8; }
}

.oemDdm2bg{ padding:60px 0; background:#ebeef0;}
.oemDdm2{}
.oemDdm2_list{ margin-top:20px;}
.oemDdm2_list ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.oemDdm2_list ul li{ width:15%; margin:20px 0 0 2%; background:#fff; border-radius:15px;}
.oemDdm2_list ul li:nth-child(6n-5){ margin-left:0;}
.oemDdm2_list ul li .nr_box{ padding:20px 10%;}
.oemDdm2_list ul li .img{ padding-bottom:100%; position:relative; overflow:hidden;}
.oemDdm2_list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.oemDdm2_list ul li .txt{ text-align:center; margin-top:10px;}
.oemDdm2_list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.oemDdm2bg{ padding:40px 0; }
.oemDdm2_list{ margin-top:20px;}
.oemDdm2_list ul li{ width:49%; margin:20px 0 0 2%; }
.oemDdm2_list ul li:nth-child(2n-1){ margin-left:0;}
.oemDdm2_list ul li .nr_box{ padding:20px 5%;}
.oemDdm2_list ul li .txt{ margin-top:10px;}
.oemDdm2_list ul li .txt .h2{ font-size:14px; line-height:24px;}
}

.oemDdm3bg{ padding:60px 0; }
.oemDdm3{}
.oemDdm3_list1{ margin-top:20px; font-size:16px; line-height:26px; font-weight:bold;}
.oemDdm3_list2{ margin-top:20px;}
.oemDdm3_list2 ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.oemDdm3_list2 ul li{ width:23.5%; margin:20px 0 0 2%; }
.oemDdm3_list2 ul li:nth-child(4n-3){ margin-left:0;}
.oemDdm3_list2 ul li .img{ padding-bottom:56%; position:relative; overflow:hidden;}
.oemDdm3_list2 ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
@media(max-width:999px){
.oemDdm3bg{ padding:40px 0; }
.oemDdm3_list1{ margin-top:20px; font-size:14px; line-height:24px; }
.oemDdm3_list2{ margin-top:0px;}
.oemDdm3_list2 ul li{ width:49%; margin:20px 0 0 2%; }
.oemDdm3_list2 ul li:nth-child(2n-1){ margin-left:0;}
}




.contact1_box{ padding:30px 0; background:#ebeef0 url(../images/kexuebjibg.png) repeat;}
.contact1bg{ padding:30px 0;}
.contact1{ }
.contact1_list{ margin-top:20px;}
.contact1_list ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.contact1_list ul li{ width:49%; margin:20px 0 0 2%; background:#fff; border-radius:15px;}
.contact1_list ul li:nth-child(2n-1){ margin-left:0;}
.contact1_list ul li .nr_box{ padding:10px 6.5%;display: flex; justify-content:space-between; align-items: center;}
.contact1_list ul li .imgbg{ width:72px; margin-right:5%;}
.contact1_list ul li .img{ height:72px; line-height:72px; text-align:center; font-size:35px; border-radius:100%; background:var(--primary-color); color:#fff;}
.contact1_list ul li .img i{ }
.contact1_list ul li .txtbg{ flex:1;}
.contact1_list ul li .txt{}
.contact1_list ul li .txt .h2{ font-size:20px; line-height:30px; font-weight:bold;}
.contact1_list ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.contact1_box{ padding:20px 0; }
.contact1bg{ padding:20px 0;}
.contact1_list{ margin-top:20px;}
.contact1_list ul li{ width:100%; margin:20px 0 0 0;}
.contact1_list ul li .nr_box{ padding:10px 5%; }
.contact1_list ul li .imgbg{ width:72px; margin-right:5%;}
.contact1_list ul li .img{ height:72px; line-height:72px; font-size:35px; }
.contact1_list ul li .txt .h2{ font-size:18px; line-height:28px; }
.contact1_list ul li .txt .h3{ font-size:14px; line-height:24px;}
}
.contact2bg{ padding:30px 0;}
.contact2{ }
.contact2_list{ margin-top:30px; border:1px solid #ddd; padding:20px;}
.contact2_list .form table{}
.contact2_list .form table th{ padding:10px 5px; width:180px; text-align:right; font-weight:normal; font-size:16px; line-height:30px; vertical-align:top;}
.contact2_list .form table td{ padding:10px 5px;}
.contact2_list .form font{ color:#f00;}
.contact2_list .form .text1{ border:1px solid #ccc; background:#fff; height:30px; line-height:28px; padding:0 10px; width:100%; box-sizing:border-box;}
.contact2_list .form .text2{ border:1px solid #ccc; background:#fff; height:90px; line-height:24px; padding:10px 10px; width:100%; box-sizing:border-box;}
.contact2_list .form .button1{ border:none; background:#5bc0de; color:#fff; height:32px; line-height:32px; padding:0 30px; border-radius:4px; cursor:pointer; transition:all .3s ease;}
.contact2_list .form .button1:hover{ background:#31b0d5;}
@media(max-width:999px){
.contact2bg{ padding:20px 0;}
.contact2_list{ margin-top:20px; padding:20px 5%;}
.contact2_list .form table th{ padding:5px 0 0 0; display:block; width:100%; text-align:left; font-size:16px; line-height:30px; }
.contact2_list .form table td{ padding:0 0 5px 0; display:block;}
.contact2_list .form .hide_m{ display:none;}
.contact2_list .form .button1{ margin-top:10px;}
}
.contact3bg{ padding:30px 0;}
.contact3{ }
.contact3_list{ margin-top:30px;}
.contact3_list img,.contact3_list iframe{ width:100%;}
@media(max-width:999px){
.contact3bg{ padding:20px 0;}
.contact3_list{ margin-top:20px;}
}



.videoList1bg{ padding:30px 0; background:#ebeef0 url(../images/kexuebjibg.png) repeat;}
.videoList1{ padding:30px 0;}
.videoList1_list{ margin-top:20px;}
.videoList1_list ul{ display: flex; justify-content:flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.videoList1_list ul li{ width:32%; margin:20px 0 0 2%; text-align:center; background:#fff; border-radius:15px;}
.videoList1_list ul li:nth-child(3n-2){ margin-left:0;}
.videoList1_list ul li .img{ padding-bottom:62%; position:relative; overflow:hidden; }
.videoList1_list ul li .img img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.videoList1_list ul li:hover .img img{ transform:scale(1.1);}
.videoList1_list ul li .img:before{ content:""; width:100%; height:100%; background:url(../images/ico_play.png) center no-repeat; position:absolute; top:0; left:0; z-index:2;}
@media(max-width:999px){
.videoList1bg{ padding:40px 0; }
.videoList1_list{ margin-top:0px;}
.videoList1_list ul li{ width:100%; margin:20px 0 0 0;}
}



.faq1{ background:#fff; padding:20px 15px; border-radius:15px;}
.faq1_list{ margin-top:20px;}
.faq1_list ul li{ border:1px solid #ddd; padding:10px 20px; margin-bottom:20px;}
.faq1_list ul li .h2{ font-size:16px; line-height:26px; font-weight:bold;}
.faq1_list ul li .txt{ padding-top:5px;}
.faq1_list ul li .h3{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.faq1{ padding:20px 5%; }
.faq1_list{ margin-top:20px;}
.faq1_list ul li{ padding:10px 5%; margin-bottom:20px;}
.faq1_list ul li .h2{ font-size:16px; line-height:26px; }
.faq1_list ul li .txt{ padding-top:5px;}
.faq1_list ul li .h3{ font-size:14px; line-height:24px;}
}



/*提示框*/
.popup_tip_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999999;}
.popup_tip_close1{ width:100%; height:100%; position:absolute; top:0; left:0;}
.popup_tipbg{ min-width:100px; max-width:750px; position:absolute; top:45%; left:50%; transform:translate(-50%,-50%);}
.popup_tip{ border-radius:8px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.2); }
.popup_tip_close2{ display:none;}
.popup_tip_txt{ padding:15px 20px; text-align:center; font-size:16px; line-height:26px;}
.popup_tip_txt span{ display: flex;justify-content:center;align-items:center;}
.popup_tip_txt span i{ display:block; margin-right:5px; width:26px; height:26px; background-position:center; background-repeat:no-repeat; background-size:contain; }
.success .popup_tip_txt span{ color:#4ebb23; }
.error .popup_tip_txt span{ color:#f34b51; }
.warning .popup_tip_txt span{ color:#f1b306; }
.success .popup_tip_txt span i{ background-image:url(../images/ico_success.png);}
.error .popup_tip_txt span i{ background-image:url(../images/ico_error.png);}
.warning .popup_tip_txt span i{ background-image:url(../images/ico_warning.png);}
@-webkit-keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
@keyframes fadeInUp2 { 0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to { opacity: 1; -webkit-transform: none; transform: none }
}
.fadeInUp2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }



.pro_btn0{ position:fixed; right:10%; bottom:25%; z-index:5;}
.pro_btn0 ul li{ margin:15px 0;}
.pro_btn0 ul li.bg1 a{ display:block; margin:0 auto; width:50px; height:50px; line-height:50px; text-align:center; background:#7a8599; color:#fff; font-size:24px; position:relative; border-radius:100%;}
.pro_btn0 ul li.bg1 span{ width:24px; height:24px; line-height:24px; text-align:center; background:var(--primary-color); color:#fff; font-size:14px; border-radius:100%; position:absolute; top:0; right:0;}
.pro_btn0 ul li.bg2 a{ display:block; margin:0 auto; width:40px; height:40px; line-height:40px; text-align:center; background:rgba(0,0,0,.5); color:#fff; font-size:20px;}

.page_box #PageContent{ display:flex;justify-content: center; align-items: center;}
.page_tz{}
.page_tz .text1{ border:none; width:74px; height:37px; line-height:37px; border-radius:3px; margin:0 2px; text-align:center;}
