@charset "UTF-8";

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;}




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

@media (max-width: 1920px) and (min-width: 1280px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}
		.top_con{width: 100%;height: auto;margin: auto;}
			.top_con .top_b{width: 100%;height: 100px;background: rgba(255,255,255,.3);border-bottom:0px solid rgba(255,255,255,.3);color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight:600;box-sizing:border-box;display: flex;flex-wrap: wrap;position: fixed;z-index: 100;}
			.top_con .top_b::after {content: "";position: absolute;bottom: -10px;left: 0;width: 100%;height: 10px; /* 投影高度 */background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);pointer-events: none; /* 确保不影响交互 */}
			.top_con .top_b.active{background: rgba(255,255,255,1);border-bottom:0px solid rgba(255,255,255,.3);}
			.top_con .top_b.active::after {content: "";position: absolute;bottom: -10px;left: 0;width: 100%;height: 10px; /* 投影高度 */background: linear-gradient(to bottom, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%);pointer-events: none; /* 确保不影响交互 */}
			.cur{}

				.top_con .top_b .top_logo{width: 17%;height: 100px;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;}
				.top_con .top_b .top_logo img{width: 86%;padding-left: 4%;}
		
				.top_con .top_b .top_nav{width: 67.5%;height: 100px;display: flex;flex-wrap: wrap;justify-content: flex-end;margin-right: 0.5%;}
					.top_con .top_b .top_nav ul{width: 90%;line-height: 100px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul a{color: rgba(0,0,0,1);;line-height: 100px;transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: rgba(13,138,58,1);}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((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(19px + (26 - 19) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 2px solid rgba(13,138,58,1);}


					.top_con .top_b .top_search{width: 15%;height: 100px;background: rgba(112,187,45,1);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 - 1280px) / (1920 - 1280)));font-weight:400;line-height: 100px;display:flex;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 - 1280px) / (1920 - 1280)));font-weight:100;text-align: center;padding-top: calc(2px + (3 - 2) * ((100vw - 1280px) / (1920 - 1280)));}
					.top_con .top_b .top_search .search{width: 30%;text-align: center;line-height: 100px;border-left: 1px solid rgba(255, 255, 255, .3);box-sizing: border-box;}
					.top_con .top_b .top_search .search i{color:rgba(255,255,255,1);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:rgba(255,255,255,.65);}
					.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);}



		/*---1---*/
		.con1{width: 100%;min-height: calc(470px + (720 - 470) * ((100vw - 1280px) / (1920 - 1280)));height: auto;margin: auto;background: url(../images/con1_bg.jpg) top center no-repeat;background-size: 100%;padding-top: 2rem;}
		.con1 ul{width: 93%;margin:auto;display: flex;flex-wrap: wrap;}
		.con1 ul li{width: 100%;display: flex;flex-wrap: wrap;}
			.con1 ul li .con1_b{width: 100%;margin: 15px auto;display: flex;}
			
				.con1 ul li .con1_b .title_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
					.con1 ul li .con1_b .title_b .title_b_l{width: 80%;height: auto;display: flex;flex-wrap: wrap;}
						
						.con1 ul li .con1_b .title_b .title_b_l .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color:#70bb2d;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
						.con1 ul li .con1_b .title_b .title_b_l .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#000;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-transform:uppercase;}
						.con1 ul li .con1_b .title_b .title_b_l .en span{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#70bb2d;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;text-transform:capitalize;margin-left: 10px;}

					.con1 ul li .con1_b .title_b .title_b_r{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;padding-bottom: 30px;}
					.con1 ul li .con1_b .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
					.con1 ul li .con1_b .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
					.con1 ul li .con1_b .title_b .title_b_r i{font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 4px;}
						.con1 ul li .con1_b .title_b .title_b_r .btn{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));text-align: center;transition: all .4s;cursor: pointer;text-transform: uppercase;}


			.con1 ul li .list_con{width: 100%;height:auto;margin: auto;display: flex;justify-content: space-between;}
				.con1 ul li .list_con .txt_b{width:58%;height: auto;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;align-content: space-around;}
					.con1 ul li .list_con .txt_b .subtitle{width: 96%;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color:#4ba113;text-align: left;line-height: calc(28px + (32 - 28) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(16px + (30 - 16) * ((100vw - 1280px) / (1920 - 1280)));}
					.con1 ul li .list_con .txt_b .summary{width: 96%;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;color:#7b7b7b;text-align: left;line-height: calc(24px + (38 - 24) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(20px + (40 - 20) * ((100vw - 1280px) / (1920 - 1280)));}

					.con1 ul li .list_con .txt_b .con1_btn{width:96%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.con1 ul li .list_con .txt_b .con1_btn a{}
					.con1 ul li .list_con .txt_b .con1_btn .btn{width: calc(80px + (100 - 80) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(36px + (45 - 36) * ((100vw - 1280px) / (1920 - 1280)));background: #75ba2b;border-radius:6px;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;text-align: center;transition: background 0.4s;}
					.con1 ul li .list_con .txt_b .con1_btn .btn:hover{background: #0d8a3a;}

				.con1 ul li .list_con .pic_b{width:42%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con1 ul li .list_con .pic_b img{width: 92%;height: auto;object-fit: contain;/* 防止拉伸 */}

		/*---1.5---*/
		.con1-5{width: 100%;min-height: calc(140px + (236 - 140) * ((100vw - 1280px) / (1920 - 1280)));height: auto;background: url(../images/con1_bg2.jpg) top center no-repeat;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1-5 ul{width: 93%;min-height: calc(140px + (236 - 140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;}
		.con1-5 ul li{width: 33.33%;margin: auto;min-height: calc(140px + (236 - 140) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: center;align-content: center;}

		.con1-5 ul li .btn_b {width: 96%;min-height: calc(90px + (136 - 90) * ((100vw - 1280px) / (1920 - 1280)));background: rgba(255,255,255,0.5);transition: all 0.4s;cursor: pointer;display: flex;flex-direction: row;justify-content: space-between;position: relative; /* 为伪元素定位做准备 */}
		.con1-5 ul li .btn_b:hover {width: 96%;background: rgba(75,161,19,1);}
		.con1-5 ul li .btn_b:hover::before {content: "";position: absolute;top: calc(-16px - (9 - 16) * ((100vw - 1920px) / (1280 - 1920)));left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left:  calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) solid transparent;border-right:  calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) solid transparent;border-bottom:  calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) solid rgba(75,161,19,1);}

		.con1-5 ul li .btn_b .pic_b{width: 35.5%;display: flex;}
		.con1-5 ul li .btn_b .pic_b img{height: calc(90px + (136 - 90) * ((100vw - 1280px) / (1920 - 1280)));}

		.con1-5 ul li .btn_b .txt_b{width: 62.5%;display: flex;flex-wrap: wrap;align-content: center;}
		.con1-5 ul li .btn_b .txt_b .name{font-size: calc(18px + (30 - 18) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #2b2b2b;line-height: calc(24px + (34 - 24) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(5px + (10 - 5) * ((100vw - 1280px) / (1920 - 1280)));transition: color 0.4s;}
		.con1-5 ul li .btn_b:hover .txt_b .name{color: #fff;}

		.con1-5 ul li .btn_b .txt_b .summary{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #2b2b2b;line-height: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));transition: color 0.4s;}
		.con1-5 ul li .btn_b:hover .txt_b .summary{color: #fff;}

		/* 原来的 hover 样式改为 .btn-hover 类 */
		.con1-5 ul li .btn_b.btn-hover {width: 96%;background: rgba(75,161,19,1);}
		.con1-5 ul li .btn_b.btn-hover::before {content: "";position: absolute;top: calc(-16px - (9 - 16) * ((100vw - 1920px) / (1280 - 1920)));left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left:  calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) solid transparent;border-right:  calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) solid transparent;border-bottom:  calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) solid rgba(75,161,19,1);}
		.con1-5 ul li .btn_b.btn-hover .txt_b .name,.con1-5 ul li .btn_b.btn-hover .txt_b .summary {color: #fff;}
		/* 保留原来的 hover 效果，但优先级低于 .btn-hover */
		.con1-5 ul li .btn_b:hover:not(.btn-hover) {width: 96%;background: rgba(75,161,19,1);}
		.con1-5 ul li .btn_b:hover:not(.btn-hover)::before {/* 同上 */}
		.con1-5 ul li .btn_b:hover:not(.btn-hover) .txt_b .name,.con1-5 ul li .btn_b:hover:not(.btn-hover) .txt_b .summary {color: #fff;}







		/*---2---*/
		.con2{width: 100%;height: auto;background: #f5f5f5;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
		.con2 .title_b{width: 93%;height: auto;display: flex;flex-wrap: wrap;}
			.con2 .title_b .title_b_l{width: 80%;height: auto;display: flex;flex-wrap: wrap;}
				
				.con2 .title_b .title_b_l .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color:#70bb2d;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
				.con2 .title_b .title_b_l .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#000;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-transform:uppercase;}
				.con2 .title_b .title_b_l .en span{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#70bb2d;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;text-transform:capitalize;margin-left: 10px;}

			.con2 .title_b .title_b_r{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;padding-bottom: 30px;}
			.con2 .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
			.con2 .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
			.con2 .title_b .title_b_r i{font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 4px;}
				.con2 .title_b .title_b_r .btn{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));text-align: center;transition: all .4s;cursor: pointer;text-transform: uppercase;}





			.con2 .list_b{width: 93%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_b ul li{width: 33.33%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .list_b ul li .pic_b{width: 96%;display: flex;justify-content: space-around;background: #fff;margin: 1rem auto;transition: all 0.4s;cursor: pointer;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);border-bottom: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280))) solid #70bb2d;box-sizing: border-box;padding: 0.6rem 0;border-left: 1px solid #dedede;border-top: 1px solid #dedede;border-right: 1px solid #dedede;}
			.con2 .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);border-bottom: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280))) solid #f39a00;}
			.con2 .list_b ul li .pic_b .pic{width: 90%;text-align: center;display: flex;}
			
			.con2 .list_b ul li .pic_b .pic img{width: 90%;margin: auto;opacity: 1;transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .pic img{width: 90%;margin: auto;opacity: 0.6;}


			.con2 .list_b ul li .pic_b .txt{width: 100%;text-align: center;position: relative;}
			.con2 .list_b ul li .pic_b .txt .title{width: 92%;text-align: left;font-size: calc(17px + (20 - 17) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}

			.con2 .list_b ul li .pic_b .txt .title i{font-size: calc(10px + (14 - 10) * ((100vw - 1280px) / (1920 - 1280)));color: #70bb2d;margin-right: 6px;}

			.con2 .list_b ul li .pic_b:hover .txt .title{width: 92%;text-align: left;font-size: calc(17px + (20 - 17) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .list_b ul li .pic_b .txt .summary{width:92%;text-align: left;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #777;line-height: calc(24px + (34 - 24) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .txt .summary{width:92%;text-align: left;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #777;line-height: calc(24px + (34 - 24) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .list_b ul li .pic_b .txt .summary i{font-size: calc(10px + (14 - 10) * ((100vw - 1280px) / (1920 - 1280)));color: #70bb2d;margin-right: 6px;}



			.con2 .list_b ul li .pic_b .txt .btn{width:96%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;position: absolute;bottom: 3px;right:10px;}
			.con2 .list_b ul li .pic_b .txt .btn a{width: 100%;text-align: center;color:#fff;}
			.con2 .list_b ul li .pic_b .txt .btn{width: calc(70px + (90 - 70) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(32px + (42 - 32) * ((100vw - 1280px) / (1920 - 1280)));background: #75ba2b;border-radius:6px;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));color:#fff;text-align: center;transition: background 0.4s;}
			.con2 .list_b ul li .pic_b .txt .btn:hover{background: #0d8a3a;}




		/*---3---*/
		.con3{width: 100%;height: auto;background: url(../images/con2_bg.jpg) center center no-repeat;background-size: 100%;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .title_b{width: 93%;height: auto;margin: auto;}
			.con3 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 1280px) / (1920 - 1280)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)))v;color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .line{width: 5%;margin: calc(10px + (16 - 10) * ((100vw - 1280px) / (1920 - 1280))) auto;border-bottom:5px solid #4ba113;}
			.con3 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: 32px;color: #fff;font-weight: 800;text-align: center;}

			.con3 .list_b{width: 93%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con3 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
			.con3 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				
				.con3 .list_b ul li .txt_b_l{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/yf.png); background-color:rgba(75,161,19,1);background-position: center center;background-repeat: no-repeat;background-size: 100%;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_l:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_l .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(75,161,19,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_l .icon i{font-size: 42px;color: rgba(75,161,19,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon i{font-size: 42px;color: rgba(255,255,255,1) ;}
				.con3 .list_b ul li .txt_b_l .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;}
				.con3 .list_b ul li .txt_b_l .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #666;text-align: center;}


				.con3 .list_b ul li .txt_b_r:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/td.png); background-color:rgba(75,161,19,1);background-position: center center;background-repeat: no-repeat;background-size: 100%;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_r{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_r:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_r .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(75,161,19,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .icon i{font-size: 42px;color: rgba(75,161,19,1);}
				.con3 .list_b ul li .txt_b_r .icon i{font-size: 42px;color: rgba(255,255,255,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #666;text-align: center;transition: all 0.4s;}



		/*---3.5---*/
		.con3-5{width: 100%;height: auto;min-height:236px;background: url(../images/tel_bg.jpg) center center no-repeat;background-size: 100%;display: flex;flex-wrap: wrap;align-items: center;flex-direction: column;justify-content: center;}
		.con3-5 h1{width: 100%;line-height: 88px;text-align: center;font-size: 44px;font-weight: 800;color:#fff;}
		.con3-5 h3{width: 100%;line-height: 66px;text-align: center;font-size: 28px;font-weight: 500;color:#fff;}
		.con3-5 h3 a{width: 100%;line-height: 66px;text-align: center;font-size: 28px;font-weight: 500;color:#fff;}







		/*---4---*/
		.con4{width: 100%;height: auto;background: #f2f2f2;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con4 .title_b{width: 93%;height: auto;margin: auto;display: flex;flex-wrap: wrap;}
			.con4 .title_b .title_b_l{width: 80%;height: auto;display: flex;flex-wrap: wrap;}
				
				.con4 .title_b .title_b_l .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 1280px) / (1920 - 1280)));color:#70bb2d;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
				.con4 .title_b .title_b_l .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#000;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-transform:uppercase;}
				.con4 .title_b .title_b_l .en span{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 1280px) / (1920 - 1280)));color:#70bb2d;font-size: calc(30px + (38 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;text-transform:capitalize;margin-left: 10px;}
				.con4 .title_b .title_b_l .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: 32px;color: #666;font-weight: 200;text-align: left;}

			.con4 .title_b .title_b_r{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;padding-bottom: 30px;}
			.con4 .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
			.con4 .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
			.con4 .title_b .title_b_r i{font-size: calc(18px + (22 - 18) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 4px;}
				.con4 .title_b .title_b_r .btn{font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));text-align: center;transition: all .4s;cursor: pointer;text-transform: uppercase;}
			


			.con4 .list_b{width: 93%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con4 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l{width: 94%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l .pic_news{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .list_b ul li .list_b_l .pic_news .pic{width: 100%;}
					.con4 .list_b ul li .list_b_l .pic_news .pic img{width: 100%;height: 100%;}


					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt{width: 100%;background: #68b626;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title{width: 85%;display: flex;flex-wrap: wrap;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 1280px) / (1920 - 1280))) calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(18px + (28 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 1280px) / (1920 - 1280))) calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(18px + (28 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,.65);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,.8);font-weight: 800;text-align: left;line-height: 28px;transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 1280px) / (1920 - 1280))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,.45);font-weight: 800;text-align: left;line-height: 28px;transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date{width: 15%;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .md{width: 96%;padding: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280))) calc(2px + (15 - 2) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(13px + (18 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: 20px;transition: all 0.4s;cursor: pointer;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .y{width: 96%;padding: 4px calc(2px + (15 - 2) * ((100vw - 1280px) / (1920 - 1280))) 6px;font-size: calc(18px + (24 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;cursor: pointer;}

			.con4 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_r{width: 96%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;align-content: space-between;}
				.con4 .list_b ul li .list_b_r .txt_news_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 1280px) / (1920 - 1280))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #68b626;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 1280px) / (1920 - 1280))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.18);}

				.con4 .list_b ul li .list_b_r .txt_news_b .date{width: 90%;height: auto;color: #222;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .title{width: 90%;height: auto;color: #222;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(32px + (42 - 32) * ((100vw - 1280px) / (1920 - 1280)));border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: calc(2px + (6 - 2) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .summary{width: 90%;height: auto;color: rgba(0,0,0,.4);font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;text-align: left;line-height: calc(17px + (20 - 17) * ((100vw - 1280px) / (1920 - 1280)));margin-top: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280)));}

				.con4 .list_b ul li .list_b_r .txt_news_b:hover .date{width: 90%;height: auto;color: #fff;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .title{width: 90%;height: auto;color: #fff;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;line-height: calc(32px + (42 - 32) * ((100vw - 1280px) / (1920 - 1280)));border-bottom: 1px solid rgba(255,255,255,.35);margin-bottom: calc(2px + (6 - 2) * ((100vw - 1280px) / (1920 - 1280)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .summary{width: 90%;height: auto;color: rgba(255,255,255,.4);font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;text-align: left;line-height: calc(17px + (20 - 17) * ((100vw - 1280px) / (1920 - 1280)));margin-top: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280)));}




		/*----5----*/
		.con5{width: 100%;height: auto;background: #212121;display: flex;flex-wrap: wrap;justify-content: space-between;border-top:10px solid #70bb2d;}
			.con5 .con5_b{width: 93%;height: auto;margin: auto;display: flex;flex-wrap: wrap; justify-content: space-between;}
				.con5 .con5_b .logo{padding:15px 0;}
					.con5 .con5_b .logo img{}
				.con5 .con5_b .iconlist{padding:15px 0;display: flex;flex-wrap: wrap;align-items: center;}
				.con5 .con5_b .iconlist ul{display: flex;}
				.con5 .con5_b .iconlist ul li{width: 25%;margin: 0 calc(6px + (10 - 6) * ((100vw - 1280px) / (1920 - 1280)));}
				.con5 .con5_b .iconlist ul li a{width: 100%;color: #68b626;transition: color 0.4s; cursor: pointer;}
				.con5 .con5_b .iconlist ul li a:hover{width: 100%;color: #7fd239;transition: color 0.4s; cursor: pointer;}
				.con5 .con5_b .iconlist ul li i{font-size: calc(25px + (33 - 25) * ((100vw - 1280px) / (1920 - 1280)));}



		/*----6----*/
		.con6{width: 100%;height: auto;background: url(../images/btm_bg.jpg) top center no-repeat;line-height: 54px;text-align: center;font-size: 15px;font-weight: 800;color: rgba(255,255,255,1);}
			.con6 .con6_b{width: 93%;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;}
					.con6 .con6_b .nav_b .lxfs{width:27%;height: auto;display: flex;flex-direction: column;align-items: flex-start;}
						.con6 .con6_b .nav_b .lxfs .com_name{font-size: calc(22px + (28 - 22) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 800;line-height: calc(30px + (42 - 30) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs .com_name a{color: #fff;}
						.con6 .con6_b .nav_b .lxfs .com_tel{font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));color: #4ba113;font-weight: 800;line-height: calc(40px + (62 - 40) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs .com_tel a{color: #4ba113;}
						.con6 .con6_b .nav_b .lxfs .com_contxt{font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;line-height: calc(28px + (36 - 28) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
						.con6 .con6_b .nav_b .lxfs .com_contxt a{color: #fff;}
					.con6 .con6_b .nav_b .nav_list{width:58%;height: auto;}
						.con6 .con6_b .nav_b .nav_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
							.con6 .con6_b .nav_b .nav_list ul li{width:20%;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;}
								.con6 .con6_b .nav_b .nav_list ul li .title{width:75%;text-align: center;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;line-height: calc(24px + (36 - 24) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: 10px;}
								.con6 .con6_b .nav_b .nav_list ul li .title a{color:rgba(255,255,255,1);transition: color 0.4s;cursor: pointer;}
								.con6 .con6_b .nav_b .nav_list ul li .title a:hover{color:rgba(255,255,255,0.5);}

								.con6 .con6_b .nav_b .nav_list ul li .name{width:75%;text-align: center;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;line-height: calc(22px + (32 - 22) * ((100vw - 1280px) / (1920 - 1280)));}
								.con6 .con6_b .nav_b .nav_list ul li .name a{color:rgba(255,255,255,1);transition: color 0.4s;cursor: pointer;}
								.con6 .con6_b .nav_b .nav_list ul li .name a:hover{color:rgba(255,255,255,0.5);}

					.con6 .con6_b .nav_b .qr_code{width:15%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;font-size: 14px;color: #fff;line-height: 20px;text-align: center;padding-top: 5px;}
						.con6 .con6_b .nav_b .qr_code img{width: 60%;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,.2);}
					.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(112,187,45,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(112,187,45,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(112,187,45,1);}
				#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;background: #fff;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(26px + (56 - 26) * ((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;margin-top: 15px;}
					
					.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: 6px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 49.1%;background: #68b626;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: #348b00;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: #f39a00;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: 600;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{margin:25px auto;display: block; border-radius: 14px;}
				.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 .list_b{width: 100%;height: auto;margin-top: 0;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: 33.3%;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: center;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(34px + (44 - 34) * ((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: center;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #68b626;line-height: calc(34px + (44 - 34) * ((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;}


				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .title_news{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(22px + (30 - 22) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .title_news{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #68b626;line-height: calc(22px + (30 - 22) * ((100vw - 1280px) / (1920 - 1280)));}




		/*---3---*/
		.con_join{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}


			.con_join .list_b{width: 93%;height: auto;margin-top: 0;padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
			.con_join .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-evenly;}
			.con_join .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;margin: 30px 0;}
				
				.con_join .list_b ul li .txt_b_l{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/yf.png); background-color:rgba(75,161,19,1);background-position: center center;background-repeat: no-repeat;background-size: cover;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con_join .list_b ul li .txt_b_l:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con_join .list_b ul li .txt_b_l .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_l:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(75,161,19,1);border-radius: 70px;margin: 0px auto 20px;}
				.con_join .list_b ul li .txt_b_l .icon i{font-size: 42px;color: rgba(75,161,19,1);transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_l:hover .icon i{font-size: 42px;color: rgba(255,255,255,1) ;}
				.con_join .list_b ul li .txt_b_l .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_l:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;}
				.con_join .list_b ul li .txt_b_l .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_l:hover .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #666;text-align: center;}


				.con_join .list_b ul li .txt_b_r:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/td.png); background-color:rgba(75,161,19,1);background-position: center center;background-repeat: no-repeat;background-size: cover;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con_join .list_b ul li .txt_b_r{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 1280px) / (1920 - 1280))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con_join .list_b ul li .txt_b_r:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 0px auto 20px;}
				.con_join .list_b ul li .txt_b_r .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(75,161,19,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_r:hover .icon i{font-size: 42px;color: rgba(75,161,19,1);}
				.con_join .list_b ul li .txt_b_r .icon i{font-size: 42px;color: rgba(255,255,255,1);transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_r:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;}
				.con_join .list_b ul li .txt_b_r .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 1280px) / (1920 - 1280)));color: #222;text-align: center;transition: all 0.4s;}
				.con_join .list_b ul li .txt_b_r:hover .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;text-align: center;}
				.con_join .list_b ul li .txt_b_r .summary{width: 70%;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #666;text-align: center;transition: all 0.4s;}









				.contact-pc{margin-top:30px; }
				.contact-pc a{color:#222;}
				.contact-m{display: none;}

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


@media (max-width: 1180px) and (min-width: 375px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}
		.top_con{width: 100%;height: auto;margin: auto;}
			.top_con .top_b{width: 100%;height: 60px;background: rgb(112,187,45);border-bottom:1px solid rgb(112,187,45);color: #fff;font-size:1rem;font-weight:600;box-sizing:border-box;display: flex;flex-wrap: wrap;justify-content: space-between;position: fixed;z-index: 100;top: 0;left: 0;}

			.top_con .top_b.active{background: rgba(112,187,45,.9);border-bottom:1px solid rgba(112,187,45,.9);}
			.cur{}

				.top_con .top_b .top_logo{width: 60%;height: 60px;display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo img{width: 90%;margin-left: 2%; filter: brightness(0) invert(1);}
				.top_con .top_b .top_nav{width: 70%;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) / (768 - 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) / (768 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,1);}
					.top_con .top_b .top_search{width: 20%;height: 58px;background: rgba(112,187,45,1);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) / (768 - 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) / (768 - 375)));font-weight:100;text-align: center;padding-top: calc(2px + (3 - 2) * ((100vw - 375px) / (768 - 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;border-left: 1px solid rgba(255, 255, 255, .1);box-sizing: border-box;}
					.top_con .top_b .top_search .m_search i{color:rgba(255,255,255,1);font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (768 - 375)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
					.top_con .top_b .top_search .m_search i:hover{color:rgba(255,255,255,.65);}


					.top_con .top_b .top_search .m_nav{width: 50%;text-align: center;line-height: 59px;border-left: 1px solid rgba(255, 255, 255, .1);box-sizing: border-box;}


		/**/
			#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: 60px auto 0;}
				.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);}





		/*---1---*/
		.con1{width: 100%;min-height: calc(470px + (720 - 470) * ((100vw - 375px) / (768 - 375)));height: auto;margin: auto;background: url(../images/con1_bg.jpg) top center no-repeat;background-size: cover;padding-top: 2rem;}
		.con1 ul{width: 98%;margin:auto;display: flex;flex-wrap: wrap;}
		.con1 ul li{width: 100%;display: flex;flex-wrap: wrap;}
			.con1 ul li .con1_b{width: 100%;margin: 0px auto 10px;display: flex;}
			
				.con1 ul li .con1_b .title_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
					.con1 ul li .con1_b .title_b .title_b_l{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
						
						.con1 ul li .con1_b .title_b .title_b_l .ch{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color:#70bb2d;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
						.con1 ul li .con1_b .title_b .title_b_l .en{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color:#000;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:uppercase;}
						.con1 ul li .con1_b .title_b .title_b_l .en span{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color:#70bb2d;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 200;text-transform:capitalize;margin-left: 10px;}

					.con1 ul li .con1_b .title_b .title_b_r{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;padding-bottom: 30px;display: none;}
					.con1 ul li .con1_b .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
					.con1 ul li .con1_b .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
					.con1 ul li .con1_b .title_b .title_b_r i{font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));margin-right: 4px;}
						.con1 ul li .con1_b .title_b .title_b_r .btn{font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));text-align: center;transition: all .4s;cursor: pointer;text-transform: uppercase;}


			.con1 ul li .list_con{width: 100%;height:auto;margin: auto;padding-bottom: 30px;display: flex;flex-direction: column-reverse;}
				.con1 ul li .list_con .txt_b{width:100%;height: auto;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;align-content: space-around;}
					.con1 ul li .list_con .txt_b .subtitle{width: 96%;font-size: 18px;font-weight: 600;color:#4ba113;text-align: left;line-height: 28px;margin: 16px 0;}
					.con1 ul li .list_con .txt_b .summary{width: 96%;font-size: 14px;font-weight: 200;color:#7b7b7b;text-align: left;line-height: 26px;margin-bottom: 3px;}

					.con1 ul li .list_con .txt_b .con1_btn{width:96%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con1 ul li .list_con .txt_b .con1_btn a{}
					.con1 ul li .list_con .txt_b .con1_btn .btn{width: calc(80px + (100 - 80) * ((100vw - 375px) / (768 - 375)));line-height: calc(36px + (45 - 36) * ((100vw - 375px) / (768 - 375)));background: #75ba2b;border-radius:6px;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));color:#fff;text-align: center;transition: background 0.4s;}
					.con1 ul li .list_con .txt_b .con1_btn .btn:hover{background: #0d8a3a;}

				.con1 ul li .list_con .pic_b{width:100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con1 ul li .list_con .pic_b img{width: 96%;height: auto;object-fit: contain;/* 防止拉伸 */}

		/*---1.5---*/
		.con1-5{width: 100%;min-height: calc(80px + (90 - 80) * ((100vw - 375px) / (768 - 375)));height: auto;background: url(../images/con1_bg2.jpg) top center no-repeat;display: flex;flex-wrap: wrap;justify-content: center;}
		.con1-5 ul{width: 98%;min-height: calc(50px + (70 - 50) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;}
		.con1-5 ul li{width: 33.33%;margin: auto;min-height: calc(50px + (70 - 50) * ((100vw - 375px) / (768 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-content: center;}

		.con1-5 ul li .btn_b {width: 96%;min-height: calc(50px + (70 - 50) * ((100vw - 375px) / (768 - 375)));background: rgba(255,255,255,0.5);transition: all 0.4s;cursor: pointer;display: flex;flex-direction: row;justify-content: center;position: relative; /* 为伪元素定位做准备 */}
		.con1-5 ul li .btn_b:hover {width: 96%;background: rgba(75,161,19,1);}
		.con1-5 ul li .btn_b:hover::before {content: "";position: absolute;top: calc(-16px - (9 - 16) * ((100vw - 768px) / (375 - 768)));left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left:  calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) solid transparent;border-right:  calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) solid transparent;border-bottom:  calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) solid rgba(75,161,19,1);}

		.con1-5 ul li .btn_b .pic_b{width: 35.5%;display: none;}
		.con1-5 ul li .btn_b .pic_b img{height: calc(90px + (136 - 90) * ((100vw - 375px) / (768 - 375)));}

		.con1-5 ul li .btn_b .txt_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
		.con1-5 ul li .btn_b .txt_b .name{font-size: calc(18px + (30 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #2b2b2b;line-height: calc(24px + (34 - 24) * ((100vw - 375px) / (768 - 375)));margin-bottom: calc(5px + (10 - 5) * ((100vw - 375px) / (768 - 375)));transition: color 0.4s;}
		.con1-5 ul li .btn_b:hover .txt_b .name{color: #fff;}

		.con1-5 ul li .btn_b .txt_b .summary{font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 400;color: #2b2b2b;line-height: calc(18px + (22 - 18) * ((100vw - 375px) / (768 - 375)));transition: color 0.4s;display: none;}
		.con1-5 ul li .btn_b:hover .txt_b .summary{color: #fff;}

		/* 原来的 hover 样式改为 .btn-hover 类 */
		.con1-5 ul li .btn_b.btn-hover {width: 96%;background: rgba(75,161,19,1);}
		.con1-5 ul li .btn_b.btn-hover::before {content: "";position: absolute;top: calc(-16px - (9 - 16) * ((100vw - 375px) / (375 - 375)));left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left:  calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) solid transparent;border-right:  calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) solid transparent;border-bottom:  calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) solid rgba(75,161,19,1);}
		.con1-5 ul li .btn_b.btn-hover .txt_b .name{color: #fff;}
		.con1-5 ul li .btn_b.btn-hover .txt_b .summary {color: #fff;display: none;}
		/* 保留原来的 hover 效果，但优先级低于 .btn-hover */
		.con1-5 ul li .btn_b:hover:not(.btn-hover) {width: 96%;background: rgba(75,161,19,1);}
		.con1-5 ul li .btn_b:hover:not(.btn-hover)::before {/* 同上 */}
		.con1-5 ul li .btn_b:hover:not(.btn-hover) .txt_b .name,.con1-5 ul li .btn_b:hover:not(.btn-hover) .txt_b .summary {color: #fff;}





		/*---2---*/
		.con2{width: 100%;height: auto;background: #f5f5f5;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
		.con2 .title_b{width: 93%;height: auto;display: flex;flex-wrap: wrap;}
			.con2 .title_b .title_b_l{width: 80%;height: auto;display: flex;flex-wrap: wrap;}
				
				.con2 .title_b .title_b_l .ch{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color: #70bb2d;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
				.con2 .title_b .title_b_l .en{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color: #000;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:uppercase;}
				.con2 .title_b .title_b_l .en span{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color: #70bb2d;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 200;text-transform:capitalize;margin-left: 10px;}

			.con2 .title_b .title_b_r{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: flex-end;padding-bottom: 30px;}
			.con2 .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
			.con2 .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
			.con2 .title_b .title_b_r i{font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));margin-right: 4px;}
				.con2 .title_b .title_b_r .btn{font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));text-align: center;transition: all .4s;cursor: pointer;text-transform: uppercase;}





			.con2 .list_b{width: 93%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
			.con2 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .list_b ul li .pic_b{width: 96%;display: flex;flex-direction: column;align-items: center;background: #fff;margin: 1rem auto;transition: all 0.4s;cursor: pointer;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);border-bottom: calc(5px + (8 - 5) * ((100vw - 375px) / (768 - 375))) solid #70bb2d;box-sizing: border-box;padding: 0.6rem 0;border-left: 1px solid #dedede;border-top: 1px solid #dedede;border-right: 1px solid #dedede;}
			.con2 .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);border-bottom: calc(5px + (8 - 5) * ((100vw - 375px) / (768 - 375))) solid #f39a00;}
			.con2 .list_b ul li .pic_b .pic{width: 90%;text-align: center;display: flex;}
			
			.con2 .list_b ul li .pic_b .pic img{width: 100%;margin: auto;opacity: 1;transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .pic img{width: 100%;margin: auto;opacity: 0.6;}


			.con2 .list_b ul li .pic_b .txt{width: 92%;text-align: center;margin-top: 10px;}
			.con2 .list_b ul li .pic_b .txt .title{width: 100%;text-align: left;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: calc(15px + (18 - 15) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #222;line-height: calc(26px + (34 - 26) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}

			.con2 .list_b ul li .pic_b .txt .title i{font-size: calc(10px + (14 - 10) * ((100vw - 375px) / (768 - 375)));color: #70bb2d;margin-right: 6px;}

			.con2 .list_b ul li .pic_b:hover .txt .title{width: 100%;text-align: left;font-size: calc(17px + (20 - 17) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
			.con2 .list_b ul li .pic_b .txt .summary{width:100%;text-align: left;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 400;color: #777;line-height: calc(24px + (34 - 24) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
			.con2 .list_b ul li .pic_b:hover .txt .summary{width:100%;text-align: left;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 400;color: #777;line-height: calc(24px + (34 - 24) * ((100vw - 375px) / (768 - 375)));}
			.con2 .list_b ul li .pic_b .txt .summary i{font-size: calc(10px + (14 - 10) * ((100vw - 375px) / (768 - 375)));color: #70bb2d;margin-right: 6px;}



			.con2 .list_b ul li .pic_b .txt .btn{width:96%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;}
			.con2 .list_b ul li .pic_b .txt .btn a{width: 100%;text-align: center;color:#fff;}
			.con2 .list_b ul li .pic_b .txt .btn{width: calc(70px + (90 - 70) * ((100vw - 375px) / (768 - 375)));line-height: calc(32px + (42 - 32) * ((100vw - 375px) / (768 - 375)));background: #75ba2b;border-radius:6px;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));color:#fff;text-align: center;transition: background 0.4s;margin-top: 25px;}
			.con2 .list_b ul li .pic_b .txt .btn:hover{background: #0d8a3a;}




		/*---3---*/
		.con3{width: 100%;height: auto;background: url(../images/con2_bg.jpg) top center no-repeat;background-size: cover;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con3 .title_b{width: 93%;height: auto;margin: auto;}
			.con3 .title_b .en{width: 100%;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));line-height: line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)))v;color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .ch{width: 100%;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 800;text-align: center;}
			.con3 .title_b .line{width: 5%;margin: calc(10px + (16 - 10) * ((100vw - 375px) / (768 - 375))) auto;border-bottom:5px solid #4ba113;}
			.con3 .title_b .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: 32px;color: #fff;font-weight: 800;text-align: center;}

			.con3 .list_b{width: 93%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
			.con3 .list_b ul{width: 100%;height: auto;display: flex;flex-direction: column;}
			.con3 .list_b ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;margin: 10px 0;}
				
				.con3 .list_b ul li .txt_b_l{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/yf.png); background-color:rgba(75,161,19,1);background-position: center center;background-repeat: no-repeat;background-size: cover;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_l:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_l .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(75,161,19,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_l .icon i{font-size: 42px;color: rgba(75,161,19,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .icon i{font-size: 42px;color: rgba(255,255,255,1) ;}
				.con3 .list_b ul li .txt_b_l .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #222;text-align: center;}
				.con3 .list_b ul li .txt_b_l .summary{width: 92%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_l:hover .summary{width: 92%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));color: #666;text-align: center;}


				.con3 .list_b ul li .txt_b_r:hover{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: url(../images/td.png); background-color:rgba(75,161,19,1);background-position: center center;background-repeat: no-repeat;background-size: cover;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.35);}
				.con3 .list_b ul li .txt_b_r{width: 96%;height: auto;display: flex;flex-direction: column;align-items: center;background-image: none; background-color:rgba(255,255,255,1);background-position: center center;background-repeat: no-repeat;padding: calc(30px + (60 - 30) * ((100vw - 375px) / (768 - 375))) 0;transition: all 0.4s;cursor: pointer;box-shadow: 0 0 24px 0 rgba(0,0,0,.15);}
				.con3 .list_b ul li .txt_b_r:hover .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(255,255,255,1);border-radius: 70px;margin: 0px auto 20px;}
				.con3 .list_b ul li .txt_b_r .icon{width: 70px;height:70px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;background: rgba(75,161,19,1);border-radius: 70px;margin: 20px auto;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .icon i{font-size: 42px;color: rgba(75,161,19,1);}
				.con3 .list_b ul li .txt_b_r .icon i{font-size: 42px;color: rgba(255,255,255,1);transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .title{width: 90%;line-height: calc(56px + (70 - 56) * ((100vw - 375px) / (768 - 375)));font-weight: 800;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (768 - 375)));color: #222;text-align: center;transition: all 0.4s;}
				.con3 .list_b ul li .txt_b_r:hover .summary{width: 92%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));color: #fff;text-align: center;}
				.con3 .list_b ul li .txt_b_r .summary{width: 92%;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));font-weight: 200;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));color: #666;text-align: center;transition: all 0.4s;}



		/*---3.5---*/
		.con3-5{width: 100%;height: auto;min-height: calc(90px + (130 - 90) * ((100vw - 375px) / (768 - 375)));background: url(../images/tel_bg.jpg) center center no-repeat;background-size: cover;display: flex;flex-wrap: wrap;align-items: center;flex-direction: column;justify-content: center;}
		.con3-5 h1{width: 100%;line-height: calc(28px + (32 - 28) * ((100vw - 375px) / (768 - 375)));text-align: center;font-size: calc(18px + (20 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color:#fff;}
		.con3-5 h3{width: 100%;line-height: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));text-align: center;font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (768 - 375)));font-weight: 500;color:#fff;}
		.con3-5 h3 a{width: 100%;line-height: calc(20px + (24 - 20) * ((100vw - 375px) / (768 - 375)));text-align: center;font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (768 - 375)));font-weight: 500;color:#fff;}






		/*---4---*/
		.con4{width: 100%;height: auto;background: #f2f2f2;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con4 .title_b{width: 93%;height: auto;margin: auto;display: flex;flex-wrap: wrap;}
			.con4 .title_b .title_b_l{width: 80%;height: auto;display: flex;flex-wrap: wrap;}
				
				.con4 .title_b .title_b_l .ch{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color: #70bb2d;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;display: flex;justify-content: flex-start;align-items: center;}
				.con4 .title_b .title_b_l .en{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color: #000;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:uppercase;}
				.con4 .title_b .title_b_l .en span{width: 100%;line-height: calc(28px + (30 - 28) * ((100vw - 375px) / (768 - 375)));color: #70bb2d;font-size: calc(22px + (24 - 22) * ((100vw - 375px) / (768 - 375)));font-weight: 200;text-transform:capitalize;margin-left: 10px;}
				.con4 .title_b .title_b_l .subtitle{width: 100%;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));line-height: 32px;color: #666;font-weight: 200;text-align: left;}

			.con4 .title_b .title_b_r{width: 20%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-end;align-items: center;padding-bottom: 30px;}
			.con4 .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
			.con4 .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
			.con4 .title_b .title_b_r i{font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (768 - 375)));margin-right: 4px;}
				.con4 .title_b .title_b_r .btn{font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));text-align: center;transition: all .4s;cursor: pointer;text-transform: uppercase;}




			.con4 .list_b{width: 96%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
			.con4 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l .pic_news{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .list_b ul li .list_b_l .pic_news .pic{width: 100%;}
					.con4 .list_b ul li .list_b_l .pic_news .pic img{width: 100%;height: 100%;}


					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt{width: 100%;background: #68b626;display: flex;flex-wrap: wrap;justify-content: space-between;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title{width: 85%;display: flex;flex-wrap: wrap;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 375px) / (768 - 375))) calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(16px + (16 - 16) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_txt{width: 96%;padding: calc(8px + (12 - 8) * ((100vw - 375px) / (768 - 375))) calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(16px + (16 - 16) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,.65);font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,.8);font-weight: 800;text-align: left;line-height: 16px;transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_summary{width: 96%;padding: 0 calc(8px + (15 - 8) * ((100vw - 375px) / (768 - 375))) 15px;font-size: calc(12px + (15 - 12) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,.45);font-weight: 800;text-align: left;line-height: 16px;transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date{width: 15%;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .md{width: 96%;padding: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375))) calc(2px + (15 - 2) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(13px + (18 - 13) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: 20px;transition: all 0.4s;cursor: pointer;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .date .y{width: 96%;padding: 4px calc(2px + (15 - 2) * ((100vw - 375px) / (768 - 375))) 6px;font-size: calc(18px + (24 - 18) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);font-weight: 800;text-align: center;line-height: calc(10px + (20 - 10) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;cursor: pointer;}

			.con4 .list_b ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;margin-top: 15px;}
				.con4 .list_b ul li .list_b_r{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;align-content: space-between;}
				.con4 .list_b ul li .list_b_r .txt_news_b{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 375px) / (768 - 375))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);margin: 8px auto;}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;background: #68b626;transition: all 0.4s;cursor: pointer;padding:calc(4px + (16 - 4) * ((100vw - 375px) / (768 - 375))) 0;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.18);}

				.con4 .list_b ul li .list_b_r .txt_news_b .date{width: 90%;height: auto;color: #222;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .title{width: 90%;height: auto;color: #222;font-size: calc(18px + (18 - 18) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(42px + (42 - 42) * ((100vw - 375px) / (768 - 375)));border-bottom: 1px solid rgba(0,0,0,.15);margin-bottom: calc(2px + (6 - 2) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b .summary{width: 90%;height: auto;color: rgba(0,0,0,.4);font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 400;text-align: left;line-height: calc(28px + (28 - 17) * ((100vw - 375px) / (768 - 375)));margin-top: calc(5px + (8 - 5) * ((100vw - 375px) / (768 - 375)));}

				.con4 .list_b ul li .list_b_r .txt_news_b:hover .date{width: 90%;height: auto;color: #fff;font-size: calc(12px + (16 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .title{width: 90%;height: auto;color: #fff;font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-align: left;line-height: calc(32px + (42 - 32) * ((100vw - 375px) / (768 - 375)));border-bottom: 1px solid rgba(255,255,255,.35);margin-bottom: calc(2px + (6 - 2) * ((100vw - 375px) / (768 - 375)));}
				.con4 .list_b ul li .list_b_r .txt_news_b:hover .summary{width: 90%;height: auto;color: rgba(255,255,255,.4);font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (768 - 375)));font-weight: 400;text-align: left;line-height: calc(17px + (20 - 17) * ((100vw - 375px) / (768 - 375)));margin-top: calc(5px + (8 - 5) * ((100vw - 375px) / (768 - 375)));}




		/*----5----*/
		.con5{width: 100%;height: auto;background: #212121;display: flex;flex-wrap: wrap;justify-content: space-between;border-top:10px solid #70bb2d;}
			.con5 .con5_b{width: 96%;height: auto;margin: auto;display: flex;justify-content: center;flex-wrap: wrap;}
				.con5 .con5_b .logo{padding:18px 0 5px;text-align: center;}
					.con5 .con5_b .logo img{width: 85%;margin: auto;}
				.con5 .con5_b .iconlist{padding:5px 0 20px;}
				.con5 .con5_b .iconlist ul{display: flex;}
				.con5 .con5_b .iconlist ul li{width: 25%;margin: 0 calc(6px + (10 - 6) * ((100vw - 375px) / (768 - 375)));}
				.con5 .con5_b .iconlist ul li a{width: 100%;color: #68b626;transition: color 0.4s; cursor: pointer;}
				.con5 .con5_b .iconlist ul li a:hover{width: 100%;color: #7fd239;transition: color 0.4s; cursor: pointer;}
				.con5 .con5_b .iconlist ul li i{font-size: calc(30px + (40 - 30) * ((100vw - 375px) / (768 - 375)));}



		/*----6----*/
		.con6{width: 100%;height: auto;background: url(../images/btm_bg.jpg) top center no-repeat;line-height: 54px;text-align: center;font-size: 15px;font-weight: 800;color: rgba(255,255,255,1);background-size: cover;}
			.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;}
					.con6 .con6_b .nav_b .lxfs{width:100%;height: auto;display: flex;flex-direction: column;align-items: center;}
						.con6 .con6_b .nav_b .lxfs .com_name{font-size: calc(22px + (28 - 22) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 800;line-height: calc(30px + (42 - 30) * ((100vw - 375px) / (768 - 375)));text-align: center;}
						.con6 .con6_b .nav_b .lxfs .com_name a{color: #fff;}
						.con6 .con6_b .nav_b .lxfs .com_tel{font-size: calc(16px + (22 - 16) * ((100vw - 375px) / (768 - 375)));color: #4ba113;font-weight: 800;line-height: calc(40px + (62 - 40) * ((100vw - 375px) / (768 - 375)));text-align: center;}
						.con6 .con6_b .nav_b .lxfs .com_tel a{color: #4ba113;}
						.con6 .con6_b .nav_b .lxfs .com_contxt{font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));color: #fff;font-weight: 600;line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (768 - 375)));text-align: center;}
						.con6 .con6_b .nav_b .lxfs .com_contxt a{color: #fff;}
					.con6 .con6_b .nav_b .nav_list{width:65%;height: auto;display: none;}
						.con6 .con6_b .nav_b .nav_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
							.con6 .con6_b .nav_b .nav_list ul li{width:20%;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;}
								.con6 .con6_b .nav_b .nav_list ul li .title{width:75%;text-align: center;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;line-height: calc(24px + (36 - 24) * ((100vw - 375px) / (768 - 375)));margin-bottom: 10px;}
								.con6 .con6_b .nav_b .nav_list ul li .title a{color:rgba(255,255,255,1);transition: color 0.4s;cursor: pointer;}
								.con6 .con6_b .nav_b .nav_list ul li .title a:hover{color:rgba(255,255,255,0.5);}

								.con6 .con6_b .nav_b .nav_list ul li .name{width:75%;text-align: center;font-size: calc(13px + (16 - 13) * ((100vw - 375px) / (768 - 375)));font-weight: 800;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (768 - 375)));}
								.con6 .con6_b .nav_b .nav_list ul li .name a{color:rgba(255,255,255,1);transition: color 0.4s;cursor: pointer;}
								.con6 .con6_b .nav_b .nav_list ul li .name a:hover{color:rgba(255,255,255,0.5);}

					.con6 .con6_b .nav_b .qr_code{width:100%;height: auto;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: center;font-size: 14px;color: #fff;line-height: 20px;text-align: center;padding-top: 25px;}
						.con6 .con6_b .nav_b .qr_code img{width: 35%;margin: auto;}

				.con6 .con6_b .icp{width: 100%;height: auto;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));margin: 30px auto 0;line-height: 25px;border-top: 1px solid rgba(255,255,255,.2);padding:15px 0;}
					.con6 .con6_b .icp a{font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));color: rgba(255,255,255,1);transition: all 0.4s; cursor: pointer;}
					.con6 .con6_b .icp a:hover{font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));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;background: url(../images/con_tem_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con_tem .con_tem_b{width: 98%;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: 12px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 48.5%;background: #68b626;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: #348b00;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: #f39a00;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: 0;}
				.con_tem .con_tem_b .txt_b img{width: 100%;margin:auto;border-radius: 14px;}
				.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: 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: #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;}



				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .title_news{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #222;line-height: calc(22px + (30 - 22) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .title_news{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #68b626;line-height: calc(22px + (30 - 22) * ((100vw - 375px) / (768 - 375)));}

.contact-pc{display: none;}
.contact-m{margin-bottom: 30px;}
.contact-m a{color:#222;}



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





}
@media (max-width: 1180px) and (min-width: 769px){
	.top_con .top_b .top_logo img{width: 66%;margin-left: 2%; filter: brightness(0) invert(1);}
}

@media (max-width: 768px) and (min-width: 431px){
	.top_con .top_b .top_logo img{width: 70%;margin-left: 2%; filter: brightness(0) invert(1);}
}











.text-secondary{width: 96%;display: flex;justify-content: space-between;margin: 2rem auto;}
.text-secondary a {color: #222;}
.lh-2 {line-height: 2;}
.text-secondary .prov{padding:5px 15px; color: #222;background-color: #fff;border: 1px solid #222;}
.text-secondary .next{padding:5px 15px; color: #222;background-color: #fff;border: 1px solid #222;}
/*分页*/
.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: #222;
	background-color: #fff;
	border: 1px solid #222;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #222;
	border-color: #222;
}
.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: #222;
  background-color: #fff;
  border: 1px solid #222;
}

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

.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;
}


.btm_link{
	font-size: 15px;
    color: rgba(255, 255, 255, .6);
    line-height: 30px;
}

.btm_link:hover{
	font-size: 15px;
    color: #067344;
    line-height: 30px;
	text-decoration: underline;
}