@charset "utf-8";
/* CSS Author WeChat:iGAME_Max */
/*公用代码*/
body,html{background:none repeat scroll 0 0; font:16px arial,verdana; color:#333; font-family: "Arial", "Microsoft Yahei", "微软雅黑", "Microsoft JhengHei", "微软正黑体", sans-serif;}
::-webkit-scrollbar              {/* 1 */width:6px; background-color:#C7C7C7;}
::-webkit-scrollbar-button       {/* 2 */display: none;}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */width:5px;  border-radius:0; background-color:#03b284;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#03b284;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:6px;}
blockquote,body,button,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0;}
label input{vertical-align:middle;text-shadow:none;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

@font-face{font-family:'syht-h';src:url(fonts/SourceHanSansCN-Heavy.ttf);}
@font-face{font-family:'bl-r';src:url(fonts/Barlow-Regular.ttf);}

/* 鼠标样式 */
.cursor{pointer-events:none;z-index:100000;position:fixed;top:0;left:0;width:20px;height:20px;border-radius:50%;overflow:hidden;border:1px solid #303030;background: #303030; opacity:0;transition:width .2s ease-out,height .2s ease-out,transform .2s;transform:translate(-50%,-50%) rotate(0);}
.cursor.active{ width: 20rem; height: 20rem; background: rgba(255,255,255,0.35);}
.cursor.style{ border-color: #fff; background: rgba(255,255,255,0.8); }
/* *:not(a),a{cursor:url(../images/cursor_fill.svg) 11 11,auto} */

a,a:active,a:visited,a:link{-webkit-transition:all .5s;-moz-transition:all .5s;transition:all .5s; color: #333;}
a:hover{ color: #07a179;}
a:hover,a:active,a:focus,a:hover,a:link,a:visited{text-decoration:none;text-shadow:none;outline: none;}
img{max-width:100%;border:0;}
i{ font-style: initial;}
table{border-collapse:collapse;}
ul li{list-style:none;}
input,select,textarea{outline:none; resize: none; font-size: 0.875rem;}
.f-l{float:left;}
.f-l,.f-r{display:inline-block;}
.f-r{float:right;}
.t-l{text-align:left;}
.t-c{text-align:center;}
.t-r{text-align:right;}
.top10{margin-top:10px;}
.top20{margin-top:20px;}
.top30,.top40{margin-top:30px;}
.top50{margin-top:50px;}
.top60{margin-top:60px;}
.top70{margin-top:70px;}
.top80{margin-top:80px;}
.bg-white{background:#fff;}
.bg-gray{ background: #f9f9f9;}
.w-90{ width: 91.5%; margin: auto;}
.w-100{width:100%; float: left;}
.w-900{margin:auto; width: 56.25rem;}
.w-1100{margin:auto; width: 67.5rem;}
.w-1200{margin:auto; width: 75rem;}
.w-1300{margin:auto; width: 83.75rem;}
.w-1400{margin: auto; width: 88.75rem;}
.w-1500{margin: auto; width: 97.5rem;}
.w-1600{margin: auto; width: 101.25rem; }
.w-1700{margin: auto; width: 107.5rem;}
.div-pc{ display: block;}
.div-phone{ display: none;}
.clear::after{ content: ''; display: block; clear: both; }

.img-hover{ overflow: hidden;}
.img-hover .img-h{display: block !important; width: 100%; height: 100%; object-fit: cover; transition: all .6s;}
.img-hover:hover .img-h{ transform: scale(1.1);}

/* 布局样式 */
.between-top{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.between-center{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: center; -webkit-justify-content: space-between; -webkit-align-items: center; }
.between-bottom{ display: flex; display: -webkit-flex; justify-content: space-between; align-items: flex-end; -webkit-justify-content: space-between; -webkit-align-items: flex-end; }
.center-center{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.around-center{ display: flex; display: -webkit-flex; justify-content: space-around; align-items: center; -webkit-justify-content: space-around; -webkit-align-items: center; }
.column-between{ display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-between; -webkit-justify-content: space-between; }
.column-around{ display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: space-around; -webkit-justify-content: space-around; }

/* 文字超出隐藏省略号 */
.text-one-hide{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.text-two-hide{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.text-three-hide{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}

/* 手机版按钮 */
.head-btn{width: 2rem; height: 1.375rem; float: right;position: relative;cursor: pointer; transform-origin: 0; display: none;}
.head-btn i{ display: block; width: 100%; height: 2px; float: left; background-color: #03b284; position: absolute;
	transition: all .6s ease .1s;
	-webkit-transition: all .6s ease .1s;
	-moz-transition: all .6s ease .1s;
}
.head-btn i.bar-top{ top: 0;}
.head-btn i.bar-cen{ top: 50%; margin-top: -1px;}
.head-btn i.bar-bom{ bottom: 0;}
.head-btn.cur i.bar-cen{ opacity: 0;}
.head-btn.cur i.bar-top{ transform:rotate(45deg); margin-top: 0.6rem;}
.head-btn.cur i.bar-bom{ transform:rotate(-45deg); margin-bottom: 0.6rem; }
.head-btn.cur i{ background-color: #03b284;}
/*隐藏*/
.overHide{ overflow: hidden;}

.fanye-box{ text-align: center; padding: 0 0 5rem; margin: auto;}
.fanye-box .between-center{ border: 1px solid #E4E4E4;}
.fanye-box a{ cursor: pointer;}
.fanye-box a,.fanye-box span{ height: 3rem; line-height: 3rem; padding: 0 1.25rem; font-size: 1rem; margin: auto; border-radius: 0; margin-left: 1px;}
.fanye-box a:hover,.fanye-box a.curr,.fanye-box a.current,
.fanye-box span:hover,.fanye-box span.curr,.fanye-box span.current{ background: #03b284; color: #fff; border-color: #03b284;}

.all-center-box{ width: 100%; float: left; position: relative; padding-top: 13.25rem; }
.all-center-box::before{ content: ''; width: 100%;}
/* .all-center-box.active{ margin-top: 4.875rem;} */

.text-center{ text-align: center;}

.goTop{ width: 6.25rem; height: 6.25rem; background-color: #303030; position: fixed; right: 0; bottom: 0; z-index: 99; opacity: 0; transition: all .6s; cursor: pointer; }
.goTop::after{ content: ''; width: 3.125rem; height: 3.125rem; background: url(../images/icon_jt1.png) no-repeat center; background-size: 100%; position: absolute; left: 50%; top: 50%; margin: -1.5625rem 0 0 -1.5625rem; transform: rotate(-90deg); }
.goTop:hover::after{ animation: upDown1 1.5s infinite linear;}
.goTop.active{ opacity: 1; }
@keyframes upDown1{
  0%{ transform: translateY(0rem) rotate(-90deg); }
  25%{ transform: translateY(-0.4rem) rotate(-90deg); }
  50%{ transform: translateY(0rem) rotate(-90deg); }
  75%{ transform: translateY(0.4rem) rotate(-90deg); }
  100%{ transform: translateY(0rem) rotate(-90deg); }
}
@keyframes upDown2{
  0%{ transform: translateX(0rem) }
  50%{ transform: translateX(0.5rem) }
  100%{ transform: translateX(0rem) }
}
@keyframes upDown3{
  0%{ transform: translateY(0rem); }
  25%{ transform: translateY(-0.4rem); }
  50%{ transform: translateY(0rem); }
  75%{ transform: translateY(0.4rem); }
  100%{ transform: translateY(0rem); }
}

.tips-box{ background: rgba(0,0,0,0.5); color: #fff; font-size: 1.5rem; position: fixed; left: 50%; top: 50%; z-index: 999; transform: translate(-50%,-50%); border-radius: 0.5rem; padding: 0.6rem 1rem; }

.head-box{ position: fixed; left: 0; top: 0; z-index: 99; transition: all 0.6s; background: url(../images/head_bg.jpg) no-repeat top #fff; background-size: 100%; }
.head-box .top-box .w-1600{ height: 9.6875rem; }
.head-box .top-box .logo{ height: 6.4375rem; display: block; }
.head-box .top-box .f-r .box1{ width: 20.8125rem; display: flex; background: #03b284; border-radius: 50px; padding: 0.3125rem; }
.head-box .top-box .f-r .box1 .text{ flex: 1; height: 3rem; background: none; padding: 0 1.25rem; font-size: 1rem; color: #fff; border: none; }
.head-box .top-box .f-r .box1 .text::-webkit-input-placeholder{ color: rgba(255,255,255,0.5); }
.head-box .top-box .f-r .box1 .btns{ width: 3rem; height: 3rem; background: url(../images/icon_1.png) no-repeat center #fff; border-radius: 100%; background-size: 1.625rem; border: none; cursor: pointer; }
.head-box .top-box .f-r .box2 .icon1{ width: 3.625rem; height: 3.625rem; background: url(../images/icon_2.png) no-repeat center #0d99a2; background-size: 2.25rem; border-radius: 100%; position: relative; float: left; margin-left: 1rem; }
.head-box .top-box .f-r .box2 .icon1 p{ width: 6.4375rem; position: absolute; top: 100%; right: 0; border: 1px solid #dedede; margin-top: 0.5rem; opacity: 0; transform: translate(0,1rem); pointer-events: none; transition: all .3s; }
.head-box .top-box .f-r .box2 .icon1 p img{ width: 100%; display: block; }
.head-box .top-box .f-r .box2 .icon1:hover p{ opacity: 1; transform: translate(0,0); }
.head-box .lower-box{ background: #03b284; }
.head-box .lower-box ul{ width: 100%; float: left; }
.head-box .lower-box ul li span a{ line-height: 3.5625rem; color: #fff; font-size: 1.375rem; min-width: 8rem; text-align: center; display: inline-block; }
.head-box .lower-box ul li.active span a,
.head-box .lower-box ul li:hover span a{ background: #fd9532; }

.sp-right{ position: fixed; right: 0.625rem; top: 50%; transform: translate(0,-50%); z-index: 100; }
.sp-right ul{ gap: 0.375rem;}
.sp-right ul li a{ width: 3.4375rem; height: 3.4375rem; background: #fff; border-radius: 0 0.625rem 0 0.625rem; box-shadow: 0 0 1rem rgba(0,0,0,0.2); display: flex; align-items: center; justify-content: center; }
.sp-right ul li a img{ width: 1.75rem; height: 1.75rem; transition: all .6s; }
.sp-right ul li a:hover{ background: #03b284; }
.sp-right ul li a:hover img{ filter: brightness(0) invert(1); transform: rotateY(360deg); }

.home-box0 .swiper{ height: 47.25rem; }
.home-box0 .swiper .swiper-slide{ background-position: center; background-size: cover; }
.home-box0 .swiper .box-info1{ width: 100%; position: absolute; left: 0; bottom: 8.375rem; z-index: 10; }
.home-box0 .swiper .box-info1 .swiper-pagination{ width: auto; position: relative; left: 0; top: 0; margin: 0; float: right; }
.home-box0 .swiper .box-info1 .swiper-pagination .swiper-pagination-bullet{ width: 1rem; height: 1rem; background: rgba(255,255,255,1); transition: all .6s; margin: 0 0 0 1rem; float: left; }

.home-bg1{ background: url(../images/bg_1.jpg) no-repeat bottom #eefaf7; background-size: cover; position: relative; z-index: 10; }

.home-box1{ margin-top: -8.75rem; }
.home-box1 .f-l{ height: 11.0625rem; padding: 1rem 1.5rem; background: #06a179; border-radius: 0.875rem; gap: 0.875rem; }
.home-box1 .f-l .box1{ width: 10.4375rem; height: 2.3125rem; background: rgba(255,255,255,0.2); border-radius: 50px; position: relative; }
.home-box1 .f-l .box1 select{ font-weight:bold; width: 100%; height: 100%; background: none; border: none; color: #fff; padding: 0 1rem; font-size: 1rem; appearance: none; cursor: pointer; }
.home-box1 .f-l .box1 select option{ color: #333; }
.home-box1 .f-l .box1::after{ content: ''; width: 0.625rem; height: 100%; background: url(../images/icon_jt1.png) no-repeat center; background-size: 100%; position: absolute; right: 1rem; top: 0; pointer-events: none; }
.home-box1 .f-l .box2{ font-weight:bold; width: 6.875rem; height: 2.3125rem; display: flex; align-items: center; justify-content: space-around; background: #ff8401; color: #fff; font-size: 1rem; border-radius: 50px; padding: 0 0.6rem; cursor: pointer; }
.home-box1 .f-l .box2::before{ content: ''; width: 0.875rem; height: 0.875rem; background: url(../images/icon_1_1.png) no-repeat center; background-size: 100%; }
.home-box1 .f-r{ width: 99.375rem; background: #fff; border-radius: 1.25rem; padding: 1.75rem 0; margin-top: -6.75rem; }
.home-box1 .f-r ul{ height: 6.875rem; }
.home-box1 .f-r ul li{ width: 100%; border-left: 2px solid #f5f5f5; }
.home-box1 .f-r ul li img{ width: 4.375rem; height: 4.375rem; object-fit: contain; transition: all .6s; }
.home-box1 .f-r ul li p{ font-size: 1.125rem; margin-top: 0.6rem; }
.home-box1 .f-r ul li:hover img{ transform: rotateY(360deg); }
.home-box1 .f-r ul li:first-child{ border-left: none;}

.all-title1 .f-l .box1 span{ font-size: 2rem; display: block; }
.all-title1 .f-l .box1 div{ display: flex; align-items: flex-end; gap: 0.625rem; font-size: 1.125rem; text-transform: uppercase; font-family: '宋体'; color: #07a27a; }
.all-title1 .f-l .box1 div em{ width: 2.5rem; height: 0.125rem; background: #07a27a; display: inline-block; transform: translate(0,-0.4rem); }
.all-title1 .f-l .box2{ flex: 1; display: flex; }
.all-title1 .f-l .box2 a{ font-size: 1.5rem; margin-left: 2.5rem; }
.all-title1 .f-l .box2 a.active{ color: #ff8401; }

.all-more1 span{ display: flex; align-items: center; font-size: 1rem; gap: 0.25rem; }
.all-more1 span::after{ content: ''; width: 0.9375rem; height: 0.9375rem; background: url(../images/icon_3.png) no-repeat center; background-size: 100%; transition: all .6s; }
.all-more1:hover span::after{ transform: rotate(225deg); }


.home-box2{ margin-top: 3rem; }
.home-box2 .lower-box{ margin-top: 2.25rem;}
.home-box2 .lower-box .f-l{ width: 50.625rem; }
.home-box2 .lower-box .f-r{ width: 48.125rem; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .imgs{ height: 31.5rem; overflow: hidden; position: relative; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info{ width: 44rem; background: #fff; float: left; margin-top: -3.75rem; position: relative; z-index: 2; padding: 1rem 1.25rem 1.5rem 1.5rem; border-radius: 0 0 0 2.5rem; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info1 .box1,
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info1 .box2{ display: grid; grid-template-columns: repeat(2,1fr); color: #07a179; text-align: center; position: relative; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info1 .box1 span{ font-size: 0.875rem; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info1 .box2 span{ font-size: 2rem; font-family: '宋体'; font-weight: bold; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info1 .box2::before{ content: ''; width: 1px; height: 1.5rem; background: #d8d8d8; position: absolute; left: 50%; top: 50%; margin: -0.75rem 0 0 -1px; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info1 .all-more1{ margin-top: 2.5rem; display: block; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2{ flex: 1; padding-left: 1.875rem; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2 .box1{ font-size: 1.25rem; font-weight: bold; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; transition: all .6s; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2 .box2{ font-size: 1rem; color: #666; margin-top: 1rem; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2 .box3{ width: 2.25rem; height: 0.75rem; background: url(../images/icon_jt4.png) no-repeat center; background-size: 100%; display: inline-block; margin-top: 1.5rem; }
.home-box2 .lower-box .f-l .swiper .swiper-slide:hover .imgs img{ transform: scale(1.1); }
.home-box2 .lower-box .f-l .swiper .swiper-slide:hover .info .box-info2 .box1{ color: #ff8401; }

.home-box2 .lower-box .f-l .swiper .swiper-pagination{ width: auto; height: 9.375rem; left: auto; right: 2.5rem; bottom: 0; display: flex; flex-direction: column; gap: 0.8125rem; align-items: center; justify-content: center; }
.home-box2 .lower-box .f-l .swiper .swiper-pagination .swiper-pagination-bullet{ width: 0.8125rem; height: 0.8125rem; background: #fff; opacity: 1; transition: all .6s; position: relative; }
.home-box2 .lower-box .f-l .swiper .swiper-pagination .swiper-pagination-bullet::after{ content: ''; width: 1.25rem; height: 1.25rem; background: url(../images/icon_4.png) no-repeat center; background-size: 100%; position: absolute; left: 50%; top: 50%; margin: -0.625rem 0 0 -0.625rem; opacity: 0; transition: all .6s; }
.home-box2 .lower-box .f-l .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: none; }
.home-box2 .lower-box .f-l .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ opacity: 1; }

.home-box2 .lower-box .f-r ul{ display: flex; flex-direction: column; gap: 1.25rem; }
.home-box2 .lower-box .f-r ul li a{ width: 100%; float: left; background: #fff; display: flex; }
.home-box2 .lower-box .f-r ul li a .info{ width: 100%; flex: 1; padding: 1rem 1.75rem; }
.home-box2 .lower-box .f-r ul li a .info .box1{ font-size: 1.25rem; font-weight: bold; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-box2 .lower-box .f-r ul li a .info .box2{ font-size: 1rem; color: #666; margin-top: 1rem; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-box2 .lower-box .f-r ul li a .info .box3{ font-size: 1rem; color: #07a179; padding-left: 1.375rem; height: 1rem; line-height: 1.1rem; background: url(../images/icon_5.png) no-repeat left; background-size: 1rem; margin-top: 1.5rem; }

.home-box2 .lower-box .f-r ul li a .imgs{ width: 17.8125rem; height: 12.875rem; overflow: hidden; }
.home-box2 .lower-box .f-r ul li a .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.home-box2 .lower-box .f-r ul li a:hover .imgs img{ transform: scale(1.1); }

.home-box3{ margin-top: 3.75rem; position: relative; overflow: hidden; padding-top: 9.6875rem; }
.home-box3::before{ content: ''; width: 100%; height: calc(100% - 6.8rem); background: url(../images/bg_3.png) no-repeat 1rem bottom #269679; background-size: 12.9375rem; border-radius: 3.75rem 0 0 0; position: absolute; left: 4.6875rem; bottom: 0; }
.home-box3 .w-1600 .between-top{ position: relative; align-items: flex-start; }
.home-box3 .all-title1 .f-l .box1{ width: 9.1875rem; height: 23.125rem; position: relative; }
.home-box3 .all-title1 .f-l .box1 span{ color: #fff; width: 3rem; line-height: 1; }
.home-box3 .all-title1 .f-l .box1 div{ color: #fff; white-space: nowrap; position: absolute; left: 4.4rem; top: 0; transform: rotate(90deg); transform-origin: 0 0; }
.home-box3 .all-title1 .f-l .box1 div em{ background: #fff; transform: translate(0,-0.6rem); }
.home-box3 .center-block{ background: url(../images/bg_2.jpg) no-repeat bottom; background-size: cover; padding: 0 2.25rem; margin-top: -9.6875rem; }
.home-box3 .center-block .box-info1 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 0 3.75rem; }
.home-box3 .center-block .box-info1 ul li a{ width: 100%; float: left; padding: 2.75rem 0; border-top: 1px solid #ededed; }
.home-box3 .center-block .box-info1 ul li a span{ display: block; background: url(../images/icon_6.png) no-repeat left; background-size: 1.125rem; color: #ff8401; padding-left: 1.5rem; height: 1.2rem; line-height: 1.4rem; }
.home-box3 .center-block .box-info1 ul li a p{ font-size: 1.25rem; font-weight: bold; margin-top: 1rem; line-height: 1.6; height: 4rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-box3 .center-block .box-info2 .all-more1{ width: 9.6875rem; height: 2.75rem; display: flex; align-items: center; justify-content: center; background: url(../images/bg_8.png) no-repeat top; background-size: 100%; padding-top: 0.5rem; }
.home-box3 .center-block .box-info2 .all-more1 span{ color: #fff; transition: all .6s; }
.home-box3 .center-block .box-info2 .all-more1 span::after{ background-image: url(../images/icon_3_1.png); }
.home-box3 .center-block .box-info2 .all-more1:hover span{ color: #ff8401; }

.home-box4{ background: #dff1ec; padding: 3rem 0 5.9375rem; }
.home-box4 .box-info1{ margin-top: 2rem; }
.home-box4 .box-info1 ul{ display: flex; gap: 1.25rem; }
.home-box4 .box-info1 ul li{ width: 13.75rem; height: 41rem; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; justify-content: center; align-items: center; position: relative; overflow: hidden; transition: all .6s; }
.home-box4 .box-info1 ul li .f-l{ width: 3rem; height: 28rem; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all .6s; overflow: hidden; position: relative; z-index: 2; }
.home-box4 .box-info1 ul li .f-l div{ width: 3rem; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.home-box4 .box-info1 ul li .f-l div::after,
.home-box4 .box-info1 ul li .f-l div::before{ content: ''; width: 1px; height: 7rem; background: #fff; position: absolute; left: 50%; }
.home-box4 .box-info1 ul li .f-l div::after{ top: 0; }
.home-box4 .box-info1 ul li .f-l div::before{ bottom: 0; }
.home-box4 .box-info1 ul li .f-l img{ width: 2.25rem; height: 2.25rem; object-fit: contain; }
.home-box4 .box-info1 ul li .f-l p{ font-size: 1.75rem; color: #fff; width: 2.5rem; text-align: center; line-height: 1.2; margin-top: 1rem; }
.home-box4 .box-info1 ul li .f-r{ width: 0; overflow: hidden; transition: all .6s; position: relative; z-index: 2; }
.home-box4 .box-info1 ul li .f-r .center-block{ width: 45rem; padding-right: 1rem; }
.home-box4 .box-info1 ul li .f-r .center-block .box1{ display: flex; }
.home-box4 .box-info1 ul li .f-r .center-block .box1 img{ width: 2.25rem; height: 2.25rem; object-fit: contain; }
.home-box4 .box-info1 ul li .f-r .center-block .box1 p{ line-height: 2.25rem; padding: 0 0.5rem; font-size: 1.75rem; color: #fff; }
.home-box4 .box-info1 ul li .f-r .center-block .box2{ margin-top: 2rem; height: 21.875rem; overflow: auto; padding-right: 1rem; margin-right: -1rem; }
.home-box4 .box-info1 ul li .f-r .center-block .box2 div{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.875rem 3.125rem; }
.home-box4 .box-info1 ul li .f-r .center-block .box2 div a{ width: 100%; height: 3.75rem; line-height: 3.75rem; border: 1px solid #fff; font-size: 1.125rem; text-align: center; color: #fff; }
.home-box4 .box-info1 ul li .f-r .center-block .box2 div a:hover{ background: #fff; color: #ff8401; }

.home-box4 .box-info1 ul li.active{ width: 56.5rem; border-radius: 0 2.5rem 0 2.5rem; }
.home-box4 .box-info1 ul li.active::before{ opacity: 1; }
.home-box4 .box-info1 ul li.active .f-l{ width: 0; opacity: 0; }
.home-box4 .box-info1 ul li.active .f-r{ width: 45rem;}

.home-box5{ background: url(../images/bg_9.jpg) no-repeat bottom; background-size: cover; padding: 3.75rem 0; }
.home-box5 .box-info1{ display: flex; gap: 1.25rem; }
.home-box5 .box-info1 a{ width: 3rem; height: 3rem; border-radius: 100%; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: 1rem; box-shadow: 0 0 1rem rgba(0,0,0,0.1); }
.home-box5 .box-info1 a.prev{ background-image: url(../images/icon_jt2_l.png); }
.home-box5 .box-info1 a.next{ background-image: url(../images/icon_jt2_r.png); }
.home-box5 .box-info1 a:hover{ box-shadow: 0 0 2rem rgba(0,0,0,0.3); }
.home-box5 .box-info2 .swiper{ margin-top: 2.5rem;}
.home-box5 .box-info2 .swiper .swiper-slide{ width: 15.4375rem; }
.home-box5 .box-info2 .swiper .swiper-slide .imgs{ height: 17.4375rem; overflow: hidden; }
.home-box5 .box-info2 .swiper .swiper-slide .imgs img{ width: 100%; height: 100%; object-fit: cover; display: block; transition: all .6s; }
.home-box5 .box-info2 .swiper .swiper-slide .info{ text-align: center; margin-top: 0.875rem; }
.home-box5 .box-info2 .swiper .swiper-slide .info span{ display: block; font-size: 1.25rem; color: #333; font-weight: bold; transition: all .6s; }
.home-box5 .box-info2 .swiper .swiper-slide .info p{ font-size: 1rem; color: #999; }
.home-box5 .box-info2 .swiper .swiper-slide:hover .imgs img{ transform: scale(1.1); }
.home-box5 .box-info2 .swiper .swiper-slide:hover .info span{ color: #07a179; }
.home-box5 .box-info3{ margin-top: 4rem; }
.home-box5 .box-info3 .all-more1{ background: #07a27a; color: #fff; width: 7.625rem; height: 2.25rem; border-radius: 1.25rem 0 1.25rem 0; display: flex; align-items: center; justify-content: center; }
.home-box5 .box-info3 .all-more1 span::after{ background-image: url(../images/icon_3_1.png); }

.home-box6{ background: url(../images/bg_5.jpg) no-repeat top; background-size: cover; overflow: hidden; }
.home-box6 .w-1600>.f-l{ width: 45rem; padding: 3.4375rem 0; }
.home-box6 .w-1600>.f-r{ width: 52.8125rem; padding: 3.4375rem 0 5.9375rem 4.125rem; position: relative; z-index: 2; }
.home-box6 .w-1600>.f-r::before{ content: ''; width: calc(100% + 10rem); height: 100%; position: absolute; left: 0; top: 0; z-index: -1; background: url(../images/bg_6.jpg) no-repeat center; background-size: cover; border-radius: 0 0 0 12.5rem; }
.home-box6 .all-title1{ padding-bottom: 2.75rem; }
.home-box6 .box-info1{ background: #fff; border-top: 4px solid #07a27a; padding: 0 1.5rem 1.5rem; border-radius: 0 0 0 2.5rem; }
.home-box6 .box-info1 ul li,.home-box6 .box-info1 ul li a{ width: 100%; float: left;}
.home-box6 .box-info1 ul li a{ padding: 1.7rem 0; border-bottom: 1px solid #d7e5e5; }
.home-box6 .box-info1 ul li a p{ font-size: 1.25rem; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.home-box6 .box-info1 ul li a span{ display: block; margin-top: 1.25rem; background: url(../images/icon_5.png) no-repeat left; background-size: 1rem; padding-left: 1.375rem; color: #07a179; height: 1.25rem; line-height: 1.4rem; }
.home-box6 .box-info2 .swiper .swiper-slide .imgs{ height: 28.375rem; overflow: hidden; border-radius: 0 0 0 2.5rem; }
.home-box6 .box-info2 .swiper .swiper-slide .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.home-box6 .box-info2 .swiper .swiper-slide .info{ padding: 0 4.375rem 0 1.25rem; margin-top: 2.375rem; }
.home-box6 .box-info2 .swiper .swiper-slide .info .f-l{ width: 5rem; height: 7.3125rem; border: 1px solid #d7e5e5; border-radius: 0 1.25rem 0 1.25rem; display: flex; align-items: center; justify-content: center; color: #07a179; font-family: '宋体'; }
.home-box6 .box-info2 .swiper .swiper-slide .info .f-l span{ font-size: 2rem; font-weight: bold; }
.home-box6 .box-info2 .swiper .swiper-slide .info .f-l p{ border-top: 1px dashed #D8D8D8; padding: 0.2rem 0 0.5rem; }
.home-box6 .box-info2 .swiper .swiper-slide .info .f-r{ width: 100%; flex: 1; padding-left: 1.875rem; line-height: 1.6; }
.home-box6 .box-info2 .swiper .swiper-slide .info .f-r span{ font-size: 1.25rem; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 4rem; }
.home-box6 .box-info2 .swiper .swiper-slide .info .f-r p{ font-size: 1rem; color: #666; margin-top: 0.8rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 3.25rem; }
.home-box6 .box-info2 .swiper .swiper-slide:hover .imgs img{ transform: scale(1.1); }
.home-box6 .box-info2 .swiper .swiper-pagination{ width: auto; height: 11.875rem; left: auto; right: 0; top: 28.375rem; display: flex; flex-direction: column; gap: 0.8125rem; align-items: center; justify-content: center; }
.home-box6 .box-info2 .swiper .swiper-pagination .swiper-pagination-bullet{ width: 0.8125rem; height: 0.8125rem; background: #e1e1e1; opacity: 1; transition: all .6s; position: relative; }
.home-box6 .box-info2 .swiper .swiper-pagination .swiper-pagination-bullet::after{ content: ''; width: 1.25rem; height: 1.25rem; background: url(../images/icon_4.png) no-repeat center; background-size: 100%; position: absolute; left: 50%; top: 50%; margin: -0.625rem 0 0 -0.625rem; opacity: 0; transition: all .6s; }
.home-box6 .box-info2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: none; }
.home-box6 .box-info2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ opacity: 1; }

.home-box7{ background: url(../images/bg_7.jpg) no-repeat center; background-size: cover; padding: 4.375rem 0; }
.home-box7 .w-1600>.f-l{ width: 63.125rem; }
.home-box7 .w-1600>.f-r{ width: 35rem; }
.home-box7 .center-box1{ position: relative; }
.home-box7 .center-box1 .swiper{ width: 41.0625rem; margin-top: -3.5rem; float: right; }
.home-box7 .center-box1 .swiper .swiper-slide{}
.home-box7 .center-box1 .swiper .swiper-slide .imgs{ width: 100%; height: 26.8125rem; overflow: hidden; float: left; }
.home-box7 .center-box1 .swiper .swiper-slide .imgs img{ width: 100%; height: 100%; object-fit: cover; display: block; transition: all .6s; }
.home-box7 .center-box1 .center-box1-info{ width: 25.375rem; position: absolute; left: 0; bottom: -1.625rem; }
.home-box7 .center-box1 .center-box1-info .info{ width: 100%; height: 21.875rem; box-shadow: 0 0 1.5rem rgba(0,0,0,0.2); background: #fff; float: left; position: absolute; left: 0; bottom: 0; z-index: 2; padding: 2rem 1.25rem; border-radius: 0 2.5rem 0 2.5rem; transition: all .6s; opacity: 0; transform: translate(-2rem,0); }
.home-box7 .center-box1 .center-box1-info .info .box-info1{ float: left; }
.home-box7 .center-box1 .center-box1-info .info .box-info1 .box1,
.home-box7 .center-box1 .center-box1-info .info .box-info1 .box2{ display: grid; grid-template-columns: repeat(2,1fr); color: #07a179; text-align: center; position: relative; gap: 1.3rem; }
.home-box7 .center-box1 .center-box1-info .info .box-info1 .box1 span{ font-size: 0.875rem; }
.home-box7 .center-box1 .center-box1-info .info .box-info1 .box2 span{ font-size: 2rem; font-family: '宋体'; font-weight: bold; }
.home-box7 .center-box1 .center-box1-info .info .box-info1 .box2::before{ content: ''; width: 1px; height: 1.5rem; background: #d8d8d8; position: absolute; left: 50%; top: 50%; margin: -0.75rem 0 0 -1px; }
.home-box7 .center-box1 .center-box1-info .info .box-info1 .all-more1{ margin-top: 2.5rem; display: block; }
.home-box7 .center-box1 .center-box1-info .info .box-info2{ width: 100%; float: left; margin-top: 1.2rem; }
.home-box7 .center-box1 .center-box1-info .info .box-info2 .box1{ font-size: 1.25rem; font-weight: bold; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; transition: all .6s; }
.home-box7 .center-box1 .center-box1-info .info .box-info2 .box2{ font-size: 1rem; color: #666; margin-top: 1rem; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-box7 .center-box1 .center-box1-info .info .box-info2 .box3{ width: 2.25rem; height: 0.75rem; background: url(../images/icon_jt4.png) no-repeat center; background-size: 100%; display: inline-block; margin-top: 1.5rem; }
.home-box7 .center-box1 .swiper .swiper-slide:hover .imgs img{ transform: scale(1.1); }
.home-box7 .center-box1 .center-box1-info:hover .info .box-info2 .box1{ color: #ff8401; }
.home-box7 .center-box1 .center-box1-info .info.active{ opacity: 1; transform: translate(0,0); }

.home-box7 .center-box1 .center-box1-info .swiper-pagination{ width: auto; left: auto; right: 2rem; bottom: 1rem; }
.home-box7 .center-box1 .center-box1-info .swiper-pagination .swiper-pagination-bullet{ width: 0.5625rem; height: 0.5625rem; background: #e7e7e7; opacity: 1; position: relative; margin: 0 0 0 1rem; transition: all .6s; }
.home-box7 .center-box1 .center-box1-info .swiper-pagination .swiper-pagination-bullet::after{ content: ''; width: 1.25rem; height: 1.25rem; background: url(../images/icon_4.png) no-repeat center; background-size: 100%; position: absolute; left: 50%; top: 50%; margin: -0.625rem 0 0 -0.625rem; opacity: 0; transition: all .6s; }
.home-box7 .center-box1 .center-box1-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: transparent; }
.home-box7 .center-box1 .center-box1-info .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{ opacity: 1; }

.home-box7 .center-box2 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 1.625rem; margin-top: 3.5rem; }
.home-box7 .center-box2 ul li a{ width: 100%; float: left; background: #fff; border-radius: 0 0 0 2.5rem; border-top: 0.25rem solid #ff8401; padding: 0.875rem 0.875rem 2rem;}
.home-box7 .center-box2 ul li a p{ font-size: 1.25rem; line-height: 1.6; font-weight: bold; height: 6rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-box7 .center-box2 ul li a span{ display: block; color: #07a27a; font-size: 1rem; margin-top: 1rem; }
.home-box7 .center-box2 ul li a:hover{ box-shadow: 0 0 1.5rem rgba(0,0,0,0.2); }

.home-box7 .center-box3{ height: 36.625rem; background: #fff; overflow: hidden; border-radius: 0 2.5rem 0 2.5rem; margin-top: 1.5rem; box-shadow: 0 0 1rem rgba(0,0,0,0.2); }
.home-box7 .center-box3 ul li{ width: 100%; float: left; }
.home-box7 .center-box3 ul li .imgs{ overflow: hidden; height: 0; transition: all .6s; }
.home-box7 .center-box3 ul li .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.home-box7 .center-box3 ul li .info{ padding: 0 1.5rem; }
.home-box7 .center-box3 ul li .info p{ width: 100%; float: left; height: 4.5rem; line-height: 4.5rem; font-size: 1.25rem; border-bottom: 1px solid #d7e5e5; background: url(../images/icon_jt2_r.png) no-repeat 98% center; background-size: 0.875rem; padding-right: 2.5rem; color: #333; transition: all .6s; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.home-box7 .center-box3 ul li .info p::before{ content: ''; width: 1.25rem; height: 100%; position: absolute; left: 0; top: 0; background: url(../images/icon_4.png) no-repeat center; background-size: 100%; opacity: 0; transition: all .6s; }
.home-box7 .center-box3 ul li:nth-child(1) .imgs{ height: 18.5rem; border-radius: 0 2.5rem 0 2.5rem; }

.home-box7 .center-box3 ul li.active .info p{ padding-left: 1.75rem; color: #07a179; }
.home-box7 .center-box3 ul li.active .info p::before{ opacity: 1; }
.home-box7 .center-box3 ul li:last-child .info p{ border: none;}

.foot-box{ background: #343c3c; border-top: 0.25rem solid #07a27a; color: #fff; }
.foot-box .top-box{ padding: 3rem 0; align-items: flex-start; }
.foot-box .top-box .box-info1{ display: flex; flex-direction: column; align-items: center; }
.foot-box .top-box .box-info1 .logo{ height: 5.8125rem; }
.foot-box .top-box .box-info1 .between-center{ gap: 1.5rem; margin-top: 3.125rem; text-align: center; }
.foot-box .top-box .box-info1 .between-center div{ width: 6.375rem;}
.foot-box .top-box .box-info1 .between-center div img{ width: 100%; display: block; }
.foot-box .top-box .box-info1 .between-center div p{ margin-top: 0.2rem;}
.foot-box .top-box .box-info2{ margin-left: 1.25rem; padding: 0 3rem; border-left: 1px solid rgba(255,255,255,0.1); border-right: 1px solid rgba(255,255,255,0.1); }
.foot-box .top-box .box-info2 .box1{ font-size: 1.125rem; font-weight: bold; padding-left: 1.625rem; background: url(../images/icon_7.png) no-repeat left; background-size: 1.125rem; }
.foot-box .top-box .box-info2 .box2{ color: rgba(255,255,255,0.8); line-height: 1.6; padding: 0.875rem 0; }
.foot-box .top-box .box-info2 .box2:last-child{ padding-bottom: 0; }
.foot-box .top-box .box-info3{ display: flex; flex: 1; justify-content: space-between; padding-left: 3.125rem; }
.foot-box .top-box .box-info3 ul li{ display: block; padding-bottom: 0.625rem; }
.foot-box .top-box .box-info3 ul li span{ font-size: 1.125rem; }
.foot-box .top-box .box-info3 ul li span a{ color: #fff; }
.foot-box .top-box .box-info3 ul li a{ color: rgba(255,255,255,0.8); display: block; }
.foot-box .top-box .box-info3 ul li a:hover{ color: #ff8401; }
.foot-box .lower-box{ border-top: 1px solid rgba(255,255,255,0.1); margin-top: 2.75rem; padding: 1.5rem 0; }
.foot-box .lower-box .f-l{ display: flex; line-height: 1.3125rem; gap: 1rem; }
.foot-box .lower-box .f-l span{ display: flex; gap: 0.5rem; }

.foot-box .lower-box .f-l a{ color: rgba(255,255,255,0.4); }
.foot-box .lower-box .f-r{ width: 18.0625rem; height: 2.375rem; background: rgba(255,255,255,0.1); padding: 0 1rem; position: relative; cursor: pointer; }
.foot-box .lower-box .f-r p{ line-height: 2.375rem; background: url(../images/icon_jt3.png) no-repeat right; background-size: 0.625rem;  }
.foot-box .lower-box .f-r div{ width: 100%; position: absolute; left: 0; bottom: 100%; background: rgba(255,255,255,0.1); border-bottom: 1px solid #343c3c; opacity: 0; transition: all .6s; pointer-events: none; padding: 0.5rem 0; }
.foot-box .lower-box .f-r div a{ display: block; line-height: 2rem; padding: 0 1rem; color: rgba(255,255,255,0.5); font-size: 0.875rem; }
.foot-box .lower-box .f-r div a:hover{ color: #fff; }
.foot-box .lower-box .f-r:hover div{ opacity: 1; pointer-events: auto; }

.page-banner{ height: 26.4375rem; background-position: center; background-size: cover; position: relative; }
.page-banner .center-block{ min-height: 15.3125rem; background: url(../images/bg_10.png) no-repeat bottom; background-size: 100%; position: absolute; left: 0; bottom: 0; }
.page-banner .center-block .box-info1{ margin-top: 4rem; color: #fff; }
.page-banner .center-block .box-info1 span{ display: block; font-size: 1.75rem; }
.page-banner .center-block .box-info1 p{ font-size: 1.125rem; opacity: 0.6; margin-top: 0.5rem; text-transform: uppercase; }
.page-banner .center-block .box-info2{ margin-top: 2.25rem;}
.page-banner .center-block .box-info2 a{ float: left; font-size: 1.25rem; margin-right: 2.75rem; color: #fff; line-height: 2.5rem; position: relative; }
.page-banner .center-block .box-info2 a::after{ content: ''; width: 0; height: 0.1875rem; background: #ff8401; position: absolute; left: 50%; bottom: 0; transition: all .6s; }
.page-banner .center-block .box-info2 a.active,.page-banner .center-block .box-info2 a:hover{ color: #ff8401; }
.page-banner .center-block .box-info2 a.active::after{ width: 80%; left: 10%; }

.news-box1{ padding: 3.75rem 0; }
.news-box1 ul{ display: grid; grid-template-columns: repeat(2,1fr); gap: 2.8125rem 3.125rem; }
.news-box1 ul li a{ width: 100%; border: 1px solid #e0e0e0;}
.news-box1 ul li a .f-l{ width: 8.25rem; height: 9.0625rem; display: flex; align-items: center; justify-content: center; flex-direction: column; transition: all .6s; }
.news-box1 ul li a .f-l span{ color: #07a179; font-size: 2.25rem; transition: all .6s; }
.news-box1 ul li a .f-l p{ color: #07a179; font-size: 1.125rem; border-top: 1px solid #e0e0e0; margin-top: 0.2rem; padding-top: 0.5rem; transition: all .6s; }
.news-box1 ul li a .f-r{ width: 100%; flex: 1; padding: 0 1.5rem; font-size: 1.375rem; line-height: 1.6; color: #333; transition: all .6s;  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-box1 ul li a:hover .f-l{ background: #07a179; }
.news-box1 ul li a:hover .f-l span,
.news-box1 ul li a:hover .f-l p{ color: #fff; }
.news-box1 ul li a:hover .f-r{ color: #07a179; }

.news-box2{ padding: 4.375rem 0; }
.news-box2 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 3.75rem 4.375rem; }
.news-box2 ul li a{ width: 100%; height: 26.375rem; float: left; position: relative; }
.news-box2 ul li .imgs{ height: 18.0625rem; overflow: hidden; position: relative;}
.news-box2 ul li .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.news-box2 ul li .imgs em{ width: 3.625rem; height: 3.625rem; background: url(../images/icon_10.png) no-repeat center; background-size: 100%; position: absolute; left: 50%; top: 50%; margin: -1.8125rem 0 0 -1.8125rem; z-index: 2; }
.news-box2 ul li .info{ min-height: 8.3rem; border: 1px solid #eee; padding: 1rem 1rem 1.4rem; position: absolute; left: 0; bottom: 0; transition: all .6s; background: #fff; }
.news-box2 ul li .info .box1{ font-size: 1.375rem; color: #222;
width: 100%; 
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 1.5; }
.news-box2 ul li .info .box2{ height: 0; overflow: hidden; transition: all .6s; font-size: 1.125rem; color: #666; line-height: 1.6; text-align: justify; }
.news-box2 ul li .info .box3{ height: 1.125rem; line-height: 1.2rem; padding-left: 1.5rem; background: url(../images/icon_9.png) no-repeat left; background-size: 1.125rem; color: #999; margin-top: 1rem; }
.news-box2 ul li:hover .imgs img{ transform: scale(1.1); }
.news-box2 ul li:hover .info{ border-color: #07a179; box-shadow: 0 0 1.5rem rgba(7,161,121,0.5); }
.news-box2 ul li:hover .info .box2{ height: 6rem; margin-top: 0.8rem; }

.news-box3{ padding: 4.375rem 0; }
.news-box3 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 3.75rem 4.375rem; }
.news-box3 ul li a{ width: 100%; float: left; position: relative; }
.news-box3 ul li .imgs{ height: 13.75rem; overflow: hidden; position: relative;}
.news-box3 ul li .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.news-box3 ul li .info{ border-bottom: 1px solid #ededed; padding: 1.5rem 1.2rem 0; height: 6.625rem; font-size: 1.375rem; text-align: center;  }
.news-box3 ul li .info p{ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.news-box3 ul li:hover .imgs img{ transform: scale(1.1); }

.news-box4 .top-box{ padding: 1.75rem 0 1.25rem; border-bottom: 1px solid #e5e5e5; }
.news-box4 .top-box .f-r a{ display: flex; align-items: center; height: 3.125rem; line-height: 3.125rem; border: 1px solid #e5e5e5; border-radius: 0.375rem; padding: 0 1.25rem; white-space: nowrap; }
.news-box4 .top-box .f-r a::before{ content: ''; width: 1.375rem; height: 1.375rem; background: url(../images/icon_11.png) no-repeat center; background-size: 100%; margin-right: 0.5rem; }
.news-box4 .top-box .f-r a:hover{ border-color: #07a179; color: #07a179; }
.news-box4 .lower-box{ padding-bottom: 3.125rem;}
.news-box4 .lower-box ul li,.news-box4 .lower-box ul li a{ width: 100%; float: left; }
.news-box4 .lower-box ul li a{ height: 5.625rem; background: #f6f6f6; margin-top: 2.5rem; padding: 0 1.75rem; border: 1px solid #fff; }
.news-box4 .lower-box ul li a p{ width: 100%; flex: 1; font-size: 1.375rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding-left: 1.25rem; background: url(../images/icon_jt5.png) no-repeat left; background-size: 0.625rem; line-height: 2rem; }
.news-box4 .lower-box ul li a span{ font-size: 1.125rem; color: #999; }
.news-box4 .lower-box ul li a:hover{ border-color: #c60600; color: #c60600; box-shadow: 0 0 1rem rgba(0,0,0,0.1); }

.news-info{ padding: 5.625rem 0; background: url(../images/bg_11.jpg) no-repeat top; background-size: 100%; }
.news-info .top-box .f-l,
.news-info .lower-box .f-l{ width: 71.5625rem;}
.news-info .top-box .f-l{ text-align: center; font-size: 3rem; color: #fff; font-weight: bold; }
.news-info .lower-box .f-l .box-info1{ font-size: 1rem; padding: 2.25rem 0 0.875rem; color: #fff; }
.news-info .lower-box .f-l .box-info1 div:nth-child(1){ display: flex; gap: 2.75rem; }
.news-info .lower-box .f-l .box-info1 div:nth-child(1) span{ height: 1rem; line-height: 1.1rem; background-position: left center; background-repeat: no-repeat; }
.news-info .lower-box .f-l .box-info1 div:nth-child(1) span:nth-child(1){ background-image: url(../images/icon_9_1.png); background-size: auto 1rem; padding-left: 1.375rem;}
.news-info .lower-box .f-l .box-info1 div:nth-child(1) span:nth-child(2){ background-image: url(../images/icon_12.png); background-size: auto 0.9rem; padding-left: 1.5rem;}
.news-info .lower-box .f-l .box-info1 div:nth-child(2){ display: flex; gap: 0.5rem; line-height: 2.1875rem;}
.news-info .lower-box .f-l .box-info1 div:nth-child(2) i{ width: 2.1875rem; height: 2.1875rem; line-height: 2.1875rem; display: inline-block; border: 1px solid #fff; border-radius: 0.4rem; text-align: center; cursor: pointer; transition: all .6s; }
.news-info .lower-box .f-l .box-info1 div:nth-child(2) i:hover{ border-color: #ff8401;}
.news-info .lower-box .f-l .box-info2{ background: #fff; border-top: 0.3125rem solid #07a179; padding: 2.5rem; line-height: 1.6; font-size: 1.125rem; }
.news-info .lower-box .f-l .box-info3 a{ width: 7.8125rem; height: 7.8125rem; border-radius: 100%; color: #fff; background: #07a179; box-shadow: 0 1rem 1rem rgba(7,161,121,0.5); font-size: 1.125rem; margin-top: 3.75rem; }
.news-info .lower-box .f-l .box-info3 a::before{ content: ''; width: 2.25rem; height: 2.25rem; background: url(../images/icon_11_1.png) no-repeat center; background-size: 100%; padding-bottom: 0.5rem; }
.news-info .lower-box .f-l .box-info3 a:hover{ transform: translate(0,-1rem); }
.news-info .lower-box .f-l .box-info4{ display: flex; gap: 2rem; margin-top: 3.75rem; padding: 0 3.5rem; }
.news-info .lower-box .f-l .box-info4 a{ width: 100%; background: #fff; padding: 1.5rem 1rem; border-top: 0.25rem solid rgba(7,161,121,0.5); color: #333; }
.news-info .lower-box .f-l .box-info4 a .box1 span{ font-size: 1.5rem;}
.news-info .lower-box .f-l .box-info4 a .box1 i{ font-size: 1rem; color: #666;}
.news-info .lower-box .f-l .box-info4 a .box2{ font-size: 1.125rem; line-height: 1.6; height: 3.5rem; margin-top: 1rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-info .lower-box .f-l .box-info4 a:hover{ border-color: #07a179; box-shadow: 0 1rem 1rem rgba(0,0,0,0.1);}

.news-info .lower-box .f-r{ width: 23.875rem; position: sticky; top: 13rem; }
.news-info .lower-box .f-r .box-info1 .box1{ border-bottom: 0.125rem solid #9bf1db; padding-bottom: 0.875rem; font-size: 2.25rem; font-weight: bold; padding-left: 1.125rem; position: relative; margin-top: 1.6rem; }
.news-info .lower-box .f-r .box-info1 .box1::before{ content: ''; width: 0.4375rem; height: 2.1875rem; position: absolute; left: 0; top: 0.55rem; background: #fdb332; border-radius: 50px; }
.news-info .lower-box .f-r .box-info1 .box2{}
.news-info .lower-box .f-r .box-info1 .box2 ul li{ width: 100%; float: left;}
.news-info .lower-box .f-r .box-info1 .box2 ul li a{ width: 100%; float: left; margin-top: 1.25rem; padding-left: 1rem; position: relative;}
.news-info .lower-box .f-r .box-info1 .box2 ul li a::after{ content: ''; border-top: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 6px solid #07a179; position: absolute; left: 0.375rem; top: 0.5rem; transition: all .6s;}
.news-info .lower-box .f-r .box-info1 .box2 ul li a p{ font-size: 1.125rem; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.news-info .lower-box .f-r .box-info1 .box2 ul li a span{ display: block; margin-top: 0.5rem; font-size: 1rem; color: #8a8a8a; }
.news-info .lower-box .f-r .box-info1 .box2 ul li a:hover::after{ background: #c4b17a;}

.news-box5{ padding: 1.5rem 0; }
.news-box5 ul li,.news-box5 ul li a{ width: 100%; float: left; }
.news-box5 ul li a{ border-bottom: 1px solid #ededed; height: 4.6875rem; }
.news-box5 ul li a p{ flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1.25rem; position: relative; padding: 0 1.5rem; }
.news-box5 ul li a p::before{ content: ''; width: 0.5625rem; height: 0.5625rem; background: #07a179; transform: rotate(45deg); position: absolute; left: 0.2rem; top: 50%; margin-top: -0.25rem; }
.news-box5 ul li a span{ font-size: 1rem; color: #999; padding-right: 2rem; background: url(../images/icon_jt6.png) no-repeat right; background-size: 1.25rem; }

.map-box{ padding: 3.125rem 0; }
.map-box .w-1600{ display: flex; }
.map-box .f-l{ flex: 1; height: 34.1rem; }
.map-box .f-l #map1{ width: 100%; height: 100%; float: left; overflow: hidden; border-radius: 0 3.75rem 0 3.75rem; }
.map-box .f-l #map1 img,.map-box .f-l #map1 label{ max-width: initial; }
.map-box .f-l #map1 .anchorBL{ display: none;}
.map-box .f-l #map1 ul li{

  display: none;
}
.map-box .f-l #map1 li img{

  width:100%;
  height:100%;
  object-fit:cover;
}
.map-box .f-l #map1 ul .active{

  display: block;
}
.map-box .f-r{ width: 31.5rem; margin-left: 2rem; }
.map-box .f-r ul li{ width: 100%; height: 10.625rem; float: left; padding: 1.25rem 1rem; border: 1px solid #D8D8D8; border-top: 4px solid #07a179; cursor: pointer; transition: all .3s; margin-bottom: 1.125rem; }
.map-box .f-r ul li:last-child{ margin-bottom: 0; }
.map-box .f-r ul li span{ font-size: 1.5rem; font-weight: bold; line-height: 2.25rem; padding-left: 2rem; background: url(../images/icon_7_1.png) no-repeat left; background-size: auto 1.375rem; transition: all .6s; }
.map-box .f-r ul li p{ font-size: 1.125rem; color: #666; line-height: 1.875rem; margin-top: 0.5rem; }
.map-box .f-r ul li.active{ border-color: #07a179; }
.map-box .f-r ul li.active span{ color: #ff8401; background-image: url(../images/icon_7_2.png); }

.page-menu{ background: #f0f0f0; }
.page-menu a{ float: left; font-size: 1.125rem; margin-right: 3.625rem; line-height: 3.875rem; font-weight: bold; }
.page-menu a.active,.page-menu a:hover{ color: #07a179; }

.news-box6{ padding: 1.5rem 0;}
.news-box6 ul{ display: grid; gap: 0.625rem; flex-direction: column; }
.news-box6 ul li{ width: 100%; float: left; border: 1px solid #f0f0f0; padding: 1.25rem 1rem 2rem; position: relative;  }
.news-box6 ul li::after{ content: ''; width: 0; height: 2px; background: #07a179; position: absolute; left: 0; bottom: -1px; transition: all .6s; }
.news-box6 ul li .box1{ font-size: 1.125rem; font-weight: bold; }
.news-box6 ul li .box2{ color: #999; font-size: 1rem; margin-top: 1rem; }
.news-box6 ul li .box2 span{ position: relative; }
.news-box6 ul li .box2 span::after{ content: ''; width: 1.25rem; height: 100%; position: absolute; top: 0; opacity: 0; transition: all .6s; }
.news-box6 ul li .box2 span:nth-child(1)::after{ background: url(../images/icon_jt6.png) no-repeat center; background-size: 100%; left: 100%; margin-left: 0.5rem; }
.news-box6 ul li .box2 span:nth-child(2)::after{ background: url(../images/icon_13.png) no-repeat center; background-size: auto 1rem; right: 100%; margin-right: 0.5rem; }
.news-box6 ul li:hover::after{ width: 100%;}
.news-box6 ul li:hover .box2 span::after{ opacity: 1; }

.news-box7{ padding: 2rem 0; }
.news-box7 .center-block{ width: 100%; padding: 3.125rem 3.75rem; background: #ececec; position: relative; }
.news-box7 .center-block .box0{ font-size: 2rem; color: #c4b17a; padding-bottom: 4.25rem; text-align: center; }
.news-box7 .center-block .box1{ display: flex; margin-bottom: 2.3rem; position: relative;}
.news-box7 .center-block .box1 span{ width: 5rem; font-size: 1.25rem; line-height: 3.375rem; align-self: flex-start; }
.news-box7 .center-block .box1 input,
.news-box7 .center-block .box1 select{ width: 100%; flex: 1; height: 3.375rem; padding: 0 1.6875rem; font-size: 1.25rem; background: #fff; border: none; appearance: none; }
.news-box7 .center-block .box1 select{ background: url(../images/icon_jt7.png) no-repeat 98% center #fff; background-size: 1.125rem; cursor: pointer;}
.news-box7 .center-block .box1 textarea{ width: 100%; flex: 1; height: 22.5rem; padding: 0.9rem 1.6875rem; font-size: 1.25rem; background: #fff; border: none; font-family: "Arial", "Microsoft Yahei", "微软雅黑", "Microsoft JhengHei", "微软正黑体", sans-serif;}
.news-box7 .center-block .box1 img{ width: 7rem; height: 3.375rem; }
.news-box7 .center-block .between-center{ gap: 2.3rem;}
.news-box7 .center-block .box2{ text-align: center;}
.news-box7 .center-block .box2 input{ width: 40rem; height: 4rem; background: #03b284; color: #fff; font-size: 1.3rem; font-weight: bold; text-align: center; border:none; cursor: pointer; }

.news-box8{ padding: 3rem 0 6.875rem; }
.news-box8 .box-info1{ text-align: center; font-size: 1.5rem; font-weight: bold; }
.news-box8 .box-info2{ font-size: 1.125rem; padding: 2rem 0; line-height: 1.8; }
.news-box8 .box-info3 p{ font-size: 1.125rem;}

.ksxq-info1 .top-box{ border-bottom: 1px solid #e5e5e5; padding: 1.5rem 0; color: #999; }
.ksxq-info1 .top-box a{ color: #999; }
.ksxq-info1 .top-box a:hover{ color: #ff8401; }
.ksxq-info1 .lower-box{ padding: 2rem 0; }
.ksxq-info1 .lower-box .w-1600{ display: flex; position: relative; }
.ksxq-info1 .lower-box .w-1600::before{ content: ''; width: 100%; height: calc(100% - 3.75rem); background: #f6f2e8; position: absolute; left: 0; bottom: 0; }
.ksxq-info1 .lower-box .f-l{ width: 32.5rem; background: #03b284; color: #fff; position: relative; z-index: 2; }
.ksxq-info1 .lower-box .f-l .box-info1{ padding: 0 3.125rem; border-bottom: 1px solid rgba(255,255,255,0.1); line-height: 6.25rem; position: relative; font-size: 1.5rem; }
.ksxq-info1 .lower-box .f-l .box-info1::before{ content: ''; width: 1.625rem; height: 0.5rem; background: #ff8401; position: absolute; left: 0; top: 50%; margin-top: -0.25rem; }
.ksxq-info1 .lower-box .f-l .box-info2 ul{ display: flex; flex-direction: column; gap: 3.125rem; padding: 3rem 2rem 5rem; }
.ksxq-info1 .lower-box .f-l .box-info2 ul li img{ width: 3.4375rem; height: 3.4375rem; }
.ksxq-info1 .lower-box .f-l .box-info2 ul li div{ flex: 1; padding-left: 2.375rem; padding-top: 0.875rem; }
.ksxq-info1 .lower-box .f-l .box-info2 ul li div span{ font-size: 1.125rem; position: relative;}
.ksxq-info1 .lower-box .f-l .box-info2 ul li div span::before{ content: ''; width: 0.4375rem; height: 0.4375rem; position: absolute; left: -1.125rem; top: 50%; margin-top: -0.22rem; background: #ff8401; }
.ksxq-info1 .lower-box .f-l .box-info2 ul li div p{ margin-top: 0.75rem; line-height: 1.8; }
.ksxq-info1 .lower-box .f-r{ width: 100%; flex: 1; padding: 1.375rem 2.5rem 4.375rem; position: relative; z-index: 2;}
.ksxq-info1 .lower-box .f-r .center-block{ background: #fcfcfc; border-top: 2px solid #ff8401; padding: 3rem 2.375rem 5rem; min-height: 32rem; }
.ksxq-info1 .lower-box .f-r .center-block .box-info1{ font-size: 1.5rem; font-weight: bold; }
.ksxq-info1 .lower-box .f-r .center-block .box-info2 ul{ display: grid; grid-template-columns: repeat(4,1fr); gap: 3rem 6.25rem; margin-top: 1.75rem; }
.ksxq-info1 .lower-box .f-r .center-block .box-info2 ul li a{ width: 100%; float: left; line-height: 3.625rem; border-bottom: 1px dashed #DAE7E7; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 1.125rem; }
.ksxq-info1 .lower-box .f-r .center-block .box-info2 ul li a::after{ content: ''; width: 1.4375rem; height: 100%; background: url(../images/icon_17.png) no-repeat center; background-size: 100%; position: absolute; right: 0; top: 0; transition: all .6s; }
.ksxq-info1 .lower-box .f-r .center-block .box-info2 ul li a:hover::after{ }

.ksxq-info2 .center-block{ padding: 4rem 3.125rem; min-height: 36.25rem; background: #f5f8f9; margin-top: 1rem; }
.ksxq-info2 .center-block .box-info1{ height: 1.75rem; line-height: 1.75rem; position: relative; border-left: 0.375rem solid #07a179; position: relative; }
.ksxq-info2 .center-block .box-info1 span{ float: left; font-size: 1.5rem; font-weight: bold; padding: 0 1.875rem 0 0.875rem; background: #f5f8f9; position: relative; z-index: 2; }
.ksxq-info2 .center-block .box-info1::before{ content: ''; width: 100%; height: 1px; background: #07a179; position: absolute; left: 0; top: 50%; }
.ksxq-info2 .center-block .box-info2{ margin-top: 2.25rem; line-height: 1.6; color: #8f8f8f; }

.news-box9{ padding: 2rem 0; }
.news-box9 ul li,.news-box9 ul li a{ width: 100%; float: left; }
.news-box9 ul li a{ padding: 1.75rem 1.25rem; display: flex; border: 1px solid #e7e7e7; margin-bottom: 1.5rem; }
.news-box9 ul li a .imgs{ width: 15.125rem; height: 10rem; overflow: hidden; }
.news-box9 ul li a .imgs img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.news-box9 ul li a .info{ width: 100%; flex: 1; padding-left: 1.25rem; }
.news-box9 ul li a .info .box1{ font-size: 1.25rem; font-weight: bold; color: #333; transition: all .6s; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.news-box9 ul li a .info .box2{ font-size: 1rem; line-height: 1.6; margin: 1rem 0; color: #333; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-box9 ul li a .info .box3 span{ position: relative; display: inline-block; padding-right: 2rem; background: url(../images/icon_jt6.png) no-repeat right; background-size: 1.125rem; height: 1.5rem; line-height: 1.6rem; color: #666; }
.news-box9 ul li a:hover{ border-color: #07a179; }
.news-box9 ul li a:hover .imgs img{ transform: scale(1.1);}
.news-box9 ul li a:hover .info .box1{ color: #07a179; }

.tsks-box1{ padding: 1.75rem 0; }
.tsks-box1 .top-box{ height: 5.5rem; background: url(../images/bg_12.jpg); color: #fff; font-size: 1.25rem; border-radius: 0.625rem; padding: 0 2.5rem; line-height: 1.5rem; }
.tsks-box1 .top-box a{ color: rgba(255,255,255,0.5); }
.tsks-box1 .top-box a.active,.tsks-box1 .top-box a:hover{ color: #fff; }
.tsks-box1 .lower-box .box1{ display: flex; margin-top: 2.5rem; }
.tsks-box1 .lower-box .box1 img{ width: 3rem; height: 3rem; }
.tsks-box1 .lower-box .box1 span{ line-height: 3rem; font-size: 1.5rem; padding: 0 1rem; font-weight: bold; }
.tsks-box1 .lower-box .box2{ background: #fff; box-shadow: 0 0 1rem rgba(0,0,0,0.1); padding: 1.5rem; display: grid; grid-template-columns: repeat(6,1fr); gap: 0.375rem 2rem; margin-top: 1.125rem; }
.tsks-box1 .lower-box .box2 a{ width: 100%; height: 3.125rem; display: flex; align-items: center; justify-content: space-between; padding: 0 3rem; transition: all .6s; border-radius: 0.5rem; }
.tsks-box1 .lower-box .box2 a:hover{ background: #fd9532; color: #fff; }
.tsks-box1 .lower-box .box2 a span{ position: relative; display: inline-block; }
.tsks-box1 .lower-box .box2 a span::before{ content: ''; width: 4px; height: 4px; background: #333; position: absolute; left: -1rem; top: 50%; margin-top: -2px; border-radius: 100%; transition: all .6s; }
.tsks-box1 .lower-box .box2 a:hover span::before{ background: #fff; }

.news-box10{ padding: 0 0 2.5rem; }
.news-box10 ul li{ width: 100%; float: left; }
.news-box10 ul li a{ width: 100%; float: left; border: 1px solid #e7e7e7; padding: 0 1.75rem; height: 5.625rem; margin-top: 1.5rem; }
.news-box10 ul li a p{ flex: 1; font-size: 1.375rem; color: #333; transition: all .6s; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.news-box10 ul li a span{ font-size: 1.125rem; color: #999; }
.news-box10 ul li a:hover{ border-color: #07a179;  }
.news-box10 ul li a:hover p{ color: #07a179; }

.ksxq-info3{ margin-top: 3.125rem; }
.ksxq-info3 .f-l{ width: 13.75rem; }
.ksxq-info3 .f-r{ width: 100%; flex: 1; padding-left: 1.75rem; }
.ksxq-info3 .f-r .box1{ display: flex; align-items: center; font-weight: bold; }
.ksxq-info3 .f-r .box1 span{ font-size: 1.5rem; }
.ksxq-info3 .f-r .box1 i{ color: #03b284; background: #cdf0e6; border-radius: 4px; padding: 0 0.3rem; height: 1.35rem; line-height: 1.45rem; margin-left: 0.5rem; }
.ksxq-info3 .f-r .box2{ margin-top: 1rem;}
.ksxq-info3 .f-r .box2 p{ margin-top: 0.8rem; }
.ksxq-info3 .f-r .box2 p span{ color: #666; }
.ksxq-info3 .f-r .box3{ border-top: 1px solid #E5E5E5; margin-top: 1.5rem; padding-top: 1rem; }
.ksxq-info3 .f-r .box3 img{ width: 6.875rem; box-shadow: 0 0 1rem rgba(0,0,0,0.1); }
.ksxq-info3 .f-r .box3 div{ flex: 1; padding-left: 0.75rem; }

.ksxq-info2.style2 .center-block{ min-height: initial; margin-top: 3rem; }

.ksxq-info4{ margin-top: 3.125rem; }
.ksxq-info4 .box-info1{ height: 1.75rem; line-height: 1.75rem; position: relative; border-left: 0.375rem solid #07a179; position: relative; }
.ksxq-info4 .box-info1 span{ float: left; font-size: 1.5rem; font-weight: bold; padding: 0 1.875rem 0 0.875rem; background: #fff; position: relative; z-index: 2; }
.ksxq-info4 .box-info1::before{ content: ''; width: 100%; height: 1px; background: #07a179; position: absolute; left: 0; top: 50%; }
.ksxq-info4 .box-info2{ margin: 2.5rem 0 3.75rem; border-top: 1px solid #ededed; border-right: 1px solid #ededed; overflow: auto; }
.ksxq-info4 .box-info2 ul{ width: 100%; display: grid; grid-template-columns: repeat(8,1fr); }
.ksxq-info4 .box-info2 ul li{ height: 3.5rem; display: flex; align-items: center; justify-content: center; font-size: 1.125rem; border-bottom: 1px solid #ededed; border-left: 1px solid #ededed; }
.ksxq-info4 .box-info2 ul li i{ width: 0.75rem; height: 0.75rem; background: #fd9532; display: inline-block; }
.ksxq-info4 .box-info2 ul:nth-child(1) li{ background: #14a6ac; color: #fff; }

.about-box1{ padding: 2.375rem 0; }
.about-box1 ul{ width: 100%; float: left; position: relative; border-left: 1px solid #d4d4d4; }
.about-box1 ul li{ width: 100%; float: left; }
.about-box1 ul li p{ font-size: 1.5rem; color: #07a179; font-weight: bold; padding: 0 1rem; position: relative; margin-top: -1rem; }
.about-box1 ul li div{ padding: 1.5rem 2.75rem 2.5rem; font-size: 1.125rem; }
.about-box1 ul li p::before{ content: ''; width: 0.5rem; height: 1px; background: #07a179; position: absolute; left: 0; top: 50%; }

.about-box2{ padding: 4.375rem 0 0; }
.about-box2 .w-1600{ display: flex; }
.about-box2 .f-l{ width: 16.5rem; text-align: center; padding-top: 0.5rem; }
.about-box2 .f-l span{ font-size: 1.25rem; text-transform: uppercase; }
.about-box2 .f-l p{ font-size: 3.75rem; color: #07a179; font-family: 'Times New Roman', Times, serif; font-weight: bold; }
.about-box2 .f-r{ width: 100%; flex: 1; font-size: 1.125rem; line-height: 1.8; text-indent: 2rem; }

.about-box3{ padding: 4.375rem 0; background: url(../images/bg_13.jpg) no-repeat bottom left; background-size: 50.9375rem; overflow: hidden; }
.about-box3 .w-1600{ display: flex; }
.about-box3 .f-l{ width: 45.9375rem; height: 34.6875rem; position: relative; }
.about-box3 .f-l img{ width: 55.375rem; height: 34.6875rem; object-fit: cover; position: absolute; top: 0; right: 0; max-width: initial; }
.about-box3 .f-l::before{ content: ''; width: 4.875rem; height: 4.875rem; background: rgba(253,149,50,0.86); border-radius: 1rem; position: absolute; right: 1.25rem; top: -3.25rem; z-index: 2; }
.about-box3 .f-l::after{ content: ''; width: 4.875rem; height: 4.875rem; background: rgba(7,156,117,0.86); border-radius: 1rem; position: absolute; right: -1.25rem; top: -0.875rem; z-index: 2; }
.about-box3 .f-r{ width: 100%; flex: 1; padding: 1.5rem 0 1.5rem 2.5rem; font-size: 1.125rem; line-height: 1.8; }

.about-box4{ padding: 2rem 0; }
.about-box4 .top-box{ height: 5rem; background: #079c75; color: #fff; padding: 0 2.25rem; display: flex; align-items: center; justify-content: center; }
.about-box4 .top-box p{ width: 100%; position: relative; text-align: center; }
.about-box4 .top-box p::after{ content: ''; width: 100%; height: 1px; background: #60BAA0; position: absolute; left: 0; top: 50%; }
.about-box4 .top-box p span{ display: inline-block; padding: 0 2rem; font-size: 1.5rem; font-weight: bold; position: relative; z-index: 2; background: #079c75; }
.about-box4 .top-box p span::after{ content: ''; width: 2px; height: 0.75rem; position: absolute; left: 0; top: 50%; margin-top: -0.35rem; background: #60BAA0; }
.about-box4 .top-box p span::before{ content: ''; width: 2px; height: 0.75rem; position: absolute; right: 0; top: 50%; margin-top: -0.35rem; background: #60BAA0; }
.about-box4 .lower-box{ border: 1px solid #D4D4D4; padding: 2rem 3.125rem; }
.about-box4 .lower-box ul{ display: grid; grid-template-columns: repeat(2,1fr); gap: 2rem 5.25rem; }
.about-box4 .lower-box ul li{ border-bottom: 1px solid #D4D4D4; padding: 1.25rem 2.5rem; display: flex; font-size: 1.5rem; line-height: 2.25rem; }
.about-box4 .lower-box ul li span{ width: 8.625rem; font-weight: bold; border-right: 1px solid #D4D4D4; }
.about-box4 .lower-box ul li p{ padding-left: 2.125rem; flex: 1; }
.about-box4 .lower-box ul li:nth-last-child(2){ border-bottom-width: 0;}
.about-box4 .lower-box ul li:last-child{ border: none }

.about-box5{ padding: 2rem 0 }
.about-box5 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem 1rem; }
.about-box5 ul li a{ width: 100%; float: left; }
.about-box5 ul li a i{ display: block; height: 22.5rem; border-radius: 0 0 0 2.5rem; overflow: hidden; }
.about-box5 ul li a i img{ width: 100%; height: 100%; display: block; object-fit: cover; transition: all .6s; }
.about-box5 ul li a p{ font-size: 1.25rem; margin-top: 1.125rem; text-align: center; }
.about-box5 ul li a:hover i img{ transform: scale(1.1);}

.zjjs-box{ padding: 2rem 0 3.75rem; }
.zjjs-box .box-info1{ gap: 1.875rem; }
.zjjs-box .box-info1 .box1{ width: 28rem; height: 4rem; background: #f5f8f9; border-radius: 0.5rem; }
.zjjs-box .box-info1 .box1 select{ width: 100%; height: 100%; padding: 0 1rem; font-size: 1rem; border: none; background: none; appearance: none; background: url(../images/icon_jt3_1.png) no-repeat 96% center; background-size: 1.125rem; cursor: pointer; }
.zjjs-box .box-info1 .box1 input{ width: 100%; height: 100%; padding: 0 1rem; border: none; background: none; font-size: 1rem; }
.zjjs-box .box-info1 .box1 input::-webkit-input-placeholder{ color: #333; }
.zjjs-box .box-info1 .box2 button{ width: 11.6875rem; height: 4rem; background: #03b284; color: #fff; font-size: 1.125rem; text-align: center; border-radius: 0.5rem; border: none; cursor: pointer; }
.zjjs-box .box-info2{ height: 5.5rem; background: url(../images/bg_12.jpg); color: #fff; font-size: 1.25rem; border-radius: 0.625rem; padding: 0 2.5rem; line-height: 1.5rem; margin-top: 2.1875rem; }
.zjjs-box .box-info2 a{ color: rgba(255,255,255,0.5); }
.zjjs-box .box-info2 a.active,.zjjs-box .box-info2 a:hover{ color: #fff; }
.zjjs-box .box-info3 ul{ display: grid; grid-template-columns: repeat(3,1fr); gap: 3.125rem 2.8125rem; margin-top: 4rem; }
.zjjs-box .box-info3 ul li a{ width: 100%; float: left; background: #fff; box-shadow: 0 0 1rem rgba(0,0,0,0.1); border-radius: 0.625rem; padding: 1.25rem 2.1875rem 2.5rem; color: #333; position: relative; overflow: hidden; }
.zjjs-box .box-info3 ul li a .box1 .f-l{ width: 6.5rem; height: 8.5rem; overflow: hidden;  }
.zjjs-box .box-info3 ul li a .box1 .f-r{ flex: 1; padding-left: 0.875rem; }
.zjjs-box .box-info3 ul li a .box2 em{ width: 2.75rem; height: 2.75rem; background: url(../images/icon_jt7.png) no-repeat center; background-size: 100%; transition: all .6s; }
.zjjs-box .box-info3 ul li a .box2 div{ display: flex; align-items: center; font-weight: bold; }
.zjjs-box .box-info3 ul li a .box2 div span{ font-size: 1.5rem; color: #333; }
.zjjs-box .box-info3 ul li a .box2 div i{ color: #03b284; background: #cdf0e6; border-radius: 4px; padding: 0 0.3rem; height: 1.35rem; line-height: 1.45rem; margin-left: 0.5rem; }
.zjjs-box .box-info3 ul li a .box3{ margin-top: 0.5rem;}
.zjjs-box .box-info3 ul li a .box3 span,
.zjjs-box .box-info3 ul li a .box4 span{ color: #666;}
.zjjs-box .box-info3 ul li a .box4{ border-top: 1px solid #eaeaea; margin-top: 1.5rem; padding-top: 1.5rem; line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 4.8rem; }
.zjjs-box .box-info3 ul li a::after{ content: ''; width: 0; height: 0.3125rem; background: #fd9532; position: absolute; bottom: 0; right: 0; transition: all .6s; }
.zjjs-box .box-info3 ul li a::before{ content: ''; width: 0.3125rem; height: 0; background: #fd9532; position: absolute; bottom: 0; right: 0; transition: all .6s; }
.zjjs-box .box-info3 ul li a:hover .box2 em{ background-image: url(../images/icon_jt7_1.png); }
.zjjs-box .box-info3 ul li a:hover::after{ width: 12rem; }
.zjjs-box .box-info3 ul li a:hover::before{ height: 12rem; }




/* 屏幕分辨率放大为 125 */
@media (-webkit-min-device-pixel-ratio: 1.25) {
  /* html,body {zoom:0.9} */
}
/* 屏幕分辨率放大为 150 */
@media (-webkit-min-device-pixel-ratio: 1.5) {
  /* html,body {zoom:0.8} */
}

/* 小于等于多少高度的样式 */
@media screen and (max-height:700px){
  
}
@media screen and (max-height:600px){
  
}
/* 小于等于多少宽度的样式 */
@media screen and (max-width:1800px){
  body,html{ font-size: calc(100vw / 120);}
}
@media screen and (max-width:1440px){
	/* body,html{ font-size: calc(100vw / 100);} */
}
@media screen and (max-width:1366px){
}
@media screen and (max-width:1200px){
}
@media screen and (max-width:1180px){
}
@media screen and (max-width:1024px){
  html,body{ font-size: 78%;}
  .w-90{ width: 92% !important;}
  .w-900,.w-1100,.w-1200,.w-1400,.w-1600,.w-1300,.w-1500{ width:92% !important;}
  .div-pc{ display: none;}
  .div-phone{ display: block;}
	.fanye-box{ padding: 0 0 1.5rem;}
	.fanye-box a,.fanye-box span{ height: 2rem; line-height: 2.2rem; padding: 0 0.6rem;}
  
  .all-center-box{ padding-top: 5rem; 
  
}
  .sp-right{ display: none;}
  .head-btn{ display: block; }
  .head-box{ background-size: cover; }
  .head-box .top-box .logo{ height: 3rem; }
  .head-box .top-box .f-r .box1,
  .head-box .top-box .f-r .box2{ display: none;}
  .head-box .top-box .w-1600{ height: 5rem; }
  .head-box .lower-box{ position: fixed; left: 0; top: 5rem; height: calc(100vh - 5rem); overflow: auto; display: none; }
  .head-box .lower-box ul{ display: block; padding: 1rem 0; }
  .head-box .lower-box ul li span a{ width: 100%; background: none !important; line-height: 3.3rem; }
  .head-box .lower-box ul li.active span a,
  .head-box .lower-box ul li:hover span a{ color: #fd9532; }
  
  .home-box0 .swiper{ height: 20rem; }
  .home-box0 .swiper .box-info1{ bottom: 0.8rem;}
  .home-box0 .swiper .box-info1 .swiper-pagination{ width: 100%; }
  .home-box0 .swiper .box-info1 .swiper-pagination .swiper-pagination-bullet{ float: none; margin: 0 0.5rem; }
  
  .home-box1{ margin-top: 0; padding: 1.5rem 0; }
  .home-box1 .f-l{ width: 100%; height: auto; padding: 1rem; display: grid; grid-template-columns: repeat(2,1fr); }
  .home-box1 .f-l .box1,.home-box1 .f-l .box2{ width: 100%;}
  .home-box1 .f-l .box2{ justify-content: space-between; flex-direction: row-reverse; padding: 0 1rem; }
  .home-box1 .f-r{ width: 100%; margin-top: 0; padding: 1rem 0; overflow: auto; margin-top: 1rem; }
  .home-box1 .f-r::-webkit-scrollbar{ display: none;}
  .home-box1 .f-r ul li{ flex-shrink: 0; width: auto; padding: 0 1.5rem; }
  .home-box1 .f-r ul li img{ width: 3.3rem; height: 3.3rem; }
  .home-box1 .f-r ul li p{ font-size: 1.1rem; margin-top: 0.5rem;}
  
  .all-title1 .f-l{ flex-direction: column; align-items: flex-start; }
  .all-title1 .f-l .box1 span{ font-size: 1.7rem; }
  .all-title1 .f-l .box2{ margin-top: 1rem; gap: 1rem; }
  .all-title1 .f-l .box2 a{ margin-left: 0; font-size: 1.2rem; }
  
  .home-box2{ margin-top: 0; }
  .home-box2 .lower-box{ margin-top: 1.25rem;}
  .home-box2 .lower-box .f-l{ width: 100%;}
  .home-box2 .lower-box .f-l .swiper .swiper-slide .imgs{ height: 18rem; }
  .home-box2 .lower-box .f-l .swiper .swiper-slide .info{ width: 100%; margin-top: 0; border-radius: 0; }
  .home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2 .box1{ font-size: 1.1rem; }
  .home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2 .box2{ margin-top: 0.5rem;}
  .home-box2 .lower-box .f-l .swiper .swiper-slide .info .box-info2 .box3{ margin-top: 1rem;}
  .home-box2 .lower-box .f-r{ width: 100%; margin-top: 1.25rem; }
  
  .home-box2 .lower-box .f-l .swiper .swiper-pagination{ flex-direction: row; right: 1rem; bottom: 1rem; height: auto; gap: 0.5rem; }
  .home-box2 .lower-box .f-l .swiper .swiper-pagination .swiper-pagination-bullet{ background: #07a179; }
  
  .home-box2 .lower-box .f-r ul li a{ flex-direction: column-reverse; }
  .home-box2 .lower-box .f-r ul li a .imgs{ width: 100%; height: 18rem; }
  .home-box2 .lower-box .f-r ul li a .info{ padding: 1rem;}
  
  .home-box3{ margin-top: 1.25rem; padding: 1.5rem 0; }
  .home-box3::before{ left: 0; height: 100%; }
  .home-box3 .w-1600 .between-top{ flex-direction: column; }
  .home-box3 .all-title1{ width: 100%; float: left; }
  .home-box3 .all-title1 .f-l .box1{ width: 100%; height: auto; }
  .home-box3 .all-title1 .f-l .box1 span{ width: 100%; line-height: initial; }
  .home-box3 .all-title1 .f-l .box1 div{ transform: rotate(0); position: relative; left: 0; }
  .home-box3 .center-block{ margin-top: 1.2rem; padding: 0.5rem 1rem 0; }
  .home-box3 .center-block .box-info1 ul{ grid-template-columns: repeat(1,1fr); }
  .home-box3 .center-block .box-info1 ul li a{ padding: 1rem 0;}
  .home-box3 .center-block .box-info1 ul li a p{ font-size: 1.1rem; height: auto; margin-top: 0.5rem; }
  .home-box3 .center-block .box-info1 ul li:first-child a{ border:none }
  
  
  .home-box4{ padding: 1.5rem 0;}
  .home-box4 .box-info1{ margin-top: 1.25rem;}
  .home-box4 .box-info1 ul{ flex-direction: column; gap: 1.25rem; }
  .home-box4 .box-info1 ul li{ width: 100% !important; padding: 1.5rem; height: auto; border-radius: 0 !important; }
  .home-box4 .box-info1 ul li .f-l{ display: none;}
  .home-box4 .box-info1 ul li .f-r,
  .home-box4 .box-info1 ul li .f-r .center-block{ width: 100% !important; }
  .home-box4 .box-info1 ul li::before{ opacity: 1;}
  .home-box4 .box-info1 ul li .f-r .center-block .box1 img{ width: 2.5rem; height: 2.5rem; }
  .home-box4 .box-info1 ul li .f-r .center-block .box1 p{ font-size: 1.5rem; }
  .home-box4 .box-info1 ul li .f-r .center-block .box2{ margin-top:1rem; height: auto; overflow: initial; }
  .home-box4 .box-info1 ul li .f-r .center-block .box2 div{ grid-template-columns: repeat(2,1fr); gap: 1rem;}
  .home-box4 .box-info1 ul li .f-r .center-block .box2 div a{ line-height: 3rem; height: 3rem; }
  
  .home-box5{ padding: 1.5rem 0; }
  .home-box5 .box-info2 .swiper{ margin-top: 1.25rem;}
  .home-box5 .box-info2 .swiper .swiper-slide{ width: 14rem; }
  .home-box5 .box-info2 .swiper .swiper-slide .imgs{ height: 18rem; }
  .home-box5 .box-info3{ margin-top: 2rem;}
  
  .home-box6{ padding-bottom: 1.5rem;}
  .home-box6 .w-1600>.f-l,.home-box6 .w-1600>.f-r{ width: 100%; padding: 1.5rem 0; }
  .home-box6 .all-title1{ padding-bottom: 1.25rem; }
  .home-box6 .box-info1 ul li a{ padding: 1.2rem 0;}
  .home-box6 .box-info1 ul li a span{ margin-top: 0.5rem;}
  .home-box6 .w-1600>.f-r{ padding: 1rem 1.5rem; }
  .home-box6 .w-1600>.f-r::before{ width: 100%; border-radius: 0 0 0 2.5rem;}
  .home-box6 .box-info2 .swiper .swiper-slide .imgs{ height: 18rem; }
  .home-box6 .box-info2 .swiper .swiper-slide .info{ padding: 0 1.25rem 2rem; margin-top: 1rem; }
  .home-box6 .box-info2 .swiper .swiper-slide .info .f-l{ height: 6.5rem; }
  .home-box6 .box-info2 .swiper .swiper-slide .info .f-r{ padding-left: 1rem; line-height: 1.4; }
  .home-box6 .box-info2 .swiper .swiper-slide .info .f-r span{ font-size: 1.1rem; height: 3rem; }
  .home-box6 .box-info2 .swiper .swiper-slide .info .f-r p{ margin-top: 0.5rem; height: 2.8rem; }
  .home-box6 .box-info2 .swiper .swiper-pagination{ width: 100%; flex-direction: row; top: auto; right: 0; bottom: 0; height: auto; gap: 0.5rem; }
  .home-box6 .box-info2 .swiper .swiper-pagination .swiper-pagination-bullet{ background: #07a179; }
  
  .home-box7{ padding: 1.5rem 0; }
  .home-box7 .w-1600>.f-l,.home-box7 .w-1600>.f-r{ width: 100%;}
  .home-box7 .w-1600>.f-r{ margin-top: 1.5rem;}
  .home-box7 .center-box1 .swiper{ width: 100%; margin-top: 1.25rem; padding-bottom: 18rem; }
  .home-box7 .center-box1 .swiper .swiper-slide .imgs{ height: 18rem; }
  .home-box7 .center-box1 .center-box1-info{ width: 100%; bottom: 0; }
  .home-box7 .center-box1 .center-box1-info .info{ height: 18rem; border-top-right-radius: 0; }
  .home-box7 .center-box1 .center-box1-info .info .box-info2 .box1{ font-size: 1.1rem; }
  .home-box7 .center-box1 .center-box1-info .info .box-info2 .box2{ margin-top: 0.5rem;}
  .home-box7 .center-box1 .center-box1-info .info .box-info2 .box3{ margin-top: 1rem;}
  .home-box7 .center-box2 ul{ grid-template-columns: repeat(1,1fr); gap: 1rem; margin-top: 1.25rem; }
  .home-box7 .center-box2 ul li a{ padding-bottom: 1rem; box-shadow: 0 0 1.25rem rgba(0,0,0,0.2); }
  .home-box7 .center-box2 ul li a p{ height: auto; }
  .home-box7 .center-box2 ul li a span{ margin-top: 0.5rem;}
  .home-box7 .center-box3{ margin-top: 1.25rem;}
  
  .foot-box .top-box{ padding: 1.5rem 0; gap: 1rem; flex-direction: column;}
  .foot-box .top-box .box-info1 .logo,
  .foot-box .top-box .box-info3{ display: none;}
  .foot-box .top-box .box-info1 .between-center{ margin-top: 0;  }
  .foot-box .top-box .box-info2{ flex: 1; padding: 0; border: none; margin: 0; }
  .foot-box .lower-box{ margin-top: 0; display: block; }
  .foot-box .lower-box .f-r{ width: 100%; margin-top: 1.25rem; }
  .foot-box .lower-box .f-l{ width: 100%; flex-direction: column; gap: 0.5rem; }
  
  .page-banner{ height: 18rem; position: relative; z-index: 10; }
  .page-banner .center-block{ min-height: auto; background: rgba(32,166,110,0.8); padding: 1rem 0; }
  .page-banner .center-block .box-info1{ margin-top: 0; position: relative; }
  .page-banner .center-block .box-info1 span{ font-size: 1.5rem; }
  .page-banner .center-block .box-info1 p{ margin-top: 0;}
  .page-banner .center-block .box-info1::after{ content: ''; width: 1rem; height: 100%; background: url(../images/icon_jt3.png) no-repeat center; background-size: 100%; position: absolute; right: 0; top: 0; transition: all .6s; }
  .page-banner .center-block .box-info2{ position: absolute; left: 0; top: 100%; background: rgba(32,166,110,0.8); margin-top: 0; border-top: 1px solid #fff; padding: 1rem 0; display: none;  visibility: initial !important; }
  .page-banner .center-block .box-info2 a{ width: 100%; margin: 0; padding: 0.5rem 4%; line-height: normal; }
  .page-banner .center-block .box-info2 a::after{ display: none;}
  .page-banner .center-block.active .box-info1::after{ transform: rotate(180deg); }
  
  .news-box1{ padding: 1.5rem 0;}
  .news-box1 ul{ grid-template-columns: repeat(1,1fr); gap: 1rem; }
  .news-box1 ul li a .f-l{ width: 7rem; height: 8rem; }
  .news-box1 ul li a .f-r{ padding: 0 1rem; font-size: 1.2rem; }
  
  .news-box2{ padding: 1.5rem 0;}
  .news-box2 ul{ grid-template-columns: repeat(1,1fr); gap: 1.25rem; }
  
  .news-box3{ padding: 1.5rem 0;}
  .news-box3 ul{ grid-template-columns: repeat(1,1fr); gap: 1.25rem; }
  .news-box3 ul li .imgs{ height: 12rem; }
  .news-box3 ul li .info{ padding: 1.25rem; font-size: 1.2rem; height: auto;}
  
  .news-box4 .top-box{ padding: 1.5rem 0 1.25rem; }
  .news-box4 .lower-box{ padding-bottom: 1.5rem; }
  .news-box4 .lower-box ul li a{ height: 4rem; padding: 0 0.8rem; margin-top: 1rem; }
  .news-box4 .lower-box ul li a p{ font-size: 1.1rem; }
  .news-box4 .lower-box ul li a span{ font-size: 1rem; }
  
  .news-box4 .top-box .f-r a{ padding: 0 1rem; margin-left: 0.5rem; }
  
  .news-info{ padding: 1.5rem 0; background-size: auto 35rem; }
  .news-info .top-box .f-l,
  .news-info .lower-box .f-l{ width: 100%;}
  .news-info .top-box .f-l{ font-size: 1.8rem; }
  .news-info .lower-box .f-l .box-info1{ padding-top: 1rem;}
  .news-info .lower-box .f-l .box-info1 div:nth-child(1){ gap: 1rem; }
  .news-info .lower-box .f-l .box-info2{ padding: 1.25rem; }
  .news-info .lower-box .f-l .box-info3 a{ width: 6rem; height: 6rem; margin-top: 1.5rem; font-size: 1rem; }
  .news-info .lower-box .f-l .box-info3 a::before{ width: 1.8rem; height: 1.8rem; }
  .news-info .lower-box .f-l .box-info4{ padding: 0; margin-top: 1.5rem; flex-direction: column; gap: 1.25rem; }
  .news-info .lower-box .f-r{ width: 100%;}
  .news-info .lower-box .f-r .box-info1 .box1{ font-size: 1.8rem; }
  .news-info .lower-box .f-r .box-info1 .box1::before{ height: 1.7rem; }
  
  .news-box5 ul li a{ height: 3.5rem; }
  .news-box5 ul li a p{ font-size: 1.1rem;}
  
  .map-box{ padding: 1.5rem 0; }
  .map-box .w-1600{ display: block;}
  .map-box .f-l,.map-box .f-r{ width: 100%;}
  .map-box .f-l{ height: 20rem; }
  .map-box .f-r{ margin-top: 1.25rem;}
  .map-box .f-r ul li{ height: auto; }
  
  .news-box7{ padding: 1.5rem 0;}
  .news-box7 .center-block{ padding: 1.5rem;}
  .news-box7 .center-block .between-center{ display: block;}
  .news-box7 .center-block .box2 input{ width: 100%; font-size: 1.3rem; height: 3.5rem; }
  .news-box7 .center-block .box0{ font-size: 1.5rem; padding-bottom: 1.5rem;}
  .news-box7 .center-block .box1{ margin-bottom: 1.5rem;}
  .news-box7 .center-block .box1 span{ font-size: 1.1rem; background-size: 1.5rem; line-height: 3rem; }
  .news-box7 .center-block .box1 input{ height: 3rem; padding: 0 1.5rem; font-size: 1.1rem;}
  .news-box7 .center-block .box1 textarea{ height: 15rem; padding: 1.2rem 1.5rem; font-size: 1.1rem; }
  .news-box7 .center-block .box1 img{ width: 5rem; height: 3rem;}
  .news-box7 .center-block .box1 select{ font-size: 1.1rem; }
  
  .news-box8{ padding: 1.5rem 0; }
  .news-box8 .box-info2{ padding: 1.5rem 0; }
  
  .ksxq-info1 .lower-box{ padding: 1.5rem 0; }
  .ksxq-info1 .lower-box .w-1600{ display: block; }
  .ksxq-info1 .lower-box .f-l,.ksxq-info1 .lower-box .f-r{ width: 100%;}
  .ksxq-info1 .lower-box .f-l .box-info1{ line-height: 4.5rem; font-size: 1.5rem; padding: 0 3rem; }
  .ksxq-info1 .lower-box .f-l .box-info2 ul{ padding: 1.5rem; gap: 1.5rem; }
  .ksxq-info1 .lower-box .f-r{ padding: 0; margin-top: 1.25rem;}
  .ksxq-info1 .lower-box .f-r .center-block{ min-height: auto; padding: 1.5rem; }
  .ksxq-info1 .lower-box .f-r .center-block .box-info2 ul{ grid-template-columns: repeat(2,1fr); gap: 0.5rem 1.5rem; }
  .ksxq-info2{ padding-bottom: 1.5rem;}
  .ksxq-info2 .center-block{ margin-top: 0; padding: 1.5rem; }
  .ksxq-info2 .center-block .box-info2{ margin-top: 1.25rem;}
  
  .news-box9{ padding: 1.5rem 0 0; }
  .news-box9 ul li a{ padding: 1rem; flex-direction: column; margin-bottom: 1.25rem; }
  .news-box9 ul li a .imgs{ width: 100%; height: 16rem; }
  .news-box9 ul li a .info{ padding: 1rem 0 0;}
  .news-box9 ul li a .info .box1{ font-size: 1.1rem; }
  .news-box9 ul li a .info .box2{ margin: 0.5rem 0; }
  
  .tsks-box1 .top-box{ height: 4rem; padding: 0 1.5rem; font-size: 1.2rem; white-space: nowrap; gap: 1rem; overflow: auto; }
  .tsks-box1 .top-box::-webkit-scrollbar{ display: none; }
  .tsks-box1 .top-box a{ flex-shrink: 0; }
  .tsks-box1 .top-box span{ display: flex; }
  .tsks-box1 .lower-box .box1{ margin-top: 1.25rem;}
  .tsks-box1 .lower-box .box2{ grid-template-columns: repeat(2,1fr); margin-top: 1rem; padding: 1rem; }
  .tsks-box1 .lower-box .box2 a{ padding: 0 1.5rem;}
  
  .news-box10{ padding-bottom: 1.5rem;}
  .news-box10 ul li a{ height: 4rem; padding: 0 1rem; margin-top: 1.25rem; }
  .news-box10 ul li a p{ font-size: 1.2rem; }
  
  .ksxq-info1 .top-box{ padding: 1.2rem 0;}
  
  .ksxq-info2.style2 .center-block{ margin-top: 1.5rem;}
  .ksxq-info3{ margin-top: 1.5rem;}
  .ksxq-info3 .f-l{ width: 7rem;}
  .ksxq-info3 .f-r{ padding-left: 1rem; }
  .ksxq-info3 .f-r .box2{ margin-top: 0.5rem;}
  .ksxq-info3 .f-r .box2 p{ margin-top: 0.2rem;}
  .ksxq-info3 .f-r .box3{ margin-top: 1rem;}
  .ksxq-info4{ margin-top: 0;}
  .ksxq-info4 .box-info2{ margin: 1.25rem 0 1.5rem;}
  .ksxq-info4 .box-info2 ul li{ font-size: 1rem; height: 3rem; }
  
  .about-box1{ padding: 2rem 0 1.5rem;}
  .about-box1 ul li div{ padding: 0.5rem 2rem 1.8rem; }
  
  .about-box2{ padding: 1.5rem 0 0; }
  .about-box2 .w-1600{ flex-direction: column; }
  .about-box2 .f-l{ width: 100%; padding: 0 0 0.5rem; }
  .about-box2 .f-l p{ font-size: 3rem; }
  .about-box3{ padding: 1.5rem 0; overflow: initial; background: none; }
  .about-box3 .w-1600{ flex-direction: column; }
  .about-box3 .f-l{ width: 100%; height: auto;}
  .about-box3 .f-l::after,
  .about-box3 .f-l::before{ width: 4rem; height: 4rem; }
  .about-box3 .f-l::before{ top: -2.5rem; right: 1rem; }
  .about-box3 .f-l::after{ right: -1rem; }
  .about-box3 .f-l img{ position: relative; width: 100%; height: auto; }
  .about-box3 .f-r{ padding: 1.25rem 0 0; }
  
  .about-box4{ padding: 1.5rem 0; }
  .about-box4 .lower-box{ padding: 0.5rem 1.25rem;}
  .about-box4 .lower-box ul{ grid-template-columns: repeat(1,1fr); gap: 0; }
  .about-box4 .lower-box ul li{ padding: 1rem; font-size: 1.2rem; }
  .about-box4 .lower-box ul li span{ width: 5rem;}
  .about-box4 .lower-box ul li p{ padding-left: 1.5rem; }
  .about-box4 .lower-box ul li:nth-last-child(2){ border-bottom-width: 1px; }
  
  .about-box5{ padding: 1.5rem 0;}
  .about-box5 ul{ grid-template-columns: repeat(1,1fr); gap: 1.25rem; }
  .about-box5 ul li a i{ height: 17rem; }
  .about-box5 ul li a p{ margin-top: 1rem;}
  
  .zjjs-box{ padding: 1.5rem 0; }
  .zjjs-box .box-info1{ gap: 1.25rem; flex-direction: column; }
  .zjjs-box .box-info1 .box1,.zjjs-box .box-info1 .box2,.zjjs-box .box-info1 .box2 button{ width: 100%;}
  .zjjs-box .box-info2{ height: 4rem; padding: 0 1.5rem; font-size: 1.2rem; white-space: nowrap; gap: 1rem; overflow: auto; margin-top: 1.25rem; }
  .zjjs-box .box-info2::-webkit-scrollbar{ display: none; }
  .zjjs-box .box-info2 a{ flex-shrink: 0; }
  .zjjs-box .box-info3 ul{ grid-template-columns: repeat(1,1fr); margin-top: 1.5rem; gap: 1.25rem; }
  .zjjs-box .box-info3 ul li a{ padding: 1.25rem; }
  
  
  
  
  
  
  
}
@media screen and (max-width:768px){
  .download-list li .dl-icon {
    position: relative;
    display: -webkit-box;
    width: 72%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.6s;
    overflow: hidden;

}
.download-list li .dl-icon p{
  padding-left: 0rem;
}
}
@media screen and (max-width:480px){
}
@media screen and (max-width:365px){
}


.pagination1  a,.pagination1  span{


  display:inline-block;
}

.zwnr-img{

  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:8%;
  width:100%;
}


.all-title1 .f-r .all-more1:nth-child(2) {
  display: none;
}

.lower-box .nav-item.active {
  color: #f00; 
  text-decoration: underline;
}

.lower-box-province {
  display: block ;
}
.lower-box-hospital {
  display: none;
}
.more-btn-internal:nth-child(1) {
  display: inline-block ;
}
.more-btn-internal:nth-child(2) {
  display: none ;
}

   .download-list li {
    padding: 20px 0;
    height: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #e4e4e4;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    height:80px;
    font-size: 16px;
}

 .download-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px dashed #e4e4e4;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    font-size: 16px;
}

.download-list li a.download {
    position: absolute;
    border-radius: 3px;
    top: 0rem;
    right: 0;
    width: 100px;
    line-height: 24px;
    font-size: 12px;
    background: #03a560;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
        white-space: nowrap;

}
.download-list li a.download i {
    margin-right: 5px;
}

.iconfont {
    display: inline-block;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.download-list li a.download i img{
  width: 0.7rem;
}
.download-list li a.download {
    position: absolute;
    border-radius: 3px;
    top: 1.5rem;
    right: 0;
    width: 100px;
    line-height: 24px;
    font-size: 12px;
    background: #03a560;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
}


.download-list li .dl-icon p{
  width:80%;
  padding-left: 3rem;
  line-height:2.4rem;
  position: relative;
  display: -webkit-box;
  overflow:hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: 0.6s;
}
  .download-list{
    margin: 3rem 0;
  }
.download-list li a.dl-icon:before {
   content: '';
   left: 0;
   position: absolute;
   background-image: url(../images/wj.png);

   width: 2rem;
   height: 2.3rem;
   object-fit: cover;
   margin-bottom: 1rem;
   background-size: 100% 100%;
   margin-right: 1rem;
}

.download-list li a.download:hover{
  background: #fd9532;
}