/*common start*/
:root{
 --primary-color:#688771;
 --main-color:#688771;
 --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:1450px; 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: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ width:35%; 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;}
.head2 .rt{ width:200px;}
.head .h_phone{ font-size:14px; line-height:24px; margin-bottom:3px;}
.head .h_phone span{ font-size:18px; color:var(--primary-color);}
.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; padding:0 .78vw; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; position:relative;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:var(--primary-color); }
.head .menu>ul>li ul{ width:fit-content; min-width:150px; background:#fff; box-shadow:1px 4px 10px rgba(0,0,0,0.05); position:absolute; top:100%; left:50%; transform:translateX(-50%); 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:10px 5px; text-align:center; 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(--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 1px 1px rgb(0 0 0 / 10%);}
@media(min-width:999px){
.head .h_search_box{ }
.head .h_search{}
.head .h_search .form{ height:30px; border-radius:4px; border:1px solid #e5e5e5;}
.head .h_search .form .text1{ float:left; border:none; background:none; height:30px; line-height:30px; padding:0 0 0 10px; width:calc(100% - 40px);}
.head .h_search .form .button1{ float:right; border:none; background:none; color:var(--primary-color); height:30px; line-height:30px; width:30px; font-size:16px; cursor:pointer;}
}
@media(max-width:999px){
.head_height{ height:60px;}
.head2{ height:60px; }
.head .logo{ width:60%; height:60px; }
.head2 .rt{ width:auto; }
.head .h_phone{ display:none;}
.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:24px; height:20px; cursor:pointer; position:relative; 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%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:var(--primary-color); color:#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{ border-bottom:1px solid #fff; padding:10px 5%;}
.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; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:16px; line-height:26px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\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:12px;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; border:1px solid #fff; background:none; 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; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.3); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.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; border-radius: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:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.tit1{ text-align:center;}
.tit1 .h2{ font-size:36px; line-height:46px; text-transform:uppercase;}
.tit1 .h3{ font-size:24px; line-height:34px; color:#999; margin-top:5px;}
.tit1 .h3 i{ font-style:normal; color:var(--primary-color);}
.con01bg{ padding:100px 0 60px 0;}
.con01{}
.con01 .list{ margin-top:40px;}
.proclass_gallery2{ position:relative;}
.proclass_gallery2 .proclass_gallery-thumbs{ padding:0 50px; position:relative; margin-bottom:40px;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-container{}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide{ text-align:center; padding:1px 0; cursor:pointer;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .img{ height:50px; position:relative;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .img .img2{ display:none;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .h2{ font-size:18px; line-height:28px;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img .img1{ display:none;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img .img2{ display:block;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ color:var(--primary-color); }
.proclass_gallery2 .proclass_gallery-top{}
.proclass_gallery2 .proclass_gallery-top .swiper-container{}
.proclass_gallery2 .proclass_gallery-top .swiper-slide{ position:relative;}
.con01 .proclass_list{}
.con01 .proclass_list ul{ display: flex; justify-content: space-between;/* align-items: center;*/}
.con01 .proclass_list ul li{ width:13.8%; position:relative; transition:all .3s ease;}
.con01 .proclass_list ul li .img{ height:530px; position:relative;}
.con01 .proclass_list ul li .img img{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1;}
.con01 .proclass_list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.3); position:absolute; top:0; left:0; transition:all .3s ease; z-index:2;}
.con01 .proclass_list ul li .txtbg{ width:100%; position:absolute; bottom:0; left:0; z-index:3;}
.con01 .proclass_list ul li .txt{ width:90%; padding:20px 5%; color:#fff; text-align:center;}
.con01 .proclass_list ul li .txt .h2{ font-size:16px; line-height:26px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con01 .proclass_list ul li .txt .h2 span{}
.con01 .proclass_list ul li.on{ width:58.6%}
.con01 .proclass_list ul li.on .img:before{ opacity:0; visibility:hidden;}
.con01 .proclass_list ul li.on .txtbg{ height:100%; display: flex; justify-content:center; align-items: center;}
.con01 .proclass_list ul li.on .txt .h2{ font-size:24px; line-height:34px; display:block;}
.con01 .proclass_list ul li.on .txt .h2 span{ display:inline-block; padding:20px 180px; background:#68877194;}
.proclass_list{}
.proclass_gallery2 .swiper-button-prev,.proclass_gallery2 .swiper-button-next{ text-align:center; width:30px; height:30px; line-height:30px; margin-top:-15px; border-radius:100%; background:rgba(0,0,0,.3); color:#fff; font-size:20px; transition:all .3s ease;}
.proclass_gallery2 .swiper-button-prev:hover,.proclass_gallery2 .swiper-button-next:hover{ background:var(--primary-color);}
.proclass_gallery2 .swiper-button-prev{ left:0;}
.proclass_gallery2 .swiper-button-next{ right:0;}
@media(max-width:999px){
.tit1 .h2{ font-size:22px; line-height:32px;}
.tit1 .h3{ font-size:18px; line-height:28px; margin-top:0;}
.con01bg{ padding:60px 0 30px 0;}
.con01 .list{ margin-top:30px;}
.proclass_gallery2 .proclass_gallery-thumbs{ padding:0 40px; margin-bottom:30px;}
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .img{ height:35px; }
.proclass_gallery2 .proclass_gallery-thumbs .swiper-slide .h2{ font-size:14px; line-height:24px;}
.con01 .proclass_list ul{ flex-wrap:wrap;}
.con01 .proclass_list ul li{ width:48% !important; margin:1% 1%;}
.con01 .proclass_list ul li .img:before{ opacity:1; visibility:visible;}
.con01 .proclass_list ul li .img{ height:150px;}
.con01 .proclass_list ul li .txtbg{ height:auto !important; display:block !important;}
.con01 .proclass_list ul li .txt{ width:90%; padding:10px 5%; }
.con01 .proclass_list ul li .txt .h2{ font-size:14px !important; line-height:24px !important; display: -webkit-box !important;}
.con01 .proclass_list ul li .txt .h2 span{ padding:0 !important; background:none !important;}
}


.more1{}
.more1 span{ display:inline-block; text-align:center; font-size:16px; line-height:34px; border:1px solid var(--primary-color); color:#666; padding:0 20px; transition:all .3s ease;}
.more1 span:hover{ background:var(--primary-color); color:#fff;}
.con02bg{ padding:100px 0; background:url(../images/about-bg01.jpg) bottom center no-repeat;}
.con02{}
.con02 .list1{ display: flex; justify-content: space-between; align-items: center;}
.con02_lt{ width:43%;}
.con02_lt .h2{ font-size:36px; line-height:46px; margin-bottom:1.3vw;}
.con02_lt .h3{ font-size:24px; line-height:34px; margin-bottom:1.3vw; color:#666;}
.con02_lt .h4{ font-size:16px; line-height:26px; margin-bottom:3.32vw; color:#666;}
.con02_rt{ width:52%;}
.con02_rt img{ display:block; width:100%;}
.con02 .list2{ margin-top:50px;}
.con02 .list2 ul{ display: flex; justify-content: space-between;/* align-items: center;*/}
.con02 .list2 ul li{ width:25%; text-align:center;}
.con02 .list2 ul li .txt{}
.con02 .list2 ul li .txt .h2{ font-size:16px;}
.con02 .list2 ul li .txt .h2 strong{ font-size:66px; font-weight:normal; color:var(--primary-color);}
.con02 .list2 ul li .txt .h2 span{ vertical-align:top;}
.con02 .list2 ul li .txt .h3{ font-size:16px; line-height:20px;}
.con02 .list3{}
.con02 .list3 ul li{ float:left; width:22%; margin:50px 5% 0 5%;}
.con02 .list3 ul li:nth-child(3n-2){ margin-left:7%;}
.con02 .list3 ul li:nth-child(3n){ margin-right:7%;}
.con02 .list3 ul li .img{ padding-bottom:75%; position:relative; overflow:hidden;}
.con02 .list3 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;}
.con02 .list3 ul li:hover .img img{ transform:scale(1.1);}
.con02 .list3 ul li .txt{ text-align:center; margin-top:15px;}
.con02 .list3 ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.more1 span{ font-size:13px; line-height:30px; padding:0 10px; }
.con02bg{ padding:60px 0; }
.con02 .list1{ display:block;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .h2{ font-size:22px; line-height:32px; margin-bottom:10px;}
.con02_lt .h3{ font-size:18px; line-height:28px; margin-bottom:20px; }
.con02_lt .h4{ font-size:14px; line-height:24px; margin-bottom:20px; }
.con02_rt{ width:100%;}
.con02 .list2{ margin-top:20px;}
.con02 .list2 ul{ flex-wrap:wrap;}
.con02 .list2 ul li{ width:50%; margin:20px 0 0 0;}
.con02 .list2 ul li .txt .h2{ font-size:12px;}
.con02 .list2 ul li .txt .h2 strong{ font-size:40px; }
.con02 .list2 ul li .txt .h3{ font-size:12px; line-height:16px;}
.con02 .list3{ margin-top:20px;}
.con02 .list3 ul li{ width:32% !important; margin:20px 0 0 2% !important;}
.con02 .list3 ul li:nth-child(3n-2){ margin-left:0 !important;}
.con02 .list3 ul li .txt{ margin-top:5px;}
.con02 .list3 ul li .txt .h2{ font-size:12px; line-height:22px;}
}


.con03bg{ padding:100px 0; background:#f6f6f6;}
.con03{}
.con03 .list{ margin-top:50px; display: flex; justify-content: space-between;/* align-items: center;*/}
.con03_lt{ width:80%;}
.con03_lt ul li{ float:left; width:25%; position:relative;}
.con03_lt ul li .img{ height:220px;}
.con03_lt ul li .img .img1{width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1;}
.con03_lt ul li .img .img2{max-width:60%; max-height:60%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:3;}
.con03_lt ul li .img:before{ content:""; width:100%; height:100%; background:url(../images/join-bg010.jpg) center no-repeat; background-size:100% 100%; position:absolute; top:0; left:0; z-index:2; opacity:0; visibility:hidden; transition:all .3s ease;}
.con03_lt ul li:hover .img:before{ opacity:1; visibility:visible;}
.con03_lt ul li .txtbg{ width:100%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:4;}
.con03_lt ul li .txt{ text-align:center; padding:0 5%;}
.con03_lt ul li .txt .h2{ font-size:28px; line-height:38px;}
.con03_lt ul li:nth-child(2) .txt,.con03_lt ul li:nth-child(4) .txt,.con03_lt ul li:nth-child(5) .txt,.con03_lt ul li:nth-child(7) .txt{ color:#fff;}
.con03_rt{ width:20%; height:440px; background:url(../images/join-bg08.jpg) center no-repeat; background-size:100% 100%; display: flex; justify-content: center; align-items: center;}
.con03_rt a{ display:block; width:100%;}
.con03_rt .txt{ color:#fff; text-align:center; padding:0 5%;}
.con03_rt .txt .h2{ font-size:24px; margin-bottom:10px;}
.con03_rt .txt .h2 span{ font-size:60px;}
.con03_rt .txt .h3{ font-size:18px; line-height:28px; margin-bottom:80px;}
.con03_rt .txt .h4{ font-size:16px;}
.con03_rt .txt .h4 span{ font-size:30px;}
.con03_rt .txt .h4 i{ display:inline-block; vertical-align:middle; margin-left:2px; width:15px; height:15px; background:url(../images/join-more01.png) center no-repeat;}
@media(max-width:999px){
.con03bg{ padding:60px 0; }
.con03 .list{ margin-top:40px; display:block;}
.con03_lt{ width:100%;}
.con03_lt ul li .img{ height:90px;}
.con03_lt ul li .txt .h2{ font-size:14px; line-height:24px;}
.con03_rt{ width:100%; height:180px; }
.con03_rt .txt .h2{ font-size:12px; margin-bottom:5px;}
.con03_rt .txt .h2 span{ font-size:34px;}
.con03_rt .txt .h3{ font-size:18px; line-height:28px; margin-bottom:15px;}
.con03_rt .txt .h4{ font-size:14px;}
.con03_rt .txt .h4 span{ font-size:18px;}
}


.con04bg{ padding:100px 0;}
.con04{}
.con04 .list{ }
.con04 .list ul li{ float:left; width:30%; margin:50px 0 0 5%;}
.con04 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
.con04 .list ul li .nr_box{}
.con04 .list ul li .img{ padding-bottom:68%; position:relative; overflow:hidden;}
.con04 .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;}
.con04 .list ul li:hover .img img{ transform:scale(1.1);}
.con04 .list ul li .txt{ color:#666; margin-top:20px;}
.con04 .list ul li .txt .h2{ font-size:18px; line-height:28px; color:#333; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con04 .list ul li:hover .txt .h2{ color:var(--primary-color);}
.con04 .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;}
.con04 .list ul li .txt .h4{ font-size:18px; line-height:28px; color:#999; padding-left:20px; background:url(../images/news-time01.png) left center no-repeat; margin-bottom:5px;}
@media(max-width:999px){
.con04bg{ padding:60px 0;}
.con04 .list ul li{ width:100%; margin:40px 0 0 0;}
.con04 .list ul li .txt{ margin-top:15px;}
.con04 .list ul li .txt .h2{ font-size:16px; line-height:26px; margin-bottom:5px; }
.con04 .list ul li .txt .h3{ font-size:12px; line-height:22px; }
.con04 .list ul li .txt .h4{ font-size:12px; line-height:22px; margin-bottom:5px;}
}






.foot{ background:url(../images/footer-bg01.png) center no-repeat; background-size:cover; color:#ccc; }
.foot a{ color:#ccc;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:60px 0; }
.foot1{ display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ max-width:74%;}
.foot .f_nav{ font-size:14px; line-height:24px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .f_nav dl{ margin-right:5.2vw;}
.foot .f_nav dl dt{ font-size:18px; line-height:28px; color:#fff; margin-bottom:25px; }
.foot .f_nav dl dd{ margin-top:8px;}
.foot1 .rt{ }
.foot .f_contact{ font-size:18px; line-height:28px; margin-bottom:40px;}
.foot .f_contact dl dd{ }
.foot .f_contact dl dd span{ font-size:30px; line-height:40px; color:var(--primary-color); }
.foot .f_share{}
.foot .f_share a{ display:inline-block; width:38px; height:38px; border-radius:100%; border:1px solid #fff; margin-right:5px; position:relative; transition:all .3s ease;}
.foot .f_share a:hover{ border-color:var(--primary-color); background:var(--primary-color);}
.foot .f_share a>img{ display:block; max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot .f_share a .ewm{ padding-bottom:5px; position:absolute; bottom:100%; left:50%; transform:translateX(-50%); display:none;}
.foot .f_share a:hover .ewm{ display:block; width:150px;}
.foot .f_share a .ewm img{}
.foot2bg{ padding:20px 0; border-top:1px solid var(--primary-color);}
.foot2{ font-size:14px; line-height:24px;display: flex; justify-content: space-between;/* align-items:center;*/}
.foot .f_info{ }
.foot .f_info ul li{}
.foot .f_info a{ display:inline-block; margin-right:10px;}
@media(max-width:999px){
.foot1bg{ padding:10px 0; }
.foot1{ display:block}
.foot1 .lt{ display:none;}
.foot .f_contact{ font-size:18px; line-height:28px; margin-bottom:20px;}
.foot .f_contact dl dd span{ font-size:30px; line-height:40px; }
.foot .f_share a{ width:38px; height:38px; }
.foot2bg{ padding:15px 0; }
.foot2{margin-bottom:43px; font-size:14px; line-height:24px;display:block;}
.foot .f_info a{ margin-right:10px;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbarbg{ border-bottom:1px solid #e6e6e6; }
.inbar{ }
.innav{ font-size:18px; 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; }
.innav ul li a{ display:block; text-align:center; padding:0 2.6vw;}
.innav ul li:before{ content:""; width:1px; height:20px; background:#e1e1e1; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.innav ul li:nth-child(1):before{ display:none;}
.innav ul li.hover{ color:var(--primary-color);}
.innav ul li.hover>a{ color:var(--primary-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{}
@media(max-width:999px){
.inbar{ display:block;}
.innav{ font-size:14px; line-height:34px;}
.innav ul{
-webkit-justify-content: flex-start;
justify-content: flex-start;}
.innav ul li{ width:calc(100%/3);}
.innav ul li:nth-child(3n-2):before{ display:none;}
.innav ul li a{ padding:0;}
.weizhi{ display:none;}
}

.insidebg{ padding:60px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:260px;}
.side_a{ background:#fff; box-shadow:1px 1px 10px rgba(0, 0, 0, 0.05); overflow:hidden; }
.side_a .h1{ font-size:24px; line-height:34px; background:var(--primary-color); color:#fff; padding:20px 10px 20px 20px; }
.side_a .h1 strong{ }
.side_a>ul{ padding:20px 20px;}
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #eee;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:10px 25px 10px 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:"\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: var(--primary-color);}
.side_a ul li ul{ padding:0 10px 10px 0; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:5px 0 5px 15px; }
.side_a ul li ul li a{}
.inside_rt{ float:right; width:calc(100% - 300px);}
@media(max-width:999px){
.insidebg{ padding:30px 0 60px 0;}
.inside_lt{ width:100%; margin-bottom:20px;}
.side_a>ul{ padding:10px 20px;}
.inside_rt{ width:100%;}
}



.aboutus1bg{ padding:100px 0;}
.aboutus1{}
.aboutus1 .list1{ padding:60px 120px; position:relative;}
.aboutus1 .list1:before{ content:""; width:55px; height:46px; background:url(../images/intro-ico001.png) center no-repeat; background-size:contain; position:absolute; top:0; left:0;}
.aboutus1 .list1:after{ content:""; width:55px; height:46px; background:url(../images/intro-ico002.png) center no-repeat; background-size:contain; position:absolute; bottom:0; right:0;}
.aboutus1 .list1 .h2{ font-size:24px; line-height:34px; color:var(--primary-color); margin-bottom:10px;}
.aboutus1 .list1 .h3{ font-size:30px; line-height:40px; color:var(--primary-color); margin-bottom:30px;}
.aboutus1 .list1 .h4{ font-size:18px; line-height:2em; color:#666; margin-bottom:60px;}
.aboutus1 .list1 .img{}
.aboutus1 .list1 .img img{ display:block; width:100%;}
.aboutus1 .list2{}
.aboutus1 .list2 ul{ display: flex; justify-content: space-between;/* align-items: center;*/}
.aboutus1 .list2 ul li{ width:25%; text-align:center; margin-top:60px;}
.aboutus1 .list2 ul li .txt{}
.aboutus1 .list2 ul li .txt .h2{ font-size:16px;}
.aboutus1 .list2 ul li .txt .h2 strong{ font-size:66px; color:var(--primary-color);}
.aboutus1 .list2 ul li .txt .h2 span{ vertical-align:top;}
.aboutus1 .list2 ul li .txt .h3{ font-size:16px;}
@media(max-width:999px){
.aboutus1bg{ padding:60px 0;}
.aboutus1 .list1{ padding:30px 0; }
.aboutus1 .list1:before{ width:25px; height:21px; }
.aboutus1 .list1:after{ width:25px; height:21px; }
.aboutus1 .list1 .h2{ font-size:18px; line-height:28px; margin-bottom:5px;}
.aboutus1 .list1 .h3{ font-size:18px; line-height:28px; margin-bottom:10px;}
.aboutus1 .list1 .h4{ font-size:14px; line-height:2em; margin-bottom:20px;}
.aboutus1 .list2 ul{ flex-wrap:wrap;}
.aboutus1 .list2 ul li{ width:50%; margin-top:30px;}
.aboutus1 .list2 ul li .txt .h2{ font-size:12px;}
.aboutus1 .list2 ul li .txt .h2 strong{ font-size:40px; }
.aboutus1 .list2 ul li .txt .h3{ font-size:12px;}
}
.aboutus2bg{ padding:100px 0; background:#f9f9f9;}
.aboutus2{}
.aboutus2 .list1{ display: flex; justify-content: space-between; align-items: center;}
.aboutus2 .list1 .lt{}
.aboutus2 .list1 .lt .h2{ font-size:36px; line-height:46px; margin-bottom:10px;}
.aboutus2 .list1 .lt .h3{ font-size:24px; line-height:34px; color:var(--primary-color);}
.aboutus2 .list1 .rt{ }
.aboutus2 .list1 .rt .h4{ font-size:17px; line-height:2em;}
.aboutus2 .list2{}
.aboutus2 .list2 ul li{ float:left; width:23%; margin:30px 0 0 2%;}
.aboutus2 .list2 ul li:nth-child(3n-2){ margin-left:2%; /*clear:left;*/}
.aboutus2 .list2 ul li .img{ padding-bottom:70%; position:relative; overflow:hidden;}
.aboutus2 .list2 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;}
.aboutus2 .list2 ul li:hover .img img{ transform:scale(1.1);}
.aboutus2 .list2 ul li .txt{ text-align:center; margin-top:15px;}
.aboutus2 .list2 ul li .txt .h2{ font-size:18px; line-height:28px; color:var(--primary-color);}
@media(max-width:999px){
.aboutus2bg{ padding:60px 0; }
.aboutus2 .list1{ display:block;}
.aboutus2 .list1 .lt{ margin-bottom:10px;}
.aboutus2 .list1 .lt .h2{ font-size:20px; line-height:30px; margin-bottom:5px;}
.aboutus2 .list1 .lt .h3{ font-size:18px; line-height:28px; }
.aboutus2 .list1 .rt .h4{ font-size:12px; line-height:2em;}
.aboutus2 .list2 ul li{ width:32%; margin:20px 0 0 2%;}
.aboutus2 .list2 ul li:nth-child(3n-2){ margin-left:0; }
.aboutus2 .list2 ul li .txt{ margin-top:5px;}
.aboutus2 .list2 ul li .txt .h2{ font-size:12px; line-height:22px; }
}
.aboutus3bg{ padding:100px 0; }
.aboutus3{}
.aboutus3 .list{ margin-top:60px; margin-bottom:60px; position:relative;}
.aboutus3 .list:before{ content:""; width:1px; height:100%; background:#a1a1a1; position:absolute; top:0; left:230px;}
.aboutus3 .list dl{ display: flex; justify-content: space-between;/* align-items: center;*/ position:relative; margin-bottom:30px;}
.aboutus3 .list dl:before{ content:""; width:27px; height:1px; background:#a1a1a1; position:absolute; bottom:0; left:215px;}
.aboutus3 .list dl dt{ width:230px; font-size:30px; line-height:40px;}
.aboutus3 .list dl dd{ width:calc(100% - 230px);}
.aboutus3 .list dl dd ul li{ position:relative; padding-left:50px; margin-bottom:30px;}
.aboutus3 .list dl dd ul li:before{ content:""; width:11px; height:11px; background:url(../images/story-ico003.png) center no-repeat; position:absolute; left:-5px; top:14px;}
.aboutus3 .list dl dd ul li .txt{ font-size:18px; line-height:40px;}
.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:16px; line-height:40px; width:180px; background:var(--primary-color); color:#fff; transition:all .3s ease;}
.more2 span:hover{ background:#666;}
.more2 span img{ margin-left:5px; vertical-align:middle;}
@media(max-width:999px){
.aboutus3bg{ padding:60px 0; }
.aboutus3 .list{ margin-top:40px; margin-bottom:40px; }
.aboutus3 .list:before{ left:50px;}
.aboutus3 .list dl{ margin-bottom:20px;}
.aboutus3 .list dl:before{ width:20px; left:40px;}
.aboutus3 .list dl dt{ width:65px; font-size:16px; line-height:30px;}
.aboutus3 .list dl dd{ width:calc(100% - 65px);}
.aboutus3 .list dl dd ul li{ position:relative; padding-left:15px; margin-bottom:20px;}
.aboutus3 .list dl dd ul li:before{ left:-20px; top:9px;}
.aboutus3 .list dl dd ul li .txt{ font-size:16px; line-height:30px;}
.more2 span{ font-size:16px; line-height:40px; width:180px; }
}


.job1{}
.job1 ul li{ border-bottom:1px solid #f0f0f0; padding:25px 0;}
.job1 ul li .h2{ font-size:22px; line-height:60px; padding:0 25px 0 70px; position:relative; cursor:pointer;}
.job1 ul li.active1 .h2{ color:var(--primary-color);}
.job1 ul li .h2:before{ content:""; width:50px; height:50px; background:url(../images/job-ico001.png) center no-repeat; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.job1 ul li.active1 .h2:before{ background-image:url(../images/job-ico002.png);}
.job1 ul li .h2:after{ content:""; width:17px; height:9px; background:url(../images/job-top001.png) center no-repeat; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.job1 ul li.active1 .h2:after{ background-image:url(../images/job-top002.png); transform: rotate(180deg);}
.job1 ul li .txt2{ padding:20px 0 20px 70px; display:none;}
.job1 ul li .txt2 .h3{ font-size:16px; line-height:26px; margin-bottom:20px;}
.job1 ul li .more2{ text-align:left;}
@media(max-width:999px){
.job1 ul li{ padding:10px 0;}
.job1 ul li .h2{ font-size:20px; line-height:40px; padding:0 20px 0 35px; }
.job1 ul li .h2:before{ width:25px; height:25px; background-size:contain;}
.job1 ul li .h2:after{ width:12px; height:7px; background-size:contain;}
.job1 ul li .txt2{ padding:10px 0 10px 35px; }
.job1 ul li .txt2 .h3{ font-size:14px; line-height:24px; margin-bottom:10px;}
}



.join1bg{ padding:100px 0 0 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.join1{}
.join1 .tit1,.join1 .tit1 .h3{ color:#fff;}
.join1 .list{ margin-top:50px;}
.news_gallery{ }
.news_gallery .news_gallery-thumbs{ width:100%; margin-top:50px;}
.news_gallery .news_gallery-thumbs .swiper-container{}
.news_gallery .news_gallery-thumbs .swiper-slide{ text-align:center; padding:20px 0; cursor:pointer;}
.news_gallery .news_gallery-thumbs .swiper-slide .img{ height:35px; position:relative;}
.news_gallery .news_gallery-thumbs .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.news_gallery .news_gallery-thumbs .swiper-slide .h2{ text-align:center; color:#fff; cursor:pointer; font-size:20px; line-height:30px; margin-top:10px;}
.news_gallery .news_gallery-thumbs .swiper-slide.swiper-slide-thumb-active{ background:var(--primary-color); color:#fff; }
.news_gallery .news_gallery-top{ position:relative; padding:0 80px;}
.news_gallery .news_gallery-top .swiper-container{}
.news_gallery .news_gallery-top .swiper-slide{ position:relative;}
.news_gallery .news_gallery-top .swiper-slide.swiper-slide-active{ z-index:2;}
.news_gallery .news_gallery-top .swiper-slide .nr_box{ display: flex; justify-content: space-between; align-items: center;}
.news_gallery .news_gallery-top .swiper-slide .imgbg{ width:55.8%;}
.news_gallery .news_gallery-top .swiper-slide .img{ padding-bottom:62%; position:relative; overflow:hidden; border:1px solid #fff;}
.news_gallery .news_gallery-top .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; z-index:1; background:#eee; transition:all .3s ease;}
.news_gallery .news_gallery-top .swiper-slide:hover .img img{ transform:scale(1.1);}
.news_gallery .news_gallery-top .swiper-slide .txtbg{ width:37.5%; }
.news_gallery .news_gallery-top .swiper-slide .txt{ color:#fff; }
.news_gallery .news_gallery-top .swiper-slide .txt .h2{ font-size:24px; line-height:34px; margin-bottom:15px; color:var(--primary-color); }
.news_gallery .news_gallery-top .swiper-slide .txt .h3{ font-size:18px; line-height:28px; }
.news_gallery .swiper-button-prev,.news_gallery .swiper-button-next{ }
.news_gallery .swiper-button-prev:hover,.news_gallery .swiper-button-next:hover{ }
.news_gallery .swiper-button-prev{ left:0;}
.news_gallery .swiper-button-next{ right:0;}
@media(max-width:999px){
.join1bg{ padding:60px 0 0 0; }
.join1 .list{ margin-top:30px;}
.news_gallery .news_gallery-thumbs{ margin-top:30px;}
.news_gallery .news_gallery-thumbs .swiper-slide{ padding:20px 0; }
.news_gallery .news_gallery-thumbs .swiper-slide .img{ height:25px; }
.news_gallery .news_gallery-thumbs .swiper-slide .h2{ font-size:16px; line-height:26px; margin-top:10px;}
.news_gallery .news_gallery-top{ padding:0;}
.news_gallery .news_gallery-top .swiper-slide .nr_box{ display: block;}
.news_gallery .news_gallery-top .swiper-slide .imgbg{ width:100%;}
.news_gallery .news_gallery-top .swiper-slide .txtbg{ width:100%; margin-top:10px;}
.news_gallery .news_gallery-top .swiper-slide .txt .h2{ font-size:18px; line-height:28px; margin-bottom:10px; }
.news_gallery .news_gallery-top .swiper-slide .txt .h3{ font-size:14px; line-height:24px; }
}

.join2bg{ padding:100px 0; }
.join2{}
.join2 .list{ }
.join2 .list ul li{ float:left; width:145px; margin:60px 0 0 calc((100% - 725px)/4); text-align:center;}
.join2 .list ul li:nth-child(5n-4){ margin-left:0; clear:left;}
.join2 .list ul li .imgbg{ margin:0 auto; width:145px;}
.join2 .list ul li .img{ border:1px solid transparent; padding:6px; border-radius:100%;}
.join2 .list ul li:hover .img{ border-color:var(--primary-color);}
.join2 .list ul li .img img{ display:block; width:131px; height:131px;}
.join2 .list ul li .txt{ position:relative;}
.join2 .list ul li .txt .h2{ font-size:85px; line-height:1em; color:#afafaf; opacity:.1;}
.join2 .list ul li .txt .h3{ font-size:18px; line-height:28px; width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%);}
@media(max-width:999px){
.join2bg{ padding:60px 0; }
.join2 .list ul li{ float:left; width:48%; margin:30px 0 0 4%; }
.join2 .list ul li:nth-child(5n-4){ margin-left:4%; clear:none;}
.join2 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.join2 .list ul li .imgbg{ width:80px;}
.join2 .list ul li .img{ border:1px solid transparent; padding:4px; }
.join2 .list ul li .img img{ width:70px; height:70px;}
.join2 .list ul li .txt .h2{ font-size:66px; line-height:1em; }
.join2 .list ul li .txt .h3{ font-size:12px; line-height:22px; }
}

.join3bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.join3{}
.join3 .list{ margin-top:50px;}
.news_swiper{ position:relative;}
.news_swiper .swiper-container { width: 100%; }
.news_swiper .swiper-container .swiper-slide { position:relative;}
.news_swiper .swiper-container .swiper-slide img{ display:block; width:100%; }
.news_swiper .swiper-controls{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); z-index:2;}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ float:left; width:60px; height:35px; background-size:10px 20px; background-color:#999; margin:0 5px; position:static;}
.news_swiper .swiper-button-prev:hover,.news_swiper .swiper-button-next:hover{ background-color:var(--primary-color);}
.news_swiper .swiper-button-prev{ }
.news_swiper .swiper-button-next{ }
@media(max-width:999px){
.join3bg{ padding:60px 0; }
.join3 .list{ margin-top:30px;}
.news_swiper .swiper-button-prev,.news_swiper .swiper-button-next{ width:45px; height:25px; background-size:10px 20px; margin:0 5px; }
}

.join4bg{ padding:100px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.join4{}
.join4 .tit1{ color:#fff;}
.join4 .list1{ margin-top:50px;}
.join4 .list1 ul{ display: flex; justify-content: center;/* align-items: center;*/}
.join4 .list1 ul li{ margin:0 40px; text-align:center;}
.join4 .list1 ul li .img{ height:60px; position:relative;}
.join4 .list1 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.join4 .list1 ul li .h2{ color:#fff; font-size:14px; line-height:24px; margin-top:10px;}
.join4 .list2{ margin-top:50px;}
.join4 .list2 ul{ display: flex; justify-content: space-between;/* align-items: center;*/ flex-wrap:wrap;}
.join4 .list2 ul li{ width:49%; margin-bottom:15px;}
.join4 .list2 ul li.li1{ width:100%;}
.join4 .list2 ul li .text1{ border:1px solid var(--primary-color); background:rgba(255,255,255,.1); height:44px; line-height:44px; padding:0 10px; width:calc(100% - 22px); color:#fff;}
.join4 .list2 ul li .text2{ border:1px solid var(--primary-color); background:rgba(255,255,255,.1); height:144px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); color:#fff;}
.join4 .list2 ul li .button1{ display:block; margin:0 auto; border:none; background:var(--primary-color); color:#fff; font-size:18px; height:50px; line-height:50px; width:200px; text-align:center; cursor:pointer; margin-top:30px; transition:all .3s ease;}
.join4 .list2 ul li .button1:hover{ opacity:.95;}
.join4 input::-webkit-input-placeholder, .join4 textarea::-webkit-input-placeholder { color: #fff; }
.join4 input:-moz-placeholder, .join4 textarea:-moz-placeholder { color:#fff; }
.join4 input::-moz-placeholder, .join4 textarea::-moz-placeholder { color:#fff; }
.join4 input:-ms-input-placeholder, .join4 textarea:-ms-input-placeholder { color:#fff; }
@media(max-width:999px){
.join4bg{ padding:60px 0; }
.join4 .list1{ margin-top:30px;}
.join4 .list1 ul li{ margin:0 5px; }
.join4 .list1 ul li .img{ height:40px; }
.join4 .list1 ul li .h2{ font-size:12px; line-height:16px; margin-top:5px;}
.join4 .list2{ margin-top:30px;}
.join4 .list2 ul li{ width:49%; margin-bottom:15px;}
.join4 .list2 ul li.li1{ width:100%;}
.join4 .list2 ul li .text1{ height:38px; line-height:38px; }
.join4 .list2 ul li .text2{ height:96px; line-height:24px; }
.join4 .list2 ul li .button1{ font-size:14px; height:40px; line-height:40px; width:130px; margin-top:20px; }
}










