/*common start*/
:root{
 --primary-color:#b38d54;
 --secondary-color:#c29f67;
 --main-color:#b38d54;
 --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:1500px; 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: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_search_btn{ width:24px; height:20px; font-size:20px; color:#666; cursor:pointer; display:none;}
.head .h_search_btn:hover{ }
/*menu*/
.head .menu{ height:100px; line-height:100px; }
.head .menu>ul{ }
.head .menu>ul>li{ float:left;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#666; display:block; font-size:16px; position:relative; padding:0 1.3vw;}
.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; display:inline-block; transition:all .3s ease;}
.head .menu>ul>li.menu_down:hover>a:after{transform: rotate(180deg);}
.head .menu>ul>li ul{ width:fit-content; min-width:160px; padding:10px 0; 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; }
.head .menu>ul>li ul li a{ color:#999; display:block; font-weight:normal; font-size:14px; line-height:24px; padding:10px 20px; 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: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:100px;}
.head.active1{ box-shadow:1px 1px 10px 1px rgb(0 0 0 / 10%);}
@media(min-width:999px){
.head .h_search_box{ }
.head .h_search{}
.head .h_search .form{ width:18.22vw; height:40px; border-bottom:1px solid rgba(175,177,196,.2); background:#fff;}
.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:#999; height:40px; line-height:40px; width:40px; font-size:16px; cursor:pointer;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head2{ height:60px; }
.head .logo{ width:50%; height:60px; }
.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,.5); 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;}
.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:var(--primary-color); color:#fff; width:40px; height:40px; line-height:40px; text-align:center; cursor:pointer; font-size:16px;}
.head .h_search .form .button1 i{ margin-right:5px;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:20px; height:16px; cursor:pointer; position:relative; display:none; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:20px; 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(7px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-7px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); border-top:1px solid #eee; 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:#fff; position:absolute; left:0; top:0; z-index:999;}
.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 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:"\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;}
}


.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:20px; height:10px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; margin:0 3px; width:10px; height:10px; background:rgba(0,0,0,.5); opacity:1; transition:all .3s ease; }
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; margin-top:-30px; color:#fff; font-size:30px; transition:all .3s ease;display: flex; justify-content:center; align-items: center;background: rgba(0, 0, 0, 0.5); border-radius:10px;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ }
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{background: rgba(0, 0, 0, 0.9);}
.banner_swiper .swiper-button-prev{ left:20px;}
.banner_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.banner_swiper .swiper-container .swiper-slide img{ }
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; margin-top:-20px; font-size:20px;}
}


.tit1{}
.tit1 .h2{ font-size:26px; line-height:36px;}
.tit1 .h3{ font-size:14px; line-height:24px; opacity:.5;}
.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:14px; line-height:36px; width:125px; border-radius:30px; border:1px solid #fff; color:#fff; transition:all .3s ease;}
.more1 span:hover{ background:#fff; color:var(--primary-color);}
.more1 span i{ margin-left:5px;}
.con01bg{}
.con01{}
.con01 dl{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con01 dl dt{ width:25%; background:#181818; color:#a9a9a9;}
.con01 dl dt .nr_box{ padding:6.24vw 5%; height:calc(100% - 12.48vw);display: flex; justify-content:space-between; align-items: center;flex-direction: column;}
.con01 dl dt .tit1{ color:#fff;}
.con01 dl dt .list{ max-width:180px;}
.con01 dl dt .list ul{display: flex; justify-content:center; align-items: center; flex-wrap:wrap;}
.con01 dl dt .list ul li{ margin:5px 0;}
.con01 dl dt .list ul li i{ display:inline-block; margin: 0 2px;}
.con01 dl dt .list ul li a{ font-size:14px; line-height:24px; color:#a9a9a9;}
.con01 dl dt .list ul li a:hover{ color:var(--primary-color);}
.con01 dl dd{ width:25%; background:var(--primary-color);}
.con01 dl dd .nr_box{display: flex; justify-content:center; align-items: center;flex-direction: column;}
.con01 dl dd:nth-child(2n+1) .nr_box{flex-direction: column-reverse;}
.con01 dl dd .txtbg{ color:#fff; width:100%; height:16.66vw; }
.con01 dl dd .txt{ padding:2.08vw 20px 0 20px; }
.con01 dl dd .txt .h2{ font-size:16px; line-height:26px; margin-bottom:1.04vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con01 dl dd .txt .h3{ font-size:14px; line-height:24px; opacity:.5; margin-bottom:1.04vw;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
.con01 dl dd .imgbg{ width:100%;}
.con01 dl dd .img{ padding-bottom:142%; position:relative; overflow:hidden;}
.con01 dl dd .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con01 dl dd:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.tit1 .h2{ font-size:20px; line-height:30px;}
.tit1 .h3{ font-size:14px; line-height:24px; }
.more1 span{ font-size:14px; line-height:36px; width:125px; }
.con01 dl dt{ width:100%; }
.con01 dl dt .nr_box{ padding:20px 5%; height:auto; display:block;}
.con01 dl dt .list{ max-width:100%; margin-top:10px;}
.con01 dl dt .list ul{ justify-content:flex-start; }
.con01 dl dt .list ul li{ margin:0 0 5px 0;}
.con01 dl dt .list ul li i{ margin: 0 2px;}
.con01 dl dd{ width:100%; padding:0 0 20px 0;}
.con01 dl dd .nr_box{display:block; padding:0 5%;}
.con01 dl dd .txtbg{ height:auto; }
.con01 dl dd .txt{ padding:20px 0; }
.con01 dl dd .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px; }
.con01 dl dd .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px; }
}


.con02bg{ background:var(--secondary-color); color:#fff;}
.con02{display: flex; justify-content: space-between; align-items: center;}
.con02_lt{ width:58%;}
.con02_lt .nr_box{}
.con02_lt .list{ margin-top:3.12vw;}
.con02_lt .list .txt{ font-size:14px; line-height:2em; opacity:.8; margin-bottom:3.12vw;}
.con02_rt{ width:36%;}
.con02_rt img{ display:block; margin:0 auto; width:100%;}
@media(max-width:999px){
.con02bg{ padding:40px 0;}
.con02{display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .list{ margin-top:20px;}
.con02_lt .list .txt{ margin-bottom:20px;}
.con02_rt{ width:100%;}
.con02_rt img{ width:60%;}
}


.con03bg{ border-bottom:1px solid #eee;}
.con03{}
.con03_list1{display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_list1 .lt{ width:50%;display: flex; justify-content: flex-end;/* align-items: center;*/}
.con03_list1 .lt .nr_box{ width:34%; position:relative;}
.con03_list1 .lt .nr_box .img{ padding-bottom:100%; position:relative;}
.con03_list1 .lt .nr_box .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03_list1 .lt .nr_box .txtbg{ width:100%; position:absolute; bottom:0; left:0;}
.con03_list1 .lt .nr_box .txt{ text-align:right; color:#fff; padding:20px 10%;}
.con03_list1 .lt .nr_box .txt .h2{ font-size:16px; line-height:26px;}
.con03_list1 .lt .nr_box .txt .h3{ font-size:13px; line-height:23px;}
.con03_list1 .lt .nr_box .txt .line1{ width:16px; height:2px; background:var(--primary-color); margin:5px 0 0 auto;}
.con03_list1 .rt{ width:50%;display: flex; justify-content: center; align-items: center;}
.con03_list1 .rt ul{ width:100%;display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_list1 .rt ul li{ width:50%; text-align:center;}
.con03_list1 .rt ul li .txt{}
.con03_list1 .rt ul li .txt .h2{ font-size:18px;}
.con03_list1 .rt ul li .txt .h2 strong{ font-size:60px; font-weight:normal;}
.con03_list1 .rt ul li .txt .h2 span{}
.con03_list1 .rt ul li .txt .h3{ font-size:14px; line-height:24px;}
.con03_list2{display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_list2 .lt{ width:50%;display: flex; justify-content: flex-end; align-items: flex-end;}
.con03_list2 .lt .nr_box2{ width:66%;}
.con03_list2 .lt .nr_box2 .img{ padding-bottom:100%; position:relative; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03_list2 .lt .nr_box2 .img img{ max-width:80%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03_list2 .lt .nr_box{ width:34%; position:relative;}
.con03_list2 .lt .nr_box .img{ padding-bottom:100%; position:relative;}
.con03_list2 .lt .nr_box .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03_list2 .lt .nr_box .txtbg{ width:100%; position:absolute; bottom:0; left:0;}
.con03_list2 .lt .nr_box .txt{ text-align:right; color:#fff; padding:20px 10%;}
.con03_list2 .lt .nr_box .txt .h2{ font-size:16px; line-height:26px;}
.con03_list2 .lt .nr_box .txt .h3{ font-size:13px; line-height:23px;}
.con03_list2 .lt .nr_box .txt .line1{ width:16px; height:2px; background:var(--primary-color); margin:5px 0 0 auto;}
.con03_list2 .rt{ width:50%;display: flex; justify-content: center; align-items: center; background:var(--primary-color); color:#fff;}
.con03_list2 .rt .nr_box{ padding:0 10% 0 5%;}
.con03_list2 .rt .list{ margin-top:2.08vw;}
.con03_list2 .rt .list .txt{ font-size:14px; line-height:2em; margin-bottom:2.08vw;}
@media(max-width:999px){
.con03_list1{display:block;}
.con03_list1 .lt{ width:100%;display: flex; justify-content: flex-end;/* align-items: center;*/}
.con03_list1 .lt .nr_box{ width:50%; }
.con03_list1 .lt .nr_box .txt{ padding:20px 10%;}
.con03_list1 .lt .nr_box .txt .h2{ font-size:14px; line-height:24px;}
.con03_list1 .lt .nr_box .txt .h3{ font-size:12px; line-height:22px;}
.con03_list1 .rt{ width:100%; flex-wrap:wrap;}
.con03_list1 .rt ul li{ margin:20px 0;}
.con03_list1 .rt ul li .txt .h2{ font-size:14px;}
.con03_list1 .rt ul li .txt .h2 strong{ font-size:26px; }
.con03_list1 .rt ul li .txt .h3{ font-size:14px; line-height:24px;}
.con03_list2{display: block;}
.con03_list2 .lt{ width:100%;display: flex; justify-content: flex-end; align-items: flex-end;}
.con03_list2 .lt .nr_box2{ width:50%;}
.con03_list2 .lt .nr_box{ width:50%; }
.con03_list2 .lt .nr_box .txt{ padding:20px 10%;}
.con03_list2 .lt .nr_box .txt .h2{ font-size:14px; line-height:24px;}
.con03_list2 .lt .nr_box .txt .h3{ font-size:12px; line-height:22px;}
.con03_list2 .rt{ width:100%;display: flex; justify-content: center; align-items: center; background:var(--primary-color); color:#fff;}
.con03_list2 .rt .nr_box{ padding:40px 5%;}
.con03_list2 .rt .list{ margin-top:20px;}
.con03_list2 .rt .list .txt{ font-size:14px; line-height:2em; margin-bottom:20px;}
}



.con04bg{ padding:80px 0;}
.con04{}
.con04 .list{ margin-top:40px;}
.con04 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.con04 .list ul li{ width:calc((100% - 40px)/2); margin:0 0 0 40px; transition:all .3s ease;}
.con04 .list ul li:hover{ box-shadow:0 0 22px rgba(0,0,0,.12);}
.con04 .list ul li:nth-child(2n-1){ margin-left:0;}
.con04 .list ul li .txtbg{ padding:0 10px;}
.con04 .list ul li .txt{ border-bottom:1px solid #eee; padding:20px 10px;}
.con04 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:15px;display: flex; justify-content: space-between;/* align-items: center;*/}
.con04 .list ul li .txt .h2 a{ color:#333; display:block; width:70%;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con04 .list ul li .txt .h2 a:hover{ color:var(--primary-color);}
.con04 .list ul li .txt .h2 span{ color:#999;}
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:20px; color:#666;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con04 .list ul li .txt .h4{ font-size:12px; line-height:26px; color:#999;}
.con04 .list ul li .txt .h4 span{ display:inline-block; text-align:center; border-radius:4px; border:1px solid #eee; padding:0 10px;}
@media(max-width:999px){
.con04bg{ padding:40px 0;}
.con04 .list ul li{ width:100%; margin:0 0 0 0; }
.con04 .list ul li .txtbg{ padding:0 20px;}
.con04 .list ul li .txt{ padding:20px 20px;}
.con04 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:15px; }
.con04 .list ul li .txt .h2 a{ width:70%; }
.con04 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-bottom:20px; }
.con04 .list ul li .txt .h4{ font-size:12px; line-height:26px; }
.con04 .list ul li .txt .h4 span{ padding:0 10px;}
}


.con05bg{ background:#fafafa; padding:40px 0;}
.con05{}
.con05 .list{}
.con05 .list ul{display: flex; justify-content: flex-start;/* align-items: center;*/ flex-wrap:wrap;}
.con05 .list ul li{ width:calc((100% - 100px)/6); margin:10px 0 10px 20px;}
.con05 .list ul li:nth-child(6n-5){ margin-left:0;}
.con05 .list ul li .img{ padding-bottom:50%; position:relative;}
.con05 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05 .list ul li:hover .img img{ transform:scale(1.1);}
@media(max-width:999px){
.con05bg{ padding:20px 0;}
.con05 .list ul li{ width:calc((100% - 10px)/2); margin:10px 0 10px 10px;}
.con05 .list ul li:nth-child(2n-1){ margin-left:0;}
}


.foot{ background:#181818; color:#999;}
.foot a{ color:#999;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:80px 0; background-color:#202020; background-repeat:no-repeat; background-position:center; background-size:cover;}
.foot1{display: flex; justify-content: space-between; align-items: flex-end; padding:0 20% 0 0;}
.foot1 .lt{ width:24%;}
.foot1 .lt .tit1{ color:#fff;}
.foot .f_contact{ margin-top:60px; font-size:14px; line-height:24px;}
.foot .f_contact dl dt{}
.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:14px; line-height:38px; padding:0 30px; border-radius:30px; background:var(--primary-color); color:#fff; transition:all .3s ease;}
.more2 span:hover{ background:var(--secondary-color);}
.more2 span i{ margin-right:5px;}
.foot .f_contact dl dd{ margin-top:20px;}
.foot .ewm{}
.foot .ewm ul{display: flex; justify-content:space-between;/* align-items: center;*/}
.foot .ewm ul li{ width:40%; text-align:center;}
.foot .ewm ul li img{ display:block; margin:0 auto; width:100%;}
.foot .ewm ul li span{ display:block; margin-top:5px;}
.foot1 .rt{ width:66%;}
.foot .f_message{}
.foot .f_message ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.foot .f_message ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.foot .f_message ul li:nth-child(1){ margin-left:0;}
.foot .f_message ul li.li1{ width:100%; margin-left:0;}
.foot .f_message .h3{ font-size:14px; line-height:24px;}
.foot .f_message font{ color:#f00;}
.foot .f_message .text1{ border:none; border-bottom:1px solid rgba(179,179,179,.25); background:none; height:44px; line-height:44px; padding:0; width:100%; color:#fff;}
.foot .f_message .text2{ border:none; border-bottom:1px solid rgba(179,179,179,.25); background:none; height:96px; line-height:24px; padding:10px 0; width:100%; color:#fff;}
.foot .f_message .button1{ border:none; background:var(--primary-color); color:#fff; height:44px; line-height:44px; width:100%; cursor:pointer; transition:all .3s ease;}
.foot .f_message .button1:hover{ background:var(--secondary-color);}
.foot2bg{ padding:20px 0;}
.foot2{}
.foot .f_info{ font-size:14px; line-height:24px; text-align:center;}
@media(max-width:999px){
.foot{ padding-bottom:60px;}
.foot1bg{ padding:40px 0; }
.foot1{display:block; padding:0;}
.foot1 .lt{ width:100%; margin-bottom:20px;}
.foot .f_contact{ margin-top:20px; font-size:14px; line-height:24px;}
.more2 span{ font-size:14px; line-height:38px; padding:0 30px; }
.foot .f_contact dl dd{ margin-top:20px;}
.foot .ewm ul{ justify-content:flex-start; flex-wrap:wrap;}
.foot .ewm ul li{ width:calc((100% - 80px)/3); margin:0 0 10px 40px;}
.foot .ewm ul li:nth-child(3n-2){ margin-left:0;}
.foot1 .rt{ width:100%;}
.foot .f_message ul li{ width:100%; margin:0 0 10px 0;}
.foot2bg{ padding:15px 0;}
.foot .f_info{ font-size:12px; line-height:22px; }
}




/*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{ border-bottom:1px solid #e6e6e6;}
.inbar{ }
.innav{ font-size:16px; line-height:60px;}
.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.56vw;}
.innav ul li a{ display:block; text-align:center; position:relative;}
.innav ul li.hover{ color:var(--secondary-color);}
.innav ul li.hover>a{ color:var(--secondary-color); }
.weizhi{ font-size:14px; line-height:60px; text-align:right; color:#999; padding-left:20px; background:url(../images/fz.png) left center no-repeat;}
.weizhi i{ margin-right:5px;}
.weizhi a{ color:#999;}
.weizhi a:hover{ text-decoration:underline;}
@media(max-width:999px){
.inbanner svg{ width:100%; height:20px; }
.inbanner .txt .h2{ font-size:24px; line-height:34px; }
.inbarbg{ border:none;}
.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:#f2f2f2;}
.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;}
.inside{}
.inside_lt{ float:left; width:240px;}
.side_a{ background:#fff; overflow:hidden; }
.side_a .h1{ font-size:24px; line-height:34px; background:var(--primary-color); color:#fff; text-align:center; padding-bottom:5px; margin-bottom:5px;}
.side_a .h1 strong{ display:block; font-weight:normal; padding:20px 10px; border-bottom:1px solid #fff;}
.side_a>ul{ }
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #eee; margin-bottom:5px;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 40px; position:relative; cursor:pointer; background:#ececeb url(../images/ico_right1.png) right 10px center no-repeat;}
.side_a>ul>li>span:hover,.side_a>ul>li.hover>span{ color: #fff; background:var(--primary-color);}
.side_a ul li.active1>span{ }
.side_a ul li.active1>span:hover{ }
.side_a>ul>li>span:after{ content:"\f067";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:15px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a>ul>li.active1>span:after{ content:"\f068";}
.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{ display:none;}
.side_a ul li ul li{ margin-top:1px;}
.side_a ul li ul li span{ padding:10px 40px 10px 50px; position:relative;}
.side_a ul li ul li a{ color:var(--secondary-color); font-weight:bold;}
.side_a ul li ul li>span:after{ content:"\f105";font: normal normal normal 14px/1 FontAwesome; position:absolute; right:15px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li ul li.active1>span:after{/* content:"\f107";*/}
.side_a ul li ul li span:hover a,.side_a ul li ul li.hover>span a,.side_a ul li ul li span:hover,.side_a ul li ul li.hover>span{ color: var(--primary-color);}
.inside_rt{ float:right; width:calc(100% - 280px);}
@media(max-width:999px){
.insidebg{ padding:20px 0 60px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a .h1{ font-size:20px; line-height:30px; padding-bottom:5px; margin-bottom:5px;}
.side_a .h1 strong{ padding:15px 10px; }
.side_a>ul>li{ margin-bottom:5px;}
.side_a ul li span{ padding:15px 40px; }
.side_a ul li ul li span{ padding:10px 40px 10px 50px; }
.inside_rt{ width:100%;}
}



.tit2{ text-align:center;}
.tit2 .h2{ font-size:24px; line-height:34px; color:var(--primary-color);}
.tit2 .h3{ font-size:14px; line-height:24px; color:#a8a8a8;}
.aboutus1bg{ padding:60px 0;}
.aboutus1{}
.aboutus1 .list1{ margin-top:40px; font-size:14px; line-height:2em; text-align:center;}
.aboutus1 .list2{ margin-top:40px;}
.about_swiper{ position:relative;}
.about_swiper .swiper-container { width: 100%; }
.about_swiper .swiper-container .swiper-slide { position:relative;}
.about_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.about_swiper .swiper-pagination{ bottom:20px; height:10px;}
.about_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; margin:0 3px; width:10px; height:10px; background:rgba(0,0,0,.5); opacity:1; transition:all .3s ease; }
.about_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.about_swiper .swiper-button-prev,.about_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; margin-top:-30px; color:#fff; font-size:30px; transition:all .3s ease;display: flex; justify-content:center; align-items: center;background: rgba(0, 0, 0, 0.1); border-radius:10px;}
.about_swiper:hover .swiper-button-prev,.about_swiper:hover .swiper-button-next{ }
.about_swiper .swiper-button-prev:hover,.about_swiper .swiper-button-next:hover{background: rgba(0, 0, 0, 0.3);}
.about_swiper .swiper-button-prev{ left:20px;}
.about_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.about_swiper .swiper-container .swiper-slide img{ }
.about_swiper .swiper-pagination{ bottom:10px; }
.about_swiper .swiper-button-prev,.about_swiper .swiper-button-next{ width:40px; height:40px; margin-top:-20px; font-size:20px;}
}
.aboutus2bg{ padding:60px 0;}
.aboutus2{}
.aboutus2 .list{ margin-top:40px; position:relative; background:url(../images/a2bg.png) center no-repeat; background-size:32% auto; min-height:25vw;display: flex; justify-content: center; align-items:center;}
.aboutus2 .list>img{ width:32%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus2 .list ul{display: flex; justify-content:  flex-start;/* align-items:center;*/ flex-wrap:wrap; width:100%;}
.aboutus2 .list ul li{ width:30%; margin:0 0 0 40%; padding:40px 0; border-bottom:1px dashed #eee;}
.aboutus2 .list ul li:nth-child(2n-1){ margin-left:0;}
.aboutus2 .list ul li .txt{}
.aboutus2 .list ul li .txt .h2{ font-size:20px; margin-bottom:20px;}
.aboutus2 .list ul li .txt .h2 strong{ font-size:34px; color:var(--primary-color);}
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.aboutus2bg{ padding:40px 0;}
.aboutus2 .list{ margin-top:20px; background:none; min-height:0;display:block;}
.aboutus2 .list>img{ width:80%; position:static; margin:0 auto; display:block;}
.aboutus2 .list ul li{ width:100%; margin:0; padding:20px 0; }
.aboutus2 .list ul li .txt .h2{ font-size:16px; margin-bottom:10px;}
.aboutus2 .list ul li .txt .h2 strong{ font-size:22px; }
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px ;}
}
.aboutus3bg{ padding:60px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:40px;}
.aboutus3 .list ul{display: flex; justify-content:  flex-start;/* align-items:center;*/ flex-wrap:wrap; width:100%;}
.aboutus3 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px; transition:all .3s ease;}
.aboutus3 .list ul li:nth-child(3n-2){ margin-left:0;}
.aboutus3 .list ul li:hover{ box-shadow:0 0 22px rgba(0,0,0,.12);}
.aboutus3 .list ul li .nr_box{ padding:20px;}
.aboutus3 .list ul li .img{ padding-bottom:52%; position:relative; overflow:hidden;}
.aboutus3 .list ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus3 .list ul li .txt{ margin-top:20px; color:#666;}
.aboutus3 .list ul li .txt .h2{ font-size:16px; line-height:26px; color:#333;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.aboutus3 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.aboutus3 .list ul li .txt .h3{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.aboutus3 .list ul li .txt .h4{ font-size:14px; line-height:24px; color:#999; margin-bottom:10px;}
@media(max-width:999px){
.aboutus3bg{ padding:40px 0;}
.aboutus3 .list{ margin-top:20px;}
.aboutus3 .list ul li{ width:100%; margin:0 0 20px 0; }
.aboutus3 .list ul li .nr_box{ padding:10px;}
.aboutus3 .list ul li .txt{ margin-top:10px; }
.aboutus3 .list ul li .txt .h2{ font-size:16px; line-height:26px; }
.aboutus3 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
.aboutus3 .list ul li .txt .h4{ font-size:14px; line-height:24px; margin-bottom:5px;}
}



.service1bg{ padding:80px 0; background:#fafafa;}
.service1{}
.service1 .list{}
.service1 .list ul{display: flex; justify-content:  flex-start;/* align-items:center;*/ flex-wrap:wrap; width:100%;}
.service1 .list ul li{ width:calc((100% - 90px)/4); margin:10px 0 10px 30px; transition:all .3s ease; text-align:center;}
.service1 .list ul li:nth-child(4n-3){ margin-left:0;}
.service1 .list ul li .txt{}
.service1 .list ul li .txt .h2{ height:80px; position:relative; margin-bottom:20px;}
.service1 .list ul li .txt .h2 img{max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service1 .list ul li .txt .h3{ font-size:14px; line-height:24px; color:#999;}
@media(max-width:999px){
.service1bg{ padding:20px 0; }
.service1 .list ul li{ width:calc((100% - 10px)/2); margin:20px 0 20px 10px; }
.service1 .list ul li:nth-child(2n-1){ margin-left:0;}
.service1 .list ul li .txt .h2{ height:80px; }
.service1 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
}
.service2bg{ padding:80px 0;}
.service2{display: flex; justify-content:  space-between;/* align-items:center;*/}
.service2_lt{ width:56%;}
.service2_lt ul{display: flex; justify-content:  flex-start;/* align-items:center;*/ flex-wrap:wrap; width:100%;}
.service2_lt ul li{ width:calc(100%/3 - 40px); margin:0 40px 20px 0; transition:all .3s ease; text-align:center;}
.service2_lt ul li .img{ padding-bottom:136%; position:relative; overflow:hidden;}
.service2_lt ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.service2_lt ul li .txt{ margin-top:20px;}
.service2_lt ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:20px;}
.service2_lt ul li .txt .h3{ font-size:13px; line-height:23px; color:#999;}
.service2_rt{ width:44%;}
.service_swiper{ position:relative;}
.service_swiper .swiper-container { width: 100%; }
.service_swiper .swiper-container .swiper-slide { position:relative;}
.service_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.service_swiper .swiper-pagination{ bottom:20px; height:10px;}
.service_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; margin:0 3px; width:10px; height:10px; background:rgba(0,0,0,.5); opacity:1; transition:all .3s ease; }
.service_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.service_swiper .swiper-button-prev,.service_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; margin-top:-30px; color:#fff; font-size:30px; transition:all .3s ease;display: flex; justify-content:center; align-items: center;background: rgba(0, 0, 0, 0.1); border-radius:10px;}
.service_swiper:hover .swiper-button-prev,.service_swiper:hover .swiper-button-next{ }
.service_swiper .swiper-button-prev:hover,.service_swiper .swiper-button-next:hover{background: rgba(0, 0, 0, 0.3);}
.service_swiper .swiper-button-prev{ left:20px;}
.service_swiper .swiper-button-next{ right:20px;}
@media(max-width:999px){
.service2bg{ padding:40px 0;}
.service2{display:block;}
.service2_lt{ width:100%;}
.service2_lt ul li{ width:calc((100% - 20px)/3); margin:0 0 20px 10px; }
.service2_lt ul li:nth-child(3n-2){ margin-left:0;}
.service2_lt ul li .txt{ margin-top:10px;}
.service2_lt ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:10px;}
.service2_lt ul li .txt .h3{ font-size:13px; line-height:23px; }
.service2_rt{ width:100%;}
.service_swiper .swiper-container .swiper-slide img{ }
.service_swiper .swiper-pagination{ bottom:10px; }
.service_swiper .swiper-button-prev,.service_swiper .swiper-button-next{ width:40px; height:40px; margin-top:-20px; font-size:20px;}
}
.service3bg{ padding:80px 0;}
.service3{}
.service3 .list{ }
.service3 .list{}
.service3 .list ul{display: flex; justify-content:space-between;/* align-items: center;*/ flex-wrap:wrap;}
.service3 .list ul li{ width:calc((100% - 40px)/3); margin:0 0 20px 20px;}
.service3 .list ul li:nth-child(1){ margin-left:0;}
.service3 .list ul li.li1{ width:100%; margin-left:0;}
.service3 .list .h3{ font-size:14px; line-height:24px; margin-bottom:5px;}
.service3 .list font{ color:#f00;}
.service3 .list .text1{ border:none; background:rgba(204,204,204,.15); height:44px; line-height:44px; padding:0 10px; width:calc(100% - 20px); }
.service3 .list .text2{ border:none; background:rgba(204,204,204,.15); height:96px; line-height:24px; padding:10px 10px; width:calc(100% - 20px); }
.service3 .list .button1{ border:none; background:var(--primary-color); color:#fff; height:44px; line-height:44px; width:100%; cursor:pointer; transition:all .3s ease;}
.service3 .list .button1:hover{ background:var(--secondary-color);}
@media(max-width:999px){
.service3bg{ padding:40px 0;}
.service3 .list ul li{ width:100%; margin:0 0 10px 0;}
}



.page_dingwei{ padding-top:100px; margin-top:-100px;}
@media(max-width:999px){
.page_dingwei{ padding-top:60px; margin-top:-60px;}
}


