@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;scroll-behavior: smooth;}
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: 1279px) and (min-width: 300px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}
		.top_con{width: 100%;height: calc(80px + (90 - 80) * ((100vw - 375px) / (1180 - 375)));background:  rgba(255,255,255,1);display: flex;justify-content: center;position: fixed;z-index: 100;border-bottom: 10px solid #68b851;}
		.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: 89%;height: calc(80px + (90 - 80) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight:600;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
				.top_con .top_b .top_logo{width: 17%;height: calc(80px + (90 - 80) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo img{width: calc(220px + (280 - 220) * ((100vw - 375px) / (1180 - 375)));}

				.top_con .top_b .top_nav{width: 68%;height: 60px;display: none;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul{width: 80%;line-height: 60px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul a{color: rgba(255,255,255,1);;line-height: 60px;transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: rgba(255,255,255,.65);}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 375px) / (1180 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,0);}
					.top_con .top_b .top_nav ul li:hover{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 375px) / (1180 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,1);}


				.top_con .top_b .top_search{width: 14%;height: 58px;background: rgba(112,187,45,0);display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;}
					.top_con .top_b .top_search .tel{width: 70%;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight:400;line-height: 58px;display:none;flex-wrap: wrap;align-items: center;justify-content: space-evenly;align-content: center;flex-direction: row;}
					.top_con .top_b .top_search .tel a{color:rgba(255,255,255,1);transition: all .4s;}
					.top_con .top_b .top_search .tel a:hover{color:rgba(255,255,255,.65);}
					.top_con .top_b .top_search .tel i{font-size: calc(20px + (22 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight:100;text-align: center;padding-top: calc(2px + (3 - 2) * ((100vw - 375px) / (1180 - 375)));}

				.top_con .top_b .top_search .search{display: none;}
				.top_con .top_b .top_search .m_search{width: 50%;text-align: center;line-height: 59px;}
				.top_con .top_b .top_search .m_search i{color: #0d8a3a;font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1180 - 375)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
				.top_con .top_b .top_search .m_search i:hover{color: #0d8a3a;}


				.top_con .top_b .top_search .m_nav{width: 50%;text-align: center;line-height: 59px;color: #0d8a3a;}


		/**/
			#m_nav_list{padding: 0;position: fixed;background: #fff !important;top: 0;left: 100%;height: 100vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 60px 8% 0 8%;z-index:999999;}
			#m_nav_list .close{margin-bottom: 15px;}
			#m_nav_list ul{overflow: hidden;}
			#m_nav_list ul li{width: 85%;}

			#m_nav_list .link-con,#m_nav_list .slide-link{display: block;padding: 0;color: rgba(112,187,45,1);font-weight: bold;border-bottom: 1px solid #E2E2E2;height:70px;line-height: 70px;background: url(../img/arrow.png) right center no-repeat;background-size:8px auto;font-size: 15px;margin: 0;text-align: center;}
			#m_nav_list .link-con:hover{color: rgba(82,148,23,1);}

			#m_nav_list.active{left: 0;}
		/**/



		.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: calc(90px + (100 - 90) * ((100vw - 375px) / (1180 - 375))) auto 0;}
			.swiper-slide img{width: 100%;height: 35vh;object-fit: cover;}
			.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);}


		/*---0---*/
		.con0{width: 100%;height: auto;margin: calc(-1 * (234px + 50 * ((100vw - 375px) / 640))) auto 0;position: relative;z-index: 20;display: none;}


		/*---1---*/
		.con1{width: 100%;height: auto;margin: auto;background: #f3f9f9;padding: 20px 0 0;position: relative;z-index: 10;}
			.con1 .con1_b{width: 96%;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{height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
						.con1 .con1_b .title_b .en{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 375px) / (1180 - 375)));color:#d1d1d1;font-size: calc(40px + (50 - 40) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;position: relative;z-index: 5;}
						.con1 .con1_b .title_b .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 375px) / (1180 - 375)));color:#009920;font-size: calc(24px + (34 - 24) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;position: relative;z-index: 10;margin: calc(-1 * (25px + 5 * ((100vw - 375px) / 640))) auto 0;}



			.con1 .con1_con{width: 96%;height:auto;margin: calc(10px + (15 - 10) * ((100vw - 375px) / (1180 - 375))) auto 0;display: flex;justify-content: center;flex-direction: column-reverse;position: relative;overflow: hidden;}
			
			.con1 .con1_con .con_l{width: 100%;height:auto;}
				.con1 .con1_con .con_l .txt{width: 100%;height:auto;color: #636363;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;line-height: calc(30px + (42 - 30) * ((100vw - 375px) / (1180 - 375)));text-align: left;padding-top: 50px;}
				.con1 .con1_con .con_l .btn_b{width:calc(100px + (150 - 100) * ((100vw - 375px) / (1180 - 375)));height:auto;color: #636363;font-size:calc(12px + (15 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;line-height:calc(34px + (40 - 34) * ((100vw - 375px) / (1180 - 375)));text-align: center;border-radius: 20px 0 20px 0;border: 1px solid #ccc;margin:30px auto;cursor: pointer;}
				.con1 .con1_con .con_l .btn_b:hover{width: 150px;height:auto;color: #636363;font-size:calc(12px + (15 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;line-height:calc(34px + (40 - 34) * ((100vw - 375px) / (1180 - 375)));text-align: center;border-radius: 20px 0 20px 0;border: 1px solid #009920;margin:30px auto;transition: all 0.4s;}
				.con1 .con1_con .con_l .btn_b a{width:100%;color: #636363;font-size:calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;line-height:calc(34px + (40 - 34) * ((100vw - 375px) / (1180 - 375)));}
				.con1 .con1_con .con_l .btn_b:hover a{color: #009920;font-size:calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;line-height:calc(34px + (40 - 34) * ((100vw - 375px) / (1180 - 375)));transition: all 0.4s;}
				.con1 .con1_con .con_l .btn_b i{color: #009920;font-size:calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;line-height:calc(34px + (40 - 34) * ((100vw - 375px) / (1180 - 375)));transition: all 0.4s;}
				.con1 .con1_con .con_l .btn_b:hover i{color: #7fc143;font-size:calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;line-height:calc(34px + (40 - 34) * ((100vw - 375px) / (1180 - 375)));transition: all 0.4s;margin-left: 4px;}


			.con1 .con1_con .con_r{width: 100%;height:auto;display: flex;flex-wrap: wrap;justify-content: flex-end;}
			.con1 .con1_con .con_r img{width: 96%;}


		/*---1.5---*/
		.con15{width: 100%;height: auto;margin: auto;background: #f3f9f9;padding: 0 0 50px 0;}
		.con15 .con_b{width: 96%;margin:auto;}
		.con15 .con_b ul{width: 100%;display: flex;flex-wrap: wrap;}
		.con15 .con_b ul li{width: 50%;padding: 5px 0;display: flex;flex-wrap: wrap;justify-content: center;}
		.con15 .con_b ul li a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
		.con15 .con_b ul li .icon_b{width: 96%;display: flex;flex-wrap: wrap;flex-direction: column;align-items: center;border-radius: 40px 0 40px 0;background: #fff;padding-bottom:calc(5px + (20 - 5) * ((100vw - 375px) / (1180 - 375)));}
		.con15 .con_b ul li .icon_b .num{width: 90%;text-align: right;font-size:calc(30px + (50 - 30) * ((100vw - 375px) / (1180 - 375))); color:#fff;font-family: 'impact';-webkit-text-stroke: 1px #7fc143;}
		.con15 .con_b ul li .icon_b .icon{width: 90%;text-align: center;}
		.con15 .con_b ul li .icon_b .icon i{font-size:calc(42px + (60 - 42) * ((100vw - 375px) / (1180 - 375))); color:#009920;font-weight: 200;}
		.con15 .con_b ul li .icon_b .icon .icon-qiyewenhua{font-size: calc(35px + (48 - 35) * ((100vw - 375px) / (1180 - 375))); color:#009920;font-weight: 200;}
		.con15 .con_b ul li .icon_b .icon .icon-shouhoufuwu{font-size:calc(36px + (50 - 36) * ((100vw - 375px) / (1180 - 375))); color:#009920;font-weight: 200;}
		.con15 .con_b ul li .icon_b .title{width: 90%;text-align: center;font-size:calc(26px + (36 - 26) * ((100vw - 375px) / (1180 - 375))); color:#222;line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (1180 - 375)));font-weight: 800;}
		.con15 .con_b ul li .icon_b .summary{width: 96%;text-align: center;font-size:14px; color:#666;line-height: 50px;font-weight: 200;}






		/*---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: 50px 0;position: relative;z-index: 10;margin: auto;}
			.con2 .con_b{width: 96%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con2 .con_b .title_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con2 .con_b .title_b .ch{width: 100%;line-height: calc(40px + (48 - 40) * ((100vw - 375px) / (1180 - 375)));color:#fff;font-size: calc(36px + (42 - 36) * ((100vw - 375px) / (1180 - 375)));font-weight: 800;text-align: center;}
					.con2 .con_b .title_b .summary{width: 100%;line-height: calc(28px + (38 - 28) * ((100vw - 375px) / (1180 - 375)));color:#fff;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;text-align: center;margin-top:20px;}


			
			.con2 .list_b{width: 96%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_b .list{width: 100%;height: auto;display: flex;flex-wrap: wrap;align-content: space-around;justify-content: center;align-items: center;}
			.con2 .list_b .list ul{width: 100%;margin-top: calc(36px + (50 - 36) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_b .list ul li{width: 100%;display: flex;flex-wrap: wrap;padding-bottom: 30px;background: rgba(28,158,58,.3);border-radius: 28px;margin: 10px 2px;padding:20px 0;}
			.con2 .list_b .list ul li .icon_list{width: 80%;display: flex;flex-wrap: wrap;justify-content: space-between;cursor: pointer;}
			.con2 .list_b .list ul li .icon_list .icon{width: 20%;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .list_b .list ul li .icon_list .icon i{font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (1180 - 375)));color: #d2ff00;line-height: 60px;}
			.con2 .list_b .list ul li .icon_list .icon .heart{font-size: calc(42px + (60 - 42) * ((100vw - 375px) / (1180 - 375)));color: #d2ff00;line-height: 60px;}
			.con2 .list_b .list ul li .icon_list .icon .plant{font-size: calc(36px + (48 - 36) * ((100vw - 375px) / (1180 - 375)));color: #d2ff00;line-height: 60px;}
			.con2 .list_b .list ul li .icon_list .txt{width: 78%;}
			.con2 .list_b .list ul li .icon_list .txt .title{width: 100%;font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;color: #fff;line-height: calc(40px + (50 - 40) * ((100vw - 375px) / (1180 - 375)));text-align: left;}
			.con2 .list_b .list ul li .icon_list .txt .summary{width: 100%;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;color: #fff;line-height: calc(18px + (24 - 18) * ((100vw - 375px) / (1180 - 375)));text-align: left;}

			.con2 .list_b .list .btn_b{width: 100%;height: auto;}
			.con2 .list_b .list .btn_b a{width: 100%;}
				.con2 .list_b .list .btn_b .btn_more{width: calc(100px + (150 - 100) * ((100vw - 375px) / (1180 - 375)));padding: calc(10px + (14 - 10) * ((100vw - 375px) / (1180 - 375))) 0;background: #ff9b04;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;text-align: center;border-radius: 6px;transition: all 0.4s;}
				.con2 .list_b .list .btn_b .btn_more:hover{width: calc(100px + (150 - 100) * ((100vw - 375px) / (1180 - 375)));padding: calc(10px + (14 - 10) * ((100vw - 375px) / (1180 - 375))) 0;background: #22a539;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));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: 50px 0;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .con3_b{width: 96%;margin: 15px auto;display: flex;}
				.con3 .con3_b .title_b{width: 100%;height: auto;display: flex;flex-direction: column;flex-wrap: wrap;align-content: center;align-items: center;}
					.con3 .con3_b .title_b{height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
						.con3 .con3_b .title_b .en{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 375px) / (1180 - 375)));color:#d1d1d1;font-size: calc(40px + (50 - 40) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;position: relative;z-index: 5;}
						.con3 .con3_b .title_b .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 375px) / (1180 - 375)));color:#009920;font-size: calc(24px + (34 - 24) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;position: relative;z-index: 10;margin: calc(-1 * (25px + 5 * ((100vw - 375px) / 640))) auto 0;}



			.con3 .list_b{width: 96%;height: auto;margin-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con3 .list_b .list_b_l{width: 100%;height:auto;margin-bottom: 20px;}
			.con3 .list_b .list_b_l .hot_pro{width: 96%;background: rgba(28,158,58,1);border-radius: 32px;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (1180 - 375))) 0 calc(20px + (50 - 20) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;align-items: center;transition: all 0.4s;margin: auto;}
			.con3 .list_b .list_b_l .hot_pro:hover{width: 96%;background: rgba(127,193,67,1);border-radius: 32px;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (1180 - 375))) 0 calc(20px + (50 - 20) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;justify-content: space-between;flex-direction: column;align-items: center;}
				.con3 .list_b .list_b_l .hot_pro .title{width: 92%;font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1180 - 375)));font-weight: 800;text-align: left;color:#fff;transition: all 0.4s;margin-bottom:10px;}
				.con3 .list_b .list_b_l .hot_pro:hover .title{width: 92%;font-size: calc(24px + (28 - 24) * ((100vw - 375px) / (1180 - 375)));font-weight: 800;text-align: left;color:#02681a;transition: all 0.4s;margin-bottom:10px;}
				.con3 .list_b .list_b_l .hot_pro .subtitle{width: 92%;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;text-align: left;color:#fff;transition: all 0.4s;margin-bottom:20px;}
				.con3 .list_b .list_b_l .hot_pro:hover .subtitle{width: 92%;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;text-align: left;color:#02681a;transition: all 0.4s;margin-bottom:20px;}
				.con3 .list_b .list_b_l .hot_pro .summary{width: 92%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1180 - 375)));line-height: 25px;font-weight: 200;text-align: left;color:#fff;transition: all 0.4s;margin-bottom:50px;display: none;}
				.con3 .list_b .list_b_l .hot_pro:hover .summary{width: 92%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1180 - 375)));line-height: 25px;font-weight: 200;text-align: left;color:#02681a;transition: all 0.4s;margin-bottom:50px;display: none;}
				
				.con3 .list_b .list_b_l .hot_pro .btn{width: 92%;display: flex;justify-content: flex-start;margin-bottom: 0px;}
				.con3 .list_b .list_b_l .hot_pro .btn .btn_b{width:20%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;text-align: center;color:#fff;transition: all 0.4s;background: #02681a;border-radius: 10px;line-height: 32px;padding:0 10px;margin-bottom:30px;}
				.con3 .list_b .list_b_l .hot_pro .btn .btn_b:hover{width:20%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;text-align: center;color:#fff;transition: all 0.4s;background: #1c9e3a;border-radius: 10px;line-height: 32px;padding:0 10px;}
				.con3 .list_b .list_b_l .hot_pro .btn .btn_b i{font-size:  calc(13px + (20 - 13) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;color:#fff;transition: all 0.4s;}
				.con3 .list_b .list_b_l .hot_pro .btn .btn_b a{display: block;color:#fff;display: flex;flex-wrap: wrap;justify-content: space-between;}

				.con3 .list_b .list_b_l .hot_pro .pic_b{width:90%;background: rgba(255,255,255,.2);border-radius: 30px;text-align: center;padding:20px;box-sizing: border-box;margin: auto;}
				.con3 .list_b .list_b_l .hot_pro .pic_b img{width: 90%;}



			.con3 .list_b .list_b_r{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
			.con3 .list_b .list_b_r ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .list_b .list_b_r ul li{width: 50%;display: flex;justify-content: center;margin-bottom: 20px;}
			.con3 .list_b .list_b_r ul li .title{width: 92%;font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1180 - 375)));font-weight: 800;text-align: left;color:#222;transition: all 0.4s;margin-bottom:10px;}
			.con3 .list_b .list_b_r ul li :hover .title{width: 92%;font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1180 - 375)));font-weight: 800;text-align: left;color:#02681a;transition: all 0.4s;margin-bottom:10px;}
				.con3 .list_b .list_b_r ul li .subtitle{width: 92%;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;text-align: left;color:#222;transition: all 0.4s;margin-bottom:10px;}
				.con3 .list_b .list_b_r ul li:hover .subtitle{width: 92%;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;text-align: left;color:#02681a;transition: all 0.4s;margin-bottom:10px;}
				
				.con3 .list_b .list_b_r ul li .btn{width: 92%;display: flex;justify-content: flex-start;margin-top: 30px;}
				.con3 .list_b .list_b_r ul li .btn .btn_b{width:50%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;text-align: center;color:#fff;transition: all 0.4s;background: #02681a;border-radius: 10px;line-height: 32px;padding:0 10px;}
				.con3 .list_b .list_b_r ul li .btn .btn_b:hover{width:50%;font-size: calc(12px + (13 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;text-align: center;color:#fff;transition: all 0.4s;background: #1c9e3a;border-radius: 10px;line-height: 32px;padding:0 10px;}
				.con3 .list_b .list_b_r ul li .btn .btn_b i{font-size:  calc(13px + (20 - 13) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;color:#fff;transition: all 0.4s;}
				.con3 .list_b .list_b_r ul li .btn .btn_b a{display: block;color:#fff;display: flex;flex-wrap: wrap;justify-content: space-between;}

				.con3 .list_b .list_b_r ul li a{display: none;}
				.con3 .list_b .list_b_r ul li .pic_b{width:100%;background: rgba(255,255,255,.2);border-radius: 30px;text-align: center;padding:20px;box-sizing: border-box;margin: auto;text-align: right;display: }
				.con3 .list_b .list_b_r ul li .pic_b img{width: 100%;display: none;}




			.con3 .list_b .list_b_r ul li .pic_b{width: 96%;background: rgba(255,255,255,1);border-radius: 30px;text-align: right;}
			.con3 .list_b .list_b_r ul li:nth-child(2) .pic_b{width: 96%;background: rgba(228,240,216,1);border-radius: 30px;text-align: right;}
			.con3 .list_b .list_b_r ul li:nth-child(3) .pic_b{width: 96%;background: rgba(228,240,216,1);border-radius: 30px;text-align: right;}






		/*---4---*/
		.con4{width: 100%;height: auto;background: #f3f9f9;background-size: cover;padding: 20px 0 50px;display: flex;flex-wrap: wrap;justify-content: center;}
			.con4 .con4_b{width: 96%;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{height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
						.con4 .con4_b .title_b .en{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 375px) / (1180 - 375)));color:#d1d1d1;font-size: calc(40px + (50 - 40) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;position: relative;z-index: 5;}
						.con4 .con4_b .title_b .ch{width: 100%;line-height: calc(44px + (60 - 44) * ((100vw - 375px) / (1180 - 375)));color:#009920;font-size: calc(24px + (34 - 24) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;position: relative;z-index: 10;margin: calc(-1 * (25px + 5 * ((100vw - 375px) / 640))) auto 0;}



			.con4 .list_b{width: 96%;height: auto;margin-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b .list_b_t{width: 100%;height:auto;display: flex; flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b .list_b_t_l{width: 100%;height:auto;margin-bottom: 20px;}
			.con4 .list_b .list_b_t_l .news_pic_b{width: 100%;height: 0;padding-bottom: 54%;position: relative;z-index: 10;overflow: hidden;border-radius: 20px;}
			.con4 .list_b .list_b_t_l .news_pic_b img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: all 0.4s;}
			.con4 .list_b .list_b_t_l:hover .news_pic_b img{transform: scale(1.04);}
			.con4 .list_b .list_b_t_l .txt_b{width: 100%;height:60px;position: relative;z-index: 20;background: rgba(0, 0, 0, 0.5);margin-top:-60px;border-radius: 0 0 20px 20px;display: flex;justify-content: center;flex-direction: column;}
			.con4 .list_b .list_b_t_l .txt_b .date{width: 90%;line-height:5px;color: #fff;font-size: 14px;text-align: left;font-weight: 200;margin: 0 auto;transition: all 0.4s;margin-top: 15px;}
			.con4 .list_b .list_b_t_l:hover .txt_b .date{width: 90%;line-height:5px;color: #7fc143;font-size: 14px;text-align: left;font-weight: 200;margin: 0 auto;transition: all 0.4s;margin-top: 15px;}
			.con4 .list_b .list_b_t_l .txt_b .title{width: 90%;line-height:40px;color: #fff;font-size: 15px;text-align: left;font-weight: 600;margin: 0 auto;transition: all 0.4s;}
			.con4 .list_b .list_b_t_l:hover .txt_b .title{width: 90%;line-height:40px;color: #7fc143;font-size: 20px;text-align: left;font-weight: 600;margin: 0 auto;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r{width: 100%;height:auto;display: flex; flex-wrap: wrap;justify-content: flex-end;}
			.con4 .list_b .list_b_t_r a{width: 100%;height:auto;display: flex; flex-wrap: wrap;justify-content: center;}
			.con4 .list_b .list_b_t_r .news_top_b{width: 100%;height:auto;background: #1c9e3a;border-radius: 20px;display: flex;flex-direction: column;align-items: center;flex-wrap: wrap;justify-content: space-around;padding-top: 10px;}
			.con4 .list_b .list_b_t_r .news_top_b .date{width: 92%;line-height: 30px;font-weight: 200;font-size: 14px;color:#fff;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b .title{width: 92%;line-height: 30px;font-weight: 400;font-size: 17px;color:#fff;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b:hover .title{width: 92%;line-height: 30px;font-weight: 400;font-size: 17px;color:#8def34;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b .summary{width: 92%;line-height: calc(20px + (32 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 200;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (1180 - 375)));color:#fff;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b .btn_b{width: 92%;border-top: 1px solid rgba(255, 255, 255, 0.3);margin: 15px auto;padding-top: 10px;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b .list_b_t_r .news_top_b .btn_b .btn_txt{width: 50%;line-height: calc(30px + (50 - 30) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));text-align: left;font-weight: 400;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b .btn_b:hover .btn_txt{width: 50%;line-height: calc(30px + (50 - 30) * ((100vw - 375px) / (1180 - 375)));color: #8def34;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));text-align: left;font-weight: 400;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b .btn_b .btn_icon{width: 50%;text-align: right;}
			.con4 .list_b .list_b_t_r .news_top_b .btn_b .btn_icon i{line-height: calc(30px + (50 - 30) * ((100vw - 375px) / (1180 - 375)));color: #fff;text-align: right;font-weight: 400;transition: all 0.4s;}
			.con4 .list_b .list_b_t_r .news_top_b .btn_b:hover .btn_icon i{line-height: calc(30px + (50 - 30) * ((100vw - 375px) / (1180 - 375)));color: #8def34;text-align: right;font-weight: 400;transition: all 0.4s;margin-right: 3px;}


			.con4 .list_b .list_b_b{width: 100%;height:auto;margin-top: 30px;}
			.con4 .list_b .list_b_b ul{width: 100%;height:auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b .list_b_b ul li{width: 100%;height:auto;display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 10px;}
			.con4 .list_b .list_b_b ul li a{width: 100%;height:auto;display: flex; flex-wrap: wrap;justify-content: center;}
			.con4 .list_b .list_b_b ul li .news_top_b{width: 96%;height:auto;background: #fff;border-radius: 20px;display: flex;flex-direction: column;align-items: center;flex-wrap: wrap;justify-content: space-around;padding-top: 10px;}
			.con4 .list_b .list_b_b ul li .news_top_b .date{width: 92%;line-height: 30px;font-weight: 200;font-size: 14px;color:#1c9e3a;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_b ul li .news_top_b .title{width: 92%;line-height: 30px;font-weight: 400;font-size: calc(14px + (17 - 14) * ((100vw - 375px) / (1180 - 375)));color:#222;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_b ul li .news_top_b:hover .title{width: 92%;line-height: 30px;font-weight: 400;font-size: calc(14px + (17 - 14) * ((100vw - 375px) / (1180 - 375)));color:#1c9e3a;text-align: left;transition: all 0.4s;}
			.con4 .list_b .list_b_b ul li .news_top_b .btn_b{width: 92%;border-top: 1px solid rgba(0,0,0,0.1);display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
			.con4 .list_b .list_b_b ul li .news_top_b .btn_b .btn_txt{width: 50%;line-height: 50px;color: #222;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));text-align: left;font-weight: 400;transition: all 0.4s;}
			.con4 .list_b .list_b_b ul li .news_top_b .btn_b:hover .btn_txt{width: 50%;line-height: 50px;color: #1c9e3a;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));text-align: left;font-weight: 400;transition: all 0.4s;}
			.con4 .list_b .list_b_b ul li .news_top_b .btn_b .btn_icon{width: 50%;text-align: right;}
			.con4 .list_b .list_b_b ul li .news_top_b .btn_b .btn_icon i{line-height: 50px;color: #222;text-align: right;font-weight: 400;transition: all 0.4s;}
			.con4 .list_b .list_b_b ul li .news_top_b .btn_b:hover .btn_icon i{line-height: 50px;color: #1c9e3a;text-align: right;font-weight: 400;transition: all 0.4s;margin-right: 3px;}



		/*----6----*/
		.con6{width: 100%;height: auto;background: #222;line-height: 54px;text-align: center;font-size: 15px;font-weight: 800;color: rgba(255,255,255,1);}
			.con6 .con6_b{width: 96%;height: auto;margin: auto;padding:30px 0 0;}
				.con6 .con6_b .nav_b{width: 100%;height: auto;margin: auto;display: flex;flex-direction: column;align-items: center;}
					.con6 .con6_b .nav_b .lxfs{width: 100%;height: auto;display: flex;flex-direction: column;align-items: flex-start;}
					.con6 .con6_b .nav_b .lxfs .company_name{width:100%;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (1180 - 375)));color: #7fc143;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 375px) / (1180 - 375)));text-align: left;margin: 10px 0 30px 0;}
					.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 - 375px) / (1180 - 375)));color: #fff;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 375px) / (1180 - 375)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs ul li .com_name i{font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-weight: 200;margin-right: 4px;}
						.con6 .con6_b .nav_b .lxfs ul li .com_name .imp{font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1180 - 375)));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 - 375px) / (1180 - 375)));color: #fff;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 375px) / (1180 - 375)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs ul li .com_tel i{font-size: calc(17px + (22 - 17) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-weight: 200;margin-right: 4px;}
						.con6 .con6_b .nav_b .lxfs ul li .com_tel .imp{font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1180 - 375)));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 - 375px) / (1180 - 375)));color: #fff;font-weight: 600;line-height: calc(30px + (42 - 30) * ((100vw - 375px) / (1180 - 375)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs ul li .com_contxt i{font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-weight: 200;margin-right: 4px;}
						.con6 .con6_b .nav_b .lxfs ul li .com_contxt .imp{font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-weight: 600;}



					.con6 .con6_b .nav_b .qr_code{width: 100%;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: 80%;display: flex;flex-wrap: wrap;justify-content: space-between;margin: auto;}
					.con6 .con6_b .nav_b .qr_code ul li{width: 100%;display: flex;justify-content: center;flex-direction: column;font-size:calc(13px + (16 - 13) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;}
						.con6 .con6_b .nav_b .qr_code img{width: 60%;margin: auto;}

				.con6 .con6_b .icp{width: 90%;height: auto;margin: 30px auto 0;line-height: 30px;border-top: 1px solid rgba(255,255,255,.15);padding:10px 0;}
					.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 rgba(0,147,181,1); 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 rgba(0,147,181,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(0,147,181,1);}
				#search_pc_list.active{top: 0;}

				#m_nav_list{position: fixed;left: 100%;}


				#m_search_list{position: fixed;background: #fff !important;top: -100%;left: 0;height: 12vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 88%;padding: 6%;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;}



				#m_search_list .close{margin-bottom: 15px;}
				#m_search_list form{width: 100%;}
				#m_search_list .input-box{width: 100%;display: flex;}
				#m_search_list .input-box .input_txt{width: 80%;border:1px solid rgba(112,187,45,1); color: #dedede;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
				#m_search_list .input-box .input_btn{width: 15%;border:1px solid rgba(112,187,45,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(112,187,45,1);}
				
				#m_search_list.active{top: 0;}
			/**/




		/*---tem---*/


		.con_tem{width: 100%;height: auto;margin: auto;border-bottom: 10px solid #0d8a3a;background: url(../images/con_tem_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con_tem .con_tem_b{width: 96%;margin: auto;display: flex;flex-direction: column;padding: 0 0 44px 0;}
			
				.con_tem .con_tem_b .title_b{width: 100%;height: auto;flex-wrap: wrap;justify-content: center;}
					.con_tem .con_tem_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)));color:#68b626;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:capitalize;text-align: center;}
					.con_tem .con_tem_b .title_b .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color:#222;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));font-weight: 600;display: flex;justify-content: center;align-items: center;text-align: center;}
					
					.con_tem .con_tem_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;display: none;}
					

					.con_tem .con_tem_b .title_b .btn_b{width: 100%;margin-top: 30px;display: flex;flex-wrap: wrap;justify-content: space-around;}
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 600;padding: 8px 0;border-radius: 40px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 48.5%;background: #0d8a3a;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: #68b851;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 - 375px) / (768 - 375)));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: #68b851;color:#fff;}



				.con_tem .con_tem_b .txt_b{width: 100%;padding: calc(10px + (14 - 10) * ((100vw - 375px) / (768 - 375)));height: auto;border-left: 0px solid #e9e9e9;box-sizing: border-box;font-weight: 600;line-height: 38px;font-size: calc(14px  + (15 - 14) * ((100vw - 375px) / (768 - 375)));margin-top: 3rem;}
				.con_tem .con_tem_b .txt_b img{width: 100%;margin:auto;}
				.con_tem .con_tem_b .txt_b .title_txt{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 375px) / (1180 - 375))); font-size: calc(32px + (38 - 32) * ((100vw - 375px) / (1180 - 375)));color: #222;font-weight: 800;text-align: center;margin:2rem auto;}

				



				.con_tem .con_tem_b .txt_b .list_b{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
				.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: 50%;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 - 375px) / (768 - 375)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));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 - 375px) / (768 - 375)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
				.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: #0d8a3a;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;}



  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 10px;left: 0;width: 100%;}


}
