@charset "UTF-8";

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



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

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

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

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


a.tplink{color:#fff;}
a.tplink:hover{color:#fff;}

a.aboutlink{color:#fff;}
a.aboutlink:hover{color:#fff;}

a.btmlink{color:#fff;}
a.btmlink:hover{color:#fff;}
/* Centered texts in each section
* --------------------------------------- */


@media (max-width: 2736px) and (min-width: 1921px){
	
	.container{width: 100%;height: auto;}
		.top_con{width: 100%;height: auto;background:  rgba(255,255,255,1);display: flex;flex-wrap: wrap;position: fixed;top:0;z-index: 100;}
		.top_con.active{background: rgba(255,255,255,1);position: fixed;z-index: 200000;box-shadow: 0px 0px 16px 11px rgba(0,0,0,.09);}
		.cur{}

			.top_con .top_line{width: 100%;height: calc(30px + (40 - 30) * ((100vw - 1280px) / (2736 - 1280)));background: #00a722;color: #fff;font-size: 13px;line-height: calc(30px + (40 - 30) * ((100vw - 1280px) / (19273620 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
			.top_con .top_line .welcome{width: 29%;height: calc(30px + (40 - 30) * ((100vw - 1280px) / (2736 - 1280)));text-align: left;padding-left: 1%;}
			.top_con .top_line .tel{width: 29%;height: calc(30px + (40 - 30) * ((100vw - 1280px) / (2736 - 1280)));text-align: right;padding-right: 1%;}

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

				/*---search---*/
				.top_con .top_b .top_search{width: 20%;height: calc(80px + (112 - 80) * ((100vw - 1280px) / (2736 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;}
				.top_con .top_b .top_search .tel{}
				.top_con .top_b .top_search .search{width: 30%;text-align: right;line-height: calc(80px + (112 - 80) * ((100vw - 1280px) / (2736 - 1280)));}
				.top_con .top_b .top_search .search i{color:#0d8a3a;font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (2736 - 1280)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
				.top_con .top_b .top_search .search i:hover{color:#0d8a3a;}
				.top_con .top_b .top_search .m_search{display: none;}
				.top_con .top_b .m_nav{display: none;}




		.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: calc(110px + (152 - 110) * ((100vw - 1280px) / (2736 - 1280))) 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);}

		/*---0---*/
		.con0{width: 100%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));background: linear-gradient(90deg, #30d4f2 50%, #6686ff 50%);overflow: hidden;margin: -4px auto 0;border-bottom: 8px solid #fff;z-index:10000;position: sticky;top: calc(90px + (140 - 90) * ((100vw - 1280px) / (2736 - 1280)));box-sizing: border-box;}
		.con0 .con_b{width: 83%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));overflow: hidden;margin: auto;}
		.con0 .con_b ul{width: 100%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));margin: auto;display: flex;flex-wrap: wrap;justify-content: center;}
		.con0 .con_b ul li{width: 16.66%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));}
		.con0 .con_b ul li .list_b{width: 100%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
		.con0 .con_b ul li .blue{background: rgba(48,212,242,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .purple{background: rgba(102,134,255,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .loutas{background: rgba(152,120,255,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .bgreen{background: rgba(19,199,208,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .green{background: rgba(152,208,19,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .bpurple{background: rgba(102,134,255,1);transition: all 0.4s;cursor: pointer;}

		.con0 .con_b ul li .blue:hover{background: rgba(48,199,242,1);transition: all 0.4s;}
		.con0 .con_b ul li .purple:hover{background: rgba(102,174,255,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .loutas:hover{background: rgba(196,120,255,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .bgreen:hover{background: rgba(19,166,208,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .green:hover{background: rgba(126,223,31,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .bpurple:hover{background: rgba(116,102,255,1);transition: all 0.4s;opacity: 0.85;}

		.con0 .con_b ul li .list_b .icon{width:26%;height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));line-height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));padding-left: 12%;}
		.con0 .con_b ul li .list_b .icon i{width:100%;font-size:  calc(35px + (46 - 35) * ((100vw - 1280px) / (2736 - 1280)));color: #fff;height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));line-height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (2736 - 1280)));}
		.con0 .con_b ul li .list_b .txt{width:60%;display: flex;flex-wrap: wrap;align-content: center;right: 2%;}
		.con0 .con_b ul li .list_b .name{width:100%;font-size: calc(18px + (25 - 18) * ((100vw - 1280px) / (2736 - 1280)));color: #fff;font-weight: 600;text-align: center;line-height: 46px;}
		.con0 .con_b ul li .list_b .subname{width:100%;font-size: 14px;color: #fff;font-weight: 100;text-align: center;line-height: 24px;text-transform: uppercase;}






		/*---1---*/
		.con1{width: 100%;height: auto;margin:0 auto 0;background: #f5f5f5;padding: 50px 0 calc(30px + (50 - 30) * ((100vw - 1280px) / (2736 - 1280)));}
			.con1 .con1_con{width: 83%;height:auto;margin: calc(10px + (15 - 10) * ((100vw - 1280px) / (2736 - 1280))) auto 10px;display: flex;justify-content: space-between;background: #fff;}
			
				.con1 .con1_con .con_l{width: 80%;height:auto;display: flex;justify-content: space-between;padding:30px 0;}
					.con1 .con1_con .con_l .about_txt{width: 50%;height:auto;display: flex;flex-direction: column;align-items: center;justify-content: space-around;}

						.con1 .con1_con .con_l .about_txt .name{width: 90%;height:auto;color: #222;font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;text-align: left;border-left: calc(5px + (8 - 5) * ((100vw - 1280px) / (2736 - 1280))) solid #00c851;padding-left: calc(7px + (14 - 7) * ((100vw - 1280px) / (2736 - 1280)));}

						.con1 .con1_con .con_l .about_txt .txt{width: 90%;height:auto;color: #636363;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 100;line-height: calc(24px + (32 - 24) * ((100vw - 1280px) / (2736 - 1280)));text-align: left;margin-top: 30px;}
						
						.con1 .con1_con .con_l .about_txt .btn_b{width: calc(100px + (150 - 100) * ((100vw - 1280px) / (2736 - 1280)));height:auto;color: #fff;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 100;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));text-align: center;border-radius: 8px;margin: calc(15px + (30 - 15) * ((100vw - 1280px) / (2736 - 1280))) 0 0 calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 1280)));cursor: pointer;background: #00a2e8;align-self: flex-start;}
						.con1 .con1_con .con_l .about_txt .btn_b:hover{width: calc(100px + (150 - 100) * ((100vw - 1280px) / (2736 - 1280)));height:auto;color: #fff;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 100;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (2736 - 1280)));text-align: center;border-radius: 8px;margin: calc(15px + (30 - 15) * ((100vw - 1280px) / (2736 - 1280))) 0 0 calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 1280)));transition: all 0.4s;background: #ff6b00;align-self: flex-start;}


						.con1 .con1_con .con_l .about_txt .btn_b a{width:100%;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (2736 - 1280)));}
						.con1 .con1_con .con_l .about_txt .btn_b:hover a{color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (2736 - 1280)));transition: all 0.4s;}
						.con1 .con1_con .con_l .about_txt .btn_b i{color: #009920;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (2736 - 1280)));transition: all 0.4s;}
						.con1 .con1_con .con_l .about_txt .btn_b:hover i{color: #7fc143;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (2736 - 1280)));transition: all 0.4s;margin-left: 4px;}

					.con1 .con1_con .con_l .about_pic{width: 50%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;align-content: center;}
					.con1 .con1_con .con_l .about_pic img{display: block;width: 96%;}


				.con1 .con1_con .con_r{width: 20%;height:auto;background: #ff6b00;display: flex;flex-direction: column;justify-content: space-between;}

				.con1 .con1_con .con_r .name{width: 100%;border-bottom: 1px solid rgba(255,255,255,.3);display: flex;flex-wrap: wrap;justify-content: flex-end;padding:15px 0;}
				.con1 .con1_con .con_r .name .txt{width: 88%;height:auto;color: #fff;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;text-align: left;border-left:  calc(4px + (6 - 4) * ((100vw - 1280px) / (2736 - 1280))) solid #fff;padding-left: calc(7px + (14 - 7) * ((100vw - 1280px) / (2736 - 1280)));}

				.con1 .con1_con .con_r .tel{width: 90%;height:auto;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 500;text-align: left;display: flex;flex-wrap: wrap; justify-content: space-between;padding: 0 0 0 15px;}
				.con1 .con1_con .con_r .tel .icon{width: 16%;}
				.con1 .con1_con .con_r .tel .icon i{font-size: calc(25px + (30 - 25) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;}
				.con1 .con1_con .con_r .tel .txt{width: 84%;}

				.con1 .con1_con .con_r .address{width: 90%;height:auto;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 500;text-align: left;display: flex;flex-wrap: wrap; justify-content: space-between;padding: 0 0 0 15px;}
				.con1 .con1_con .con_r .address .icon{width: 16%;}
				.con1 .con1_con .con_r .address .icon i{font-size: calc(25px + (30 - 25) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;}
				.con1 .con1_con .con_r .address .txt{width: 84%;}

				.con1 .con1_con .con_r .qr_code{width: 100%;border-top: 1px solid rgba(255,255,255,.3);display: flex;flex-wrap: wrap;justify-content: space-around;padding:15px 0 5px;}
				.con1 .con1_con .con_r .qr_code .pic{width: 50%;display: flex;flex-wrap: wrap;justify-content: center;color: #fff;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (2736 - 1280)));}
				.con1 .con1_con .con_r .qr_code .pic img{width: calc(75px + (100 - 75) * ((100vw - 1280px) / (2736 - 1280)));display: block;}
				.con1 .con1_con .con_r .qr_code .pic span{line-height: 34px;}


			




 


		/*---2---*/
		.con2{width: 100%;height:auto;background:#f5f9fa;}
			.con2 .con_b{width: 83%;margin:auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .con_b .name_b{width: 12.5%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 0;}
			.con2 .con_b .name_b .big_en{width: 100%;font-family: "impact";font-size: calc(34px + (44 - 34) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #00c851;text-transform: uppercase;}
			.con2 .con_b .name_b .small_en{width: 100%;font-family: "impact";font-size: calc(24px + (30 - 24) * ((100vw - 1280px) / (2736 - 1280)));line-height:30px;font-weight: 400;color: #00a2e8;text-transform: uppercase;}
			.con2 .con_b .name_b .line{width: 30%;border-bottom: 3px solid #00a2e8;height: calc(10px + (20 - 10) * ((100vw - 1280px) / (2736 - 1280)));}
			.con2 .con_b .name_b .ch{width: 100%;font-size: calc(22px + (34 - 22) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;color: #000;line-height: 52px;margin-top: 20px;}
			.con2 .con_b .name_b .btn_b{width: 100%;margin-top: calc(40px + (70 - 40) * ((100vw - 1280px) / (2736 - 1280)));}
			.con2 .con_b .name_b .btn_b .btn{width: 80%;line-height: calc(32px + (40 - 32) * ((100vw - 1280px) / (2736 - 1280)));border-radius: 6px;background: #ff6b00;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;text-align: center;transition: all 0.4s;cursor: pointer;}
			.con2 .con_b .name_b .btn_b .btn:hover{background: #ff9244;}
			.con2 .con_b .name_b .btn_b .btn a{width: 100%;color: #fff;display: block;}


			.con2 .con_b .pic_news{width: 57%;display: flex;flex-wrap: wrap;justify-content: center;padding:20px 0;}
			.con2 .con_b .pic_news .pic_news_b{width: 98%;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;background: rgba(255,255,255,1);box-shadow: 0px 0px 14px 0px rgba(0,0,0,.1);padding-bottom: calc(6px + (8 - 6) * ((100vw - 1280px) / (2736 - 1280)));}
			.con2 .con_b .pic_news .pic_news_b .day{width: 98%;padding-left: 2%;font-family: "impact";font-size: calc(32px + (44 - 32) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #00a2e8;padding-top: calc(6px + (15 - 6) * ((100vw - 1280px) / (2736 - 1280)));text-align: left;}
			.con2 .con_b .pic_news .pic_news_b .ym{width: 98%;padding-left: 2%;font-size: 12px;font-weight: 400;color: #00a2e8;text-align: left;}
			.con2 .con_b .pic_news .pic_news_b .title{width: 98%;font-size: 16px;font-weight: 400;color: #000;line-height: 46px;text-align: left;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b .pic_news .pic_news_b .title a{width: 98%;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #000;line-height: calc(32px + (46 - 32) * ((100vw - 1280px) / (2736 - 1280)));text-align: left;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b .pic_news .pic_news_b:hover .title a{width: 98%;font-size: 16px;font-weight: 400;color: #00a2e8;line-height: 46px;text-align: left;}

			.con2 .con_b .pic_news .pic_news_b .pic{width: 98%;}
			.con2 .con_b .pic_news .pic_news_b .pic a{width: 100%;display: block;}
			.con2 .con_b .pic_news .pic_news_b .pic img{width: 100%;display: block;}



			.con2 .con_b .news_list{width: 30.5%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-content: flex-start;}

			.con2 .con_b  .news_list .name{width: 90%;font-size: calc(20px + (32 - 20) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #00a2e8;text-transform: uppercase;}
			.con2 .con_b  .news_list .name span{font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #666;text-transform: capitalize;padding-left: 5px;}

			.con2 .con_b  .news_list .list{width: 90%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
			.con2 .con_b  .news_list .list ul{width: 100%;display: flex;flex-direction: column;padding-top: 26px;}
			.con2 .con_b  .news_list .list ul li{width: 100%;display: flex;flex-direction: column;}
			.con2 .con_b  .news_list .list ul li .txt{width: 100%;}
			.con2 .con_b  .news_list .list ul li .txt a{width: 100%;line-height: calc(30px + (45 - 30) * ((100vw - 1280px) / (2736 - 1280)));font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));color: #00a2e8;text-align: left;font-weight: 400;transition: color 0.4s;display: block;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b  .news_list .list ul li:hover .txt a{width: 100%;line-height: 45px;font-size: 18px;color: #000;text-align: left;font-weight: 400;transition: color 0.4s;display: block;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b  .news_list .list ul li .date{width: 100%;line-height: 14px;font-size: 12px;color: #000;text-align: left;font-weight: 400;padding-left: 10px;}


		/*---3---*/
		.con3{width: 100%;height:auto;background:#fff;padding:0 0 30px 0;border-bottom: 1px solid rgba(0,162,232,0.2);}
			.con3 .name_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 20px;border-bottom: 1px solid rgba(0,162,232,0.2);}
			.con3 .name_b .ch{width: 100%;font-size: calc(22px + (34 - 22) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;color: #000;line-height: 52px;margin-top: 20px;text-align:center;}
			.con3 .name_b .en{width: 100%;font-family: "impact";font-size: calc(28px + (38 - 28) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #00a2e8;text-transform: uppercase;text-align: center;}
			.con3 .name_b .line{width: 3%;border-bottom: 3px solid #00c851;height: calc(10px + (20 - 10) * ((100vw - 1280px) / (2736 - 1280)));margin:auto;}



			.con3 .con_b{width: 83%;margin:auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
				.con3 .con_b .list_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 0;}
				.con3 .con_b .list_b .uul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con3 .con_b .list_b .uul .lll{width: 14%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con3 .con_b .list_b .uul .lll .pic_b{width: 94%;max-width: 300px; /* 最大宽度，防止容器过大 */display: flex;flex-wrap: wrap;justify-content: center;border-radius: 8px;position: relative;z-index: 100;}
				
				.con3 .con_b .list_b .uul .lll .pic_b img{width: 100%;height: auto;display: block;border-radius: 8px;object-fit: cover; /* 保持比例裁剪图片（可选，防止拉伸） */}

				.con3 .con_b .list_b .uul .lll .txt_b{width: 86%;height: 25%;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;border-radius: 8px;z-index: 200;margin-top: calc(-1 * (60px + 25 * ((100vw - 1280px) / 640)));background: rgba(58,125,255,.9);}
				.con3 .con_b .list_b .uul .lll .txt_b a{width: 100%;display: block;}
				.con3 .con_b .list_b .uul .lll .txt_b .title{width: 100%;text-align:center;color: #fff;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (2736 - 1280)));line-height: calc(20px + (38 - 20) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;transition: color 0.4s;}
				.con3 .con_b .list_b .uul .lll .txt_b:hover .title{width: 100%;text-align:center;color: #000;font-size: 16px;font-weight: 600;transition: color 0.4s;}
				.con3 .con_b .list_b .uul .lll .txt_b .summary{width: 84%;text-align:center;color: #fff;font-size: 12px;font-weight: 100;transition: color 0.4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin:auto;}


				.con3 .con_b .btn_b{width: 83%;margin-top: calc(40px + (70 - 40) * ((100vw - 1280px) / (2736 - 1280)));margin: calc(35px + (50 - 35) * ((100vw - 1280px) / (2736 - 1280))) auto  calc(8px + (20 - 8) * ((100vw - 1280px) / (2736 - 1280)));}
				.con3 .con_b .btn_b .btn{width: 10%;line-height: calc(32px + (40 - 32) * ((100vw - 1280px) / (2736 - 1280)));border-radius: 6px;background: #ff6b00;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;text-align: center;transition: all 0.4s;cursor: pointer;margin: auto;}
				.con3 .con_b .btn_b .btn:hover{background: #ff9244;}
				.con3 .con_b .btn_b .btn a{width: 100%;color: #fff;display: block;}

			.con3 .con_b_m{display: none;}



		/*---4---*/
		.con4{width: 100%;height:auto;background:#fff;padding:40px 0 30px 0;}
			.con4 .name_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 20px;}
			.con4 .name_b .ch{width: 100%;font-size: calc(22px + (34 - 22) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;color: #000;line-height: 52px;margin-top: 20px;text-align:center;}
			.con4 .name_b .en{width: 100%;font-family: "impact";font-size: calc(28px + (38 - 28) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #00a2e8;text-transform: uppercase;text-align: center;}
			.con4 .name_b .line{width: 3%;border-bottom: 3px solid #00c851;height: calc(10px + (20 - 10) * ((100vw - 1280px) / (2736 - 1280)));margin:auto;}



			.con4 .con_b{width: 83%;margin:auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
				.con4 .con_b .con_b_l{width: 43%;}
				.con4 .con_b .con_b_l .ks_b{width: 98%;position: relative;z-index: 100;}
				.con4 .con_b .con_b_l .ks_b .pic{width: 98%;}
				.con4 .con_b .con_b_l .ks_b .pic img{width: 100%;}
				.con4 .con_b .con_b_l .txt_b{width: 98%;background: rgba(0,0,0,.5);margin-top: -64px;height: 60px;position: relative;z-index: 200;}
				.con4 .con_b .con_b_l .txt_b a{width: 100%;display: block;color: #fff;text-align:center;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 600;line-height: 60px;transition: color 0.4s;}
				.con4 .con_b .con_b_l .txt_b:hover a{width: 100%;display: block;color: #00a2e8;text-align:center;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (2736 - 1280)));;font-weight: 600;line-height: 60px;transition: color 0.4s;}


				.con4 .con_b .con_b_r{width: 55%;display: flex;flex-direction: column;justify-content: flex-start;}
				.con4 .con_b .con_b_r .name{width: 100%;background: rgba(241,241,241,1);height: calc(70px + (90 - 70) * ((100vw - 1280px) / (2736 - 1280)));display: flex;justify-content: space-between;}
				.con4 .con_b .con_b_r .name .name_b{width: 25%;background: rgba(241,241,241,1);font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #222;transition: all 0.4s;cursor: pointer;display: flex;align-content: center;justify-content: center;}
				.con4 .con_b .con_b_r .name .name_b:hover{width: 25%;background: rgba(255,107,0,1);font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #fff;transition: all 0.4s;cursor: pointer;display: flex;align-content: center;justify-content: center;}
				.con4 .con_b .con_b_r .name .active{width: 25%;background: rgba(255,107,0,1);font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 400;color: #fff;transition: all 0.4s;cursor: pointer;display: flex;align-content: center;justify-content: center;}



				.con4 .con_b .con_b_r .subname{width: 100%;background: rgba(251,251,251,1);height: auto;display: flex;flex-wrap: wrap;}
				.con4 .con_b .con_b_r .subname ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul li{width: 25%;display: flex;flex-wrap: wrap;margin-bottom: 10px;}
				.con4 .con_b .con_b_r .subname ul li a{width: 100%;display: block;color: #222;display: flex;justify-content: center;align-items: center;}
				.con4 .con_b .con_b_r .subname ul li .subname_b{width: 88%;height:  calc(66px + (90 - 66) * ((100vw - 1280px) / (2736 - 1280)));background: rgba(241,241,241,1);display: flex;align-content: center;justify-content: flex-start;align-items: center;flex-wrap: wrap;color: #222;font-size: 14px;padding-left: 20px;transition: all 0.4s;}
				.con4 .con_b .con_b_r .subname ul li:hover .subname_b{width: 88%;height: calc(66px + (90 - 66) * ((100vw - 1280px) / (2736 - 1280)));background: rgba(255,107,0,1);display: flex;align-content: center;justify-content: flex-start;align-items: center;flex-wrap: wrap;color: #fff;font-size: 14px;padding-left: 20px;transition: all 0.4s;}
				.con4 .con_b .con_b_r .subname ul li .subname_b i{font-size: 20px;color: #ff6b00;text-align: left;line-height:  calc(66px + (90 - 66) * ((100vw - 1280px) / (2736 - 1280)));margin-right: 10px;transition: all 0.4s;}
				.con4 .con_b .con_b_r .subname ul li:hover .subname_b i{font-size: 20px;color: #fff;text-align: left;line-height:  calc(66px + (90 - 66) * ((100vw - 1280px) / (2736 - 1280)));margin-right: 10px;transition: all 0.4s;}




				.con4 .con_b .con_b_r .subname ul:nth-child(2){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(2) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(2) li p{width: 96%;margin:10px auto 0;}



				.con4 .con_b .con_b_r .subname ul:nth-child(3){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(3) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(3) li p{width: 96%;margin:10px auto 0;}



				.con4 .con_b .con_b_r .subname ul:nth-child(4){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(4) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (2736 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(4) li p{width: 96%;margin:10px auto 0;}




		.con_btm{width: 100%;height: auto;background: #00a2e8;height: auto;text-align: center;font-weight: 600;color: #fff;padding:calc(20px + (50 - 20) * ((100vw - 1280px) / (2736 - 1280))) 0 20px;}
		.con_btm .line{width: 4%;border-bottom: 4px solid #00c851;height: calc(10px + (15 - 10) * ((100vw - 1280px) / (2736 - 1280)));margin:calc(10px + (20 - 10) * ((100vw - 1280px) / (2736 - 1280))) auto calc(15px + (30 - 15) * ((100vw - 1280px) / (2736 - 1280)));}
		.con_btm .tel{display:block;font-size: 22px;margin:auto;line-height: 36px;}
		.con_icp{width: 100%;height: auto;background: #0076ae;height: auto;text-align: center;font-size: 14px;font-weight: 600;color: #fff;padding: 20px 0;line-height: 26px;}
		.con_icp a{display:block;font-size: 14px;font-weight: 600;color: #fff;}



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

					.con_tem .con_tem_b .title_b .btn_b{width: 100%;margin-top: 30px;display: flex;justify-content: flex-start;flex-direction: column;}
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 600;padding: 6px 0;border-radius: 40px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 49.1%;background: #00a722;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background:#ff6b00;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) / (2736 - 1280)));width: 100%;display:block;}
						.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: #ff6b00;color:#fff;}
						


				.con_tem .con_tem_b .txt_b{width: 77%;padding-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (2736 - 1280)));padding-right: calc(12px + (20 - 12) * ((100vw - 1280px) / (2736 - 1280)));padding=bottom: calc(12px + (20 - 12) * ((100vw - 1280px) / (2736 - 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) / (2736 - 1280)));margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (2736 - 1280)));}
				
				
				.con_tem .con_tem_b .txt_b table tr td img{width:60%;border-radius:10px;}
				
				
                .con_tem .con_tem_b .txt_b h1{font-size:24px;font-weight:600;line-height:38px;text-align:left;}
				
				
				
				.con_tem .con_tem_b .txt_b img{margin:auto;display: block;}
				.con_tem .con_tem_b .txt_b p img{width:80%;margin:20px auto;display: block;border-radius:12px;}
				.con_tem .con_tem_b .txt_b .title_txt{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 1280px) / (2736 - 1280))); font-size: calc(32px + (38 - 32) * ((100vw - 1280px) / (2736 - 1280)));color: #222;font-weight: 800;text-align: left;margin:2rem auto;}


				.con_tem .con_tem_b .txt_b .title_txt2{width: 100%;line-height: calc(8px + (10 - 8) * ((100vw - 1280px) / (2736 - 1280))); font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (2736 - 1280)));color: #222;font-weight: 800;text-align: left;margin:2rem auto;}
				.con_tem .con_tem_b .txt_b .title_pic img{width:30%;margin:15px auto;border-radius:12px;box-shadow: 10px 10px 10px 3px rgba(0, 0, 0, .1);}




				.con_tem .con_tem_b .txt_b .list_b{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (2736 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (2736 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b ul li{width: 25%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;margin: 1rem auto;padding:1rem 0;transition: all 0.4s;cursor: pointer;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);border-radius:12px;}
				.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);border-radius:12px;}
				.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;border-radius:12px;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .pic img{width: 90%;margin: 1rem auto;opacity: 0.6;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 1280)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (2736 - 1280)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (2736 - 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 .zj_top{width: 100%; background-image: url("../images/zj_bj.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 677px; padding-top: 60px;}
		.con_tem .con_tem_b .txt_b .main2 {width: 90%;margin: 0px auto;display:flex;}
		.con_tem .con_tem_b .txt_b .left {float: left;}
		.con_tem .con_tem_b .txt_b .right {float: right;}
		.con_tem .con_tem_b .txt_b .zj_k .zj_d2{width: 60%;margin-top: -170px;}
		.con_tem .con_tem_b .txt_b .sy_bt1 .bt {line-height: 30px;color: #21c9bc;font-weight: bold;}
		.con_tem .con_tem_b .txt_b  .ab_nr {font-size: 16px;line-height: 30px;margin-top: 30px;}
		.md40 {margin-bottom: 40px;}
		.con_tem .con_tem_b .txt_b .ny{width: 100%;padding: 40px 0 70px 0px;/*min-height: 300px;*/}
		.con_tem .con_tem_b .txt_b .ny_zj{padding-top: 30px;}
		.con_tem .con_tem_b .txt_b .zj_top .imgk{width: 40%;overflow: hidden;}
		.con_tem .con_tem_b .txt_b .zj_top .imgk img{width: 80%;float: left;border-radius:20px;}

		.con_tem .con_tem_b .txt_b .zj_top .txtk{width: 65%; color: #119aa9; font-size: 18px; line-height: 30px; margin-top: 10px;}
		.con_tem .con_tem_b .txt_b .zj_top .bt{width: 100%; font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280))); line-height: 40px; margin-bottom: 20px;}
		.con_tem .con_tem_b .txt_b .zj_top .bt b{font-size: 45px; margin-right: 40px;}
		.con_tem .con_tem_b .txt_b .zj_top .p_1{border-bottom: solid 1px #fff; padding-bottom: 20px; margin-bottom: 20px;}
		.con_tem .con_tem_b .txt_b .ny_zj{padding-top: 30px;}
		.con_tem .con_tem_b .txt_b .zj_k .zj_d1{width: 40%; margin-top: 50px;}
		.con_tem .con_tem_b .txt_b .zj_k .zj_d2{width: 60%; margin-top: -480px;display: flex;flex-direction: column;}
		.con_tem .con_tem_b .txt_b .zj_yjfx{box-shadow: 0 2px 8px rgba(0, 0, 0, .15); padding: 25px 30px;}
		.con_tem .con_tem_b .txt_b .zj_kk1{border: solid 1px #da4747; float: left; width: 100%;}
		.con_tem .con_tem_b .txt_b .zj_kk1 h3{display: block; width: 100%; text-align: center; line-height: 60px; background-color: #da4747; color: #fff;}
		.con_tem .con_tem_b .txt_b .zj_kk1 .txtk{padding: 40px; text-align: center;}








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



@media (max-width: 1920px) and (min-width: 1280px){
	
	.container{width: 100%;height: auto;}
		.top_con{width: 100%;height: auto;background:  rgba(255,255,255,1);display: flex;flex-wrap: wrap;position: fixed;top:0;z-index: 100;}
		.top_con.active{background: rgba(255,255,255,1);position: fixed;z-index: 200000;box-shadow: 0px 0px 16px 11px rgba(0,0,0,.09);}
		.cur{}

			.top_con .top_line{width: 100%;height: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));background: #00a722;color: #fff;font-size: 16px;line-height: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));display: none;flex-wrap: wrap;justify-content: space-between;}
			.top_con .top_line .welcome{width: 29%;height: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;padding-left: 1%;}
			.top_con .top_line .tel{width: 29%;height: calc(30px + (40 - 30) * ((100vw - 1280px) / (1920 - 1280)));text-align: right;padding-right: 1%;}

			.top_con .top_b{width: 100%;height: calc(92px + (112 - 92) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight:600;display: flex;flex-wrap: wrap;margin:auto;}
				/*---logo---*/
				.top_con .top_b .top_logo{width: 18%;height: calc(80px + (112 - 80) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo a{padding-left: 2%;}
				.top_con .top_b .top_logo img{width: calc(250px + (300 - 250) * ((100vw - 1280px) / (1920 - 1280)));display: block;overflow: hidden;}
				


				/*---nav---*//* 原有样式保持不变 */
				.top_con .top_b .top_nav {width: 62%;height: calc(80px + (112 - 80) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: flex-end;margin-right: 0.5%;}
				.top_con .top_b .top_nav ul {width: 90%;line-height: calc(80px + (112 - 80) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: flex-end;}
				.top_con .top_b .top_nav ul a {color: #000;line-height: calc(80px + (112 - 80) * ((100vw - 1280px) / (1920 - 1280)));transition: color .4s;cursor: pointer;}
				.top_con .top_b .top_nav ul a:hover {color: #0d8a3a;}
				.top_con .top_b .top_nav ul li {height: 77px;text-align: center;padding: 0 calc(4px + (18 - 4) * ((100vw - 1280px) / (1920 - 1280)));transition: border-bottom .4s;border-bottom: 2px solid rgba(13,138,58,0);position: relative; /* 新增 */}
				.top_con .top_b .top_nav ul li:hover {border-bottom: 2px solid #0d8a3a;}
				.top_con .top_b .top_nav ul li i {color: #000;}
				/* 新增的二级菜单样式 - 单独添加这部分 */
				.top_nav ul li.has-submenu {position: relative;}
				.top_nav ul li.has-submenu > .submenu {position: absolute;top: 85%;left:3px;width: auto;background: #fff;box-shadow: 0 4px 12px rgba(0,0,0,0.1);border-radius: 4px;opacity: 0;visibility: hidden;transition: all 0.3s ease;z-index: 999;padding: 10px 0;transform: translateY(10px);display: flex;flex-direction: column;}
				.top_nav ul li.has-submenu:hover > .submenu {opacity: 1;visibility: visible;transform: translateY(0);display: flex;flex-direction: column;}
				.top_nav ul li.has-submenu .submenu li {height: auto;line-height: 40px;padding: 0 15px;text-align: left;border-bottom: none;display: block;}
				.top_nav ul li.has-submenu .submenu li a {color: #333;line-height: 40px;display: block;white-space: nowrap;}
				.top_nav ul li.has-submenu .submenu li:hover {background-color: #f5f5f5;}
				.top_nav ul li.has-submenu .submenu li:hover a {color: #0d8a3a;}

				/*---search---*/




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




		.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: calc(92px + (112 - 92) * ((100vw - 1280px) / (1920 - 1280))) 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);}

		/*---0---*/
		.con0{width: 100%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));background: linear-gradient(90deg, #30d4f2 50%, #6686ff 50%);overflow: hidden;margin: -4px auto 0;border-bottom: 8px solid #fff;z-index:10000;position: sticky;top: calc(83px + (100 - 83) * ((100vw - 1280px) / (1920 - 1280)));box-sizing: border-box;}
		.con0 .con_b{width: 83%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));overflow: hidden;margin: auto;}
		.con0 .con_b ul{width: 100%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));margin: auto;display: flex;flex-wrap: wrap;justify-content: center;}
		.con0 .con_b ul li{width: 16.66%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));}
		.con0 .con_b ul li .list_b{width: 100%;height: calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));display: flex;flex-wrap: wrap;justify-content: space-between;}
		.con0 .con_b ul li .blue{background: rgba(48,212,242,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .purple{background: rgba(102,134,255,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .loutas{background: rgba(152,120,255,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .bgreen{background: rgba(19,199,208,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .green{background: rgba(152,208,19,1);transition: all 0.4s;cursor: pointer;}
		.con0 .con_b ul li .bpurple{background: rgba(102,134,255,1);transition: all 0.4s;cursor: pointer;}

		.con0 .con_b ul li .blue:hover{background: rgba(48,199,242,1);transition: all 0.4s;}
		.con0 .con_b ul li .purple:hover{background: rgba(102,174,255,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .loutas:hover{background: rgba(196,120,255,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .bgreen:hover{background: rgba(19,166,208,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .green:hover{background: rgba(126,223,31,1);transition: all 0.4s;opacity: 0.85;}
		.con0 .con_b ul li .bpurple:hover{background: rgba(116,102,255,1);transition: all 0.4s;opacity: 0.85;}

		.con0 .con_b ul li .list_b .icon{width:26%;height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));line-height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));padding-left: 12%;}
		.con0 .con_b ul li .list_b .icon i{width:100%;font-size:  calc(35px + (46 - 35) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));line-height:  calc(100px + (115 - 100) * ((100vw - 1280px) / (1920 - 1280)));}
		.con0 .con_b ul li .list_b .txt{width:60%;display: flex;flex-wrap: wrap;align-content: center;right: 2%;}
		.con0 .con_b ul li .list_b .name{width:100%;font-size: calc(18px + (25 - 18) * ((100vw - 1280px) / (1920 - 1280)));color: #fff;font-weight: 600;text-align: center;line-height: 46px;}
		.con0 .con_b ul li .list_b .subname{width:100%;font-size: 14px;color: #fff;font-weight: 100;text-align: center;line-height: 24px;text-transform: uppercase;}






		/*---1---*/
		.con1{width: 100%;height: auto;margin:0 auto 0;background: #f5f5f5;padding: 50px 0 calc(100px + (120 - 100) * ((100vw - 1280px) / (1920 - 1280)));}
			.con1 .con1_con{width: 83%;height:auto;margin: calc(10px + (15 - 10) * ((100vw - 1280px) / (1920 - 1280))) auto 10px;display: flex;justify-content: space-between;background: #fff;}
			
				.con1 .con1_con .con_l{width: 80%;height:auto;display: flex;justify-content: space-between;padding:30px 0;}
					.con1 .con1_con .con_l .about_txt{width: 50%;height:auto;display: flex;flex-direction: column;align-items: center;justify-content: space-around;}

						.con1 .con1_con .con_l .about_txt .name{width: 90%;height:auto;color: #222;font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: left;border-left: calc(5px + (8 - 5) * ((100vw - 1280px) / (1920 - 1280))) solid #00c851;padding-left: calc(7px + (14 - 7) * ((100vw - 1280px) / (1920 - 1280)));}

						.con1 .con1_con .con_l .about_txt .txt{width: 90%;height:auto;color: #636363;font-size: calc(15px + (18 - 15) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 100;line-height: calc(24px + (32 - 24) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;margin-top: 30px;}
						
						.con1 .con1_con .con_l .about_txt .btn_b{width: calc(100px + (150 - 100) * ((100vw - 1280px) / (1920 - 1280)));height:auto;color: #fff;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 100;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));text-align: center;border-radius: 8px;margin: calc(15px + (30 - 15) * ((100vw - 1280px) / (1920 - 1280))) 0 0 calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));cursor: pointer;background: #00a2e8;align-self: flex-start;}
						.con1 .con1_con .con_l .about_txt .btn_b:hover{width: calc(100px + (150 - 100) * ((100vw - 1280px) / (1920 - 1280)));height:auto;color: #fff;font-size: calc(12px + (15 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 100;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));text-align: center;border-radius: 8px;margin: calc(15px + (30 - 15) * ((100vw - 1280px) / (1920 - 1280))) 0 0 calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;background: #ff6b00;align-self: flex-start;}


						.con1 .con1_con .con_l .about_txt .btn_b a{width:100%;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));}
						.con1 .con1_con .con_l .about_txt .btn_b:hover a{color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
						.con1 .con1_con .con_l .about_txt .btn_b i{color: #009920;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
						.con1 .con1_con .con_l .about_txt .btn_b:hover i{color: #7fc143;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;line-height: calc(34px + (40 - 34) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;margin-left: 4px;}

					.con1 .con1_con .con_l .about_pic{width: 50%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-items: center;align-content: center;}
					.con1 .con1_con .con_l .about_pic img{display: block;width: 96%;}


				.con1 .con1_con .con_r{width: 20%;height:auto;background: #ff6b00;display: flex;flex-direction: column;justify-content: space-between;}

				.con1 .con1_con .con_r .name{width: 100%;border-bottom: 1px solid rgba(255,255,255,.3);display: flex;flex-wrap: wrap;justify-content: flex-end;padding:15px 0;}
				.con1 .con1_con .con_r .name .txt{width: 88%;height:auto;color: #fff;font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;text-align: left;border-left:  calc(4px + (6 - 4) * ((100vw - 1280px) / (1920 - 1280))) solid #fff;padding-left: calc(7px + (14 - 7) * ((100vw - 1280px) / (1920 - 1280)));}

				.con1 .con1_con .con_r .tel{width: 90%;height:auto;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 500;text-align: left;display: flex;flex-wrap: wrap; justify-content: space-between;padding: 0 0 0 15px;}
				.con1 .con1_con .con_r .tel .icon{width: 16%;}
				.con1 .con1_con .con_r .tel .icon i{font-size: calc(25px + (30 - 25) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;}
				.con1 .con1_con .con_r .tel .txt{width: 84%;}

				.con1 .con1_con .con_r .address{width: 90%;height:auto;color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 500;text-align: left;display: flex;flex-wrap: wrap; justify-content: space-between;padding: 0 0 0 15px;}
				.con1 .con1_con .con_r .address .icon{width: 16%;}
				.con1 .con1_con .con_r .address .icon i{font-size: calc(25px + (30 - 25) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;}
				.con1 .con1_con .con_r .address .txt{width: 84%;}

				.con1 .con1_con .con_r .qr_code{width: 100%;border-top: 1px solid rgba(255,255,255,.3);display: flex;flex-wrap: wrap;justify-content: space-around;padding:15px 0 5px;}
				.con1 .con1_con .con_r .qr_code .pic{width: 50%;display: flex;flex-wrap: wrap;justify-content: center;color: #fff;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));}
				.con1 .con1_con .con_r .qr_code .pic img{width: calc(75px + (100 - 75) * ((100vw - 1280px) / (1920 - 1280)));display: block;}
				.con1 .con1_con .con_r .qr_code .pic span{line-height: 34px;}


			




 


		/*---2---*/
		.con2{width: 100%;height:auto;background:#f5f9fa;}
			.con2 .con_b{width: 83%;margin:auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .con_b .name_b{width: 12.5%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 0;}
			.con2 .con_b .name_b .big_en{width: 100%;font-family: "impact";font-size: calc(34px + (44 - 34) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #00c851;text-transform: uppercase;}
			.con2 .con_b .name_b .small_en{width: 100%;font-family: "impact";font-size: calc(24px + (30 - 24) * ((100vw - 1280px) / (1920 - 1280)));line-height:30px;font-weight: 400;color: #00a2e8;text-transform: uppercase;}
			.con2 .con_b .name_b .line{width: 30%;border-bottom: 3px solid #00a2e8;height: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .con_b .name_b .ch{width: 100%;font-size: calc(22px + (34 - 22) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color: #000;line-height: 52px;margin-top: 20px;}
			.con2 .con_b .name_b .btn_b{width: 100%;margin-top: calc(40px + (70 - 40) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .con_b .name_b .btn_b .btn{width: 80%;line-height: calc(32px + (40 - 32) * ((100vw - 1280px) / (1920 - 1280)));border-radius: 6px;background: #ff6b00;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;transition: all 0.4s;cursor: pointer;}
			.con2 .con_b .name_b .btn_b .btn:hover{background: #ff9244;}
			.con2 .con_b .name_b .btn_b .btn a{width: 100%;color: #fff;display: block;}


			.con2 .con_b .pic_news{width: 57%;display: flex;flex-wrap: wrap;justify-content: center;padding:20px 0;}
			.con2 .con_b .pic_news .pic_news_b{width: 98%;display: flex;flex-wrap: wrap;justify-content: center;align-content: flex-start;background: rgba(255,255,255,1);box-shadow: 0px 0px 14px 0px rgba(0,0,0,.1);padding-bottom: calc(6px + (8 - 6) * ((100vw - 1280px) / (1920 - 1280)));}
			.con2 .con_b .pic_news .pic_news_b .day{width: 98%;padding-left: 2%;font-family: "impact";font-size: calc(32px + (44 - 32) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #00a2e8;padding-top: calc(6px + (15 - 6) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;}
			.con2 .con_b .pic_news .pic_news_b .ym{width: 98%;padding-left: 2%;font-size: 12px;font-weight: 400;color: #00a2e8;text-align: left;}
			.con2 .con_b .pic_news .pic_news_b .title{width: 98%;font-size: 16px;font-weight: 400;color: #000;line-height: 46px;text-align: left;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b .pic_news .pic_news_b .title a{width: 98%;font-size: calc(12px + (16 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #000;line-height: calc(32px + (46 - 32) * ((100vw - 1280px) / (1920 - 1280)));text-align: left;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b .pic_news .pic_news_b:hover .title a{width: 98%;font-size: 16px;font-weight: 400;color: #00a2e8;line-height: 46px;text-align: left;}

			.con2 .con_b .pic_news .pic_news_b .pic{width: 98%;}
			.con2 .con_b .pic_news .pic_news_b .pic a{width: 100%;display: block;}
			.con2 .con_b .pic_news .pic_news_b .pic img{width: 100%;display: block;}



			.con2 .con_b .news_list{width: 30.5%;display: flex;flex-wrap: wrap;justify-content: flex-end;align-content: flex-start;}

			.con2 .con_b  .news_list .name{width: 90%;font-size: calc(20px + (32 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #00a2e8;text-transform: uppercase;padding-top: 20px;}
			.con2 .con_b  .news_list .name span{font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #666;text-transform: capitalize;padding-left: 5px;}

			.con2 .con_b  .news_list .list{width: 90%;display: flex;flex-wrap: wrap;justify-content: flex-end;}
			.con2 .con_b  .news_list .list ul{width: 100%;display: flex;flex-direction: column;padding-top: 26px;}
			.con2 .con_b  .news_list .list ul li{width: 100%;display: flex;flex-direction: column;}
			.con2 .con_b  .news_list .list ul li .txt{width: 100%;}
			.con2 .con_b  .news_list .list ul li .txt a{width: 100%;line-height: calc(30px + (45 - 30) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));color: #00a2e8;text-align: left;font-weight: 400;transition: color 0.4s;display: block;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b  .news_list .list ul li:hover .txt a{width: 100%;line-height: 45px;font-size: 18px;color: #000;text-align: left;font-weight: 400;transition: color 0.4s;display: block;transition: color 0.4s;cursor: pointer;}
			.con2 .con_b  .news_list .list ul li .date{width: 100%;line-height: 14px;font-size: 12px;color: #000;text-align: left;font-weight: 400;padding-left: 10px;}


		/*---3---*/
		.con3{width: 100%;height:auto;background:#fff;padding:0 0 30px 0;border-bottom: 1px solid rgba(0,162,232,0.2);}
			.con3 .name_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 20px;border-bottom: 1px solid rgba(0,162,232,0.2);}
			.con3 .name_b .ch{width: 100%;font-size: calc(22px + (34 - 22) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color: #000;line-height: 52px;margin-top: 20px;text-align:center;}
			.con3 .name_b .en{width: 100%;font-family: "impact";font-size: calc(28px + (38 - 28) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #00a2e8;text-transform: uppercase;text-align: center;}
			.con3 .name_b .line{width: 3%;border-bottom: 3px solid #00c851;height: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));margin:auto;}



			.con3 .con_b{width: 83%;margin:auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
				.con3 .con_b .list_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 0;}
				.con3 .con_b .list_b .uul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
				.con3 .con_b .list_b .uul .lll{width: 14%;display: flex;flex-wrap: wrap;justify-content: center;}
				.con3 .con_b .list_b .uul .lll .pic_b{width: 94%;max-width: 200px; /* 最大宽度，防止容器过大 */display: flex;flex-wrap: wrap;justify-content: center;border-radius: 8px;position: relative;z-index: 100;}
				
				.con3 .con_b .list_b .uul .lll .pic_b img{width: 100%;height: auto;display: block;border-radius: 8px;object-fit: cover; /* 保持比例裁剪图片（可选，防止拉伸） */}

				.con3 .con_b .list_b .uul .lll .txt_b{width: 86%;height: 25%;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;border-radius: 8px;z-index: 200;margin-top: calc(-1 * (60px + 25 * ((100vw - 1280px) / 640)));background: rgba(58,125,255,.9);}
				.con3 .con_b .list_b .uul .lll .txt_b a{width: 100%;display: block;}
				.con3 .con_b .list_b .uul .lll .txt_b .title{width: 100%;text-align:center;color: #fff;font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (38 - 20) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;transition: color 0.4s;}
				.con3 .con_b .list_b .uul .lll .txt_b:hover .title{width: 100%;text-align:center;color: #000;font-size: 16px;font-weight: 600;transition: color 0.4s;}
				.con3 .con_b .list_b .uul .lll .txt_b .summary{width: 84%;text-align:center;color: #fff;font-size: 12px;font-weight: 100;transition: color 0.4s;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin:auto;}


				.con3 .con_b .btn_b{width: 83%;margin-top: calc(40px + (70 - 40) * ((100vw - 1280px) / (1920 - 1280)));margin: calc(35px + (50 - 35) * ((100vw - 1280px) / (1920 - 1280))) auto  calc(8px + (20 - 8) * ((100vw - 1280px) / (1920 - 1280)));}
				.con3 .con_b .btn_b .btn{width: 10%;line-height: calc(32px + (40 - 32) * ((100vw - 1280px) / (1920 - 1280)));border-radius: 6px;background: #ff6b00;color: #fff;font-size: calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;text-align: center;transition: all 0.4s;cursor: pointer;margin: auto;}
				.con3 .con_b .btn_b .btn:hover{background: #ff9244;}
				.con3 .con_b .btn_b .btn a{width: 100%;color: #fff;display: block;}

			.con3 .con_b_m{display: none;}



		/*---4---*/
		.con4{width: 100%;height:auto;background:#fff;padding:40px 0 30px 0;}
			.con4 .name_b{width: 100%;display: flex;flex-wrap: wrap;justify-content: flex-start;align-content: flex-start;padding:10px 0 20px;}
			.con4 .name_b .ch{width: 100%;font-size: calc(22px + (34 - 22) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;color: #000;line-height: 52px;margin-top: 20px;text-align:center;}
			.con4 .name_b .en{width: 100%;font-family: "impact";font-size: calc(28px + (38 - 28) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #00a2e8;text-transform: uppercase;text-align: center;}
			.con4 .name_b .line{width: 3%;border-bottom: 3px solid #00c851;height: calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280)));margin:auto;}



			.con4 .con_b{width: 83%;margin:auto;display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 30px;}
				.con4 .con_b .con_b_l{width: 43%;}
				.con4 .con_b .con_b_l .ks_b{width: 98%;position: relative;z-index: 100;}
				.con4 .con_b .con_b_l .ks_b .pic{width: 98%;}
				.con4 .con_b .con_b_l .ks_b .pic img{width: 100%;}
				.con4 .con_b .con_b_l .txt_b{width: 98%;background: rgba(0,0,0,.5);margin-top: -64px;height: 60px;position: relative;z-index: 200;}
				.con4 .con_b .con_b_l .txt_b a{width: 100%;display: block;color: #fff;text-align:center;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 600;line-height: 60px;transition: color 0.4s;}
				.con4 .con_b .con_b_l .txt_b:hover a{width: 100%;display: block;color: #00a2e8;text-align:center;font-size: calc(16px + (22 - 16) * ((100vw - 1280px) / (1920 - 1280)));;font-weight: 600;line-height: 60px;transition: color 0.4s;}


				.con4 .con_b .con_b_r{width: 55%;display: flex;flex-direction: column;justify-content: flex-start;}
				.con4 .con_b .con_b_r .name{width: 100%;background: rgba(241,241,241,1);height: calc(70px + (90 - 70) * ((100vw - 1280px) / (1920 - 1280)));display: flex;justify-content: space-between;}
				.con4 .con_b .con_b_r .name .name_b{width: 25%;background: rgba(241,241,241,1);font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #222;transition: all 0.4s;cursor: pointer;display: flex;align-content: center;justify-content: center;text-align:center;}
				.con4 .con_b .con_b_r .name .name_b:hover{width: 25%;background: rgba(255,107,0,1);font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #fff;transition: all 0.4s;cursor: pointer;display: flex;align-content: center;justify-content: center;text-align:center;}
				.con4 .con_b .con_b_r .name .active{width: 25%;background: rgba(255,107,0,1);font-size: calc(13px + (16 - 13) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 400;color: #fff;transition: all 0.4s;cursor: pointer;display: flex;align-content: center;justify-content: center;text-align:center;}



				.con4 .con_b .con_b_r .subname{width: 100%;background: rgba(251,251,251,1);height: auto;display: flex;flex-wrap: wrap;}
				.con4 .con_b .con_b_r .subname ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul li{width: 25%;display: flex;flex-wrap: wrap;margin-bottom: 10px;}
				.con4 .con_b .con_b_r .subname ul li a{width: 100%;display: block;color: #222;display: flex;justify-content: center;align-items: center;}
				.con4 .con_b .con_b_r .subname ul li .subname_b{width: 88%;height:  calc(66px + (90 - 66) * ((100vw - 1280px) / (1920 - 1280)));background: rgba(241,241,241,1);display: flex;align-content: center;justify-content: flex-start;align-items: center;flex-wrap: wrap;color: #222;font-size: 14px;padding-left: 20px;transition: all 0.4s;}
				.con4 .con_b .con_b_r .subname ul li:hover .subname_b{width: 88%;height: calc(66px + (90 - 66) * ((100vw - 1280px) / (1920 - 1280)));background: rgba(255,107,0,1);display: flex;align-content: center;justify-content: flex-start;align-items: center;flex-wrap: wrap;color: #fff;font-size: 14px;padding-left: 20px;transition: all 0.4s;}
				.con4 .con_b .con_b_r .subname ul li .subname_b i{font-size: 20px;color: #ff6b00;text-align: left;line-height:  calc(66px + (90 - 66) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 10px;transition: all 0.4s;}
				.con4 .con_b .con_b_r .subname ul li:hover .subname_b i{font-size: 20px;color: #fff;text-align: left;line-height:  calc(66px + (90 - 66) * ((100vw - 1280px) / (1920 - 1280)));margin-right: 10px;transition: all 0.4s;}




				/*.con4 .con_b .con_b_r .subname ul:nth-child(2){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(2) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(2) li p{width: 96%;margin:10px auto 0;}*/



				.con4 .con_b .con_b_r .subname ul:nth-child(3){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(3) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(3) li p{width: 96%;margin:10px auto 0;}



				.con4 .con_b .con_b_r .subname ul:nth-child(4){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(4) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(4) li p{width: 96%;margin:10px auto 0;}
				
				.con4 .con_b .con_b_r .subname ul:nth-child(5){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(5) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(5) li p{width: 96%;margin:10px auto 0;}
				
				.con4 .con_b .con_b_r .subname ul:nth-child(6){width: 100%;height: auto;display: flex;flex-wrap: wrap;margin-top: 10px;}
				.con4 .con_b .con_b_r .subname ul:nth-child(6) li{width: 100%;font-size:  calc(12px + (14 - 12) * ((100vw - 1280px) / (1920 - 1280)));line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));color:#222;}
				.con4 .con_b .con_b_r .subname ul:nth-child(6) li p{width: 96%;margin:10px auto 0;}




		.con_btm{width: 100%;height: auto;background: #00a2e8;height: auto;text-align: center;font-weight: 600;color: #fff;padding:calc(20px + (50 - 20) * ((100vw - 1280px) / (1920 - 1280))) 0 20px;}
		.con_btm .line{width: 4%;border-bottom: 4px solid #00c851;height: calc(10px + (15 - 10) * ((100vw - 1280px) / (1920 - 1280)));margin:calc(10px + (20 - 10) * ((100vw - 1280px) / (1920 - 1280))) auto calc(15px + (30 - 15) * ((100vw - 1280px) / (1920 - 1280)));}
		.con_btm .tel{display:block;font-size: 22px;margin:auto;line-height: 36px;}
		.con_icp{width: 100%;height: auto;background: #0076ae;height: auto;text-align: center;font-size: 14px;font-weight: 600;color: #fff;padding: 20px 0;line-height: 26px;}
		.con_icp a{display:block;font-size: 14px;font-weight: 600;color: #fff;}



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

					.con_tem .con_tem_b .title_b .btn_b{width: 90%;margin-top: 30px;display: flex;justify-content: center;flex-direction: column;align-items: center;background:#fff;padding:25px 0;}
						
						
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 400;padding: 8px 0;border-radius:0px;text-align: center;margin-top: 0px;transition: all .4s;cursor: pointer;width: 80%;background: rgba(255,255,255,.5);border-top: 1px solid #eee;border-left: 1px solid #eee;border-right: 1px solid #eee;}
						
						.con_tem .con_tem_b .title_b .btn_b .btn:last-child{color:#fff;font-weight: 400;padding: 8px 0;border-radius:0px;text-align: center;margin-top: 0px;transition: all .4s;cursor: pointer;width: 80%;background: rgba(255,255,255,.5);border-top: 1px solid #eee;border-left: 1px solid #eee;border-right: 1px solid #eee;border-bottom: 1px solid #eee;}
						
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: rgba(143,238,255,1);color:#222;}
						.con_tem .con_tem_b .title_b .btn_b .btn a{color:#222;font-weight: 400;transition: all .4s;font-size: calc(13px + (15 - 13) * ((100vw - 1280px) / (1920 - 1280)));width: 100%;display:block;text-align: left;padding-left: 20%;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover a{color:#222;}

						.con_tem .con_tem_b .title_b .btn_b .btn.now{background: rgba(143,238,255,1);color:#222;border-top: 1px solid #eee;border-left: 1px solid #eee;border-right: 1px solid #eee;}
						


				.con_tem .con_tem_b .txt_b{width: 77%;padding-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding-right: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding=bottom: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));height: auto;border-left: 1px solid #e9e9e9;box-sizing: border-box;font-weight: 400;line-height:  calc(38px + (52 - 38) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				
				.con_tem .con_tem_b .txt_b .title_top{font-size: 34px;font-weight: 900;width: 100%;height: 68px;color: #000000;margin-bottom: 60px;border-bottom: 1px solid #dfdfdf;}
				
				
				.con_tem .con_tem_b .txt_b table tr td img{width:60%;border-radius:10px;}
				
				
                .con_tem .con_tem_b .txt_b h1{font-size:24px;font-weight:600;line-height:38px;text-align:left;}
				
				
				
				.con_tem .con_tem_b .txt_b img{margin:auto;display: block;}
				.con_tem .con_tem_b .txt_b p img{/*width:80%;*/margin:20px auto;display: block;border-radius:12px;}
				
				
				.con_tem .con_tem_b .txt_b_about{width: 77%;padding-left: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding-right: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));padding=bottom: calc(12px + (20 - 12) * ((100vw - 1280px) / (1920 - 1280)));height: auto;border-left: 1px solid #e9e9e9;box-sizing: border-box;font-weight: 400;line-height:  calc(38px + (52 - 38) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(16px + (18 - 16) * ((100vw - 1280px) / (1920 - 1280)));margin-bottom: calc(50px + (100 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b_about .title_top{font-size: 34px;font-weight: 900;width: 100%;height: 68px;color: #000000;margin-bottom: 60px;border-bottom: 1px solid #dfdfdf;}
				.con_tem .con_tem_b .txt_b_about h1{width: 77%;font-weight: 600;line-height:  calc(38px + (52 - 38) * ((100vw - 1280px) / (1920 - 1280)));font-size: calc(20px + (28 - 20) * ((100vw - 1280px) / (1920 - 1280)));text-align:center;margin:0 auto 10px;}
				.con_tem .con_tem_b .txt_b_about p{margin-top:10px;display: block;border-radius:12px;}
				.con_tem .con_tem_b .txt_b_about p img{margin:20px auto;display: block;border-radius:12px;}
				
				.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 .title_txt2{width: 100%;line-height: calc(8px + (10 - 8) * ((100vw - 1280px) / (1920 - 1280))); font-size: calc(16px + (20 - 16) * ((100vw - 1280px) / (1920 - 1280)));color: #222;font-weight: 800;text-align: left;margin:2rem auto;}
				.con_tem .con_tem_b .txt_b .title_pic img{width:16%;margin:15px auto;border-radius:10px;/*box-shadow: 10px 10px 10px 3px rgba(0, 0, 0, .1);*/}



                .con_tem .con_tem_b .txt_b_about .ldbz{width:80%;margin:20px auto;display: flex;flex-wrap:wrap;justify-content:center;}
                .con_tem .con_tem_b .txt_b_about .ldbz_pic{width:33%;display: flex;flex-direction: column;align-items: center;text-align: center;}
                .con_tem .con_tem_b .txt_b_about .ldbz_pic strong{line-height:1px;}
                .con_tem .con_tem_b .txt_b_about .ldbz_pic br{line-height:1px;}
                .con_tem .con_tem_b .txt_b_about .ldbz_pic img{width:65%;display: block;border-radius:12px;margin-bottom:16px;}






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

				.con_tem .con_tem_b .txt_b .list_b_line{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 1280px) / (1920 - 1280)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b_line ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b_line ul li{width: 100%;height: auto;display: flex;flex-wrap: wrap;padding: 15px 0;border-bottom: 1px dashed #ccc;}
				.con_tem .con_tem_b .txt_b .list_b_line ul li a{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: flex-start;}
				.con_tem .con_tem_b .txt_b .list_b_line ul li .title{width:80%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b_line ul li .title i{color: #00a2e8;}
				.con_tem .con_tem_b .txt_b .list_b_line ul li:hover .title{width: 80%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 1280px) / (1920 - 1280)));font-weight: 800;color: #00a2e8;line-height: calc(20px + (30 - 20) * ((100vw - 1280px) / (1920 - 1280)));}
				.con_tem .con_tem_b .txt_b .list_b_line ul li .date{width:20%;text-align: right;font-size: 15px;font-weight: 400;color: #00a722;line-height: 16px;margin-top: 1rem;transition: all 0.4s;}



		.con_tem .con_tem_b .txt_b .zj_top{width: 100%; background-image: url("../images/zj_bj.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center center; height: 677px; padding-top: 60px;}
		.con_tem .con_tem_b .txt_b .main2 {width: 90%;margin: 0px auto;display:flex;}
		.con_tem .con_tem_b .txt_b .left {float: left;}
		.con_tem .con_tem_b .txt_b .right {float: right;}
		.con_tem .con_tem_b .txt_b .zj_k .zj_d2{width: 60%;margin-top: -170px;}
		.con_tem .con_tem_b .txt_b .sy_bt1 .bt {line-height: 30px;color: #21c9bc;font-weight: bold;}
		.con_tem .con_tem_b .txt_b  .ab_nr {font-size: calc(14px + (16 - 14) * ((100vw - 1280px) / (1920 - 1280)));line-height: 30px;margin-top: 30px;}
		.md40 {margin-bottom: 40px;}
		.con_tem .con_tem_b .txt_b .ny{width: 100%;padding: 0px;/*min-height: 300px;*/}
		.con_tem .con_tem_b .txt_b .ny_zj{padding-top: 30px;}
		.con_tem .con_tem_b .txt_b .zj_top .imgk{width: 40%;overflow: hidden;}
		.con_tem .con_tem_b .txt_b .zj_top .imgk img{width: 80%;float: left;border-radius:20px;}

		.con_tem .con_tem_b .txt_b .zj_top .txtk{width: 65%; color: #119aa9; font-size: 18px; line-height: 30px; margin-top: 10px;}
		.con_tem .con_tem_b .txt_b .zj_top .bt{width: 100%; font-size: calc(19px + (24 - 19) * ((100vw - 1280px) / (1920 - 1280))); line-height: 40px; margin-bottom: 20px;display:flex;}
		.con_tem .con_tem_b .txt_b .zj_top .bt b{font-size: 45px; margin-right: 40px;}
		
		
		.con_tem .con_tem_b .txt_b .zj_top .bt .bt_title{width: 30%;}
		.con_tem .con_tem_b .txt_b .zj_top .bt .bt_summary{width: 70%;}
		
		
		.con_tem .con_tem_b .txt_b .zj_top .p_1{border-bottom: solid 1px #fff; padding-bottom: 20px; margin-bottom: 20px;}
		.con_tem .con_tem_b .txt_b .ny_zj{padding-top: 0;}
		.con_tem .con_tem_b .txt_b .zj_k .zj_d1{width: 40%; margin-top: 50px;}
		.con_tem .con_tem_b .txt_b .zj_k .zj_d2{width: 60%; margin-top: -480px;display: flex;flex-direction: column;}
		.con_tem .con_tem_b .txt_b .zj_yjfx{box-shadow: 0 2px 8px rgba(0, 0, 0, .15); padding: 25px 30px;}
		.con_tem .con_tem_b .txt_b .zj_kk1{border: solid 1px #da4747; float: left; width: 100%;}
		.con_tem .con_tem_b .txt_b .zj_kk1 h3{display: block; width: 100%; text-align: center; line-height: 60px; background-color: #da4747; color: #fff;}
		.con_tem .con_tem_b .txt_b .zj_kk1 .txtk{padding: 40px; text-align: center;}



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



.text-secondary{width: 96%;display: flex;justify-content: space-between;margin: 2rem auto;}
.text-secondary a {color: #00a722;}
.lh-2 {line-height: 2;}
.text-secondary .prov{padding:5px 15px; color: #00a722;background-color: #fff;border: 1px solid #00a722;}
.text-secondary .next{padding:5px 15px; color: #00a722;background-color: #fff;border: 1px solid #00a722;}
/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin: 0 5px;
	line-height: 1.25;
	color: #fff;
	background-color: #00a2e8;
	border: 1px solid #00a2e8;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0d6fb3;
	border-color: #0d6fb3;
	margin: 0 5px;
}
.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: 0 5px;
    line-height: 1.25;
    color: #fff;
    background-color: #00a2e8;
    border: 1px solid #00a2e8;
}

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

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



table {
    border-spacing: 2px;
    border: 1px solid #222;
}

td {
    border-spacing:  2px;
    border: 1px solid #222;
}
