/*common start*/
:root{
 --primary-color:#3eaeed;
 --secondary-color:#ffc24b;
 --main-color:#3eaeed;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#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: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; position:relative; z-index:55; transition:all .3s ease;}
.head2bg{ }
.head2{ height:100px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:20%; height:100px; position:relative;}
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .h_btn{}
.head .h_btn a{ display:inline-block; text-align:center; font-size:16px; line-height:48px; padding:0 25px; border-radius:50px; border:1px solid #333; background:#333; color:#fff; font-weight:bold; transition:all .3s ease; text-transform:uppercase;}
.head .h_btn a:hover{ background:#fff; color:#333;}
.head2 .rt{ display: flex; justify-content: flex-end; align-items: center;}
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.head .menu>ul{display: flex; justify-content:center; align-items: center;}
.head .menu>ul>li{ padding:0 .78vw; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:bold; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color); }
/*.head .menu>ul>li.menu_down>a:after{content: "\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:5px;}*/
.head .menu>ul>li ul{ width:fit-content; min-width:220px; padding:10px 0; background:#fff; box-shadow:0 0 15px 0 rgba(0,0,0,.1); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li a{ color:#666; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:5px 5px 5px .78vw; white-space:nowrap; position:relative; text-align:left;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.head_height{ height:0;}
.head.active1{/* box-shadow:0 0 10px 0 rgba(0,0,0,.1);*/}
@media(max-width:999px){
.head_height{ height:0;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.head .logo img{ max-height:90%;}
.head .h_btn{ display:none;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px; display:none;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.1); position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:90%; max-width:360px; height:100%; background:#f7f7f7; position:absolute; left:0; top:0; z-index:999; transform:translateX(-100%); transition:all .3s ease;}
.head .nav_box.active1 .navbg{ transform:translateX(0);}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 10px;}
.head .nav_list>ul>li{ padding:10px 10px;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:bold;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}



.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:50px; padding:0 25px; border-radius:50px; border:1px solid #333; background:#333; color:#fff; font-weight:bold; transition:all .3s ease; text-transform:uppercase;}
.more1 span:hover{ background:#fff; color:#333;}
.con01bg{ padding:100px 0; background:#f6f8fe;}
.con01{}
.con01_list1{display: flex; justify-content:space-between; align-items: center;}
.con01_list1 .lt{ width:50%;}
.con01_list1 .lt .h2{ font-size:16px; line-height:26px; margin-bottom:1.3vw; color:#666;}
.con01_list1 .lt .h3{ font-size:56px; line-height:66px; margin-bottom:1.56vw;}
.con01_list1 .lt .h4{ font-size:16px; line-height:26px; margin-bottom:1.82vw; color:#666;}
/* .con01_list1 .rt{ width:49%; background:url(../images/Dot-Grid.png) top left no-repeat; position:relative;} */
.con01_list1 .rt{ width:49%; position:relative;}
.con01_list1 .rt .nr_box{ background:url(../images/Gradient-Background.png) bottom center no-repeat;}
.con01_list1 .rt .box1{}
.con01_list1 .rt .box1 img{ display:block; width:100%;}
.con01_list1 .rt .box2{ width:100%; max-width:316px; background:#e2e4ee; position:absolute; right:0; bottom:5.2vw;}
.con01_list1 .rt .box2 .nr{ padding:30px;display: flex; justify-content:space-between; align-items: center;}
.con01_list1 .rt .box2 .img{ width:40px; height:40px; border-radius:100%; overflow:hidden; background:var(--primary-color); overflow:hidden; position:relative;}
.con01_list1 .rt .box2 .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01_list1 .rt .box2 .txt{ width:calc(100% - 60px);}
.con01_list1 .rt .box2 .txt .h2{ font-size:16px; line-height:26px;}
.con01_list1 .rt .box2 .txt .h3{ font-size:14px; line-height:24px; padding-left:15px; position:relative; color:#666;}
.con01_list1 .rt .box2 .txt .h3:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:9px;}
.con01_list2{ background:#fff;display: flex; justify-content:space-between; align-items: center; padding:70px 6%; position:relative;}
.con01_list2 .bg{ position:absolute; top:0; left:56%; transform:translate(-50%,-50%);}
.con01_list2 .bg img{ max-width:100%;}
.con01_list2 .lt{ width:36%;}
.con01_list2 .lt .h2{ font-size:24px; line-height:34px; margin-bottom:15px;}
.con01_list2 .lt .h3{ font-size:16px; line-height:26px; color:#666;}
.con01_list2 .rt{ width:38%;}
.con01_list2 .rt ul{display: flex; justify-content:space-between; align-items: center;}
.con01_list2 .rt ul li{ text-align:center;}
.con01_list2 .rt ul li .txt{}
.con01_list2 .rt ul li .txt .h2{ font-size:48px; margin-bottom:15px;}
.con01_list2 .rt ul li .txt .h2 strong{ font-weight:normal;}
.con01_list2 .rt ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.more1 span{ font-size:16px; line-height:50px; padding:0 25px; }
.con01bg{ padding:40px 0; }
.con01_list1{display:block; margin-bottom:40px;}
.con01_list1 .lt{ width:100%; margin-bottom:20px;}
.con01_list1 .lt .h2{ font-size:16px; line-height:20px; margin-bottom:30px; }
.con01_list1 .lt .h3{ font-size:40px; line-height:44px; margin-bottom:30px;}
.con01_list1 .lt .h4{ font-size:14px; line-height:18px; margin-bottom:40px; }
.con01_list1 .rt{ width:100%; padding:10px 0;}
.con01_list1 .rt .nr_box{ background-size:100% auto;}
.con01_list1 .rt .box2{ width:100%; max-width:100%; position:static; }
.con01_list1 .rt .box2 .nr{ padding:30px; }
.con01_list1 .rt .box2 .img{ width:40px; height:40px; }
.con01_list1 .rt .box2 .txt{ width:calc(100% - 60px);}
.con01_list1 .rt .box2 .txt .h2{ font-size:14px; line-height:18px;}
.con01_list1 .rt .box2 .txt .h3{ font-size:12px; line-height:16px; }
.con01_list1 .rt .box2 .txt .h3:before{ top:5px;}
.con01_list2{ display:block; padding:30px 5%; }
.con01_list2 .bg{ display:none;}
.con01_list2 .lt{ width:100%; margin-bottom:20px;}
.con01_list2 .lt .h2{ font-size:19px; line-height:23px; margin-bottom:15px;}
.con01_list2 .lt .h3{ font-size:14px; line-height:18px; }
.con01_list2 .rt{ width:100%;}
.con01_list2 .rt ul{display:block;}
.con01_list2 .rt ul li{ border-top:1px solid #efefef; padding:20px 0;}
.con01_list2 .rt ul li:nth-child(1){ border-top:none;}
.con01_list2 .rt ul li .txt .h2{ font-size:36px; margin-bottom:20px;}
.con01_list2 .rt ul li .txt .h3{ font-size:14px; line-height:18px; }
}


.con02bg{ padding:100px 0;}
.con02{}
.con02_list1{display: flex; justify-content:space-between;/* align-items: center;*/ margin-bottom:100px;}
.con02_list1 .lt{ width:28%;}
.con02_list1 .lt .h2{ font-size:16px; line-height:26px; color:#666; margin-bottom:1.04vw; padding-left:15px; position:relative;}
.con02_list1 .lt .h2:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:10px;}
.con02_list1 .lt .h3{ font-size:48px; line-height:58px;}
.con02_list1 .rt{ width:46%;}
.con02_list1 .rt .h4{ font-size:16px; line-height:26px; color:#666;}

.con02_list2{ margin-bottom:100px;}
.partner_swiper{ position:relative;}
.partner_swiper .swiper-container { width: 100%; }
.partner_swiper .swiper-container .swiper-slide { position:relative;}
.partner_swiper .swiper-container .swiper-slide .img{ padding-bottom:30%; position:relative;}
.partner_swiper .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.partner_swiper .swiper-pagination{ display:none;}
.partner_swiper .swiper-pagination .swiper-pagination-bullet{ }
.partner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.partner_swiper .swiper-button-prev,.partner_swiper .swiper-button-next{ display:none;}
.partner_swiper .swiper-button-prev{ }
.partner_swiper .swiper-button-next{ }

.con02_list3{ margin-bottom:100px;}
.tit1{}
.tit1 .h2{ font-size:48px; line-height:58px; padding-left:15px; position:relative;}
.tit1 .h2:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:21px;}
.con02_list3 .list{}
.con02_list3 .list ul li{ padding:30px 0; border-bottom:1px solid #efefef;}
.con02_list3 .list ul li .txt{display: flex; justify-content:space-between; align-items: center;}
.con02_list3 .list ul li .txt .h2{ font-size:20px; line-height:30px; color:#666;}
.con02_list3 .list ul li .txt .h3{ font-size:12px; line-height:30px; font-weight:bold;}
.con02_list3 .list ul li .txt .h3 span{ display:inline-block; padding:0 25px; border:1px solid #efefef; background:#f6f8fe; border-radius:30px; margin:0 0 0 10px;}

.con02_list4{display: flex; justify-content:space-between; align-items: center;}
.con02_list4 .lt{ width:41%;}
.con02_list4 .lt .list{ margin-top:1.04vw;}
.con02_list4 .lt .list .txt{ font-size:16px; line-height:26px;}
.con02_list4 .rt{ width:46%; font-size:12px; line-height:30px; font-weight:bold; text-align:right;}
.con02_list4 .rt span{ display:inline-block; padding:0 25px; border:1px solid #efefef; background:#f6f8fe; border-radius:30px; margin:5px 0 5px 10px;}
@media(max-width:999px){
.con02bg{ padding:40px 0;}
.con02_list1{display:block; margin-bottom:40px;}
.con02_list1 .lt{ width:100%; margin-bottom:20px;}
.con02_list1 .lt .h2{ font-size:16px; line-height:20px; margin-bottom:25px; }
.con02_list1 .lt .h2:before{ top:7px;}
.con02_list1 .lt .h3{ font-size:36px; line-height:40px;}
.con02_list1 .rt{ width:100%;}
.con02_list1 .rt .h4{ font-size:14px; line-height:18px; }

.con02_list2{ margin-bottom:40px;}

.con02_list3{ margin-bottom:40px;}
.tit1 .h2{ font-size:36px; line-height:40px; }
.tit1 .h2:before{ top:18px;}
.con02_list3 .list ul li{ padding:30px 0; }
.con02_list3 .list ul li .txt{display:block;}
.con02_list3 .list ul li .txt .h2{ font-size:18px; line-height:22px; }
.con02_list3 .list ul li .txt .h3{ font-size:12px; line-height:30px; }
.con02_list3 .list ul li .txt .h3 span{ padding:0 25px; margin:10px 10px 0 0 ;}

.con02_list4{display:block;}
.con02_list4 .lt{ width:100%; margin-bottom:35px;}
.con02_list4 .lt .list{ margin-top:20px;}
.con02_list4 .lt .list .txt{ font-size:14px; line-height:18px;}
.con02_list4 .rt{ width:100%; font-size:12px; line-height:30px; text-align:center;}
.con02_list4 .rt span{ padding:0 5px; margin:10px 0 0 0; display:block;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:50px; padding:0 25px; border-radius:50px; border:1px solid #fff; background:#fff; color:#000; font-weight:bold; transition:all .3s ease; text-transform:uppercase;}
.more2 span:hover{ background:#000; color:#fff;}
.more3{}
.more3 span{ display:inline-block; text-align:center; font-size:16px; line-height:26px; padding:5px 0 2px 0; border-bottom:1px solid var(--primary-color); color:var(--primary-color); font-weight:bold; text-transform:uppercase; transition:all .3s ease;}
.more3 span:hover{ color:var(--secondary-color); border-bottom-color:var(--secondary-color); padding:0 0 7px 0;}
.con03bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03{}
.con03_top{display: flex; justify-content:space-between; align-items: center;}
.con03 .tit1{ color:#fff;}
.con03 .list{ margin-top:80px;}
.con03 .list ul li{ float:left; width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#fff;}
.con03 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.con03 .list ul li .img{ padding-bottom:100%; position:relative;}
.con03 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txt{ padding:30px;}
.con03 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.con03 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666; margin-bottom:20px;}
@media(max-width:999px){
.more2 span{ font-size:16px; line-height:50px; padding:0 25px; }
.more3 span{ font-size:16px; line-height:26px; padding:5px 0 2px 0; }
.more3 span:hover{ padding:0 0 7px 0;}
.con03bg{ padding:40px 0; }
.con03_top{display:block;}
.con03 .tit1{ margin-bottom:25px;}
.con03 .list{ margin-top:40px;}
.con03 .list ul li{ width:100%; margin:0 0 20px 0; }
.con03 .list ul li .txt{ padding:30px;}
.con03 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:5px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:10px;}
}


.tit2{ text-align:center;}
.tit2 .h2{ font-size:16px; line-height:26px; color:#666; margin-bottom:20px;}
.tit2 .h2 span{ padding-left:15px; position:relative;}
.tit2 .h2 span:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:5px;}
.tit2 .h3{ font-size:48px; line-height:58px;}
.con04bg{ padding:100px 0;}
.con04{}
.con04 .list{ margin-top:80px; margin-bottom:80px;}
.con04 .list ul li{ margin-bottom:60px;}
.con04 .list ul li .nr_box{display: flex; justify-content:space-between; align-items: center;}
.con04 .list ul li .txtbg{ width:36%;}
.con04 .list ul li .txt{}
.con04 .list ul li .txt .h2{ font-size:24px; line-height:34px; margin-bottom:.78vw;}
.con04 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666; margin-bottom:2.34vw;}
.con04 .list ul li .txt .h4{ font-size:12px; line-height:30px; font-weight:bold; margin-bottom:1.04vw;}
.con04 .list ul li .txt .h4 span{ display:inline-block; padding:0 25px; border:1px solid #efefef; background:#f6f8fe; border-radius:30px; margin:0  10px 0 0 ;}
.con04 .list ul li .txt .h5{ font-size:16px; line-height:26px;}
.con04 .list ul li .txt .h5 dl{}
.con04 .list ul li .txt .h5 dl dd{display: flex; justify-content:space-between; align-items: center; border-bottom:1px solid #efefef; padding:.52vw 0;}
.con04 .list ul li .txt .h5 dl dd span{ color:#666;}
.con04 .list ul li .txt .h5 dl dd strong{ font-weight:normal;}
.con04 .list ul li .txt .h5 dl dd a{ color:var(--primary-color);}
.con04 .list ul li .imgbg{ width:54%;}
.con04 .list ul li .img{ padding-bottom:82%; position:relative;}
.con04 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04 .list2{ text-align:center;}
.con04 .list2 .txt{ margin:0 auto; max-width:420px; font-size:18px; line-height:28px; color:#666; text-align:center; margin-bottom:30px;}
@media(max-width:999px){
.tit2 .h2{ font-size:16px; line-height:26px; margin-bottom:20px;}
.tit2 .h2 span:before{ top:5px;}
.tit2 .h3{ font-size:48px; line-height:58px;}
.con04bg{ padding:40px 0;}
.con04 .list{ margin-top:40px; margin-bottom:40px;}
.con04 .list ul li{ margin-bottom:40px;}
.con04 .list ul li .nr_box{display:block;}
.con04 .list ul li .txtbg{ width:100%; margin-bottom:20px;}
.con04 .list ul li .txt .h2{ font-size:19px; line-height:23px; margin-bottom:20px;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:18px; margin-bottom:45px;}
.con04 .list ul li .txt .h4{ font-size:12px; line-height:30px; margin-bottom:20px;}
.con04 .list ul li .txt .h4 span{ padding:0 25px; margin:0 10px 0 0 ;}
.con04 .list ul li .txt .h5{ font-size:12px; line-height:16px;}
.con04 .list ul li .txt .h5 dl dd{ padding:15px 0;}
.con04 .list ul li .imgbg{ width:100%;}
.con04 .list2 .txt{ font-size:16px; line-height:20px; margin-bottom:35px;}
}


.con05bg{ padding:100px 0; background:#e2e4ee;}
.con05{}
.con05 .list{ margin-top:80px;display: flex; justify-content:space-between;/* align-items: center;*/ margin-bottom:80px;}
.con05_lt{ width:42%; position:relative;}
.con05_lt .img{}
.con05_lt .img img{ display:block; width:100%;}
.con05_lt .bg{ position:absolute; right:0; bottom:5.2vw; transform:translate(50%,0);}
.con05_lt .bg img{ max-width:100%;}
.con05_rt{ width:48%; position:relative;}
.con05_rt .h1{ max-width:100%; font-size:20px; line-height:44px; padding:0 20px; background:var(--primary-color); color:#fff; border-radius:40px; position:absolute; left:0; top:0; transform:translate(0,-50%); z-index:5;}
.con05_rt .h1 span{ padding-left:15px; position:relative;}
.con05_rt .h1 span:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--secondary-color); position:absolute; left:0; top:8px;}
.con05_rt ul{ height:100%; display: flex; justify-content:space-between;/* align-items: center;*/ flex-direction:column;}
.con05_rt ul li{ height:calc((100% - 40px)/3); background:#fff;display: flex; justify-content:center; align-items: center;}
.con05_rt ul li .txtbg{ width:100%;}
.con05_rt ul li .txt{ padding:1.04vw 5%;}
.con05_rt ul li .txt .h2{ font-size:20px; line-height:30px;display: flex; justify-content:space-between; align-items: center; margin-bottom:.78vw;}
.con05_rt ul li .txt .h2 span{}
.con05_rt ul li .txt .h2 strong{ color:var(--primary-color); font-weight:normal;}
.con05_rt ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
.con05 .list2{ text-align:center;}
.con05 .list2 .txt{ margin:0 auto; max-width:420px; font-size:18px; line-height:28px; color:#666; text-align:center; margin-bottom:30px;}
@media(max-width:999px){
.con05bg{ padding:40px 0; }
.con05 .list{ margin-top:40px;display:block; margin-bottom:40px;}
.con05_lt{ width:100%; margin-bottom:40px; }
.con05_lt .bg{ display:none;}
.con05_rt{ width:100%; }
.con05_rt .h1{ font-size:20px; line-height:44px; padding:0 20px; }
.con05_rt .h1 span:before{ top:8px;}
.con05_rt ul{ height:100%; display: flex; justify-content:space-between;/* align-items: center;*/ flex-direction:column;}
.con05_rt ul li{ height:calc((100% - 40px)/3); background:#fff;display: flex; justify-content:center; align-items: center; margin-top:20px;}
.con05_rt ul li .txtbg{ width:100%;}
.con05_rt ul li .txt{ padding:20px 5%;}
.con05_rt ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:15px;}
.con05_rt ul li .txt .h3{ font-size:14px; line-height:18px; }
.con05 .list2 .txt{ font-size:16px; line-height:20px; margin-bottom:35px;}
}


.con06bg{ padding:100px 0;}
.con06{}
.con06 .list{ margin-top:80px;}
.con06 .list ul li{ float:left; width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#f6f8fe;}
.con06 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.con06 .list ul li .nr_box{ padding:40px 30px;}
.con06 .list ul li .box1{ margin-bottom:30px;}
.con06 .list ul li .box1 .h2{ font-size:14px; line-height:24px; margin-bottom:15px;}
.con06 .list ul li .box1 .h2 i{ color:var(--secondary-color); margin:0 5px 0 0;}
.con06 .list ul li .box1 .h3{ font-size:16px; line-height:26px; color:#666;}
.con06 .list ul li .box2{ display: flex; justify-content:space-between; align-items: center;}
.con06 .list ul li .box2 .img{ width:40px; height:40px; border-radius:100%; overflow:hidden; background:var(--primary-color); position:relative; }
.con06 .list ul li .box2 .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con06 .list ul li .box2 .txt{ width:calc(100% - 60px);}
.con06 .list ul li .box2 .txt .h2{ font-size:16px; line-height:26px; }
.con06 .list ul li .box2 .txt .h3{ font-size:14px; line-height:24px; clear:#666;}
@media(max-width:999px){
.con06bg{ padding:40px 0;}
.con06 .list{ margin-top:40px;}
.con06 .list ul li{ width:100%; margin:0 0 20px 0; }
.con06 .list ul li .nr_box{ padding:40px 5%;}
.con06 .list ul li .box1{ margin-bottom:35px;}
.con06 .list ul li .box1 .h2{ font-size:14px; line-height:24px; margin-bottom:15px;}
.con06 .list ul li .box1 .h3{ font-size:14px; line-height:18px; }
.con06 .list ul li .box2 .img{ width:40px; height:40px; }
.con06 .list ul li .box2 .txt{ width:calc(100% - 60px);}
.con06 .list ul li .box2 .txt .h2{ font-size:14px; line-height:18px; }
.con06 .list ul li .box2 .txt .h3{ font-size:12px; line-height:16px; }
}


.con07bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover; color:#fff;}
.con07{ text-align:center;}
.con07 .h2{ margin-bottom:45px;}
.con07 .h2 img{ max-width:100%;}
.con07 .h3{ margin:0 auto; max-width:820px; font-size:18px; line-height:28px; margin-bottom:65px;}
@media(max-width:999px){
.con07bg{ padding:40px 0; }
.con07 .h2{ margin-bottom:35px;}
.con07 .h3{ font-size:16px; line-height:20px; margin-bottom:55px;}
}




.foot{ color:#fff; background:#000;}
.foot a{ color:#fff;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:100px 0;}
.foot1{ text-align:center;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_logo img{ max-width:100%; max-height:50px;}
.foot .f_txt{ margin:0 auto; max-width:580px; font-size:16px; line-height:26px; margin-bottom:30px;}
.foot .f_share{ margin-bottom:70px;}
.foot .f_share a{ display:inline-block; text-align:center; width:36px; line-height:36px; border-radius:100%; background:var(--primary-color); color:#fff; font-size:18px; margin:0 2px;}
.foot .f_share a:hover{ opacity:.9;}
.foot .f_share a i{}
.foot .f_nav{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:70px;}
.foot .f_nav a{ display:inline-block; margin:0 12px;}
.foot .f_nav a:hover{}
.foot .f_info{ font-size:14px; line-height:24px; color:#666;}
.foot .f_info a{ color:#666;}
.foot .f_info a:hover{}
@media(max-width:999px){
.foot{ padding-bottom:60px;}
.foot1bg{ padding:40px 0;}
.foot .f_logo{ margin-bottom:20px;}
.foot .f_txt{ font-size:14px; line-height:18px; margin-bottom:20px;}
.foot .f_share{ margin-bottom:25px;}
.foot .f_share a{ width:36px; line-height:36px; font-size:18px; margin:0 5px;}
.foot .f_nav{ font-size:16px; line-height:26px; margin-bottom:35px;}
.foot .f_nav a{ margin:0 10px;}
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative; }
.inbanner img{ display:block; width:100%; }

.innavbg{ border-bottom:1px solid #f2f2f2; box-shadow:0px 8px 7px 0px rgba(0, 0, 0, 0.06); position:relative; z-index:1;}
.innav{ font-size:16px; line-height:26px;}
.innav ul{
display: flex;
justify-content: space-between;
align-items: flex-start;}
.innav ul li{ width:100%; position:relative;}
.innav ul li:before{ content:""; width:1px; height:100%; background:#f0f1f2; position:absolute; left:0; top:0;}
.innav ul li:nth-child(1):before{ display:none;}
.innav ul li a{ display:block; text-align:center; height:60px;display: flex;justify-content:center;align-items:center;}
.innav ul li.hover{ color:#fff;}
.innav ul li.hover>a{ color:#fff; background:var(--primary-color); }
.inbarbg{ border-bottom:1px solid #f2f2f2; background:#f8fafb;}
.inbar{display: flex;justify-content:space-between;align-items:center;}
.weizhi{ font-size:14px; line-height:40px; color:#999; }
.inback{ padding-right:25px; background:url(../images/ca1.png) right center no-repeat; font-size:14px; line-height:50px;}
@media(max-width:999px){
.inbanner svg{ width:100%; height:20px; }
.inbanner .txt .h2{ font-size:24px; line-height:34px; }
.innavbg .wapper1{ width:100%;}
.innav{ font-size:14px; line-height:24px;}
.innav ul{ justify-content: flex-start; flex-wrap:wrap;}
.innav ul li{ width:calc(100%/3); box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.06);}
.innav ul li:nth-child(3n-2):before{ display:none;}
.innav ul li a{ padding:0; height:50px;}
.inbar{ display:block;}
.weizhi{ display:none;}
}

.insidebg{ padding:80px 0 100px 0; }
.inside{}
.inside_lt{ float:left; width:250px;}
.side_a{ background:#fff; box-shadow:0px 8px 7px 0px rgba(0, 0, 0, 0.06); border-radius:5px 5px 0 0; overflow:hidden; }
.side_a .h1{ font-size:24px; line-height:34px; background:var(--primary-color); color:#fff; padding:15px 20px; }
.side_a .h1 strong{ display:block;}
.side_a .h1 span{ display:block; font-size:16px; line-height:26px; margin-top:5px;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-top:1px solid #f0f0f0; }
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:12px 40px 12px 20px; position:relative; cursor:pointer;}
.side_a>ul>li>span{ }
.side_a>ul>li.active1>span{ }
.side_a>ul>li>span:hover,.side_a>ul>li.hover>span{ background-color:var(--primary-color); color:#fff;}
.side_a ul li.has_sub>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ content:"\f107";}
.side_a ul li a{ display:inline-block; color:#333; font-size:14px;}
.side_a>ul>li>span a{ font-size:16px;}
.side_a ul li span:hover a,.side_a ul li.hover>span a{ color:#fff;}
.side_a ul li ul{ padding:0 0 10px 0; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 40px 10px 20px; position:relative; background:url(../images/nyproductTopBoxTopMore.png) right 13px center no-repeat;}
.side_a ul li ul li span:hover,.side_a ul li ul li.hover>span{ color: var(--primary-color);}
.side_a ul li ul li a{}
.side_a ul li ul li>span:hover a{ color: var(--primary-color);}
.side_a ul li ul li a:before{ content:"-"; margin-right:5px;}
.inside_rt{ float:right; width:calc(100% - 280px);}
@media(max-width:999px){
.insidebg{ padding:40px 0 60px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.inside_rt{ width:100%;}
}


.inbanner_txtbg{ background:#f6f8fe;}
.inbanner_txt{ background:url(../images/Group-1.png) center no-repeat; text-align:center; padding:120px 0;}
.inbanner_txt .h2{ font-size:56px; line-height:66px; margin-bottom:20px;}
.inbanner_txt .h3{ margin:0 auto; max-width:600px; font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.inbanner_txt{ padding:40px 0;}
.inbanner_txt .h2{ font-size:40px; line-height:44px; margin-bottom:20px;}
.inbanner_txt .h3{ font-size:14px; line-height:18px; }
}


.in_contact{ margin-bottom:100px;}
.in_contact1{ margin-bottom:80px;display: flex; justify-content:space-between;/* align-items: center;*/}
.in_contact1_lt{ width:42%; position:relative; background:#e2e4ee;}
.in_contact1_lt:before{ content:""; width:100%; height:100%; background:url(../images/Dot-Grid.png) top left no-repeat; position:absolute; top:2.6vw; left:2.6vw; z-index:1; opacity:.5;}
.in_contact1_lt .img{ position:relative; z-index:2;}
.in_contact1_lt .img img{ display:block; width:100%;}
.in_contact1_lt .bg{ position:absolute; right:0; top:40%; transform:translate(50%,-50%);}
.in_contact1_lt .bg img{ max-width:100%;}
.in_contact1_rt{ width:48%;}
.in_contact1_rt .h2{ font-size:16px; line-height:26px; margin-bottom:1.04vw; padding-left:15px; position:relative;}
.in_contact1_rt .h2:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:10px;}
.in_contact1_rt .h3{ font-size:48px; line-height:58px; margin-bottom:1.04vw;}
.in_contact1_rt .h4{ font-size:16px; line-height:26px; margin-bottom:1.56vw;}
.in_contact1_rt .h5{ font-size:20px; line-height:30px;}
.in_contact1_rt .h5 ul li{ padding-left:30px; position:relative; margin-bottom:5px;}
.in_contact1_rt .h5 ul li i{ text-align:center; font-size:16px; width:20px; line-height:30px; position:absolute; left:0; top:0; color:var(--primary-color);}
.in_contact2{ padding:50px 5%; background:#f6f8fe;}
.in_contact2 .form{}
.in_contact2 .form ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.in_contact2 .form ul li{ width:32%; margin-bottom:20px;}
.in_contact2 .form ul li.li1{ width:100%;}
.in_contact2 .form .h3{ font-size:18px; line-height:28px; margin-bottom:5px;}
.in_contact2 .form .text1{ border:none; background:#fff; height:46px; line-height:46px; padding:0 10px; width:calc(100% - 20px);}
.in_contact2 .form .text2{ border:none; background:#fff; height:120px; line-height:24px; padding:10px 10px; width:calc(100% - 20px);}
.in_contact2 .form .button1{ display:block; margin:0 auto; border:1px solid #333; background:#333; color:#fff; font-size:16px; line-height:48px; border-radius:50px; transition:all .3s ease; text-align:center; font-weight:bold;}
.in_contact2 .form .button1:hover{ background:#fff; color:#333;}
@media(max-width:999px){
.in_contact{ margin-bottom:80px;}
.in_contact1{ margin-bottom:40px;display:block;}
.in_contact1_lt{ width:100%; margin-bottom:20px;}
.in_contact1_lt:before{ top:0; left:0;}
.in_contact1_lt .bg{ display:none;}
.in_contact1_rt{ width:100%;}
.in_contact1_rt .h2{ font-size:16px; line-height:20px; margin-bottom:25px; }
.in_contact1_rt .h2:before{ top:7px;}
.in_contact1_rt .h3{ font-size:36px; line-height:40px; margin-bottom:20px;}
.in_contact1_rt .h4{ font-size:14px; line-height:24px; margin-bottom:35px;}
.in_contact1_rt .h5{ font-size:18px; line-height:28px;}
.in_contact1_rt .h5 ul li{ margin-bottom:5px;}
.in_contact1_rt .h5 ul li i{ font-size:16px; width:20px; line-height:30px; }
.in_contact2{ padding:20px 5%; }
.in_contact2 .form ul li{ width:100%; margin-bottom:20px;}
.in_contact2 .form .h3{ font-size:16px; line-height:20px; margin-bottom:5px;}
.in_contact2 .form .text1{ height:46px; line-height:46px; }
.in_contact2 .form .text2{ height:120px; line-height:24px; }
.in_contact2 .form .button1{ font-size:16px; line-height:48px; }
}



.tit3{ text-align:center;}
.tit3 .h2{ font-size:48px; line-height:58px;}
.in_help1bg{ padding:100px 0;}
.in_help1{}
.in_help1 .list{ margin-top:80px;}
.in_help1 .list ul li{ float:left; width:47%; margin:0 0 30px 6%;}
.in_help1 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.in_help1 .list ul li .txt{ padding-left:40px; background:url(../images/ihico1.png) left top 5px no-repeat;}
.in_help1 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:15px;}
.in_help1 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.tit3 .h2{ font-size:36px; line-height:40px;}
.in_help1bg{ padding:40px 0;}
.in_help1 .list{ margin-top:40px;}
.in_help1 .list ul li{ width:100%; margin:0 0 30px 0;}
.in_help1 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:15px;}
.in_help1 .list ul li .txt .h3{ font-size:14px; line-height:18px; }
}

.in_help2bg{ padding:100px 0; background:#f6f8fe; margin-bottom:100px;}
.in_help2{}
.in_help2 .list{ margin-top:80px;}
.in_help2 .list ul li{ float:left; width:calc((100% - 60px)/3); margin:0 0 30px 30px; background:#fff;}
.in_help2 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.in_help2 .list ul li .nr_box{ padding:30px;}
.in_help2 .list ul li .imgbg{ margin:0 auto; width:100px;}
.in_help2 .list ul li .img{ padding-bottom:100%; position:relative; border-radius:100%; overflow:hidden; background:#63687a;}
.in_help2 .list ul li .img img{ max-width:60%; max-height:60%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.in_help2 .list ul li .txt{ margin-top:35px; text-align:center;}
.in_help2 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:10px;}
.in_help2 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.in_help2bg{ padding:40px 0; margin-bottom:40px;}
.in_help2 .list{ margin-top:40px;}
.in_help2 .list ul li{ width:100%; margin:0 0 20px 0; }
.in_help2 .list ul li .nr_box{ padding:30px;}
.in_help2 .list ul li .imgbg{ width:100px;}
.in_help2 .list ul li .txt{ margin-top:35px; }
.in_help2 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:10px;}
.in_help2 .list ul li .txt .h3{ font-size:14px; line-height:18px; }
}


.aboutus1bg{ padding:100px 0; }
.aboutus1{}
.aboutus1_list1{display: flex; justify-content:space-between; align-items: center;}
.aboutus1_list1 .lt{ width:38%;}
.aboutus1_list1 .lt .h2{ font-size:16px; line-height:26px; margin-bottom:1.3vw; color:#666; padding-left:15px; position:relative;}
.aboutus1_list1 .lt .h2:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:10px;}
.aboutus1_list1 .lt .h3{ font-size:56px; line-height:66px; margin-bottom:1.56vw;}
.aboutus1_list1 .lt .h4{ font-size:16px; line-height:26px; margin-bottom:1.82vw; color:#666;}
.aboutus1_list1 .rt{ width:49%; background:url(../images/Dot-Grid.png) top left no-repeat; position:relative;}
.aboutus1_list1 .rt .nr_box{ background:url(../images/Gradient-Background-1.png) bottom right no-repeat;}
.aboutus1_list1 .rt .box1{}
.aboutus1_list1 .rt .box1 img{ display:block; width:100%;}
.aboutus1_list1 .rt .box2{ width:100%; max-width:316px; background:#e2e4ee; position:absolute; right:0; bottom:5.2vw;}
.aboutus1_list1 .rt .box2 .nr{ padding:30px;display: flex; justify-content:space-between; align-items: center;}
.aboutus1_list1 .rt .box2 .img{ width:40px; height:40px; border-radius:100%; overflow:hidden; background:var(--primary-color); overflow:hidden; position:relative;}
.aboutus1_list1 .rt .box2 .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1_list1 .rt .box2 .txt{ width:calc(100% - 60px);}
.aboutus1_list1 .rt .box2 .txt .h2{ font-size:16px; line-height:26px;}
.aboutus1_list1 .rt .box2 .txt .h3{ font-size:14px; line-height:24px; padding-left:15px; position:relative; color:#666;}
.aboutus1_list1 .rt .box2 .txt .h3:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:9px;}
.aboutus1_list2{ background:#f6f8fe;display: flex; justify-content:space-between; align-items: center; padding:70px 6%; position:relative;}
.aboutus1_list2 .bg{ position:absolute; top:0; left:56%; transform:translate(-50%,-50%);}
.aboutus1_list2 .bg img{ max-width:100%;}
.aboutus1_list2 .lt{ width:36%;}
.aboutus1_list2 .lt .h2{ font-size:24px; line-height:34px; margin-bottom:15px;}
.aboutus1_list2 .lt .h3{ font-size:16px; line-height:26px; color:#666;}
.aboutus1_list2 .rt{ width:38%;}
.aboutus1_list2 .rt ul{display: flex; justify-content:space-between; align-items: center;}
.aboutus1_list2 .rt ul li{ text-align:center;}
.aboutus1_list2 .rt ul li .txt{}
.aboutus1_list2 .rt ul li .txt .h2{ font-size:48px; margin-bottom:15px;}
.aboutus1_list2 .rt ul li .txt .h2 strong{ font-weight:normal;}
.aboutus1_list2 .rt ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1_list1{display:block; margin-bottom:40px;}
.aboutus1_list1 .lt{ width:100%; margin-bottom:20px;}
.aboutus1_list1 .lt .h2{ font-size:16px; line-height:20px; margin-bottom:30px; }
.aboutus1_list1 .lt .h2:before{ top:7px;}
.aboutus1_list1 .lt .h3{ font-size:40px; line-height:44px; margin-bottom:30px;}
.aboutus1_list1 .lt .h4{ font-size:14px; line-height:18px; margin-bottom:40px; }
.aboutus1_list1 .rt{ width:100%; padding:10px 0;}
.aboutus1_list1 .rt .nr_box{ background-size:100% auto;}
.aboutus1_list1 .rt .box2{ width:100%; max-width:100%; position:static; }
.aboutus1_list1 .rt .box2 .nr{ padding:30px; }
.aboutus1_list1 .rt .box2 .img{ width:40px; height:40px; }
.aboutus1_list1 .rt .box2 .txt{ width:calc(100% - 60px);}
.aboutus1_list1 .rt .box2 .txt .h2{ font-size:14px; line-height:18px;}
.aboutus1_list1 .rt .box2 .txt .h3{ font-size:12px; line-height:16px; }
.aboutus1_list1 .rt .box2 .txt .h3:before{ top:5px;}
.aboutus1_list2{ display:block; padding:30px 5%; }
.aboutus1_list2 .bg{ display:none;}
.aboutus1_list2 .lt{ width:100%; margin-bottom:20px;}
.aboutus1_list2 .lt .h2{ font-size:19px; line-height:23px; margin-bottom:15px;}
.aboutus1_list2 .lt .h3{ font-size:14px; line-height:18px; }
.aboutus1_list2 .rt{ width:100%;}
.aboutus1_list2 .rt ul{display:block;}
.aboutus1_list2 .rt ul li{ border-top:1px solid #efefef; padding:20px 0;}
.aboutus1_list2 .rt ul li:nth-child(1){ border-top:none;}
.aboutus1_list2 .rt ul li .txt .h2{ font-size:36px; margin-bottom:20px;}
.aboutus1_list2 .rt ul li .txt .h3{ font-size:14px; line-height:18px; }
}

.aboutus2bg{ padding:100px 0; background:#000;}
.aboutus2{ background:#fff; padding:60px 12%;}
.aboutus2 .list{ margin-top:80px;}
.aboutus2 .list ul li{ margin-bottom:60px}
.aboutus2 .list ul li .nr_box{display: flex; justify-content:space-between; align-items: center;}
.aboutus2 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.aboutus2 .list ul li .imgbg{ width:45%;}
.aboutus2 .list ul li .img{ padding-bottom:76%; position:relative;}
.aboutus2 .list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus2 .list ul li .txtbg{ width:43%;}
.aboutus2 .list ul li .txt{}
.aboutus2 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:1.04vw;}
.aboutus2 .list ul li .txt .h3{ font-size:16px; line-height:26px; color:#666;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0; }
.aboutus2{ padding:40px 5%;}
.aboutus2 .list{ margin-top:40px;}
.aboutus2 .list ul li{ margin-bottom:40px}
.aboutus2 .list ul li .nr_box{display:block;}
.aboutus2 .list ul li .imgbg{ width:100%; margin-bottom:20px;}
.aboutus2 .list ul li .txtbg{ width:100%;}
.aboutus2 .list ul li .txt .h2{ font-size:18px; line-height:22px; margin-bottom:20px;}
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:18px; }
}

.aboutus3bg{ padding:100px 0;}
.aboutus3{display: flex; justify-content:space-between;/* align-items: center;*/}
.aboutus3_lt{ width:48%;}
.aboutus3_lt .box1{ margin-bottom:5px;}
.aboutus3_lt .box1 .h2{ font-size:16px; line-height:26px; padding-left:15px; position:relative; margin-bottom:1.04vw;}
.aboutus3_lt .box1 .h2:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:10px;}
.aboutus3_lt .box1 .h3{ font-size:48px; line-height:58px;}
.aboutus3_lt .box2{}
.aboutus3_lt .box2 ul li{ padding:25px 0; border-bottom:1px solid #efefef;display: flex; justify-content:space-between; align-items: center;}
.aboutus3_lt .box2 ul li .txt1{ width:20%;}
.aboutus3_lt .box2 ul li .txt1 .h2{ font-size:48px; line-height:58px; margin-bottom:.78vw;}
.aboutus3_lt .box2 ul li .txt1 .h2 strong{ font-weight:normal;}
.aboutus3_lt .box2 ul li .txt1 .h3{ font-size:16px; line-height:26px; color:#666;}
.aboutus3_lt .box2 ul li .txt2{ width:64%;}
.aboutus3_lt .box2 ul li .txt2 .h2{ font-size:20px; line-height:30px; margin-bottom:.78vw;}
.aboutus3_lt .box2 ul li .txt2 .h3{ font-size:16px; line-height:26px; color:#666;}
.aboutus3_rt{ width:42%; background:#e2e4ee; padding:20px 0 0 0; position:relative;}
.aboutus3_rt .img{}
.aboutus3_rt .img img{ display:block; width:100%;}
.aboutus3_rt .bg{ position:absolute; left:0; top:30%; transform:translate(-50%,-50%);}
.aboutus3_rt .bg img{ max-width:100%;}
@media(max-width:999px){
.aboutus3bg{ padding:40px 0;}
.aboutus3{display:block;}
.aboutus3_lt{ width:100%;}
.aboutus3_lt .box1{ margin-bottom:5px;}
.aboutus3_lt .box1 .h2{ font-size:16px; line-height:20px; margin-bottom:20px;}
.aboutus3_lt .box1 .h2:before{ top:7px;}
.aboutus3_lt .box1 .h3{ font-size:36px; line-height:40px;}
.aboutus3_lt .box2 ul li{ padding:25px 0; }
.aboutus3_lt .box2 ul li .txt1{ width:20%;}
.aboutus3_lt .box2 ul li .txt1 .h2{ font-size:36px; line-height:40px; margin-bottom:20px;}
.aboutus3_lt .box2 ul li .txt1 .h3{ font-size:14px; line-height:18px; }
.aboutus3_lt .box2 ul li .txt2{ width:64%;}
.aboutus3_lt .box2 ul li .txt2 .h2{ font-size:18px; line-height:22px; margin-bottom:15px;}
.aboutus3_lt .box2 ul li .txt2 .h3{ font-size:14px; line-height:18px; }
.aboutus3_rt{ width:100%; padding:20px 0 0 0; }
.aboutus3_rt .bg{ display:none;}
}


.tit4{ text-align:center;}
.tit4 .h2{ font-size:48px; line-height:58px;}
.tit4 .h2 span{ display:inline-block; padding-left:15px; position:relative;}
.tit4 .h2 span:before{ content:""; width:6px; height:6px; border-radius:100%; background:var(--primary-color); position:absolute; left:0; top:25px;}
.aboutus4bg{ padding:100px 0; background:#f6f8fe; margin-bottom:100px;}
.aboutus4{}
.aboutus4 .list{ margin-top:60px;}
.aboutus4 .list ul li{ float:left; width:calc((100% - 40px)/3); margin:0 0 20px 20px; background:url(../images/Gradient-Background-219x300.png) left center no-repeat;}
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.aboutus4 .list ul li .img{ padding-bottom:94%; position:relative;}
.aboutus4 .list ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4 .list ul li .txt{ text-align:center; background:#fff; padding:15px 15px;}
.aboutus4 .list ul li .txt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.aboutus4 .list ul li .btn{}
.aboutus4 .list ul li .btn a{ display:inline-block; text-align:center; font-size:12px; line-height:26px; width:26px; border-radius:100%; background:var(--primary-color); color:#fff; margin:0 2px;}
.aboutus4 .list ul li .btn a:hover{ opacity:.9;}
@media(max-width:999px){
.tit4{ text-align:left;}
.tit4 .h2{ font-size:36px; line-height:40px;}
.tit4 .h2 span:before{ top:18px;}
.aboutus4bg{ padding:40px 0; margin-bottom:40px;}
.aboutus4 .list{ margin-top:40px;}
.aboutus4 .list ul li{ width:100%; margin:0 0 20px 0; }
.aboutus4 .list ul li .txt{ padding:15px 15px;}
.aboutus4 .list ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus4 .list ul li .btn a{ margin:0 2px;}
}

















