/*common start*/
:root{
 --primary-color:#ff6100;
 --secondary-color:#005b8a;
 --main-color:#ff6100;
 --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:84%; margin:0 auto; min-width:1000px;}
input,textarea,select{outline:none; font-family: Arial,'Microsoft YaHei'; }
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
}
/*common end*/


.head{ width:100%; background:#fff; position:fixed; z-index:55; left:0; top:0; transition:all .3s ease;}
.head2bg{}
.head2{ height:90px; transition:all .3s ease;
display: -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:20%; height:90px; 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: flex-end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .h_search_btn{ width:24px; height:20px; font-size:20px; color:#666; cursor:pointer; display:none;}
.head .h_search_btn:hover{ }
/*menu*/
.head .menu{ height:90px; line-height:90px; }
.head .menu>ul{}
.head .menu>ul>li{ float:left; padding:0 1.56vw; }
.head .menu>ul>li.menu_down{ position:relative;}
.head .menu>ul>li>a{ color:#333; display:block; font-size:18px; 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; padding:10px 0; 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:5px 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: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:90px;}
.head.active1{ box-shadow:1px 1px 1px 1px rgb(0 0 0 / 10%);}
@media(min-width:999px){
.head .h_search_box{ margin-left:1.56vw;}
.head .h_search{}
.head .h_search .form{ width:11.98vw; height:40px; border-radius:40px; background:#f1f1f1;}
.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:var(--primary-color); height:40px; line-height:40px; width:40px; font-size:20px; cursor:pointer;}
}
@media(max-width:1600px){
.head .menu>ul>li{ padding:0 1.3vw; }
.head .menu>ul>li>a{ font-size:16px; }
}
@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:24px; height:20px; cursor:pointer; position:relative; display:none; margin-left:15px;}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#666; position:absolute; left:50%; transform:translateX(-50%); transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translateX(-50%) translate(0,-50%);}
.head .nav_open:before{ content:""; top:0px; }
.head .nav_open:after{ content:""; bottom:0px; }
.head .nav_open.active0 i{ opacity:0; visibility:hidden;}
.head .nav_open.active0:before{transform:translateX(-50%) translateY(9px) rotate(45deg);}
.head .nav_open.active0:after{transform:translateX(-50%) translateY(-9px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 60px); position:fixed; left:0; top:60px;  display:none;}
.head .nav_close1{ width:100%; height:100%; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:#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 #cecbcb; 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: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:38px; line-height:48px; font-weight:bold; position:relative; padding-bottom:15px;}
.tit1 .h2:before{ content:""; width:30px; height:3px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%);}
.tit1 .h3{ font-size:16px; line-height:24px; opacity:.7; margin-top:40px;}
.more1{ text-align:center;}
.more1 span{ display:inline-block; text-align:center;}
.more1 span i{ display:inline-block; width:30px; height:30px; border-radius:100%; background:var(--primary-color) url(../images/xgcp-tb.png) center no-repeat;}
.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:15px; line-height:46px; width:160px; border:2px solid var(--primary-color); color:var(--primary-color); border-radius:50px; transition:all .3s ease;}
.more2 span:hover{ background:var(--primary-color); color:#fff;}
.more2 span i{ margin-left:5px;}
.con01bg{ padding:80px 0;}
.con01{}
.con01 .list{ margin-top:40px; }
.con01 .list ul li{ float:left; width:calc((100% - 160px)/5); margin:0 0 40px 40px;}
.con01 .list ul li:nth-child(5n-4){ margin-left:0; clear:left;}
.con01 .list ul li .nr_box{ box-shadow:1px 1px 12px rgb(0 0 0 / 11%); overflow:hidden;}
.con01 .list ul li .img{ padding-bottom:90%; position:relative; overflow:hidden;}
.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; transition:all .3s ease;}
.con01 .list ul li:hover .img img{ transform:scale(1.1);}
.con01 .list ul li .txt{ padding:5px 0 20px 0; text-align:center;}
.con01 .list ul li .txt .h2{ font-size:16px; line-height:26px; height:52px; margin-bottom:5px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
.con01 .list ul li .more1{ opacity:0; visibility:hidden; transform:translateY(10px); transition:all .3s ease;}
.con01 .list ul li:hover .more1{ opacity:1; visibility:visible; transform:translateY(0);}
@media(max-width:999px){
.tit1 .h2{ font-size:24px; line-height:34px; padding-bottom:10px;}
.tit1 .h3{ font-size:12px; line-height:22px; margin-top:15px;}
.more2 span{ font-size:15px; line-height:36px; width:140px; }
.con01bg{ padding:40px 0;}
.con01 .list{ margin-top:20px;}
.con01 .list ul li{ width:calc((100% - 10px)/2); margin:0 0 20px 10px;}
.con01 .list ul li:nth-child(5n-4){ margin-left:10px; clear:none;}
.con01 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.con01 .list ul li .txt{ padding:5px 0 20px 0; }
.con01 .list ul li .txt .h2{ font-size:16px; line-height:26px; height:52px; }
}


.con02bg{ overflow:hidden;}
.con02{}
.con02 .list{}
.solution_swiper{ position:relative;}
.solution_swiper .swiper-container { width: 100%; overflow:visible;}
.solution_swiper .swiper-container .swiper-slide { position:relative;}
.solution_swiper .swiper-container .swiper-slide .img{ padding-bottom:54%; position:relative; overflow:hidden;}
.solution_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.solution_swiper .swiper-container .swiper-slide .txtbg{ width:100%; height:100%; background:linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.5)); position:absolute; top:0; left:0;}
.solution_swiper .swiper-container .swiper-slide .txt{ padding:3.64vw 5% 0 5%; color:#fff;}
.solution_swiper .swiper-container .swiper-slide .txt .ico{ height:50px; position:relative; margin-bottom:20px;}
.solution_swiper .swiper-container .swiper-slide .txt .ico img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.solution_swiper .swiper-container .swiper-slide .txt .ico .img1{ display:none;}
.solution_swiper .swiper-container .swiper-slide .txt .h2{ font-size:28px; line-height:38px; font-weight:bold; margin-bottom:40px;}
.solution_swiper .swiper-container .swiper-slide .txt .h3{ font-size:16px; line-height:26px; margin-bottom:25px;}
.solution_swiper .swiper-container .swiper-slide .more2{ text-align:left;}
.solution_swiper .swiper-pagination{ display:none;}
.solution_swiper .swiper-pagination .swiper-pagination-bullet{ }
.solution_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.solution_swiper .swiper-button-prev,.solution_swiper .swiper-button-next{ text-align:center; width:50px; height:50px; line-height:50px; margin-top:-25px; border-radius:100%; background:rgba(0,0,0,.3); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.solution_swiper:hover .swiper-button-prev,.solution_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.solution_swiper .swiper-button-prev:hover,.solution_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.solution_swiper .swiper-button-prev{ left:0;}
.solution_swiper .swiper-button-next{ right:0;}
@media(max-width:999px){
.solution_swiper .swiper-container { overflow:hidden;}
.solution_swiper .swiper-container .swiper-slide .txtbg{ background:none; position:static;}
.solution_swiper .swiper-container .swiper-slide .txt{ padding:20px 0 0 0; color:#333;}
.solution_swiper .swiper-container .swiper-slide .txt .ico{ height:50px; margin-bottom:10px;}
.solution_swiper .swiper-container .swiper-slide .txt .ico .img1{ display:block;}
.solution_swiper .swiper-container .swiper-slide .txt .ico .img2{ display:none;}
.solution_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.solution_swiper .swiper-container .swiper-slide .txt .h3{ font-size:14px; line-height:24px; margin-bottom:10px ;}
.solution_swiper .swiper-button-prev,.solution_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.con03bg{ padding:80px 0;}
.con03{}
.con03 .list{ margin-top:40px; background:url(../images/gywm-bj.jpg) center no-repeat; background-size:cover; color:#fff;}
.con03 .list ul{display: flex; justify-content: space-between;/* align-items: center;*/}
.con03 .list ul li{ width:20%; border-left:1px solid #fff; transition:all .3s ease; height:460px;}
.con03 .list ul li:nth-child(1){ border-left:none;}
.con03 .list ul li.on{ width:40%;}
.con03 .list ul li .nr_box{ padding:130px 5% 0 5%; transition:all .3s ease;}
.con03 .list ul li.on .nr_box{ padding-top:70px;}
.con03 .list ul li .img{ height:60px; position:relative; margin-bottom:30px;}
.con03 .list ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.con03 .list ul li .txt{ text-align:center;}
.con03 .list ul li .txt .h2{ font-size:42px; line-height:52px; color:var(--primary-color); margin-bottom:10px;}
.con03 .list ul li .txt .h3{ font-size:16px; line-height:24px; font-weight:bold;}
.con03 .list ul li .txt .h4{ font-size:16px; line-height:24px; display:none; margin-top:70px;}
.con03 .list ul li.on .txt .h4{ display:block;}
@media(max-width:999px){
.con03bg{ padding:40px 0;}
.con03 .list{ margin-top:20px; background:none !important;}
.con03 .list ul{ flex-wrap:wrap;}
.con03 .list ul li{ width:48%; border-left:none; height:auto; margin-top:10px; background:var(--secondary-color);}
.con03 .list ul li.on{ width:48%;}
.con03 .list ul li .nr_box{ padding:25px 5%; }
.con03 .list ul li.on .nr_box{ padding-top:25px;}
.con03 .list ul li .img{ height:40px; margin-bottom:0px;}
.con03 .list ul li .txt .h2{ font-size:28px; line-height:52px; margin-bottom:5px;}
.con03 .list ul li .txt .h3{ font-size:14px; line-height:24px; }
.con03 .list ul li .txt .h4{ font-size:14px; line-height:24px; margin-top:10px; display:block;}
}


.con04bg{ padding:80px 0; background:#f4f4f4;}
.con04{}
.con04 .list{ margin-top:40px;}
.case_swiper{ position:relative;}
.case_swiper .swiper-container { width: 100%; }
.case_swiper .swiper-container .swiper-slide { position:relative;}
.case_swiper .swiper-container .swiper-slide .img{ padding-bottom:152%; position:relative; overflow:hidden;}
.case_swiper .swiper-container .swiper-slide .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.case_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.case_swiper .swiper-container .swiper-slide .txtbg{ width:100%; height:100%; background:rgba(0, 0, 0, 0.2); position:absolute; top:0; left:0; display:flex;justify-content:center; align-items: center;}
.case_swiper .swiper-container .swiper-slide .txt{ padding:0 5%; color:#fff; text-align:center; width:90%;}
.case_swiper .swiper-container .swiper-slide .txt .h2{ font-size:22px; line-height:32px; }
.case_swiper .swiper-pagination{ display:none;}
.case_swiper .swiper-pagination .swiper-pagination-bullet{ }
.case_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.case_swiper .swiper-button-prev,.case_swiper .swiper-button-next{ text-align:center; width:50px; height:50px; line-height:50px; margin-top:-25px; border-radius:100%; background:rgba(0,0,0,.3); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease;}
.case_swiper:hover .swiper-button-prev,.case_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.case_swiper .swiper-button-prev:hover,.case_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.case_swiper .swiper-button-prev{ left:10px;}
.case_swiper .swiper-button-next{ right:10px;}
@media(max-width:999px){
.con04bg{ padding:40px 0; }
.con04 .list{ margin-top:20px;}
.case_swiper .swiper-container .swiper-slide .txt .h2{ font-size:20px; line-height:30px; margin-bottom:20px;}
.case_swiper .swiper-button-prev,.case_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}


.con05bg{ padding:80px 0;}
.con05{}
.con05 .list{ margin-top:40px;display:flex;justify-content:space-between;/* align-items: center;*/ margin-bottom:40px;}
.con05_lt{ width:42%;}
.con05_lt ul{ position:relative;}
.con05_lt ul:before{ content:""; width:1px; height:100%; background:var(--secondary-color); position:absolute; top:0; left:11px;}
.con05_lt ul li{ position:relative; padding-left:50px; padding-bottom:60px;}
.con05_lt ul li:before{ content:""; width:9px; height:9px; border-radius:100%; background:var(--primary-color); border:7px solid #d5ecfb; position:absolute; top:0; left:0;}
.con05_lt ul li .txt{ color:#666;}
.con05_lt ul li .txt .h2{ font-size:18px; line-height:28px; font-weight:bold; color:#333; margin-bottom:10px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05_lt ul li:hover .txt .h2{ color:var(--primary-color);}
.con05_lt ul li .txt .h3{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05_lt ul li .txt .h4{ font-size:15px; line-height:25px; color:var(--secondary-color); margin-bottom:15px;}
.con05_rt{ width:50%;}
.con05_rt .img{ height:400px; position:relative; overflow:hidden;}
.con05_rt .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.con05_rt:hover .img img{ transform:scale(1.1);}
.con05_rt .txt{ color:#666; margin-top:20px;}
.con05_rt .txt .h2{ font-size:20px; line-height:30px; height:30px; margin-bottom:15px;}
.con05_rt .txt .h2 strong{ float:left; color:#333; width:70%; height:30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.con05_rt:hover .txt .h2 strong{ color:var(--primary-color);}
.con05_rt .txt .h2 span{ float:right; font-size:14px; color:#999; padding-left:20px; background:url(../images/xwzx-tb.png) left center no-repeat;}
.con05_rt .txt .h3{ font-size:14px; line-height:24px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;}
@media(max-width:999px){
.con05bg{ padding:40px 0;}
.con05 .list{ margin-top:20px;display:block; margin-bottom:20px;}
.con05_lt{ width:100%; margin-bottom:20px;}
.con05_lt ul li{ padding-bottom:20px;}
.con05_lt ul li .txt .h2{ font-size:18px; line-height:28px; margin-bottom:5px; }
.con05_lt ul li .txt .h3{ font-size:14px; line-height:24px; }
.con05_lt ul li .txt .h4{ font-size:15px; line-height:25px; margin-bottom:10px;}
.con05_rt{ width:100%;}
.con05_rt .img{ height:auto; padding-bottom:58%;  }
.con05_rt .txt{ margin-top:20px;}
.con05_rt .txt .h2{ font-size:20px; line-height:30px; height:30px; margin-bottom:10px;}
.con05_rt .txt .h2 strong{ width:70%; height:30px; }
.con05_rt .txt .h2 span{ font-size:14px; }
.con05_rt .txt .h3{ font-size:14px; line-height:24px; }
}





.foot{ background:#142d4e; color:#a7acb5; }
.foot a{ color:#a7acb5;}
.foot a:hover{ color:var(--primary-color);}
.foot1bg{ padding:60px 0; }
.foot1{}
.foot1 .list1{ display: flex; justify-content: space-between;/* align-items: center;*/}
.foot1 .lt{ width:72%;}
.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{ }
.foot .f_nav dl dt{ font-size:15px; line-height:25px; color:#fff; margin-bottom:25px; padding-bottom:15px; position:relative;}
.foot .f_nav dl dt:before{ content:""; width:22px; height:2px; background:var(--primary-color); position:absolute; left:0; bottom:0;}
.foot .f_nav dl dd{ margin-top:5spx;}
.foot1 .rt{ width:20%;}
.foot .f_contact{ font-size:14px; line-height:24px;}
.foot .f_contact dl dd{ margin-bottom:15px;}
.foot .f_contact dl dd span{ display:block; font-size:15px; line-height:25px; color:#fff; margin-bottom:5px;}
.foot .f_contact dl dd span i{ display:inline-block; vertical-align:top; text-align:center; width:20px; height:25px; line-height:25px; margin-right:5px; position:relative;}
.foot .f_contact dl dd span i img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.foot .f_contact dl dd strong{ display:block; font-weight:normal; padding-left:25px;}
.foot .f_share{}
.foot .f_share a{ display:inline-block; margin-right:5px; position:relative; transform:translateY(10px); transition:all .3s ease;}
.foot .f_share a:hover{ transform:translateY(0);}
.foot .f_share a>img{ display:block; height:34px;}
.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:100px;}
.foot .f_share a .ewm img{}
.foot1 .list2{ display: flex; justify-content: flex-start; align-items: center; }
.foot1 .list2 .h2{ font-size:14px; line-height:34px; color:#fff; margin-right:20px;}
.foot1 .list2 .form{ height:34px; width:234px;}
.foot1 .list2 .form .text1{ float:left; border:1px solid #244067; background:none; height:32px; line-height:32px; padding:0 0 0 10px; width:calc(100% - 56px);}
.foot1 .list2 .form .button1{ float:right; border:none; height:34px; width:44px; background:var(--primary-color) url(../images/footer-1.png) center no-repeat;}
.foot2bg{}
.foot2{ padding:20px 0; border-top:1px solid #314561; 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:30px 0; }
.foot1 .list1{ display:block; margin-bottom:20px;}
.foot1 .lt{ display:none;}
.foot1 .rt{ width:100%;}
.foot1 .list2{ display:block; }
.foot1 .list2 .h2{ font-size:14px; line-height:24px; margin:0 0 10px 0;}
.foot2{ padding:15px 0; font-size:12px; line-height:22px;display: block; text-align:center;}
}




/*Add------------------------------------------------------------------------------*/

.inbanner{ position:relative;}
.inbanner img{ display:block; width:100%; }
.inbanner .txtbg{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inbanner .txt{ color:#fff;}
.inbanner .txt .h2{ font-size:40px; line-height:50px; font-weight:bold; margin-bottom:15px;}
.inbanner .txt .h3{ font-size:14px; line-height:24px;}
.inbarbg{ border-bottom:1px solid #e6e6e6; }
.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: flex-start;
align-items: flex-start;}
.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; }
.innav ul li a{ display:block; text-align:center; padding:0 1.82vw;}
.innav ul li.hover{ color:#fff;}
.innav ul li.hover>a{ color:#fff; background: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){
.inbanner .txt .h2{ font-size:24px; line-height:34px; margin-bottom:0;}
.inbanner .txt .h3{ display:none;}
.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 a{ padding:0;}
.weizhi{ display:none;}
}

.insidebg{ padding:60px 0 80px 0;}
.inside{}
.inside_lt{ float:left; width:275px;}
.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:""; width:17px; height:17px; background:url(../images/cpzx-tb.png) center no-repeat; position:absolute; right:10px; top:50%; transform:translateY(-50%); transform-origin:center; }
.side_a ul li.has_sub.active1>span:after{ background-image:url(../images/cpzx-tb2.png);}
.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; position:relative;}
.side_a ul li ul li>span:before{ content:""; width:5px; height:5px; border-radius:100%; background:#9a9a9a; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.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%;}
}



.faq1{}
.faq1 .list{ margin-top:40px;}
.faq1 .list ul li{ margin-bottom:25px; background:#fff; border-radius:4px; overflow:hidden;}
.faq1 .list ul li .h2{ font-size:18px; line-height:28px; padding:20px 60px 20px 40px; background:url(../images/cjwt-tb.png) right 20px center no-repeat; cursor:pointer;}
.faq1 .list ul li .txt{ padding:20px 40px; font-size:16px; line-height:2em; display:none;}
.faq1 .list ul li .txt .h3{   
    color: #666666;
    font-size: 16px;
    line-height: 28px;}
.faq1 .list ul li.active1 .h2{ background-color:var(--primary-color); color:#fff; background-image:url(../images/cjwt-tb2.png);}
@media(max-width:999px){
.faq1 .list{ margin-top:30px;}
.faq1 .list ul li{ margin-bottom:20px; }
.faq1 .list ul li .h2{ font-size:18px; line-height:28px; padding:10px 50px 10px 20px; background-size:30px;}
.faq1 .list ul li .txt{ padding:10px 20px; font-size:14px; line-height:2em; }
}



.aboutus1bg{ padding:80px 0; background:url(../images/gywm-bj.png) bottom center no-repeat;}
.aboutus1{}
.aboutus1 .list1{ margin-top:40px; font-size:15px; line-height:2em;}
.aboutus1 .list2{ margin-top:40px;}
.aboutus1 .list2 ul{display: flex; justify-content: space-around;/* align-items: center;*/}
.aboutus1 .list2 ul li{ text-align:center;}
.aboutus1 .list2 ul li .img{ height:50px; position:relative;}
.aboutus1 .list2 ul li .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus1 .list2 ul li .txt{ margin-top:25px;}
.aboutus1 .list2 ul li .txt .h2{ font-size:42px; line-height:1em; color:var(--primary-color); margin-bottom:10px;}
.aboutus1 .list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
@media(max-width:999px){
.aboutus1bg{ padding:40px 0; }
.aboutus1 .list1{ margin-top:20px; font-size:14px; line-height:2em;}
.aboutus1 .list2{ margin-top:20px;}
.aboutus1 .list2 ul{ justify-content: space-between; flex-wrap:wrap;}
.aboutus1 .list2 ul li{ width:50%; margin-top:10px;}
.aboutus1 .list2 ul li .img{ height:40px; }
.aboutus1 .list2 ul li .txt{ margin-top:10px;}
.aboutus1 .list2 ul li .txt .h2{ font-size:28px; line-height:1em; margin-bottom:5px;}
.aboutus1 .list2 ul li .txt .h3{ font-size:14px; line-height:24px;}
}

.aboutus2bg{ }
.aboutus2{}
.aboutus2 .list{}
.aboutus2 .list ul li{ float:left; width:calc((100% - 10px)/2); margin:5px 0 5px 10px; position:relative;}
.aboutus2 .list ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.aboutus2 .list ul li .img{ padding-bottom:54%; position:relative; overflow:hidden;}
.aboutus2 .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; z-index:1;}
.aboutus2 .list ul li:hover .img img{ transform:scale(1.1);}
.aboutus2 .list ul li .img:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:2; transition:all .3s ease;}
.aboutus2 .list ul li:hover .img:before{ background:var(--primary-color);}
.aboutus2 .list ul li .txtbg{ width:100%; position:absolute; bottom:0; left:0; z-index:3;}
.aboutus2 .list ul li .txt{ padding:40px 5%; color:#fff;}
.aboutus2 .list ul li .txt .h2{ font-size:30px; line-height:40px; font-weight:bold;}
.aboutus2 .list ul li .txt .h3{ font-size:20px; line-height:30px; margin-top:10px; display:none;}
.aboutus2 .list ul li:hover .txt .h3{ display:block;}
@media(max-width:999px){
.aboutus2 .list ul li{ width:100%; margin:5px 0; }
.aboutus2 .list ul li .txt{ padding:20px 5%; }
.aboutus2 .list ul li .txt .h2{ font-size:20px; line-height:30px; }
.aboutus2 .list ul li .txt .h3{ font-size:14px; line-height:24px; margin-top:5px; display:block;}
}

.aboutus3bg{ padding:80px 0;}
.aboutus3{}
.aboutus3 .list{ margin-top:40px;}
.history_gallery{ position:relative;}
.history_gallery-thumbs{ position:relative; margin-bottom:40px; padding-top:12px;}
.history_gallery-thumbs .swiper-container{}
.history_gallery-thumbs .swiper-container:before{ content:""; width:100%; height:1px; background:#eaeaea; position:absolute; left:0; top:9.5px;}
.history_gallery-thumbs .swiper-slide{ text-align:center;}
.history_gallery-thumbs .h2{ font-size:22px; line-height:44px; font-weight:bold; color:#ababab; cursor:pointer; position:relative; padding-top:30px;}
.history_gallery-thumbs .h2:before{ content:""; width:10px; height:10px; border-radius:100%; background:#ababab; position:absolute; top:5px; left:50%; transform:translateX(-50%);}
.history_gallery-thumbs .h2:after{ content:""; width:20px; height:20px; border-radius:100%; background:var(--primary-color); opacity:.3; position:absolute; top:0; left:50%; transform:translateX(-50%); display:none;}
.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ font-size:44px; color:#333;}
.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2:before{ background:var(--primary-color);}
.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2:after{ display:block;}
.history_gallery-top{ }
.history_gallery-top .swiper-container{}
.history_gallery-top .swiper-slide{}
.history_gallery-top .nr_box{display: flex; justify-content: space-between;/* align-items: center;*/ background:#f8f8f8;}
.history_gallery-top .imgbg{ width:50%;}
.history_gallery-top .img{}
.history_gallery-top .img img{ display:block; width:100%;}
.history_gallery-top .txtbg{ width:50%;}
.history_gallery-top .txt{ padding:60px 5%;}
.history_gallery-top .txt .h2{ font-size:16px; font-weight:bold; margin-bottom:20px;}
.history_gallery-top .txt .h2 strong{ font-size:37px;}
.history_gallery-top .txt .h3{ font-size:14px; line-height:24px;}
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ border-radius:100%; width:44px; height:44px; margin-top:0; top:0; background-color:var(--primary-color); background-size:10px 15px; opacity:1;}
.history_gallery .swiper-button-prev{ left:0;}
.history_gallery .swiper-button-next{ right:0;}
@media(max-width:999px) {
.aboutus3bg{ padding:40px 0; }
.aboutus3 .list{ margin-top:20px;}
.history_gallery-thumbs{ position:static; margin-bottom:20px; padding-top:0;}
.history_gallery-thumbs .h2{ font-size:13px; line-height:26px; }
.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2{ font-size:26px; }
.history_gallery-top .nr_box{display:block;}
.history_gallery-top .imgbg{ width:100%;}
.history_gallery-top .txtbg{ width:100%;}
.history_gallery-top .txt{ padding:20px 5%;}
.history_gallery-top .txt .h2{ font-size:16px; margin-bottom:10px;}
.history_gallery-top .txt .h2 strong{ font-size:24px;}
.history_gallery-top .txt .h3{ font-size:14px; line-height:24px;}
.history_gallery .swiper-button-prev,.history_gallery .swiper-button-next{ margin-top:-22px; top:50%; opacity:0; visibility:hidden;}
.history_gallery:hover .swiper-button-prev,.history_gallery:hover .swiper-button-next{ opacity:1; visibility:visible;}
}


.aboutus4bg{ padding:80px 0; background:#f4f4f4;}
.aboutus4{}
.aboutus4 .list{ margin-top:40px;}
.aboutus4 .list ul li{ float:left; width:calc((100% - 60px)/5); margin:0 0 15px 15px; background:#fff; position:relative;}
.aboutus4 .list ul li:nth-child(5n-4){ margin-left:0; clear:left;}
.aboutus4 .list ul li .imgbg{ position:relative;}
.aboutus4 .list ul li .img{ padding-bottom:40%; position:relative;}
.aboutus4 .list ul li .img img{ max-width:90%; max-height:80%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.aboutus4 .list ul li:before{ content:""; width:0; height:3px; background:#e9e9e9; position:absolute; right:0; top:0; transition:all .3s ease; z-index:1;}
.aboutus4 .list ul li:after{ content:""; width:3px; height:0; background:#e9e9e9; position:absolute; left:0; top:0; transition:all .3s ease; z-index:1;}
.aboutus4 .list ul li .imgbg:before{ content:""; width:0; height:3px; background:#e9e9e9; position:absolute; left:0; bottom:0; transition:all .3s ease; z-index:1;}
.aboutus4 .list ul li .imgbg:after{ content:""; width:3px; height:0; background:#e9e9e9; position:absolute; right:0; bottom:0; transition:all .3s ease; z-index:1;}
.aboutus4 .list ul li:hover:before{ width:100%;}
.aboutus4 .list ul li:hover:after{ height:100%;}
.aboutus4 .list ul li:hover .imgbg:before{ width:100%;}
.aboutus4 .list ul li:hover .imgbg:after{ height:100%;}
@media(max-width:999px) {
.aboutus4bg{ padding:40px 0; }
.aboutus4 .list{ margin-top:20px;}
.aboutus4 .list ul li{ width:calc((100% - 20px)/3); margin:0 0 10px 10px; }
.aboutus4 .list ul li:nth-child(5n-4){ margin-left:10px; clear:none;}
.aboutus4 .list ul li:nth-child(3n-2){ margin-left:0; clear:left;}
}

.aboutus5bg{ padding:80px 0; }
.aboutus5{}
.aboutus5 .list{ margin-top:40px;}
.honor_swiper{ position:relative; padding:0 80px;}
.honor_swiper .swiper-container { width: 100%; }
.honor_swiper .swiper-container .swiper-slide { position:relative;}
.honor_swiper .swiper-container .swiper-slide .img{ padding-bottom:100%; position:relative; overflow:hidden; background:#f8f8f8;}
.honor_swiper .swiper-container .swiper-slide .img img{ max-width:100%; max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease;}
.honor_swiper .swiper-container .swiper-slide:hover .img img{ transform:scale(1.1);}
.honor_swiper .swiper-container .swiper-slide .txtbg{}
.honor_swiper .swiper-container .swiper-slide .txt{ margin-top:15px; text-align:center; }
.honor_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }
.honor_swiper .swiper-pagination{ display:none;}
.honor_swiper .swiper-pagination .swiper-pagination-bullet{ }
.honor_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ }
.honor_swiper .swiper-button-prev,.honor_swiper .swiper-button-next{ text-align:center; width:50px; height:50px; line-height:50px; margin-top:-25px; border-radius:100%; background:rgba(0,0,0,.3); color:#fff; font-size:30px; transition:all .3s ease; top:45%;}
.honor_swiper .swiper-button-prev:hover,.honor_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.honor_swiper .swiper-button-prev{ left:10px;}
.honor_swiper .swiper-button-next{ right:10px;}
@media(max-width:999px){
.aboutus5bg{ padding:40px 0; }
.aboutus5 .list{ margin-top:20px;}
.honor_swiper{ padding:0;}
.honor_swiper .swiper-container .swiper-slide .txt{ margin-top:15px; }
.honor_swiper .swiper-container .swiper-slide .txt .h2{ font-size:16px; line-height:26px; }
.honor_swiper .swiper-button-prev,.honor_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
}















