/* bootstrap 5 fix */
@media (prefers-reduced-motion: no-preference) {
	:root {scroll-behavior: auto;}
}
:root{
	--color1: #424242;
}
*{
	position: relative;
	box-sizing: border-box;
}
body{
	margin: 0;
	font-family: 'Noto Sans TC', sans-serif;
	color: #6c6c6c;
}
img{
	position: relative;
	display: block;
	max-width: 100%;
}
a{display: inline-block;}
a, a:hover, a:focus{text-decoration: none;}
a:focus{outline: none;}
section{
	position: relative;
	overflow: hidden;
}
.flex{
	display: flex;
	flex-wrap: wrap;
}
.flex-row{
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}
.flex-1{flex: 1;}
.center{
	margin-left: auto;
	margin-right: auto;
}
.t-left{text-align: left !important;}
.t-center{text-align: center !important;}
.t-right{text-align: right !important;}
.v-center{
	top: 50%;
	transform: translateY(-50%);
}
.flex-center{justify-content: center;}
.flex-v-center{align-items: center;}
.show-xl, .show-lg, .show-md, .show-sm, .hide{
	display: none;
}
.container, .container-fluid, .container-xxl{
	padding-left: 15px;
	padding-right: 15px;
}
.row-p15{
	margin-left: -15px;
	margin-right: -15px;
}
.row-p15 > *{
	padding-left: 15px;
	padding-right: 15px;
}
.p15{
	padding-left: 15px;
	padding-right: 15px;
}
.fh{height: 100%;}
.full-img{
	max-width: none;
	width: 100%;
}
.wow{visibility: hidden;}

/* header */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 9999;
}
.header_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.95;
}
.menu{
	height: 100%;
	padding-left: 210px;
	padding-right: 210px;
}
.menu_row{
	height: 100%;
	justify-content: center;
}
.menu_item{
	height: 100%;
	padding-top: 26px;
	padding-left: 25px;
	padding-right: 25px;
}
.menu_btn{
	display: block;
	font-size: 15px;
	color: #666;
	padding-bottom: 9px;
}
.menu_btn:hover, .menu_item.active .menu_btn, .menu_btn.active{
	color: #333;
}
.menu_btn:hover::after, .menu_item.active .menu_btn::after, .menu_btn.active::after{
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #0086d1;
}
.menu_child{
	position: absolute;
	top: 80px;
	left: 0;
	width: 170px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 4px 4px #00000044;
	display: none;
}
.menuc_btn{
	display: block;
	font-size: 15px;
	color: #424242;
	padding: 15px;
}
.menuc_btn:hover{
	background-color: #E5F0F8;
}
.menu_right{
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 20px;
	padding-right: 5px;
}
.menur_row{
	align-items: center;
}
.menur_item{
	padding-left: 15px;
	padding-right: 15px;
}
.menur_ibtn{
	display: block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: #ddd;
	overflow: hidden;
}
.menur_ibtn img{
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;
}
.menur_ibtn:hover{
	background-color: #0866ff;
}
.menur_ibtn:hover img{
	left: -1000px;
    filter: drop-shadow(1000px 0 #fff);
}
.menur_btn{
	display: block;
	width: 132px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	background: linear-gradient(140deg, #4D9EDB, #BFDF93);
}
.menur_btn:hover{
	background: linear-gradient(140deg, #BFDF93, #4D9EDB);
}
.header_logo{
	position: absolute;
	top: 21px;
	left: 20px;
	width: 183px;
}
.mobile_btn{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
}
.search_btn{
	position: absolute;
	top: 33px;
	right: 180px;
	width: 20px;
	height: 20px;
	background-color: #000000;
	mask-image: url(../img/icon_search.png);
	-webkit-mask-box-image: url(../img/icon_search.png);
	mask-size: cover;
	mask-repeat: no-repeat;
	cursor: pointer;
}
.search_btn:hover{
	background-color: #0086d1;
}
.search_bar{
	position: fixed;
	top: 80px;
	right: 0;
	width: 400px;
	padding: 10px;
	border-radius: 7px;
	background-color: rgba(255,255,255,0.95);
	z-index: 9999;
	display: none;
}
.search_input_div{
	flex: 1;
}
.search_submit_div{
	width: 70px;
}
.search_submit{
	display: block;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	background-color: #0f75bb;
}

/* footer */
footer{
	padding: 40px 80px;
	background-color: #0F405B;
	z-index: 3;
}
.footer_left{
	flex: 1;
}
.footer_logo{
	display: block;
	width: 130px;
}
.footer_menu{
	width: 1130px;
}
.fmenu_title{
	font-size: 15px;
	color: #fff;
}
.footer_menu hr{
	border-color: #fff;
	margin-top: 10px;
	margin-bottom: 16px;
}
.fmenu_btn{
	display: block;
	font-size: 15px;
	color: #fff;
	margin-bottom: 16px;
}
.fmenu_btn:hover{
	color: #ffc600;
}
.copyright{
	font-size: 13px;
	color: #B6C2C9;
	text-align: center;
	margin-top: 40px;
}

/* index */
main{
	min-height: calc(100vh - 120px);
}
.kv{
	height: 800px;
}
.kvs_item{
	display: none;
}
.kvs_item:first-child{
	display: block;
}
.kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.kv_bg img{
	width: 100%;
	max-width: none;
}
.kv_video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kv_in{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.kv_con{
	max-width: 1000px;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: auto;
	margin-right: auto;
}
.kv_title{
	font-size: 44px;
	color: #fff;
	font-weight: 700;
	line-height: 1.4em;
	text-shadow: 0 4px 4px #00000044;
}
.kvt_s1{
	color: #56FCFF;
}
.kvt_s2{
	color: #BFDF93;
}
.btn_more{
	display: block;
	width: 132px;
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	border-radius: 30px;
	background: linear-gradient(140deg, #4D9EDB, #BFDF93);
}
.btn_more:hover{
	background: linear-gradient(140deg, #BFDF93, #4D9EDB);
}
.kv_text{
	font-size: 26px;
}
.main_sec{
	padding-top: 60px;
	padding-bottom: 60px;
}
.index_sec1{
	padding-top: 80px;
	padding-bottom: 60px;
}
.bgblur_1{
	position: absolute;
	top: 0;
	left: 4%;
}
.env_div1{
	padding-bottom: 80px;
}
.sbg_line_1{
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 100%;
	height: 169px;
	background-image: url(../img/index/sbg_line_1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.env_div1_con{
	max-width: 720px;
	padding-left: 120px;
	margin-left: auto;
	margin-right: auto;
}
.bgtext_1{
	position: absolute;
	top: 0;
	left: -50px;
}
.main_title{
	display: inline-block;
	font-size: 40px;
	color: var(--color1);
	font-weight: 600;
	margin-bottom: 10px;
}
.main_title::before{
	position: absolute;
	content: "";
	bottom: 8px;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #7FBE26;
}
.main_text{
	font-size: 18px;
}
.env_box{
	height: 100%;
	text-align: center;
	padding: 30px;
	background: linear-gradient(#AFDCDD4D 50%, #AFDCDD00);
}
.envb_con{
	top: 50%;
	transform: translateY(-50%);
}
.envb_title{
	margin-bottom: 10px;
}
.envb_text{
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2em;
}
.envb_text2{
	font-size: 50px;
	color: var(--color1);
	font-weight: 600;
}
.env_arrow{
	display: inline-block;
	width: 28px;
	top: -4px;
	margin-right: 10px;
	animation-name: env_arrow;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
}
@keyframes env_arrow{
	0% {transform: translateY(0);}
	15% {transform: translateY(-5px);}
	35% {transform: translateY(5px);}
	50% {transform: translateY(0);}
	100% {transform: translateY(0);}
}
.isoc_row{
	margin-bottom: 60px;
}
.soc_div1_con{
	padding-top: 20px;
	padding-left: 50px;
}
.sec_img_bbg{
	position: absolute;
	top: 40px;
	left: 0;
	width: 30%;
	height: 250px;
	background-color: #F2F8E9;
}
.sec_img_bbg.right{
	left: auto;
	right: 0;
}
.sec_img_box{
	width: 500px;
	border-radius: 30px 300px 300px 30px;
	overflow: hidden;
	box-shadow: -20px -20px 0 #F2F8E9;
}
.sec_img_box.right{
	border-radius: 300px 30px 30px 300px;
	margin-left: auto;
	margin-right: 0;
	box-shadow: 20px -20px 0 #F2F8E9;
}
.bgblur_2{
	position: absolute;
	top: 0;
	left: 4%;
}
.bgtext_2{
	position: absolute;
	top: 0;
	left: -100px;
}
.sbg_line_2{
	position: absolute;
	top: 75px;
	left: 0;
	width: 100%;
	height: 98px;
	background-image: url(../img/index/sbg_line_2.png);
	background-repeat: no-repeat;
	background-position: center;
}
.soc_box{
	width: 250px;
	height: 250px;
	text-align: center;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.soc_box.t1{
	background-color: #BFE1F3;
}
.soc_box.t2{
	background-color: #FFFAC2;
}
.soc_box.t3{
	background-color: #DFEFC9;
}
.soc_box.t4{
	background-color: #CBF0EE;
}
.socb_ring{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	border: 3px solid #009FE8;
	border-radius: 50%;
}
.socb_ring.t1{
	top: 6px;
	left: 7px;
}
.socb_ring.t2{
	top: -2px;
	left: -8px;
}
.socb_ring.t3{
	top: -3px;
	left: 8px;
}
.socb_ring.t4{
	top: 9px;
	left: -6px;
}
.soc_sp_1{
	position: absolute;
	top: 43px;
	left: -37px;
}
.soc_sp_2{
	position: absolute;
	bottom: 6px;
	left: 54px;
}
.soc_sp_3{
	position: absolute;
	top: 32px;
	right: 32px;
}
.soc_sp_4{
	position: absolute;
	top: 82px;
	right: -54px;
}
.socb_text{
	font-size: 40px;
	color: var(--color1);
	font-weight: 600;
}
.socb_text2{
	font-size: 36px;
	font-weight: 600;
}
.socb_unit{
	font-size: 18px;
}
.imng_row{
	margin-bottom: 60px;
}
.manage_div1_con{
	padding-top: 20px;
}
.bgtext_3{
	position: absolute;
	top: 0;
	left: -170px;
}
.manage_item.t2{
	padding-top: 20px;
}
.manage_item.t3{
	padding-top: 40px;
}
.manage_box{
	max-width: 260px;
	height: 200px;
	text-align: center;
	background-color: #E0F3F3;
	margin-left: auto;
	margin-right: auto;
}
.manage_box.t1{
	border-radius: 15px 90px 15px 90px;
}
.manage_box.t2{
	border-radius: 90px 15px 90px 15px;
}
.mngb_num{
	font-size: 52px;
	color: var(--color1);
	font-weight: 600;
}
.mngb_unit{
	font-size: 18px;
}
.sec_award{
	padding-top: 80px;
	padding-bottom: 80px;
}
.award_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/index/award_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.award_title1{
	font-size: 40px;
	color: var(--color1);
	font-weight: 600;
	padding-left: 80px;
}
.award_title2{
	font-size: 40px;
	color: var(--color1);
	font-weight: 600;
	padding-left: 120px;
	margin-bottom: 40px;
}
.award_title_green{
	color: #609F07;
}
.award_title_blue{
	color: #0086D1;
}
.sec_title2{
	font-size: 24px;
	color: var(--color1);
	font-weight: 600;
	margin-bottom: 10px;
}
.awards_item{
	display: none;
}
.awards_item:first-child{
	display: block;
}
.awards_img{
	padding-bottom: 75%;
	border-radius: 20px;
	overflow: hidden;
}
.awards_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.newsi_box{
	display: block;
	color: #424242;
	background-color: #fff;
	border-radius: 20px;
	padding: 6px;
	margin-bottom: 11px;
}
.newsi_box:hover{
	background-color: #E0F3F3;
}
.newsi_title{
	flex: 1;
	padding: 10px 10px 10px 20px;
}
.newsi_date{
	width: 130px;
	font-size: 13px;
	color: #6c6c6c;
	padding-top: 12px;
}
.newsi_btn{
	width: 42px;
	height: 42px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	padding-top: 12px;
	background-color: #fff;
}
.newsi_btn img{
	width: 18px;
	margin-left: auto;
	margin-right: auto;
}

/* news */
.news_list{
	margin-bottom: 60px;
}
.news_box{
	display: block;
	color: #6c6c6c;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.newsb_left{
	flex: 1;
}
.newsb_title{
	font-size: 18px;
	color: var(--color1);
	font-weight: 600;
	margin-bottom: 5px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsb_text{
	font-size: 15px;
	line-height: 1.7em;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsb_right{
	width: 150px;
	padding-top: 34px;
}
.newsb_date{
	font-size: 13px;
	color: #a5a5a5;
	text-align: right;
}
.news_box:hover{
	color: #0086D1;
}
.news_box:hover .newsb_title{
	color: #0086D1;
}
.news_box:hover .newsb_date{
	color: #0086D1;
}
.pagination{
	justify-content: center;
}
.page-link{
	width: 36px;
	color: #424242;
	text-align: center;
	background-color: #e0e0e0;
	padding: 6px 0;
	border: none;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}
.page-link:focus{
	color: #000;
	box-shadow: none;
	background: none;
}
.page-item.active .page-link{
	color: #fff;
	background-color: #0086D1;
}
.page-item:hover .page-link{
	color: #fff;
	background-color: #0086D1;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
	background: none;
}
.page-item:first-child:hover .page-link, .page-item:last-child:hover .page-link{
	color: #0086D1;
}
.newsp_left{
	width: 70%;
}
.newsp_right{
	width: 30%;
	padding-left: 40px;
}
.newsp_title{
	font-size: 32px;
	color: var(--color1);
	font-weight: 600;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.newsp_other{
	padding-left: 30px;
	border-left: 1px solid #ddd;
}
.newsp_other_box{
	display: block;
	color: #424242;
	margin-bottom: 20px;
}
.newsp_other_title{
	font-weight: 600;
	margin-bottom: 5px;
}
.newsp_other_date{
	font-size: 12px;
	color: #a5a5a5;
}
.newsp_other_box:hover{
	color: #0086D1;
}
.newsp_other_box:hover .newsp_other_date{
	color: #0086D1;
}

/* download */
.dl_box{
	display: block;
	color: var(--color);
	margin-bottom: 60px;
}
.dlb_img{
	border: 1px solid #ddd;
	padding-bottom: 60%;
	margin-bottom: 10px;
	overflow: hidden;
}
.dlb_img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}
.dlb_img2{
	padding-bottom: 142%;
}
.dl_box:hover{
	color: #0086D1;
}
.dl_box:hover .dlb_img img{
	transform: scale(1.05);
}

/* about */
.page_kv{
	height: 350px;
}
.page_kv_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page_kv_con{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
.page_kv_title{
	font-size: 44px;
	color: var(--color1);
	font-weight: 600;
}
.sec1{
	padding-top: 80px;
	padding-bottom: 60px;
}
.left_nav{
	position: absolute;
	top: 0;
	left: 0;
	width: 260px;
	border-right: 1px solid #e4e4e4;
	z-index: 2;
}
.left_nav.ontop{
	position: fixed;
	top: 90px;
}
.left_nav_item{
	padding: 0 20px;
	margin-bottom: 18px;
}
.left_nav_item:last-child{
	margin-bottom: 0;
}
.left_nav_btn{
	font-size: 15px;
	color: #6c6c6c;
}
.left_nav_btn:hover{
	color: #244E8D;
}
.left_nav_item.active .left_nav_btn, .left_nav_btn.active{
	color: #244E8D;
	font-weight: 600;
}
.left_nav_item.active .left_nav_btn::after, .left_nav_btn.active::after{
	position: absolute;
	content: "";
	top: 10px;
	right: -22px;
	width: 12px;
	height: 3px;
	background-color: #0086d1;
}
.page_main{
	padding-left: 320px;
}
.page_con_title{
	font-size: 32px;
	color: var(--color1);
	font-weight: 600;
	margin-bottom: 30px;
}
.page_con{
	line-height: 1.7em;
}
.page_con p{
	margin-bottom: 20px;
}
.page_con img{
	margin-bottom: 30px;
}
.page_con_title2{
	font-size: 20px;
	color: var(--color1);
	font-weight: bold;
	margin-bottom: 15px;
}
.page_con b{
	color: #424242;
}
.page_con_title3{
	font-size: 18px;
	color: #0f75bb;
	font-weight: bold;
	margin-bottom: 5px;
}
.page_con_title4{
	font-size: 18px;
	color: #454ea1;
	font-weight: bold;
	margin-bottom: 5px;
}
.page_con_title5{
	font-size: 18px;
	color: #13a79d;
	font-weight: bold;
	margin-bottom: 5px;
}
.about1_box{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #00abe5;
	border-radius: 20px;
	padding: 10px;
	margin-bottom: 20px;
}
.about1b_img{
	width: 82px;
}
.about1b_img img{
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0;
}
.about1b_con{
	flex: 1;
	padding-left: 10px;
}
.about1b_title{
	font-size: 18px;
	color: #00abe5;
	font-weight: bold;
	margin-bottom: 5px;
}
.about1b_text{
	text-indent: 2em;
}
.about2_box{
	max-width: 600px;
}
.about2b_img{
	width: 80px;
	padding-left: 10px;
	padding-right: 10px;
}
.about2b_img img{
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 0;
}
.a2b_t1{color: #477a5b;}
.a2b_t2{color: #105b60;}
.a2b_t3{color: #324c96;}
.a2b_t4{color: #0b7c78;}
.a2b_t5{color: #414187;}
.sta2_title{
	display: inline-block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 7px 20px 12px;
	border-radius: 20px;
}
.sta2t_num{
	font-size: 26px;
	top: 2px;
}
.sta2_title.t1{background-color: #1967b2;}
.sta2_title.t2{background-color: #ed6e4e;}
.sta2_title.t3{background-color: #01a29a;}
.sta2_title.t4{background-color: #eb9646;}
.sta2_box{
	color: var(--color1);
	padding: 20px;
	border-radius: 20px;
	background-color: #e9f6fe;
	margin-bottom: 30px;
}
.sta2b_title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul, ol{
	padding-left: 25px;
}
.sta3_abtn{
	display: block;
	width: 100px;
	color: var(--color1);
	text-align: center;
	margin-bottom: 20px;
}
.sta3_abtn img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	transition: transform 0.3s;
}
.sta3_abtn:hover{
	color: #0086d1;
}
.sta3_abtn:hover img{
	transform: scale(1.05);
}
.icon_sdg{
	position: absolute;
	bottom: 0;
	left: 240px;
	width: 200px;
}
.product2_box{
	width: 400px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	padding: 20px 0;
	border-radius: 20px;
	background-color: #4472c4;
	margin-bottom: 30px;
}
.scroll-x{
	overflow-x: auto;
}
.gov_table{
	width: 100%;
	min-width: 600px;
}
.gov_table th{
	color: #fff;
	text-align: center;
	padding: 10px;
	border: 1px solid #4da2dd;
	background-color: #0f75bb;
}
.gov_table td{
	padding: 10px;
	border: 1px solid #0f75bb;
}
.td2_t-right tr td:nth-child(n+2){
	text-align: right;
}
.td3_t-right tr td:nth-child(n+3){
	text-align: right;
}
.td2_t-center tr td:nth-child(n+2){
	text-align: center;
}
.td3_t-center tr td:nth-child(n+3){
	text-align: center;
}
.gov3_table1 td:first-child{
	width: 55px;
	text-align: center;
}
.gov3_table2 th{
	border-color: #62a177;
	background-color: #357d4d;
}
.gov3_table2 td{
	border-color: #357d4d;
}
.gov3_table2 td:first-child{
	width: 55px;
	text-align: center;
}
.gov4_table1{
	min-width: 700px;
}
.gov4_table1 tr:nth-child(2) th{
	font-weight: normal;
}
.mw700{
	max-width: 700px;
}
.mw600{
	max-width: 600px;
}
.last_tr_bg tr:last-child td{
	background-color: #f2f7fd;
}
.pro2_title{
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 20px;
}
.pro2_title.t1{background-color: #ed6e4e;}
.pro2_title.t2{background-color: #7ebf25;}
.pro2_title.t3{background-color: #0085d0;}
.pro2_title.t4{background-color: #357d4d;}
.pro2_box{
	color: var(--color1);
	padding: 20px;
	border-radius: 20px;
	background-color: #e9f6fe;
	margin-bottom: 30px;
}
.pro3_table1{
	min-width: 900px;
}
.env1_table1{
	min-width: 540px;
	font-size: 18px;
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}
.env1_table1 th{
	color: #fff;
	text-align: center;
	background-color: #01a29a;
	padding: 10px 20px;
}
.env1_table1 td{
	color: var(--color1);
	text-align: center;
	background-color: #eef6f6;
	border-bottom: 1px solid #fff;
	padding: 10px 20px;
}
.env1_table1 tr:nth-last-child(2) td{
	border-bottom: 2px solid #9fcbc3;
}
.env1_table1 tr:last-child td{
	background-color: #ddedec;
}
.env1_table2{
	width: 100%;
	min-width: 800px;
}
.env1_table2 th{
	color: #fff;
	background-color: #0f75bb;
	border: 1px solid #fff;
	padding: 10px;
}
.env1_table2 td{
	color: var(--color1);
	border: 1px solid #aaa;
	padding: 10px;
}
.env1_table2 td:first-child{
	color: #fff;
	background-color: #0f75bb;
	border: 1px solid #fff;
}
.env3_table1{
	min-width: 0;
	text-align: center;
}
.env3_table1 .big{
	font-size: 20px;
	color: var(--color1);
}
.env4_table3{
	min-width: 800px;
}
.soc1b_img{
	width: 200px;
}
.soc1b_img img{
	margin-bottom: 0;
}
.soc1b_con{
	flex: 1;
	padding-left: 10px;
}
.soc3_table2{
	min-width: 700px;
}
.soc3_table3{
	min-width: 820px;
}
.dl_btn{
	display: flex;
	width: 340px;
	color: #0f75bb;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.dl_btn:hover{
	color: #ff8a00;
}
.dl_btn_title{
	flex: 1;
	padding-right: 10px;
}
.dl_btn_icon{
	width: 16px;
	padding-top: 5px;
}
.dl_btn_icon img{
	margin-bottom: 0;
}

/* search */
.search_div{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.search_title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: var(--color1);
	margin-bottom: 30px;
}

/* other */
.edit_area img{
	height: auto !important;
}
.edit_area iframe{
	width: 100%;
}
.video_frame{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.video_frame iframe, .video_frame video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 404 */
.page404_sec{
	padding-top: 250px;
	padding-bottom: 200px;
}
.page404_img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
.page404_text{
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

/* setting */
.white{color: #fff;}
.red{color: #f00;}
.blue{color: #0f75bb;}
.green{color: #347d4e;}
.purple{color: #404293;}
.color1{color: #424242;}
.bg_lgreen{background-color: #eef7f6;}
.bg_lorange{background-color: #fef5ee;}
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}

@media (max-width: 1640px){
	.bgtext_3{
		top: -50px;
		left: auto;
		right: 0;
	}
	.footer_left{
		flex: 0 0 auto;
		width: 100%;
		margin-bottom: 40px;
	}
	.footer_menu{
		width: 100%;
	}
}
@media (max-width: 1399px){
	.menu{
		
	}
	.menu_item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.header_logo{
		left: 20px;
	}
	.menu_right{
		padding-right: 10px;
	}
	
	.sec_img_bbg{
		width: 200px;
	}
	.soc_div1_con{
		padding-left: 15px;
	}
	.bgtext_2{
		top: -50px;
		left: auto;
		right: 0;
	}
	footer{
		padding: 40px 15px;
	}
	.left_nav{
		width: 210px;
	}
	.page_main{
		padding-left: 240px;
	}
}

@media (max-width: 1300px){
	.kv{
		height: 500px;
	}
	.kv_bg img{
		max-width: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.kv_in{
		position: relative;
	}
	.kv_con{
		padding-top: 75px;
		padding-bottom: 15px;
	}
	.kv_title{
		font-size: 30px;
	}
}

/* xl */
@media (max-width: 1199px){
	.show-xl{display: block;}
	.hide-xl{display: none;}
	/* header */
	header{
		height: 60px;
	}
	header.active .header_bg{
		opacity: 1;
	}
	.menu{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		padding: 20px 0;
		background-color: #fff;
		overflow-y: auto;
		border-top: 1px solid #ddd;
		display: none;
	}
	.menu_row{
		height: auto;
	}
	.menu_item{
		width: 100%;
		height: auto;
		padding: 0;
	}
	.menu_btn{
		font-size: 16px;
		text-align: center;
		padding-top: 15px;
		margin-bottom: 10px;
	}
	.menu_btn:hover::after, .menu_item.active .menu_btn::after, .menu_btn.active::after{
		width: 100px;
		left: calc(50% - 50px);
	}
	.menu_child{
		position: relative;
		top: 0;
		width: 100%;
		border: none;
		box-shadow: none;
		background-color: #f1f6fa;
	}
	.menuc_btn{
		text-align: center;
		padding: 15px 0;
	}
	.menu_right{
		position: relative;
		padding-top: 40px;
		padding-right: 0;
	}
	.menur_btn{
		margin-left: auto;
		margin-right: auto;
	}
	.menur_row{
		justify-content: center;
	}
	.header_logo{
		width: 140px;
		top: 15px;
		left: 15px;
	}
	.mobile_btn{
		display: block;
	}
	.search_btn{
		top: 23px;
		right: 70px;
	}
	.search_bar{
		top: 60px;
	}
	
	.kvs_item{
		height: 500px;
	}
	.kvs_item img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.main_title{
		font-size: 30px;
	}
	.env_box{
		padding: 20px 10px;
	}
	.envb_text{
		font-size: 20px;
	}
	.envb_text2{
		font-size: 30px;
	}
	.env_arrow{
		width: 18px;
		margin-right: 5px;
	}
	.sec_img_box{
		width: 440px;
	}
	.sec_img_bbg{
		height: 220px;
	}
	.soc_box{
		width: 200px;
		height: 200px;
	}
	.socb_ring{
		width: 200px;
		height: 200px;
	}
	.socb_text{
		font-size: 30px;
	}
	.socb_text2{
		font-size: 26px;
	}
	.socb_unit{
		font-size: 16px;
	}
	.mngb_num{
		font-size: 42px;
	}
	.award_title1{
		font-size: 34px;
	}
	.award_title2{
		font-size: 34px;
		padding-left: 115px;
	}
}

/* lg */
@media (max-width: 991px){
	.show-lg{display: block;}
	.hide-lg{display: none;}
	.sec_img_box{
		width: 320px;
	}
	.sec_img_bbg{
		height: 160px;
	}
	.sbg_line_2{
		display: none;
	}
	.soc_item{
		margin-bottom: 30px;
	}
	.soc_sp_1, .soc_sp_2, .soc_sp_3, .soc_sp_4{
		display: none;
	}
	.socb_ring.t1, .socb_ring.t2, .socb_ring.t3, .socb_ring.t4{
		top: 0;
		left: 0;
	}
	.award_slick{
		max-width: 520px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
	}
	.left_nav{
		display: none;
	}
	.page_main{
		padding-left: 0;
	}
	.newsp_title{
		font-size: 24px;
	}
	.newsp_left{
		width: 100%;
	}
	.newsp_right{
		display: none;
	}
}

/* md */
@media (max-width: 767px){
	.show-md{display: block;}
	.hide-md{display: none;}
	.index_sec1{
		padding-bottom: 30px;
	}
	.main_sec{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.env_div1_con{
		max-width: none;
		padding-left: 0;
	}
	.bgtext_1{
		top: -50px;
		left: auto;
		right: 0;
		width: 100px;
	}
	.env_item{
		margin-bottom: 30px;
	}
	.sec_img_box{
		width: 100%;
		max-width: 500px;
		margin-bottom: 50px;
	}
	.sec_img_bbg{
		height: 250px;
		top: 10px;
	}
	.bgtext_2{
		width: 100px;
		top: -40px;
	}
	.bgtext_3{
		width: 100px;
		top: -20px;
	}
	.manage_item{
		margin-bottom: 30px;
	}
	.manage_item.t2{
		padding-top: 0;
	}
	.manage_item.t3{
		padding-top: 0;
	}
	.sec_award{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.award_title1{
		font-size: 28px;
		padding-left: 0;
	}
	.award_title2{
		font-size: 28px;
		padding-left: 28px;
		margin-bottom: 20px;
	}
	.fmenu_item{
		margin-bottom: 30px;
	}
	.copyright{
		margin-top: 10px;
	}
	.page_kv{
		height: 250px;
	}
	.page_kv_con{
		bottom: 20px;
	}
	.page_kv_title{
		font-size: 30px;
	}
	.sec1{
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.page_con_title{
		font-size: 24px;
	}
	.sta2_title{
		font-size: 18px;
		padding: 6px 20px 10px;
	}
	.sta2t_num{
		font-size: 22px;
	}
	.sta2b_title{
		font-size: 18px;
	}
	.sta2_box{
		padding: 15px;
	}
	.sta3_abtn{
		margin-left: auto;
		margin-right: auto;
	}
	.icon_sdg{
		left: 170px;
		width: 160px;
	}
	.dl_box{
		margin-bottom: 40px;
	}
	.page404_sec{
		padding-top: 150px;
		padding-bottom: 100px;
	}
}

/* sm */
@media (max-width: 575px){
	.show-sm{display: block;}
	.hide-sm{display: none;}
	.search_bar{
		width: 100%;
	}
	.sec_img_bbg{
		display: none;
	}
	.soc_box{
		width: 150px;
		height: 150px;
		padding: 0 15px;
	}
	.socb_ring{
		width: 150px;
		height: 150px;
	}
	.socb_title{
		font-size: 15px;
	}
	.socb_text{
		font-size: 22px;
	}
	.socb_text2{
		font-size: 20px;
	}
	.socb_unit{
		font-size: 14px;
	}
	.manage_box{
		max-height: 160px;
		padding: 0 10px;
	}
	.manage_box.t1{
		border-radius: 12px 70px 12px 70px;
	}
	.manage_box.t2{
		border-radius: 70px 12px 70px 12px;
	}
	.mngb_num{
		font-size: 32px;
	}
	.newsi_title{
		flex: 0 0 auto;
		width: 100%;
		padding: 6px;
	}
	.newsi_date{
		flex: 1;
		width: auto;
		padding: 6px;
	}
	.newsi_btn{
		width: 32px;
		height: 32px;
		padding-top: 9px;
	}
	.newsi_btn img{
		width: 14px;
	}
	.newsb_left{
		flex: 0 0 auto;
		width: 100%;
	}
	.news_box{
		padding: 15px 0;
	}
	.newsb_right{
		width: 100%;
		padding-top: 15px;
	}
	.soc1b_img{
		width: 100%;
	}
	.soc1b_img img{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	.soc1b_con{
		flex: 0 0 auto;
		width: 100%;
		padding-left: 0;
	}
}