/*common start*/
:root{
 --primary-color:#02b2b5;
 --secondary-color:#f2d603;
 --third-color:#85c300;
 --fourth-color:#06888f;
 --main-color:#02b2b5;
 --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,' '; 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:70%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,' '; }
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:120px; transition:all .3s ease; position:relative;
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{ float:left; width:14%; height:120px; 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{
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;}
.h_ico1{}
.h_ico1 a{ display:inline-block; border:2px solid #333; font-size:16px; line-height:46px; padding:0 1.3vw; margin-left:1.3vw; border-radius:50px; animation: tada2 1s linear infinite 1s forwards;}
.h_ico1 a i{ vertical-align:middle; color:var(--primary-color); margin-right:10px; font-size:24px}
.h_ico2{ display:none; padding:0 5%;}
.h_ico2 a{ display:block; text-align:center; border:2px solid #333; font-size:16px; line-height:46px; padding:0 1.3vw; border-radius:50px; animation: tada2 1s linear infinite 1s forwards; margin:10px 0;}
.h_ico2 a i{ vertical-align:middle; color:var(--primary-color); margin-right:10px; font-size:24px}
@keyframes tada2 { 
0%,50% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
10%, 30% {
-webkit-transform:rotate(-2deg);
transform:rotate(-2deg)
}
20%, 40% {
-webkit-transform:rotate(2deg);
transform:rotate(2deg)
}
100% { -webkit-transform:rotate(0deg); transform:rotate(0deg)}
}
/*menu*/
.head .menu{ height:120px; line-height:40px;}
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:40px 0;}
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:16px; font-weight:normal; position:relative; padding:0 1.3vw; border-radius:50px;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a{ color:#fff; background:var(--primary-color); }
.head .menu>ul>li ul{ width:fit-content; min-width:140px; background:#fff; box-shadow:0 0 10px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); 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; 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.active1{ box-shadow:0 0 10px rgba(0,0,0,.1);}
.head.active1 .head2{ height:80px;}
.head.active1 .logo{ height:80px;}
.head.active1 .menu{ height:80px;}
.head.active1 .menu>ul>li{ padding:20px 0;}

.head_height{ height:120px;}
@media(max-width:999px){
.head_height{ height:60px;}
.head{ background:#fff; border-bottom:1px solid rgba(255,255,255,.7);/* box-shadow:0 0 15px rgba(0,0,0,.2);*/}
.head2{ height:60px !important; }
.head .logo{ float:left; width:26%; height:60px !important; }
.h_ico1{ display:none;}
.h_ico1 a{ font-size:16px; line-height:36px; padding:0 20px; margin-left:0; }
.h_ico2{ display:block;}
.h_ico2 a{ font-size:16px; line-height:36px; padding:0 20px; margin-left:0; }
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:20px; cursor:pointer; display:none; position:relative; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#999; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top: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% - 61px); border-top:1px solid #ededed; position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#fff; color:#333; 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-top:1px solid rgba(255,255,255,0.05); border-bottom:1px solid rgba(0,0,0,0.1); 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:#333;}
.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; 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:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.3); color:#fff; border-radius:8px; 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-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;}
}



.con01bg{ padding:20px 0; background:var(--primary-color);}
.con01{ color:#fff;}
.con01 .list{}
.con01 .list ul{
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;}
.con01 .list ul li{  margin:20px 0;}
.con01 .list ul li .nr_box{
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;}
.con01 .list ul li .imgbg{ width:42px; margin-right:20px;}
.con01 .list ul li .img{ height:42px; position:relative;}
.con01 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con01 .list ul li .txtbg{ }
.con01 .list ul li .txt{}
.con01 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
.con01 .list ul li .txt .h3{ font-size:20px; line-height:30px;}
.con01 .list ul li .txt .h3 strong{ color:var(--secondary-color);}
@media(max-width:999px){
.con01bg{ padding:10px 0; }
.con01 .list ul{ display:block;}
.con01 .list ul li{  margin:20px 0;}
.con01 .list ul li .imgbg{ width:42px; margin-right:s0;}
.con01 .list ul li .img{ height:42px; }
.con01 .list ul li .txtbg{ width:calc(100% - 60px);}
.con01 .list ul li .txt .h2{ font-size:14px; line-height:18px;}
.con01 .list ul li .txt .h3{ font-size:18px; line-height:22px;}
}


.more1{}
.more1 span{ display:block; text-align:center; background:var(--primary-color); color:#fff; font-size:22px; line-height:62px;}
.more1 span:hover{ opacity:.9;}
.con02bg{ padding:120px 0;}
.con02{}
.con02_lt{ float:left; width:32%;}
.con02_lt .txt{ margin-bottom:30px;}
.con02_lt .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:20px;}
.con02_lt .txt .h3{ font-size:14px; line-height:2em; color:#999; margin-bottom:30px;}
.con02_lt .img{}
.con02_lt .img img{ display:block; width:100%;}
.con02_rt{ float:right; width:64%;}
.con02_rt ul li{ float:left; width:48%; margin:0 0 30px 4%; text-align:center;}
.con02_rt ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con02_rt ul li .nr_box{ border:1px solid #e7e7e7; padding:15px 5% 40px 5%;}
.con02_rt ul li .imgbg{}
.con02_rt ul li .img{ height:70px; position:relative;}
.con02_rt ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con02_rt ul li .txt{ margin-top:25px;}
.con02_rt ul li .txt .h2{ font-size:18px; line-height:28px; height:28px; margin-bottom:20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con02_rt ul li .txt .h3{ font-size:14px; line-height:24px; height:72px; color:#999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.more1 span{ font-size:14px; line-height:44px;}
.con02bg{ padding:40px 0;}
.con02_lt{ width:100%; margin-bottom:20px;}
.con02_lt .txt{ margin-bottom:20px;}
.con02_lt .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.con02_lt .txt .h3{ font-size:14px; line-height:2em; margin-bottom:20px;}
.con02_rt{ width:100%;}
.con02_rt ul li{ width:100%; margin:0 0 20px 0; }
.con02_rt ul li .nr_box{ padding:35px 5% 40px 5%;}
.con02_rt ul li .img{ height:70px; }
.con02_rt ul li .txt{ margin-top:25px;}
.con02_rt ul li .txt .h2{ font-size:18px; line-height:28px; height:auto; margin-bottom:20px; }
.con02_rt ul li .txt .h3{ font-size:14px; line-height:24px; height:auto; }
}


.con03bg{ padding:80px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con03{ color:#fff;}
.con03 .list{ text-align:center;}
.con03 .list .img{ margin-bottom:40px;}
.con03 .list .img img{ display:block; margin:0 auto; max-width:100%; max-height:65px; }
.con03 .list .txt{}
.con03 .list .txt .h2{ font-size:28px; line-height:38px; margin-bottom:45px;}
.con03 .list .txt .h3{ font-size:15px; line-height:25px;}
@media(max-width:999px){
.con03bg{ padding:80px 0; }
.con03 .list .img{ margin-bottom:40px;}
.con03 .list .img img{ max-width:100%; max-height:65px; }
.con03 .list .txt .h2{ font-size:24px; line-height:34px; margin-bottom:30px;}
.con03 .list .txt .h3{ font-size:14px; line-height:24px;}
.con03 .list .txt .h3 br{ display:none;}
}


.tit1{}
.tit1 .h2{ font-size:24px; line-height:34px; font-weight:bold;}
.tit1 .h3{ font-size:14px; line-height:24px;}
.tit1 .line1{ width:50px; height:2px; background:var(--primary-color); margin-top:15px; margin-bottom:25px;}
.con04bg{ padding:120px 0;}
.con04{}
.con04 .list{ margin-top:30px}
.con04 .list ul li{ float:left; width:22%; margin:60px 0 0 4%;}
.con04 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.con04 .list ul li .nr_box{
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;}
.con04 .list ul li .imgbg{ width:40px; position:relative;}
.con04 .list ul li .img{ height:40px ; position:relative;}
.con04 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con04 .list ul li .txtbg{ width:calc(100% - 50px);}
.con04 .list ul li .txt{}
.con04 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
.con04 .list ul li .txt .h3{ font-size:12px; line-height:2em; color:#999;}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; }
.tit1 .h3{ font-size:12px; line-height:24px;}
.tit1 .line1{ width:50px; height:2px; margin-top:15px; margin-bottom:25px;}
.con04bg{ padding:40px 0;}
.con04 .list{ margin-top:20px}
.con04 .list ul li{ width:100%; margin:20px 0 0 0;}
.con04 .list ul li .imgbg{ width:40px; }
.con04 .list ul li .img{ height:40px ;  }
.con04 .list ul li .txtbg{ width:calc(100% - 50px);}
.con04 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
.con04 .list ul li .txt .h3{ font-size:12px; line-height:2em; }
}


.con05bg{ background-image:url(../images/bg2.jpg); background-repeat:no-repeat; background-position:center;}
.con05{}
.team_swiper{ position:relative;}
.team_swiper .swiper-container { width: 100%; }
.team_swiper .swiper-container .swiper-slide { height:401px;display: flex; justify-content: center; align-items: center;}
.team_swiper .swiper-container .swiper-slide .nr_box{
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;}
.team_swiper .swiper-container .swiper-slide .txtbg{ width:64%;}
.team_swiper .swiper-container .swiper-slide .txt{ color:#fff;}
.team_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px; font-weight:bold; margin-bottom:60px;}
.team_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:2em;}
.team_swiper .swiper-container .swiper-slide .imgbg{ width:20%; text-align:center;}
.team_swiper .swiper-container .swiper-slide .img{}
.team_swiper .swiper-container .swiper-slide .img img{height:300px; object-fit:contain; display:block; margin:0 auto; max-width:100%;}
.team_swiper .swiper-container .swiper-slide .imgbg span{ display:block; font-size:20px; line-height:30px;}
.team_swiper .swiper-pagination{ bottom:20px; height:14px;}
.team_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:14px; height:14px; background:#fff; opacity:.5; transition:all .3s ease;}
.team_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#000; opacity:5;}
.team_swiper .swiper-button-prev,.team_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; border-radius:8px; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.team_swiper:hover .swiper-button-prev,.team_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.team_swiper .swiper-button-prev:hover,.team_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.team_swiper .swiper-button-prev{ left:5%;}
.team_swiper .swiper-button-next{ right:5%;}
@media(max-width:999px){
.con05bg{ background-size:cover;}
.team_swiper .swiper-container .swiper-slide { height:auto; padding:40px 0;}
.team_swiper .swiper-container .swiper-slide .nr_box{ display:block;}
.team_swiper .swiper-container .swiper-slide .txtbg{ width:100%; margin-bottom:20px;}
.team_swiper .swiper-container .swiper-slide .txt{ color:#fff;}
.team_swiper .swiper-container .swiper-slide .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.team_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:2em;}
.team_swiper .swiper-container .swiper-slide .imgbg{ width:100%; }
.team_swiper .swiper-container .swiper-slide .img img{ max-width:100%;}
.team_swiper .swiper-container .swiper-slide .imgbg span{ font-size:20px; line-height:30px;}

.team_swiper .swiper-pagination{ bottom:10px; height:8px;}
.team_swiper .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px; border-radius:6px; }
.team_swiper .swiper-button-prev,.team_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.con06bg{ padding:90px 0 60px 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.con06{}
.con06 .list{ float:right; width:100%; max-width:600px; background:rgba(255,255,255,.5); border-radius:20px; padding:140px 5%;}
.con06 .list .h2{ font-size:14px; line-height:24px; margin-bottom:30px;}
.con06 .form{ font-size:14px; line-height:24px;}
.con06 .form table{ }
.con06 .form table th{ padding:10px 5px; width:65px; font-weight:normal; text-align:right;}
.con06 .form table td{ padding:10px 5px;}
.con06 .form font{ color:#f00;}
.con06 .form .text1{ border:1px solid #dadada; background:#fff; height:32px; line-height:32px; padding:0 10px; width:calc(100% - 22px);}
.con06 .form textarea{ border:1px solid #dadada; background:#fff; height:48px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); display:block;}
.con06 .form .button1{ border:none; background:var(--third-color); color:#fff; font-size:14px; line-height:44px; height:44px; width:220px; text-align:center; cursor:pointer;}
.con06 .form .button1:hover{ opacity:.9;}
@media(max-width:999px){
.con06bg{ padding:40px 0; }
.con06 .list{ float:none; width:90%; max-width:100%; padding:40px 5%;}
.con06 .list .h2{ font-size:14px; line-height:24px; margin-bottom:10px;}
.con06 .form{ font-size:14px; line-height:24px;}
.con06 .form table th{ padding:5px 0 0 0; width:100%; text-align:left; display:block; }
.con06 .form table td{ padding:0 0 5px 0; display:block;}
.con06 .form font{ color:#f00;}
.con06 .form .text1{ height:32px; line-height:32px; padding:0 10px; width:calc(100% - 22px);}
.con06 .form textarea{ height:48px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); }
.con06 .form .button1{ font-size:14px; line-height:44px; height:44px; width:100%; }
}



.foot{ background:var(--fourth-color); color:#fff; position:relative; }
.foot a{ color:rgba(255,255,255,.8);}
.foot a:hover{ color:#fff;}
.foot1bg{ padding:60px 0; border-bottom:1px solid #006c72;}
.foot1{
display: flex;
justify-content: space-between;
/*align-items: flex-start;*/}
.foot1 .lt{ width:16%; /*border-right:1px solid #006c72;*/}
.foot .f_logo{ }
.foot .f_logo img{ max-width:100%;}
.foot1 .rt{ width:79%; border-left:1px solid #089ba3;}
.foot .f_nav{ font-size:13px; line-height:23px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-around;
justify-content: space-around;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.foot .f_nav dl{ }
.foot .f_nav dl dt{ font-size:15px; line-height:25px; color:#fff; margin-bottom:20px;}
.foot .f_nav dl dd{ margin-top:5px;}
.foot2bg{ position:relative; padding:20px 0; border-top:1px solid #089ba3;}
.foot2{ position:relative; z-index:2;}
.foot .f_info{ font-size:14px; line-height:24px; text-align:center;}
.foot .f_info ul li{}
.foot .f_info a{ display:inline-block; margin-right:10px;}
@media(max-width:999px){
.foot1bg{ padding:30px 0; }
.foot1{ display:block;}
.foot1 .lt{ width:100%; border-right:none;}
.foot .f_logo{ text-align:center;}
.foot .f_logo img{ max-width:100%; max-height:60px;}
.foot1 .rt{ display:none;}
.foot2bg{ padding:15px 0;}
.foot .f_info{ font-size:12px; line-height:22px; }
}



/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbarbg{ border-bottom:solid 1px #e0e0e0;}
.inbar{
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;}
.innav{ font-size:16px; line-height:26px;}
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: flex-start;
align-items: flex-start;}
.innav ul li{ width:160px; height:60px;display: flex;justify-content:center;align-items:center; position:relative; }
.innav ul li a{ display:block;}
.innav ul li.hover{ background:var(--primary-color); color:#fff;}
.innav ul li.hover>a{ color:#fff; font-weight:bold;}
.weizhi{ font-size:14px; line-height:44px; text-align:right;}
.weizhi i{ margin-right:5px;}
@media(max-width:999px){
.inbar{ display:block;}
.innav{ font-size:14px; line-height:24px; }
.innav ul{ 
-webkit-justify-content: flex-start;
justify-content: flex-start;
flex-wrap:wrap;}
.innav ul li{ width:calc((100% - 20px)/3 - 2px); height:40px; border:1px solid #cdcdcd; margin:5px 0 5px 10px;}
.innav ul li:nth-child(3n-2){ margin-left:0;}
.innav ul li>a:before{ display:none;}
.innav ul li.hover{ background:var(--primary-color); color:#fff;}
.innav ul li.hover>a{ color:#fff; font-weight:bold;}
.weizhi{ font-size:14px; line-height:24px; display:none;}
}

.insidebg{ padding:40px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:20%; position:sticky; top:100px;}
.side_a{ background:#f5f5f5; border-radius:10px 10px 0 0; overflow:hidden; margin-bottom:30px;}
.side_a .h1{ font-size:20px; line-height:30px; font-weight:bold; background:var(--primary-color); color:#fff; padding:15px 10px; text-align:center;}
.side_a>ul{ padding:0 15px;}
.side_a ul li{ }
.side_a>ul>li{ border-bottom:1px solid #ebebeb;}
.side_a>ul>li:last-child{ border-bottom:none;}
.side_a ul li span{ display:block; padding:15px 20px 15px 0; position:relative; cursor:pointer; }
.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 16px/1 FontAwesome; position:absolute; right:0px; 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 0 10px 20px; display:none;}
.side_a ul li ul li{ }
.side_a ul li ul li span{ padding:10px 20px 10px 0;}
.side_a ul li ul li a{}
.inside_rt{ float:right; width:76%;}
.inside_con{ }
@media(max-width:999px){
.insidebg{ padding:30px 0 60px 0}
.inside_lt{ width:100%; position:static;}
.inside_rt{ float:right; width:100%;}
.inside_con{ }
}


.aboutus1bg{ padding:80px 0; }
.aboutus1{ }
.aboutus1 .list{ text-align:center;}
.aboutus1 .list .img{ margin-bottom:40px;}
.aboutus1 .list .img img{ display:block; margin:0 auto; max-width:100%; max-height:65px; }
.aboutus1 .list .txt{}
.aboutus1 .list .txt .h2{ font-size:28px; line-height:38px; margin-bottom:45px;}
.aboutus1 .list .txt .h3{ font-size:15px; line-height:25px; color:#999;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1 .list .img{ margin-bottom:30px;}
.aboutus1 .list .img img{ max-width:100%; max-height:65px; }
.aboutus1 .list .txt .h2{ font-size:24px; line-height:34px; margin-bottom:20px;}
.aboutus1 .list .txt .h3{ font-size:14px; line-height:24px;}
.aboutus1 .list .txt .h3 br{ display:none;}
}
.aboutus2bg{ height:600px; background-repeat:no-repeat; background-position:center;display: flex; justify-content: center; align-items: center;}
.aboutus2{}
.aboutus2 .list{ float:right; width:46%; }
.aboutus2 .img{ display:none;}
.aboutus2 .img img{ display:block; width:100%;}
.aboutus2 .txt{ color:#fff;}
.aboutus2 .txt .h2{ font-size:30px; line-height:40px; font-weight:bold; margin-bottom:40px;}
.aboutus2 .txt .h3{ font-size:16px; line-height:2em;}
@media(max-width:999px){
.aboutus2bg{ height:auto; background:none !important;}
.aboutus2bg .wapper1{ width:100%;}
.aboutus2 .list{ float:none; width:100%; }
.aboutus2 .img{ display:block; }
.aboutus2 .txt{ padding:20px 5%; background:var(--primary-color);}
.aboutus2 .txt .h2{ font-size:24px; line-height:34px; margin-bottom:10px;}
.aboutus2 .txt .h3{ font-size:14px; line-height:2em;}
}


.more2{}
.more2 span{ display:inline-block; text-align:center; font-size:18px; line-height:70px; width:200px; border-radius:80px; background:#fff; color:var(--primary-color);}
.more2 span:hover{ opacity:.99;}
.resource1bg{ padding:40px 0; background:var(--primary-color);}
.resource1{ color:#fff;
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;}
.resource1 .lt{}
.resource1 .lt .h2{ font-size:20px; line-height:30px;}
.resource1 .lt .h3{ font-size:18px; line-height:28px;}
@media(max-width:999px){
.more2 span{ font-size:14px; line-height:44px; width:150px; }
.resource1bg{ padding:40px 0; }
.resource1{ display:block;}
.resource1 .lt{ margin-bottom:10px;}
.resource1 .lt .h2{ font-size:18px; line-height:28px;}
.resource1 .lt .h3{ font-size:14px; line-height:24px;}
}
.yygh_box{ width:100%; height:100%; position:fixed; z-index:999999; top:0; left:0; display:none;}
.yygh_close1{ width:100%; height:100%; background:rgba(0,0,0,.1); position:absolute; top:0; left:0; z-index:1;}
.yyghbg{ width:90%; max-width:900px; background:#fff; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.yygh_close2{ width:33px; height:33px; background:url(../images/ico_close1.png) center no-repeat; position:absolute; top:10px; right:10px; cursor:pointer;}
.yygh{ padding:3.12vw 5%;}
.yygh .h2{ font-size:20px; line-height:30px; text-align:center;}
.yygh .form{}
.yygh .form ul li{ margin-top:15px;}
.yygh .form .h3{ font-size:14px; line-height:24px; font-weight:bold;}
.yygh .form .h4{ font-size:14px; line-height:24px;}
.yygh .form font{ color:#f00;}
.yygh .form .text1{ border:1px solid #dadada; background:#fff; height:34px; line-height:34px; padding:0 10px; width:calc(100% - 22px);}
.yygh .form textarea{ border:1px solid #dadada; background:#fff; height:48px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); display:block;}
.yygh .form .button1{ border:none; background:#f00; color:#fff; font-size:14px; line-height:44px; height:44px; width:220px; text-align:center; cursor:pointer;}
.yygh .form .button1:hover{ opacity:.9;}
@media(max-width:999px){
.yygh{ padding:20px 5%;}
.yygh .h2{ font-size:20px; line-height:30px; }
.yygh .form ul li{ margin-top:15px;}
.yygh .form .h3{ font-size:14px; line-height:24px; }
.yygh .form .h4{ font-size:14px; line-height:24px;}
.yygh .form .text1{ height:34px; line-height:34px; width:calc(100% - 22px);}
.yygh .form textarea{ height:48px; line-height:24px; width:calc(100% - 22px); }
.yygh .form .button1{ font-size:14px; line-height:44px; height:44px; width:100%; }
}
.tit2{ text-align:center;}
.tit2 .h2{ font-size:30px; line-height:40px;}
.tit2 .h3{ font-size:16px; line-height:26px; color:#999;}
.resource2bg{ padding:120px 0; }
.resource2{ }
.resource2 .list{ margin-top:60px;}
.resource2 .list ul li{ float:left; width:calc((100% - 90px)/4); margin:0 0 40px 30px; position:relative;}
.resource2 .list ul li:nth-child(4n-3){ margin-left:0; clear:left;}
.resource2 .list ul li .img{ padding-bottom:145%; position:relative; overflow:hidden; }
.resource2 .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;}
.resource2 .list ul li:hover .img img{ transform:scale(1.1);}
.resource2 .list ul li .txtbg{ width:100%; height:100%; background:var(--primary-color); position:absolute; top:0; left:0;display: flex;justify-content:center;align-items: center; opacity:0; visibility:hidden; transition:all .6s ease; z-index:3;}
.resource2 .list ul li:hover .txtbg{ opacity:1; visibility:visible;}
.resource2 .list ul li .txt{ width:90%; color:#fff; text-align:center;}
.resource2 .list ul li .txt .h2{ font-size:16px; line-height:26px;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px;}
.tit2 .h3{ font-size:14px; line-height:24px; }
.resource2bg{ padding:40px 0; }
.resource2 .list{ margin-top:20px;}
.resource2 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px; }
.resource2 .list ul li:nth-child(4n-3){ margin-left:10px; clear:none;}
.resource2 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.resource2 .list ul li .txt .h2{ font-size:14px; line-height:24px;}
}











