/*common start*/
:root{
 --primary-color:#68b42d;
 --secondary-color:#8ec220;
 --third-color:#004b00;
 --fourth-color:#ea9d69;
 --main-color:#68b42d;
 --main-color-white:#fff;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,'Microsoft YaHei'; color:#333; overflow-x:hidden; }
a{ color:#666;}
a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; max-width:1600px; 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%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{ }
.head2{ height:90px; transition:all .3s ease;
display: flex;
justify-content: space-between;
align-items: center;}
.head .logo{ width:18%; height:90px; position:relative; transition:all .3s ease;}
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head2 .rt{
display: flex;
justify-content: flex-end;
align-items: center;}
.head .h_search_btn{ width:24px; height:20px; font-size:20px; color:#666; cursor:pointer; display:none;}
.head .h_search_btn:hover{ }
/*menu*/
.head .menu{ height:90px; line-height:90px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:18px; position:relative; padding:0 .78vw;}
.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>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; left:0; bottom:30px;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before,.head .menu>ul>li.hover>a:before{ width:100%;}*/
.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}
.head .menu>ul>li ul{ width:fit-content; min-width:260px; background:#fff; box-shadow:1px 4px 10px rgba(0,0,0,0.05); position:absolute; top:100%; left:0; z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; 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 1.56vw; text-align:left; white-space:nowrap; position:relative;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:#fff; background:var(--secondary-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:90px;}
.head.active1{ box-shadow:0 10px 50px -2px rgb(0 0 0 / 14%);}
.head.active1 .head2{ height:70px;}
.head.active1 .logo{ height:70px;}
.head.active1 .menu{ height:70px; line-height:70px; }
@media(max-width:1499px){
.head .menu>ul>li>a{ font-size:16px; padding:0 .52vw;}
}
@media(min-width:999px){
.head .h_search_box{ margin-left:.78vw;}
.head .h_search{}
.head .h_search .form{ width:12.5vw; height:38px; border:1px solid #eee; background:#fff; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:38px; line-height:38px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:#666; height:38px; line-height:38px; width:40px; font-size:20px; text-align:center; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ color:var(--primary-color);}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ position:fixed;}
.head2{ height:60px !important;}
.head .logo{ width:50%; height:60px !important; }
.head .h_search_btn{ display:block;}
.head .h_search_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.head .h_search_close1{ width:100%; height:100%; background:rgba(0,0,0,.9); position:absolute; left:0; top:0; z-index:998;}
.head .h_searchbg{ width:90%; max-width:650px; background:#fff; position:absolute; left:50%; top:40%; transform:translate(-50%,-50%); z-index:999;}
.head .h_search{ box-shadow:0px 0px 5px #ccc; padding:40px 20px; position:relative;}
.head .h_search_close2{ width:20px; height:20px; background:url(../images/chahao2.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer; transition:all .3s ease;}
.head .h_search_close2:hover{ transform:rotate(360deg);}
.head .h_search .form{ height:40px; border:1px solid #ccc; overflow:hidden; border-radius:4px; overflow:hidden;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:40px; line-height:40px; padding:0 0 0 10px; width:calc(100% - 50px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:#666; height:40px; line-height:40px; width:40px; font-size:16px; text-align:center; cursor:pointer; transition:all .3s ease;}
.head .h_search .form .button1:hover{ background:var(--primary-color);}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; position:relative; display:none; margin-left:15px;}
.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%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#f2f2f2; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative; padding:0 5%;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 60px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%;}
.head .nav_list>ul>li{ padding:10px 5%; border-bottom:1px solid #eee;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:14px; line-height:24px; position:relative; z-index:2; }
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active1>span:after{ transform:rotate(90deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active1>span>i{ background-image:url(../images/ico_up1.png);}
.head .nav .h_phone{ padding:15px 5%; margin:0; display:none;}
@media(max-width:999px){
.head .nav_open{ display:block;}
.head .nav .h_phone{ display:flex;}
}


.banner_swiper{ position:relative;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { position:relative;}
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.banner_swiper .swiper-pagination{ bottom:50px; height:10px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border-radius:10px; background:#fff; opacity:.5; transition:all .3s ease;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:30px; background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:48px; height:48px; line-height:48px; margin-top:-25px; border-radius:100%; background:none; border:1px solid #fff; color:#fff; font-size:24px; transition:all .3s ease;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color); border-color:var(--primary-color); color:#fff;}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ }
.banner_swiper .swiper-pagination{ bottom:10px; height:6px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ width:6px; height:6px; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ width:20px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:38px; height:38px; line-height:38px; margin-top:-20px; font-size:20px;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:30px; line-height:46px; padding:0 10px; min-width:240px; border-radius:40px; background:var(--fourth-color); color:#fff; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color);}
.con01bg{ margin:80px 0;}
.con01{display: flex; justify-content: space-between; align-items: center;}
.con01_lt{ width:45%;}
.con01_lt .img{ overflow:hidden;}
.con01_lt img{ display:block; width:100%; transition:all .3s ease;}
.con01_lt:hover img{ transform:scale(1.1);}
.con01_rt{ width:50%;}
.con01_rt .h2{ font-size:53px; line-height:63px; font-weight:bold; margin-bottom:2.86vw;}
.con01_rt .h2 span{ color:var(--secondary-color);}
.con01_rt .h3{ font-size:24px; line-height:34px; color:var(--third-color); margin-bottom:5.2vw;}
.con01_rt .h3 ul{}
.con01_rt .h3 li{ margin:2.6vw 0;}
.con01_rt .h3 li:after{content: "\f105";font: normal normal normal 24px/1 FontAwesome; display:inline-block; color:var(--fourth-color); margin-left:5px;}
@media(max-width:999px){
.more1 span{ font-size:12px; line-height:30px; padding:0 10px; min-width:130px; }
.con01bg{ margin:40px 0;}
.con01{display:block;}
.con01_lt{ width:100%; margin-bottom:20px;}
.con01_rt{ width:100%;}
.con01_rt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con01_rt .h3{ font-size:18px; line-height:28px; margin-bottom:15px;}
.con01_rt .h3 li{ margin:5px 0;}
.con01_rt .h3 li:after{ font-size:24px;}
}


.con02bg{ margin:80px 0;}
.con02{}
.con02 .list{}
.con02 .list ul li{ float:left; width:calc((100% - 4vw)/3); margin:0 0 2vw 2vw;}
.con02 .list ul li:nth-child(1){ margin-left:0;}
.con02 .list ul li:nth-child(2){}
.con02 .list ul li:nth-child(3){ float:right;}
.con02 .list ul li:nth-child(4){}
.con02 .list ul li .img{ height:44.9vw; position:relative; overflow:hidden; border-radius:10px;}
.con02 .list ul li:nth-child(2) .img{ height:26.3vw; }
.con02 .list ul li:nth-child(4) .img{ height:16.6vw;}
.con02 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con02 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.con02bg{ margin:40px 0;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:48px; line-height:58px; font-weight:bold; color:var(--third-color);}
.con03bg{ padding:80px 0; background:#f7f4ed;}
.con03{}
.con03_list1{ margin-top:60px; padding-bottom:40px; border-bottom:1px solid var(--secondary-color);}
.con03_list1 ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_list1 ul li{ width:100%; text-align:center; margin:0 0 20px 0;}
.con03_list1 ul li .imgbg{ max-width:170px; margin:0 auto;}
.con03_list1 ul li .img{ padding-bottom:100%; position:relative; border-radius:20px; overflow:hidden;}
.con03_list1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con03_list1 ul li:hover .img img{ transform:scale(1.1);}
.con03_list1 ul li .txt{ margin-top:10px;}
.con03_list1 ul li .txt .h2{ font-size:24px; line-height:34px;}
.con03_list2{ margin-top:40px;}
.con03_list2 .img{ margin-bottom:20px;}
.con03_list2 .img img{ display:block; width:100%;}
.con03_list2 .txt{ font-size:28px; line-height:2em; color:#666; margin-bottom:20px;}
.con03_list2 .more1{ text-align:center;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.con03bg{ padding:40px 0; }
.con03_list1{ margin-top:40px; padding-bottom:20px; }
.con03_list1 ul{ flex-wrap:wrap;}
.con03_list1 ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.con03_list1 ul li:nth-child(2n-1){ margin-left:0;}
.con03_list1 ul li .imgbg{ max-width:170px; }
.con03_list1 ul li .txt{ margin-top:10px;}
.con03_list1 ul li .txt .h2{ font-size:18px; line-height:28px;}
.con03_list2{ margin-top:40px;}
.con03_list2 .img{ margin-bottom:20px;}
.con03_list2 .txt{ font-size:16px; line-height:1.5em; margin-bottom:20px;}
}

.con04bg{ position:relative;}
.con04bg .img{}
.con04bg .img img{ display:block; width:100%;}
.con04bg .top_wave{ width:100%; position:absolute; bottom:0; left:e0; z-index:2;}
.con04bg .top_wave svg{ display:block; width:100%;}
.con04bg .wapper1{ position:absolute; top:9.38vw; left:50%; transform:translateX(-50%); z-index:3;}
.con04{ text-align:center; color:#fff;}
.con04 .h2{ font-size:53px; line-height:63px; font-weight:bold;}
@media(max-width:999px){
.con04bg .wapper1{ top:9.38vw; }
.con04 .h2{ font-size:18px; line-height:28px; }
}


.con05bg{ margin:80px 0;}
.con05{}
.review_swiper{ position:relative;}
.review_swiper .swiper-container { width: 100%; }
.review_swiper .swiper-container .swiper-slide { position:relative;}
.review_swiper .swiper-container .swiper-slide .nr_box{display: flex; justify-content: space-between; align-items: center;}
.review_swiper .swiper-container .swiper-slide .txtbg{ width:50%;}
.review_swiper .swiper-container .swiper-slide .nr1{}
.review_swiper .swiper-container .swiper-slide .h2{ font-size:42px; line-height:52px; margin-bottom:1.04vw;}
.review_swiper .swiper-container .swiper-slide .h2 strong{ display:block; color:var(--third-color); margin-bottom:1.04vw;}
.review_swiper .swiper-container .swiper-slide .h2 i{ display:block; color:#fbb03b; font-style:normal;}
.review_swiper .swiper-container .swiper-slide .h3{ font-size:28px; line-height:38px; color:#666; margin-bottom:1.56vw;}
.review_swiper .swiper-container .swiper-slide .nr2{display: flex; justify-content: space-between; align-items: center;}
.review_swiper .swiper-container .swiper-slide .ico{ width:88px; height:88px; border-radius:100%; overflow:hidden; position:relative;}
.review_swiper .swiper-container .swiper-slide .ico img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.review_swiper .swiper-container .swiper-slide .txt{ width:calc(100% - 100px);}
.review_swiper .swiper-container .swiper-slide .h4{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:10px;}
.review_swiper .swiper-container .swiper-slide .h5{ font-size:28px; line-height:38px;}
.review_swiper .swiper-container .swiper-slide .imgbg{ width:45%; max-width:740px;}
.review_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden; border-radius:20px;}
.review_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.review_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.review_swiper .swiper-pagination{ position:static; width:auto; height:8px; margin:0 16px;}
.review_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:8px; height:8px; border-radius:8px; margin:0 4px; background:#000; opacity:.5; transition:all .3s ease;}
.review_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.review_swiper .swiper-button-prev,.review_swiper .swiper-button-next{ position:static; margin:0; width:38px; height:38px; line-height:38px; text-align:center; background:none; border:1px solid var(--primary-color); color:var(--primary-color); transition:all .3s ease; font-size:20px; border-radius:100%;}
.review_swiper .swiper-button-prev:hover,.review_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.review_swiper .swiper-button-prev{ }
.review_swiper .swiper-button-next{ }
.review_swiper .swiper-controls{display: flex; justify-content: flex-start; align-items: center;}
@media(max-width:999px){
.con05bg{ margin:40px 0;}
.review_swiper .swiper-container .swiper-slide .nr_box{display:block;}
.review_swiper .swiper-container .swiper-slide .txtbg{ width:100%; margin-bottom:20px;}
.review_swiper .swiper-container .swiper-slide .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.review_swiper .swiper-container .swiper-slide .h2 strong{ font-size:24px; line-height:34px; margin-bottom:0;}
.review_swiper .swiper-container .swiper-slide .h3{ font-size:18px; line-height:28px;  margin-bottom:10px;}
.review_swiper .swiper-container .swiper-slide .ico{ width:88px; height:88px; }
.review_swiper .swiper-container .swiper-slide .txt{ width:calc(100% - 100px);}
.review_swiper .swiper-container .swiper-slide .h4{ font-size:20px; line-height:30px; margin-bottom:5px;}
.review_swiper .swiper-container .swiper-slide .h5{ font-size:14px; line-height:24px;}
.review_swiper .swiper-container .swiper-slide .imgbg{ width:100%; max-width:100%;}
.review_swiper .swiper-pagination{ height:8px; margin:0 16px;}
.review_swiper .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; margin:0 4px; }
.review_swiper .swiper-button-prev,.review_swiper .swiper-button-next{ width:28px; height:28px; line-height:28px; font-size:20px; }
.review_swiper .swiper-controls{display: flex; justify-content:center; align-items: center; margin-top:20px;}
}


.con06bg{ margin:80px 0;}
.con06{}
.con06 .list{}
.con06 .list ul li{ margin-bottom:60px;}
.con06 .list ul li .nr_box{display: flex; justify-content: space-between; align-items: center;}
.con06 .list ul li:nth-child(2n) .nr_box{ flex-direction:row-reverse;}
.con06 .list ul li .imgbg{ width:50%; max-width:610px;}
.con06 .list ul li .img{ overflow:hidden; position:relative; border-radius:20px;}
.con06 .list ul li .img img{ display:block; width:100%; transition:all .3s ease;}
.con06 .list ul li:hover .img img{ transform:scale(1.1);}
.con06 .list ul li .txtbg{ width:50%;}
.con06 .list ul li .txt{}
.con06 .list ul li .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; color:var(--primary-color);}
.con06 .list ul li .txt .h3{ font-size:22px; line-height:2em; color:#666;}
.con06 .list ul li .txt .line1{ width:42px; height:6px; background:var(--primary-color); border-radius:6px; margin-top:10px; margin-bottom:10px;}
@media(max-width:999px){
.con06bg{ margin:40px 0;}
.con06 .list ul li{ margin-bottom:40px;}
.con06 .list ul li .nr_box{display:block;}
.con06 .list ul li .imgbg{ width:100%; max-width:100%;}
.con06 .list ul li .txtbg{ width:100%; margin-bottom:20px;}
.con06 .list ul li .txt .h2{ font-size:24px; line-height:34px; }
.con06 .list ul li .txt .h3{ font-size:16px; line-height:1.5em; }
.con06 .list ul li .txt .line1{ width:42px; height:6px; margin-top:10px; margin-bottom:10px;}
}



.foot{ background-repeat:no-repeat; background-position:center; background-size:cover;}
.foot1bg{ padding:120px 0;}
.foot1{}
.foot .f_contact{ background:#fff; border-radius:20px; padding:80px 5%; text-align:center; font-size:26px; line-height:36px;}
.foot .f_contact dl dt{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:40px;}
.foot .f_contact dl dd{ color:#666; margin-top:30px;}
.foot .f_contact dl dd i{ color:var(--fourth-color); margin-right:10px;}
.foot2bg{ padding:20px 0; background:rgba(104,180,45,0.75); color:#fff;}
.foot2bg a{ color:#fff;}
.foot2bg a:hover{ color:var(--primary-color);}
.foot2{display: flex; justify-content: space-between; align-items: center; font-size:14px; line-height:24px;}
.foot2 .lt{}
.foot2 .rt{}
@media(max-width:999px){
.foot{ margin-bottom:60px;}
.foot1bg{ padding:40px 0;}
.foot .f_contact{ padding:30px 5%; font-size:14px; line-height:24px; text-align:left;}
.foot .f_contact dl dt{ font-size:24px; line-height:34px; margin-bottom:20px;}
.foot .f_contact dl dd{ margin-top:10px;}
.foot .f_contact dl dd i{ margin-right:10px;}
.foot2bg{ padding:20px 0; }
.foot2{display:block; text-align:center; font-size:14px; line-height:24px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; position:relative; z-index:1;}
.inbanner svg{ width:100%; height:100px; position:absolute; bottom:0; left:0; z-index:2; fill:#fff;}
.inbanner svg path{ fill:#fff;}
.inbanner .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:3;}
.inbanner .txt{ color:#fff; text-align:center;}
.inbanner .txt .h2{ font-size:36px; line-height:46px; }
.inbarbg{ background:#f2f2f2; border-bottom:1px solid #ddd;}
.inbar{ }
.innav{ font-size:16px; line-height:60px; border-bottom:1px solid #e6e6e6;}
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;
 flex-wrap:wrap;}
.innav ul li{ position:relative; padding:0 1.3vw;}
.innav ul li a{ display:block; text-align:center; position:relative;}
.innav ul li.hover{ color:var(--primary-color);}
.innav ul li.hover>a{ color:var(--primary-color); }
.innav ul li.hover>a:before{ content:""; width:100%; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:0;}
.weizhi{ font-size:14px; line-height:60px; color:#999; }
.weizhi i{ margin-right:5px;}
.weizhi a{ color:#999;}
.weizhi a:hover{}
@media(max-width:999px){
.inbanner svg{ width:100%; height:20px; }
.inbanner .txt .h2{ font-size:24px; line-height:34px; }
.inbarbg .wapper1{ width:100%;}
.inbar{ display:block;}
.innav{ font-size:14px; line-height:34px; border:none;}
.innav ul{
-webkit-justify-content: flex-start;
justify-content: flex-start;}
.innav ul li{ width:calc((100% - 2px)/3); margin:1px 0 0 1px; padding:0; background:#f4f3f3;}
.innav ul li:nth-child(3n-2){ margin-left:0;}
.innav ul li a{ padding:0;}
.innav ul li.hover>a:before{ display:none;}
.weizhi{ display:none;}
}

.insidebg{ padding:40px 0 80px 0; background:#f2f2f2;}
.inside{}
.inside_lt{ float:left; width:340px;}
.side_a{ background:#fff; overflow:hidden; padding:20px;}
.side_a .h1{ font-size:22px; line-height:32px; color:var(--primary-color); padding:15px 0; border-bottom:1px solid #ddd; margin-bottom:15px;}
.side_a .h1 strong{ }
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ddd;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:12px 25px 12px 0; position:relative; cursor:pointer; background:url(../images/ico_right1.png) right 10px center no-repeat;}
.side_a ul li span:hover,.side_a ul li.hover>span{ color: var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a ul li.has_sub>span:after{ content:"\f067";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:"\f068";}
.side_a ul li a{ display:inline-block; color:#333; font-size:14px; position:relative;}
.side_a ul li a:before{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; margin-right:10px;}
.side_a>ul>li>span a{ font-size:16px;}
.side_a ul li span:hover a,.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:10px 25px 10px 0; position:relative;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 380px); background:#fff; padding:20px;box-sizing: border-box;}
@media(max-width:999px){
.insidebg{ padding:20px 0 40px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a{ padding:0;}
.side_a .h1{ font-size:16px; line-height:26px; color:#fff; background:var(--primary-color); padding:10px 20px; margin-bottom:0;}
.side_a .h1 strong{ font-weight:normal;}
.side_a>ul{ display:none;}
.side_a ul li span{ padding:12px 25px 12px 20px; }
.side_a ul li ul li span{ padding:10px 25px 10px 20px; }
.inside_rt{ width:100%;}
}



.aboutus1bg{}
.aboutus1{}
.about_swiper{ position:relative;}
.about_swiper .swiper-container { width: 100%; }
.about_swiper .swiper-container .swiper-slide { position:relative;}
.about_swiper .swiper-container .swiper-slide .nr_box{display: flex; justify-content: space-between; align-items: center;}
.about_swiper .swiper-container .swiper-slide .txtbg{ width:48%;}
.about_swiper .swiper-container .swiper-slide .txt{}
.about_swiper .swiper-container .swiper-slide .txt .h2{ font-size:42px; line-height:52px; font-weight:bold; margin-bottom:1.56vw;}
.about_swiper .swiper-container .swiper-slide .txt .h2 span{ color:var(--primary-color);}
.about_swiper .swiper-container .swiper-slide .txt .h3{ font-size:28px; line-height:38px; color:#666;}
.about_swiper .swiper-container .swiper-slide .imgbg{ width:50%; }
.about_swiper .swiper-container .swiper-slide .img{ padding-bottom:126%; position:relative; overflow:hidden; }
.about_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.about_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.about_swiper .swiper-pagination{ position:static; width:auto; height:8px; margin:0 16px;}
.about_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:8px; height:8px; border-radius:8px; margin:0 4px; background:#000; opacity:.5; transition:all .3s ease;}
.about_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:var(--primary-color); opacity:1;}
.about_swiper .swiper-button-prev,.about_swiper .swiper-button-next{ position:static; margin:0; width:38px; height:38px; line-height:38px; text-align:center; background:none; border:1px solid var(--primary-color); color:var(--primary-color); transition:all .3s ease; font-size:20px; border-radius:100%;}
.about_swiper .swiper-button-prev:hover,.about_swiper .swiper-button-next:hover{ background:var(--primary-color); color:#fff;}
.about_swiper .swiper-button-prev{ }
.about_swiper .swiper-button-next{ }
.about_swiper .swiper-controls{display: flex; justify-content: flex-start; align-items: center; margin-top:-40px;}
@media(max-width:999px){
.about_swiper .swiper-container .swiper-slide .nr_box{display:block;}
.about_swiper .swiper-container .swiper-slide .txtbg{ width:100%; padding:20px 0;}
.about_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.about_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; }
.about_swiper .swiper-container .swiper-slide .imgbg{ width:100%; max-width:100%;}
.about_swiper .swiper-pagination{ height:8px; margin:0 16px;}
.about_swiper .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; margin:0 4px; }
.about_swiper .swiper-button-prev,.about_swiper .swiper-button-next{ width:28px; height:28px; line-height:28px; font-size:20px; }
.about_swiper .swiper-controls{display: flex; justify-content:center; align-items: center; margin-top:20px;}
}

.aboutus2bg{ padding:80px 0;}
.aboutus2{display: flex; justify-content: space-between; align-items: center;}
.aboutus2_lt{ width:50%;}
.aboutus2_lt .h2{ font-size:53px; line-height:63px; font-weight:bold; margin-bottom:3.12vw;}
.aboutus2_lt .h2 span{ color:var(--primary-color);}
.aboutus2_lt .h3{ font-size:28px; line-height:38px; margin-bottom:1.04vw;}
.aboutus2_lt .ico{}
.aboutus2_lt .ico img{ display:block; max-width:100%;}
.aboutus2_rt{ width:50%; max-width:590px;}
.aboutus2_rt img{ display:block; width:100%;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0;}
.aboutus2{display:block;}
.aboutus2_lt{ width:100%; margin-bottom:20px;}
.aboutus2_lt .h2{ font-size:24px; line-height:34px; margin-bottom:5px;}
.aboutus2_lt .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus2_rt{ width:100%; max-width:100%;}
}

.tit2{ text-align:center;}
.tit2 .h2{ font-size:53px; line-height:63px; font-weight:bold; color:var(--third-color);}
.tit2 .h2 span{ color:var(--secondary-color);}
.aboutus3bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; background-attachment:fixed;}
.aboutus3{ }
.aboutus3 .list{ margin:0 auto; max-width:680px; margin-top:60px;}
.aboutus3 .list ul li{ background:#fff; padding:15px 20px; border-radius:20px; font-size:32px; line-height:42px; margin-bottom:30px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; }
.aboutus3bg{ padding:40px 0; }
.aboutus3 .list{ margin-top:20px;}
.aboutus3 .list ul li{ padding:15px 20px; font-size:16px; line-height:26px; margin-bottom:10px; border-radius:10px;}
}

.aboutus4bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover; }
.aboutus4{display: flex; justify-content: space-between; align-items: center; color:#fff;}
.aboutus4_lt{ width:35%;}
.aboutus4_lt img{ display:block; margin:0 auto; max-width:100%;}
.aboutus4_rt{ width:65%;}
.aboutus4_rt .txt{ font-size:20px; line-height:2em;}
@media(max-width:999px){
.aboutus4bg{ padding:40px 0; }
.aboutus4{display:block;}
.aboutus4_lt{ width:100%; margin-bottom:20px;}
.aboutus4_rt{ width:100%;}
.aboutus4_rt .txt{ font-size:16px; line-height:2em;}
}

.aboutus5bg{ margin:80px 0;}
.aboutus5{}
.aboutus5 .list{}
.aboutus5 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.aboutus5 .list ul li{ width:calc((100% - 80px)/3); margin:0 0 40px 40px;}
.aboutus5 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus5 .list ul li .img{ overflow:hidden; position:relative; padding-bottom:134%;}
.aboutus5 .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;}
.aboutus5 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.aboutus5bg{ margin:40px 0;}
.aboutus5 .list ul li{ width:calc((100% - 20px)/3); margin:0 0 20px 10px;}
}

.aboutus6bg{ margin:80px 0; }
.aboutus6{display: flex; justify-content: space-between; align-items: center; }
.aboutus6_lt{ width:45%;}
.aboutus6_lt img{ display:block; max-width:100%;}
.aboutus6_rt{ width:50%; text-align:right;}
.aboutus6_rt .h2{ font-size:53px; line-height:63px; font-weight:bold; color:var(--third-color); margin-bottom:10px;}
.aboutus6_rt .h3{ font-size:28px; line-height:38px; margin-bottom:10px;}
.aboutus6_rt .h4{ font-size:30px; line-height:46px;}
.aboutus6_rt .h4 span{ display:inline-block; text-align:center; background:var(--third-color); color:#fff; padding:0 10px; min-width:240px; border-radius:40px; transition:all .3s ease;}
.aboutus6_rt .h4 span:hover{ background:var(--primary-color);}
@media(max-width:999px){
.aboutus6bg{ margin:40px 0; }
.aboutus6_lt{ width:45%;}
.aboutus6_rt{ width:50%; }
.aboutus6_rt .h2{ font-size:20px; line-height:30px; margin-bottom:0px;}
.aboutus6_rt .h3{ font-size:12px; line-height:22px; margin-bottom:5px;}
.aboutus6_rt .h4{ font-size:12px; line-height:30px;}
.aboutus6_rt .h4 span{ padding:0 10px; min-width:100px; }
}


