@charset "UTF-8";

@font-face {
  font-family: 'impact';
  src: url('font/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



html{font-size: 16px;font-family: 'MicroSoft YaHei', Arial;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;color:#444;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

#myVideo{position: absolute;right: 0;bottom: 0;top:0;width: 100%;height: 100%;background-size: 100% 100%;background-color: black; /* in case the video doesn't fit the whole page*/background-image: /* our video */;background-position: center center;background-size: contain;object-fit: cover; /*cover video background */z-index:3;}
video::-webkit-media-controls {display:none !important;}

@keyframes deepBlueFlow {
	0%, 100% {
		background-position: 0% 50%;
		opacity: 0.9;
	}
	25% {
		opacity: 1;
	}
	50% {
		background-position: 100% 50%;
		opacity: 0.9;
	}
	75% {
		opacity: 1;
	}
}
@keyframes flash {
    0% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes brightnessFlash {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

@keyframes gentleFlash {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}



/* Centered texts in each section
* --------------------------------------- */

@media (max-width: 1920px) and (min-width: 1280px){
	
	.container{width: 100%;height: auto;}
		.top_con{width: 100%;height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));background: rgba(255,255,255,0);display: flex;justify-content: center;position: fixed;z-index: 100;}
		.top_con.active{background: rgba(255,255,255,1);position: fixed;z-index: 100;box-shadow: 0px 0px 16px 11px rgba(0,0,0,.09);}
		.cur{}


			.top_con .top_b{width: 90%;height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight:600;display: flex;flex-wrap: wrap;}
				/*---logo---*/
				.top_con .top_b .top_logo{width: 17%;height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo img{width: calc(200px + (295 - 200) * ((100vw - 1280px) / (1920 - 1280)));}
				/*---nav---*/
				.top_con .top_b .top_nav{width: 62%;height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: flex-end;margin-right: 0.5%;}
					.top_con .top_b .top_nav ul{width: 90%;line-height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul a{color:#000;line-height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: #0d8a3a;}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(15px + (26 - 15) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 2px solid rgba(13,138,58,0);}
					.top_con .top_b .top_nav ul li:hover{height: 77px;text-align: center;padding:0 calc(15px + (26 - 15) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 2px solid #0d8a3a;}

				/*---search---*/
				.top_con .top_b .top_search{width: 20%;height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;}
				.top_con .top_b .top_search .tel{width: 70%;font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight:100;line-height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));display:flex;flex-wrap: wrap;align-items: center;justify-content: flex-end;align-content: center;flex-direction: row;}
				.top_con .top_b .top_search .tel a{color:#0d8a3a;font-family: 'impact';transition: all .4s;}
				.top_con .top_b .top_search .tel a:hover{color:#0d8a3a;}
				.top_con .top_b .top_search .tel i{font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight:100;text-align: center;margin-right: 5px;color:#0d8a3a;}
				.top_con .top_b .top_search .search{width: 30%;text-align: right;line-height: calc(90px + (120 - 90) * ((100vw - 1280px) / (1920 - 1280)));}
				.top_con .top_b .top_search .search i{color:#0d8a3a;font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
				.top_con .top_b .top_search .search i:hover{color:#0d8a3a;}
				.top_con .top_b .top_search .m_search{display: none;}
				.top_con .top_b .m_nav{display: none;}




		.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: 0px auto;}
			.swiper-slide img{width: 100%;}
			.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 60px;left: 0;width: 100%;}
			.swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.85);}

		.banner_m{width: 100%;height: auto;position: relative;z-index: 10;margin: 0px auto;display:none;}




		/*---1---*/
		.con1{width: 100%;height: auto;margin: auto;background: #fff;background-size: 100%;padding: 2rem 0;}
			.con1 .con1_b{width: 83%;margin: 15px auto;display: flex;}
				.con1 .con1_b .title_b{width: 100%;height: auto;display: flex;flex-direction: column;flex-wrap: wrap;align-content: center;align-items: center;}
					.con1 .con1_b .title_b .title_b_l{height: auto;display: flex;flex-wrap: wrap;justify-content: center;}

						.con1 .con1_b .title_b .title_b_l .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 1280px) / (1920 - 1280)));color:#333;font-size: calc(34px + (50 - 34) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;}
						.con1 .con1_b .title_b .title_b_l .line{width: 24%;border-bottom: 4px solid #0d8a3a;margin-top: 20px;}




					.con1 .con1_b .title_b .title_b_r{width:100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 30px;margin-top:50px;border-bottom: 1px solid #ededed;}

					.con1 .con1_b .title_b .title_b_r .nav_list{width: 15%;height: auto;position: absolute;margin-top: -16px;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-end;}
					
						.con1 .con1_b .title_b .title_b_r .nav_list a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
						.con1 .con1_b .title_b .title_b_r .nav_list a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
						.con1 .con1_b .title_b .title_b_r .nav_list i{font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 4px;}
							
							.con1 .con1_b .title_b .title_b_r .nav_list .btn{width: auto;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));text-transform: uppercase;line-height: 36px;text-align: center;color:#000;font-weight:600;border-bottom:5px solid  rgba(13,138,58,0);padding:4px calc(4px + (10 - 4) * ((100vw - 1280px) / (1920 - 1280)));margin: 0 6px;transition: all .4s;cursor: pointer;}
							.con1 .con1_b .title_b .title_b_r .nav_list .btn:hover{color:#0d8a3a;font-weight:600;height: 36px;border-bottom:5px solid rgba(13,138,58,1);}






			.con1 .list_con{width: 83%;height:auto;margin: calc(28px + (65 - 28) * ((100vw - 1280px) / (1920 - 1280))) auto 0;display: flex;justify-content: space-between;position: relative;overflow: hidden;}
				.con1 .list_con ul{width: 100%;padding-top:23px;display: flex;justify-content: space-between;transition: transform 0.5s ease;}


				.scroll-btn {position: absolute;top: 50%;transform: translateY(-50%);width: 40px;height: 40px;display: flex;align-items: center;justify-content: center;cursor: pointer;z-index: 10;font-size: 20px;}
				.left-btn {left: 12px;top: 50%;transform: translateY(-150%);}
				.right-btn {right: 12px;top: 50%;transform: translateY(-150%);}
				.scroll-btn i.rarr{font-size: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));transform: rotateX(-180deg);color:#0d8a3a;font-weight: 600;transition: color 0.4s;}
				.scroll-btn i.rarr:hover{font-size: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));transform: rotateX(-180deg);color:#ff9b04;font-weight: 600;}
				.scroll-btn i.larr{font-size: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));transform: rotateY(180deg);color:#0d8a3a;font-weight: 600;transition: color 0.4s;}
				.scroll-btn i.larr:hover{font-size: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));transform: rotateY(180deg);color:#ff9b04;font-weight: 600;transition: color 0.4s;}

				.con1 .list_con ul li{width: 20%;display: flex;justify-content: center;margin: 0 20px}
				.con1 .list_con ul li a{display: flex;}
				.con1 .list_con ul li .list_b{width: calc(173px + (276 - 173) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-direction: column;cursor: pointer;}
				.con1 .list_con ul li .list_b .pic{width: 100%;}
				.con1 .list_con ul li .list_b .pic img{width: 100%;height: 100%;transition: all 0.4s;}
				.con1 .list_con ul li .list_b:hover .pic img{overflow: hidden;transition: all 0.4s;}

				.con1 .list_con ul li .list_b .txt{width: 100%;background: #fff;padding-bottom: 10px;transition: all 0.4s;border-radius: 0 0 20px 20px;display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;align-items: center;padding-top: 20px;}
				.con1 .list_con ul li .list_b:hover .txt{width: 100%;background: #ff9b04;transition: all 0.4s;border-radius: 0 0 20px 20px;display: flex;flex-wrap: wrap;justify-content: center;flex-direction: column;align-items: center;padding-top: 20px;}
				

				.con1 .list_con ul li .list_b .txt i{width: 92%;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color:#ccc;font-weight: 600;text-align: center;transition: all 0.4s;}
				.con1 .list_con ul li .list_b:hover .txt i{width: 92%;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;font-weight: 600;text-align: center;transition: all 0.4s;}

				.con1 .list_con ul li .list_b .txt .title{width: 92%;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(50px + (70 - 50) * ((100vw - 1280px) / (1920 - 1280)));color:#000;font-weight: 600;text-align: center;transition: all 0.4s;}
				.con1 .list_con ul li .list_b:hover .txt .title{width: 92%;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(50px + (70 - 50) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;font-weight: 600;text-align: center;transition: all 0.4s;}

			.con1 .btn_b{width: 60%;height:auto;margin: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) auto  calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));}
			.con1 .btn_b a{width: 100%;height:auto;margin: auto;}
				.con1 .btn_b .btn_more{width: calc(160px + (200 - 160) * ((100vw - 1280px) / (1920 - 1280)));margin: auto;padding: calc(12px + (18 - 12) * ((100vw - 1280px) / (1920 - 1280))) 0;background: #ff9b04;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}
				.con1 .btn_b .btn_more:hover{width: calc(160px + (200 - 160) * ((100vw - 1280px) / (1920 - 1280)));margin: auto;padding: calc(12px + (18 - 12) * ((100vw - 1280px) / (1920 - 1280))) 0;background: #22a539;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}






		/*---2---*/
		.con2{width: 100%;height:auto;background: url(../images/con2_bg.jpg) center top no-repeat;background-size: cover;display: flex;flex-wrap: wrap;justify-content: center;padding: 100px 0;}
			.con2 .con_b{width: 84%;}
				.con2 .con_b .title_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con2 .con_b .title_b .title_b_l{height: auto;display: flex;flex-wrap: wrap;justify-content: center;}

						.con2 .con_b .title_b .title_b_l .ch{width: 100%;line-height: calc(40px + (48 - 40) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;}
						.con2 .con_b .title_b .title_b_l .line{width: 20%;border-bottom: 5px solid #fff;margin-top: 40px;}

			.con2 .con_b .con_txt{width: 79%;text-align: center;color:#fff;line-height: calc(30px + (36 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 500;margin: 30px auto;}
			
			.con2 .con_b .con_list{width: 100%;margin: 20px auto;}
			.con2 .con_b .con_list ul{width: 100%;border: 1px solid rgba(255,255,255,.5);box-sizing: border-box;display: flex;flex-wrap: wrap;}
			.con2 .con_b .con_list ul li{width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,0,0,.3);cursor: pointer;padding: 0 0 calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .con_b .con_list ul li a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;color: #fff;}
			.con2 .con_b .con_list ul li .icon{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .con_b .con_list ul li .icon i{font-size: 60px;color: #fff;font-weight: 100;line-height: 80px;}
			.con2 .con_b .con_list ul li .icon .icon-qiyejianjie{font-size: calc(44px + (66 - 44) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 100;line-height: 80px;}
			.con2 .con_b .con_list ul li .icon .icon-qiyewenhua{font-size: calc(38px + (53 - 38) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 100;line-height: 80px;}
			.con2 .con_b .con_list ul li .icon .icon-huanjing{font-size: calc(46px + (60 - 46) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 100;line-height: 80px;}
			.con2 .con_b .con_list ul li .icon .icon-shouhoufuwu{font-size: calc(38px + (56 - 38) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 100;line-height: 80px;}

			.con2 .con_b .con_list ul li .name{width: 100%;text-align: center;font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;line-height: calc(28px + (40 - 28) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .con_b .con_list ul li .summary{width: 100%;text-align: center;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;line-height: calc(24px + (30 - 24) * ((100vw - 1280px) / (1920 - 1280)));}


			.con2 .con_b .con_list ul li:nth-child(1){width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,0,0,.3);cursor: pointer;}
			.con2 .con_b .con_list ul li:nth-child(1):hover{width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,176,81,.25);cursor: pointer;}

			.con2 .con_b .con_list ul li:nth-child(2){width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,0,0,.3);cursor: pointer;}
			.con2 .con_b .con_list ul li:nth-child(2):hover{width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,176,81,.25);cursor: pointer;}

			.con2 .con_b .con_list ul li:nth-child(3){width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,0,0,.3);cursor: pointer;}
			.con2 .con_b .con_list ul li:nth-child(3):hover{width: 25%;min-height:100px;border-right: 1px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,176,81,.25);cursor: pointer;}

			.con2 .con_b .con_list ul li:last-child{width: 25%;min-height:100px;border-right: 0px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,0,0,.3);cursor: pointer;}
			.con2 .con_b .con_list ul li:last-child:hover{width: 25%;min-height:100px;border-right: 0px solid rgba(255,255,255,.5);box-sizing: border-box;transition: all 0.4s;background: rgba(0,176,81,.25);cursor: pointer;}

			.con2 .btn_b{width: 60%;height:auto;margin: 80px auto 0;}
			.con2 .btn_b a{width: 100%;height:auto;margin: auto;}
				.con2 .btn_b .btn_more{width: calc(160px + (200 - 160) * ((100vw - 1280px) / (1920 - 1280)));margin: auto;padding: calc(12px + (18 - 12) * ((100vw - 1280px) / (1920 - 1280))) 0;background: #ff9b04;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}
				.con2 .btn_b .btn_more:hover{width: calc(160px + (200 - 160) * ((100vw - 1280px) / (1920 - 1280)));margin: auto;padding:  calc(12px + (18 - 12) * ((100vw - 1280px) / (1920 - 1280))) 0;background: #22a539;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}



		/*---3---*/
		.con3{width: 100%;height: auto;background: url(../images/con3_bg.jpg) center top no-repeat;background-size: cover;padding: 100px 0;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .title_b{width: 84%;height: auto;margin: auto;}
			.con3 .title_b .en{width: 100%;font-size: calc(32px + (42 - 32) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color: #222;font-weight: 600;text-align: left;}
			.con3 .title_b .ch{width: 100%;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(38px + (50 - 38) * ((100vw - 1280px) / (1920 - 1280)));color: #5f5f5f;font-weight: 100;text-align: left;}



			.con3 .list_b{width: 84%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con3 .list_b .list{width: 75%;height: auto;display: flex;flex-wrap: wrap;align-content: space-around;justify-content: center;align-items: center;}
			.con3 .list_b .list ul{width: 100%;margin-top: calc(36px + (50 - 36) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con3 .list_b .list ul li{width: 33.33%;display: flex;flex-wrap: wrap;padding-bottom: 30px;}
			.con3 .list_b .list ul li .icon_list{width: 80%;display: flex;flex-wrap: wrap;justify-content: space-between;cursor: pointer;}
			.con3 .list_b .list ul li .icon_list .icon{width: 20%;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .list_b .list ul li .icon_list .icon i{font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));color: #000;line-height: 60px;}
			.con3 .list_b .list ul li .icon_list .icon .heart{font-size: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #000;line-height: 60px;}
			.con3 .list_b .list ul li .icon_list .icon .plant{font-size: calc(36px + (48 - 36) * ((100vw - 1280px) / (1920 - 1280)));color: #000;line-height: 60px;}
			.con3 .list_b .list ul li .icon_list .txt{width: 78%;}
			.con3 .list_b .list ul li .icon_list .txt .title{width: 100%;font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color: #22a539;line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
			.con3 .list_b .list ul li .icon_list .txt .summary{width: 100%;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #000;line-height: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}

			.con3 .list_b .list .btn_b{width: 100%;height: auto;}
			.con3 .list_b .list .btn_b a{width: 100%;}
				.con3 .list_b .list .btn_b .btn_more{width: calc(100px + (150 - 100) * ((100vw - 1280px) / (1920 - 1280)));padding: calc(10px + (14 - 10) * ((100vw - 1280px) / (1920 - 1280))) 0;background: #ff9b04;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}
				.con3 .list_b .list .btn_b .btn_more:hover{width: calc(100px + (150 - 100) * ((100vw - 1280px) / (1920 - 1280)));padding: calc(10px + (14 - 10) * ((100vw - 1280px) / (1920 - 1280))) 0;background: #22a539;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}


			.con3 .list_b .pic{width: 24%;height: auto;}
			.con3 .list_b .pic img{width: 100%;margin: auto;box-shadow: -10px 10px 0px 0px rgb(13,138,58);}







		/*---4---*/
		.con4{width: 100%;height: auto;margin: auto;background: #fff;background-size: 100%;padding: 2rem 0;}
			.con4 .con4_b{width: 84%;margin: 15px auto;display: flex;}
				.con4 .con4_b .title_b{width: 100%;height: auto;display: flex;flex-direction: column;flex-wrap: wrap;align-content: center;align-items: center;}
					.con4 .con4_b .title_b .title_b_l{height: auto;display: flex;flex-wrap: wrap;justify-content: center;}

						.con4 .con4_b .title_b .title_b_l .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 1280px) / (1920 - 1280)));color:#333;font-size: calc(34px + (50 - 34) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;}
						.con4 .con4_b .title_b .title_b_l .line{width: 24%;border-bottom: 4px solid #0d8a3a;margin-top: 20px;}



					.con4 .con4_b .title_b .title_b_r{width:100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;padding-bottom: 30px;margin-top:50px;border-bottom: 1px solid #ededed;}
					.con4 .con4_b .title_b .title_b_r .nav_list{width:11%;height: auto;position: absolute;margin-top: -16px;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-end;}
					
						.con4 .con4_b .title_b .title_b_r .nav_list a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
						.con4 .con4_b .title_b .title_b_r .nav_list a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
						.con4 .con4_b .title_b .title_b_r .nav_list i{font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 4px;}
							
							.con4 .con4_b .title_b .title_b_r .nav_list .btn{width: auto;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));text-transform: uppercase;line-height: 36px;text-align: center;color:#000;font-weight:600;border-bottom:5px solid  rgba(13,138,58,0);padding:4px calc(4px + (10 - 4) * ((100vw - 1280px) / (1920 - 1280)));margin: 0 6px;transition: all .4s;cursor: pointer;}
							.con4 .con4_b .title_b .title_b_r .nav_list .btn:hover{color:#0d8a3a;font-weight:600;height: 36px;border-bottom:5px solid rgba(13,138,58,1);}






			.con4 .list_con{width: 84%;height:auto;margin: calc(16px + (24 - 16) * ((100vw - 1280px) / (1920 - 1280))) auto 0;display: flex;justify-content: space-between;position: relative;overflow: hidden;}
				.con4 .list_con_l {width: 65%;}
				.con4 .list_con_l ul{width: 100%;padding: 20px 0;display: flex;justify-content: space-between;}
				.con4 .list_con_l ul a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_con_l ul li{width: 94%;background: #fff;box-shadow: 0px 0px 16px 0px rgba(0,0,0,.05);display: flex;flex-wrap: wrap;justify-content: center;transition: all 0.4s;}
				.con4 .list_con_l ul li:hover{width: 94%;background: #fff;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.15);display: flex;flex-wrap: wrap;justify-content: center;transition: all 0.4s;}
				
				.con4 .list_con_l ul li .pic{width: 100%;display: flex;justify-content: center;background: #22a539;}
				.con4 .list_con_l ul li .pic img{width: 100%;height: auto;display: block;opacity: 1;transition: all 0.4s;}
				.con4 .list_con_l ul li:hover .pic img{width: 100%;height: auto;display: block;opacity: .6;transition: all 0.4s;}
				.con4 .list_con_l ul li .title{width: 96%;display: flex;font-size: calc(13px + (20 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#000;font-weight: 600;transition: all 0.4s;}
				.con4 .list_con_l ul li:hover .title{width: 96%;display: flex;font-size: calc(13px + (20 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#22a539;font-weight: 600;transition: all 0.4s;}
				.con4 .list_con_l ul li .summary{width: 96%;display: flex;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (24 - 20) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#000;font-weight: 100;margin-bottom: 20px;transition: all 0.4s;}
				.con4 .list_con_l ul li:hover .summary{width: 96%;display: flex;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (24 - 20) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#22a539;font-weight: 100;margin-bottom: 20px;transition: all 0.4s;}



				.con4 .list_con_r {width: 35%;display:flex;flex-wrap: wrap;justify-content: flex-end;}
				.con4 .list_con_r ul{width: 100%;padding-top:23px;display: flex;flex-wrap: wrap;}
				.con4 .list_con_r ul a{width: 97%;height: 40%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
				.con4 .list_con_r ul li{width: 94%;background: #fff;box-shadow: 0px 0px 16px 0px rgba(0,0,0,.05);display: flex;flex-direction: column;flex-wrap: wrap;align-content: flex-end;transition: all 0.4s;}
				.con4 .list_con_r ul li:hover{width: 94%;background: #fff;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.15);display: flex;flex-direction: column;flex-wrap: wrap;align-content: flex-end;transition: all 0.4s;}

				.con4 .list_con_r ul li .date{width: 96%;display: flex;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#000;font-weight: 100;transition: all 0.4s;}
				.con4 .list_con_r ul li:hover .date{width: 96%;display: flex;font-size: calc(12px + (13 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#22a539;font-weight: 100;transition: all 0.4s;}

				.con4 .list_con_r ul li .title{width: 96%;display: flex;font-size: calc(13px + (20 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#000;font-weight: 600;transition: all 0.4s;}
				.con4 .list_con_r ul li:hover .title{width: 96%;display: flex;font-size: calc(13px + (20 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(40px + (50 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#22a539;font-weight: 600;transition: all 0.4s;}
				.con4 .list_con_r ul li .summary{width: 92%;display: flex;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (24 - 20) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#000;font-weight: 100;margin-bottom: 20px;transition: all 0.4s;}
				.con4 .list_con_r ul li:hover .summary{width: 92%;display: flex;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (24 - 20) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;color:#22a539;font-weight: 100;margin-bottom: 20px;transition: all 0.4s;}



		/*----6----*/
		.con6{width: 100%;height: auto;background: #0d8a3a;line-height: 54px;text-align: center;font-size: 15px;font-weight: 800;color: rgba(255,255,255,1);}
			.con6 .con6_b{width: 83%;height: auto;margin: auto;padding:30px 0 0;}
				.con6 .con6_b .nav_b{width: 100%;height: auto;margin: auto;display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;}
					.con6 .con6_b .nav_b .lxfs{width: 40%;height: auto;display: flex;flex-direction: column;align-items: flex-start;}
					.con6 .con6_b .nav_b .lxfs ul{width: 100%;}
					.con6 .con6_b .nav_b .lxfs ul li{display: flex;flex-wrap: wrap;margin-bottom: 20px;}

						.con6 .con6_b .nav_b .lxfs ul li .com_name{width:50%;font-size: calc(15px + (18 - 15) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs ul li .com_name i{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;margin-right: 4px;}
						.con6 .con6_b .nav_b .lxfs ul li .com_name .imp{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;font-family: 'impact';}
						.con6 .con6_b .nav_b .lxfs ul li .com_name .imp a{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;font-family: 'impact';}


						.con6 .con6_b .nav_b .lxfs ul li .com_tel{width:50%;font-size: calc(15px + (18 - 15) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs ul li .com_tel i{font-size: calc(17px + (22 - 17) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;margin-right: 4px;}
						.con6 .con6_b .nav_b .lxfs ul li .com_tel .imp{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;font-family: 'impact';}
						.con6 .con6_b .nav_b .lxfs ul li .com_tel .imp a{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;font-family: 'impact';}


						.con6 .con6_b .nav_b .lxfs ul li .com_contxt{width:100%;font-size: calc(15px + (18 - 15) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs ul li .com_contxt i{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 200;margin-right: 4px;}
						.con6 .con6_b .nav_b .lxfs ul li .com_contxt .imp{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;}
						.con6 .con6_b .nav_b .lxfs ul li .com_contxt .imp a{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 400;font-family: 'impact';}



					.con6 .con6_b .nav_b .qr_code{width: 24%;height: auto;display: flex;justify-content: space-between;font-size: 14px;color: #fff;line-height: 20px;text-align: center;padding-top: 5px;flex-direction: row;}
					.con6 .con6_b .nav_b .qr_code ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con6 .con6_b .nav_b .qr_code ul li{width: 50%;display: flex;justify-content: center;flex-direction: column;font-size: 16px;font-weight: 600;}
						.con6 .con6_b .nav_b .qr_code img{width: 70%;margin: auto;}

				.con6 .con6_b .icp{width: 100%;height: auto;margin: 30px auto 0;line-height: 100px;border-top: 1px solid rgba(255,255,255,.15);}
					.con6 .con6_b .icp a{color: rgba(255,255,255,1);transition: all 0.4s; cursor: pointer;}
					.con6 .con6_b .icp a:hover{color: rgba(255,255,255,.51);transition: all 0.4s; cursor: pointer;}





			/**/	
				#search_pc_list{padding: 0;position: fixed;background: #fff !important;top: -100%;left: 0;height: 20vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 0;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
				#search_pc_list .close{margin-bottom: 15px;margin-right: 17%;}
				#search_pc_list .close i{color: #222;}
				#search_pc_list form{width: 100%;}
				#search_pc_list .input-box{width: 100%;display: flex;justify-content: center;}
				#search_pc_list .input-box .input_txt{width: 60%;border:1px solid #ff9800; color: #222;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
				#search_pc_list .input-box .input_btn{width: 5%;border:1px solid #ff9800; color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: #ff9800;}
				#search_pc_list.active{top: 0;}

				#m_nav_list{position: fixed;left: 100%;}
				#m_search_list{display: none;}
			/**/











		/*---tem---*/
		.con_tem{width: 100%;height: auto;margin: auto;border-bottom: 10px solid rgb(29,183,84);background: url(../images/con1_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con_tem .con_tem_b{width: 93%;margin: auto;display: flex;justify-content: space-between;align-items: center;align-items: flex-start;}
			
				.con_tem .con_tem_b .title_b{width: 22%;height: auto;display: flex;flex-wrap: wrap;margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
					.con_tem .con_tem_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#68b626;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-transform:capitalize;}
					.con_tem .con_tem_b .title_b .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color:#222;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
					
					.con_tem .con_tem_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;}

					.con_tem .con_tem_b .title_b .btn_b{width: 100%;margin-top: 30px;display: flex;justify-content: flex-start;flex-direction: column;}
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 600;padding: 6px 0;border-radius: 40px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 49.1%;background: #ff9800;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: #0d8a3a;color:#fff;}
						.con_tem .con_tem_b .title_b .btn_b .btn a{color:#fff;font-weight: 600;transition: all .4s;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));width: 100%;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover a{color:#fff;}

						.con_tem .con_tem_b .title_b .btn_b .btn.now{background: #0d8a3a;color:#fff;}
						


				.con_tem .con_tem_b .txt_b{width: 77%;padding-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding-right: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding=bottom: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));height: auto;border-left: 1px solid #e9e9e9;box-sizing: border-box;font-weight: 400;line-height: 32px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				
				.con_tem .con_tem_b .txt_b img{width:50%; margin:auto;display: block;}
				.con_tem .con_tem_b .txt_b .title_txt{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 1280px) / (1920 - 1280))); font-size: calc(32px + (38 - 32) * ((100vw - 1280px) / (1920 - 1280)));color: #222;font-weight: 800;text-align: left;margin:2rem auto;}
				
				.con_tem .con_tem_b .txt_b h1 {width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #0d8a3a;font-weight: 800;text-align: left;margin: 2rem auto;}

				.con_tem .con_tem_b .txt_b .list_b{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b ul li{width: 25%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;margin: 1rem auto;padding:1rem 0;transition: all 0.4s;cursor: pointer;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .pic{width: 100%;text-align: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .pic img{width: 90%;margin: 1rem auto;opacity: 1;transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .pic img{width: 90%;margin: 1rem auto;opacity: 0.6;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .summary{width:92%;text-align: left;font-size: 12px;font-weight: 400;color: #cdcdcd;line-height: 16px;margin-top: 1rem;transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .summary{width:92%;text-align: left;font-size: 12px;font-weight: 400;color: #222;line-height: 16px;margin-top: 1rem;}

  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 20px;
	left: 0;
	width: 100%;
  }
}



.text-secondary{width: 96%;display: flex;justify-content: space-between;margin: 2rem auto;}
.text-secondary a {color: #ff9800;}
.lh-2 {line-height: 2;}
.text-secondary .prov{padding:5px 15px; color: #ff9800;background-color: #fff;border: 1px solid #ff9800;}
.text-secondary .next{padding:5px 15px; color: #ff9800;background-color: #fff;border: 1px solid #ff9800;}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #ff9800;
	background-color: #fff;
	border: 1px solid #ff9800;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  justify-content: center;
  margin-top: 50px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ff9800;
  background-color: #fff;
  border: 1px solid #ff9800;
}

.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #ff9800;
  border-color: #ff9800;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
