@charset "UTF-8";

body {
    color: #292929;
    font-family: "Lato", Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", sans-serif;
    height:100%;
    background-color: #fff;
}

html {font-size: 16px;}
li {list-style-type: none;}
h2 {font-size: 22px;font-weight: 700;}
h1 {font-size: 1.4rem;font-weight: 700;}
a {color: #000000;text-decoration: none;transition: all 0.4s;}
a:focus,
a:hover {color: #0da644;text-decoration: none;transition: all 0.4s;}
button {display: inline-block;outline: none;border: 0;}
button:focus {outline: 0;}
:root {
	scroll-padding-top: 75px;
}

header{
	background-color: #fff;
	position: fixed;
	height: 75px;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 3px 12px rgb(0 0 0 / 5%);
}
.nav-fr{
	padding-top: 10px;
}
.nav-fr ul li{
	width: 130px;
	height: 55px;
	position: relative;
}
.nav-fr ul li .menu{
	position: absolute;
	top: 20px;
	left: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #575757;
	transition: all .4s ease;
}
.nav-fr ul li:hover .menu{
	left: 20px;
	transition: all .4s ease;
}
.nav-fr ul li .line{
	position: absolute;
	width: 100px;
	border-top: 2px solid #0aa744;
	bottom: 0;
	right: 0;
	transition: all .4s ease;
	opacity: 0;
}
.nav-fr ul li:hover .line{
	position: absolute;
	right: 20px;
	transition: all .4s ease;
	opacity: 1;
}
.posi-r{
	position: relative;
}
.index-head{
	padding-top: 70px;
}
.header-logo img{
	width: 220px;
}
.header-flex{
	display: flex;
	justify-content: space-between;
	height: 75px;
}
.header-flex h1{
	padding-top: 25px;
}
.nav-fr ul{
	display: flex;
	margin: 0;
}
.nav-fr .active .menu{
	background-color: #c0c0c0;
	transition: all .3s ease;
	color: #ffffff;
}
.nav-fr .menu:hover{
	transition: all .3s ease;
	color: #0aa744;	
}
.nav-fr .nav-item-fr{
	position: relative;
}

.nav-fr .dp-menu{
	position: absolute;
	max-height: 0;
	opacity: 0;
	transition: all .3s ease 0s;
	background-color: #3377b0;
	overflow: hidden;
}
.nav-fr .dp-menu .dp-item{
	/* white-space:nowrap; */
	position: relative;
	width: 200px;
	padding: 10px 25px;
	cursor: pointer;
}
.nav-fr .dp-menu .dp-item a {
	color: #fff;
}
.nav-fr .dp-menu .dp-item:hover {
	color: #fff;	
	background-color: #0eafe5;
}
.nav-item-fr:hover .dp-menu {
    max-height: 1000px;
    opacity: 1;
	overflow: unset;
}
.about-fr{
	display:flex;
	padding: 80px;
}
.ab-info{
	flex: 0 0 50%;
}
.ab-tp-fr{
	flex: 0 0 45%;
	padding-right: 40px;
}
.ab-contents{
	flex: 0 0 50%;
}
.ab-contents .tp{
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-left: 30px;
	padding-bottom: 10px;
}
.ab-contents .tp::before{
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 25px;
	height: 25px;
	background-image: url(../img/lightning.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.ab-contents .desc{
	line-height: 2.5;
}
.ab-tp-fr .tp{
	width: 80px;
}
.ab-tp-fr .text{
	font-size: 22px;
	padding-top: 20px;
	padding-left: 15px;
	font-weight:600;
	color: #525252;
}
.contents{
	color: #525252;
	line-height: 2;
	padding-right: 20px;
}
.area2-bg{
	background-color: #e4e5e4;
	padding: 60px;
	padding-bottom: 60px;
}
.area3{
	padding: 80px 10px;
}
.area4{
	padding: 50px 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -200px center ;
	background-image: url(../img/news_bg.png);
	/* background-color: #F1F1F1; */
}
.area5{
	background-image: url(../img/g_bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 80px;
	padding-bottom: 80px;
}
.brands-logo{
	padding-top: 56.25%;
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.brands-logo.r{
	background-size: 40%;
}


/* 選單 開始 */

.mb-menu-fr{
	display: none;
	overflow: hidden;
	width: 100%;
	/* background-color: #1b4589; */
	background-image: linear-gradient(90deg,#e98c03 10.13%,#ff5722 100%);
	transform: translateX(70%);
	position: fixed;
	top: 50px;
	right: 0;
	z-index: 3;
	opacity: 0;
	transition: all 0.3s;
	pointer-events: none;
	box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
}

.open .mb-menu-fr{
	transform: translateX(0);
	transition: all 0.3s;
	opacity: 1;
	pointer-events: auto;
}

.header-side-menu{
	position: absolute;
	/* top: -10px; */
	right: -10px;
	display: none;
	z-index: 20
}

.mmenu-active{
	display: none;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 60px;
	height: 50px;
	background-color: rgba(0,0,0,.1);
	z-index: 0;
}

.menu-contents-m{
	padding: 20px 0;
}

.menu-contents-m .item{
	font-size: 20px;
	line-height: 2;
	padding: 5px 30px;
	text-align: center;
}

.menu-contents-m .item a{
	color: #fff;
}

.menu-contents-m .item a:hover{
	color: #fdfdfd;
}

.menu-contents-m .item .dp-item-m .dp-item-sub-m{
	border-bottom: 1px solid #456cad;
	padding: 5px 20px;
}

.menu-contents-m .item .dp-item-m .dp-item-sub-m.end{
	border-bottom: unset;
}

.menu-contents-m .item .dp-item-m .dp-item-sub-m a{
	color: #33435d;
}
/* 選單 結束 */

/* 漢堡 */
.hamburger{
	position: absolute;
	right: 15px;
	top: 12px;
	z-index: 3;
	display: none;
	cursor: pointer;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 30px;
	height: 30px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: 2s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #11631c;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .6s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
	top: 3px;
}

#nav-icon1 span:nth-child(2) {
	top: 10px;
}

#nav-icon1 span:nth-child(3) {
	top: 18px;
}

.open #nav-icon1 span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.open #nav-icon1 span:nth-child(2) {
	opacity: 0;
	top: 10px;
	left: -20px;
}

.open #nav-icon1 span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* 漢堡 */

.bnr-bg {
	background-image: url(../img/banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	height: 35vw;
	margin-top: 75px;
}

.index-head .text{
	position: absolute;
	left: 10%;
	top: 25%;
}
.index-head .title{
	font-family: Microsoft JhengHei;
	color: #ffffff;
	font-size: 3vw;
	text-shadow: 0.05em 0.05em 0.1em #12562f;
}
.index-head .subtitle{
	font-family: Microsoft JhengHei;
	font-size: 1.2vw;
	color: #fff;
	white-space: nowrap;
	padding: 10px 0;
	line-height:2;
}
.index-head .more{
	border: 2px solid #ffffffa6;
	color: #ffffff;
	border-radius: 25px;
	width: 200px;
	text-align: center;
	padding: 8px;
	margin-top: 20px;
	transition: all .3s;
	font-size: 20px;
}
.index-head .more:hover{
	border: 2px solid #90d83c;
	color: #fff;
	background-color: #90d83c;
	font-weight: 600;
	transition: all .3s;
}
footer{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center right;
	background-image: url(../img/footer_bg.png);
	color: #fff;
}
.footer-pt{
    position: relative;
}

.footer-info-fr{
	display: flex;
	justify-content: space-between;
	padding: 50px;
	padding-bottom: 80px;
	font-weight: 300;
}
.footer-info-fr .footer-logo{
	flex: 0 0 30%;
	padding: 10px;
}
.footer-info-fr .contact_1{
	flex: 0 0 30%;
}
.footer-info-fr .contact_2{
	flex: 0 0 40%;
}
.contact-fr{
	padding: 10px;
}
.contact-fr a{
	color:#fff;
}
.footer-info-fr .footer-logo .logo-w{
	width: 200px;
}

.footer-info-fr .link{
	flex: 1;
	padding-left: 20px;
}

.footer-info-fr .social{
	flex: 0 0 150px;
}

.social-fr{
	display: flex;
}

.social-fr .item{
	padding-right: 10px;
}

.footer-info-fr .social .tp{
	padding-bottom: 15px;
}

.footer-info-fr .link ul li{
	padding: 5px
}

.footer-info-fr .link ul li a{
	color: #fff;
}

.footer-info-fr .logo .address{
  padding: 20px;
  font-family: "Microsoft JhengHei", sans-serif;
  font-weight: 300;
}

.footer-info-fr .logo .address a{
	color: #fff;
}

.footer-info-fr .logo .address a:hover{
  color: #0eafe5;
}

.copyright-text{
	position: absolute;
	bottom: 0;
	z-index: 1;
	font-size: 14px;
	color: #ffffff6b;
	left: 50%;
	top: 95%;
	transform: translate(-50%, -50%);
	text-align: center;
	height: 30px;
	white-space:nowrap;
}

.gototop {
	position: fixed;
	z-index: 2;
	right: 12px;
	bottom: 30px;
	width: 35px;
	height: 35px;
	line-height: 30px;
	border-radius: 99rem;
	transition: all 0.5s;
	text-align: center;
	background-color: #000000b0;
	display: none;
	padding: 0 10px;
}

.gototop img{
	width: 15px;
}
.srv-fr{
	padding: 20px;
	text-align: center;
}
.srv-fr .icon{
	width: 100px;
	margin: auto;
	transform: scale(1,1);
	transition: all 0.4s ease;
}
.srv-fr .icon:hover{
    transform: scale(1.2,1.2);
	transition: all 0.4s ease;
}
.srv-fr .tp{
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 500;
	padding-top: 20px;
	line-height: 2;
}
.srv-fr .subtp{
	font-family: sans-serif;
	color: #1F86C6;
}
.topic-fr{
	text-align: center;
	padding-bottom: 20px;
}
.topic-fr.service{
	padding-bottom: 30px;
}
.topic-fr.news{
	padding-bottom: 0;
}
.topic-fr .tp{
	font-size: 26px;
	font-weight: 600;
	position: relative;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 180px;
	margin: auto;
}
.topic-fr .tp::before{
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	width: 25px;
	height: 25px;
	background-image: url(../img/lightning.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
.topic-fr .desc{
	color: #696666;
}
.topic-fr.contactus .tp{
	color: #fff;
}
.news-img-data{
	padding: 0 30px 20px 30px;
	position: relative;
}
.brands-fr{
	position: relative;
}
.brands-fr::after{
	content: "";
	position: absolute;
	background-image: url('../img/frame_left.png');
	background-repeat: no-repeat;
	background-size: 40%;
	left: -10px;
	top: 10px;
	width: 50px;
	height: 50px;
	z-index: 2;
}
.brands-fr::before{
	content: "";
	position: absolute;
	background-image: url('../img/frame_right.png');
	background-repeat: no-repeat;
	background-size: 40%;
	background-position-x: 100%;
	right: -10px;
	bottom: 10px;
	top: unset;
	width: 50px;
	height: 50px;
	z-index: 2;
}

.topic-fr .tptext{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #003176;
}
.topic-fr .tpen{
	color: #1F86C6;
}
.topic-fr.s2{
	padding-top: 10px;
	padding-bottom: 30px;
}
.topic-fr.s2 .tptext{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
}
.topic-fr.s2 .tpen{
	color: #aaaaaa;
}
.content{
	width: 600px;
	margin: auto;
}
.tb-w{
	border: 2px solid #B1DDF9;
	background-color: #ffffff00;
	border-radius: 8px;
	display: flex;
	padding: 10px;
	margin-bottom: 15px;
}
.tb-w input::placeholder,
.tb-w textarea::placeholder{
	color: #7393a8;
}
.tb-w label{
	padding-top: 3px;
	padding-left: 20px;
	padding-right: 15px;
	font-weight: 600;
	color: #fff;
}
.tb-w .w2{
	flex: 1;
}
.tb-w input,
.tb-w textarea{
	background-color:unset!important;
	border: 0;
	color: #fff;
	font-size: 18px;
	width: 100%;
	outline: none;
}
.srv-box{
	padding: 0 100px;
}
.news-control .tp{
	width: 80px;
}
.news-control .desc{
	font-family: 'Noto Sans TC', sans-serif;
	padding: 10px 5px;
	padding-bottom: 30px;
	font-size: 18px;
	font-weight: 300;
	white-space: nowrap;
}
.news-control .desc span{
	color: #1F86C6;
	font-weight: 500;
}
.arrow-btn-fr{
	display: flex;
}
.arrow-btn-fr .item{
	padding-right: 10px;
}
.arrow-btn-fr .item{
	width: 60px;
	cursor: pointer;
}
.news-fr {
    background-color: #fff;
    transition: all 0.5s ease;
    box-shadow: 3px 3px 5px 3px rgb(230 230 230 / 70%);
    margin-bottom: 25px;
    margin: 15px;
    padding: 15px;
    border-radius: 8px;
	border: 1px solid #e0e0e0;
}
.img-h-ver1{
	padding-top: 56.25%;
}
.scale:hover {
	transition: all 0.5s ease;
	background-size: cover;
}
.img-overlay {
    background-repeat: no-repeat;
    /* background-size: 100%; */
    background-size: cover;
    /* background-position: center; */
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.4s ease;
	border-radius: 5px
}
.news-fr .info{
	padding: 20px 5px;
}
.news-fr .info .date{
	color: #198754;
	font-size: 12px;
	padding-bottom: 5px;
}
.news-fr .info .tp{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
}
.news-fr .info .desc{
	color: #737373;
	font-size: 14px;
}
.news-fr .info .more{
	padding-top: 5px;
	text-align: end;
}
.date-fr{
	position: absolute;
	background-color: #0dcaf0;
	top: -40px;
	left: 10px;
	color: #fff;
	text-align: center;
	padding: 5px 10px;
	z-index: 1;
}
.date-fr .d{
	font-size: 24px;
	font-family: sans-serif;
	line-height: 1;
}
.date-fr .m{
	font-size: 14px;
}
.btn1{
	border: 2px solid #FF9800;
	background-color: #FF9800;
	color: #fff;
	border-radius: 25px;
	width: 200px;
	text-align: center;
	padding: 8px;
	margin-top: 20px;
	font-size: 20px;
	transition: all .3s;
}
.btn1:hover{
	border: 2px solid #FF9800;
	color: #FF9800;
	background-color: #ff980000;
	font-weight: 600;
	transition: all .3s;
}
.btn2{
	border: 2px solid #616161;
	color: #616161;
	border-radius: 25px;
	width: 150px;
	text-align: center;
	padding: 8px;
	background-color: unset;
	font-size: 16px;
	transition: all .3s;
}
.btn2:hover{
	border: 2px solid #616161;
	color: #fff;
	background-color: #616161;
	font-weight: 600;
	transition: all .3s;
}
.btn3{
	background-color: #0aa744;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 25px;
	width: 150px;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	transition: all .3s;
}
.btn3:hover{
	border: 2px solid #0aa744;
	color: #0aa744;
	background-color: #fff;
	transition: all .3s;
}

.modal-contents{
	padding: 0 20px 20px 20px;
	line-height: 2;
}
.modal-tp{
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 22px;
	font-weight: 500;
	padding-bottom: 10px;
}
.modal-date{
	padding: 0 20px 10px 20px;
	color: #b8b8b8;
}
.modal-contents img{
	width: 100%!important;
	height: 100%!important;
}
.modal-btn{
	text-align: center;
	padding-bottom: 20px;
}
.c-f-box-fr{
	/* padding-bottom: 40px; */
}
.sev-img{
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding-top: 72%;
	width: 100%;
}
.sev-img::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgb(0 0 0 / 72%) 6%, rgb(0 0 0 / 10%) 100%);
}
.sev-img img{
    transition: all 0.3s linear 0s;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.sev-text{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	color: #fff;
	text-align: center;
	font-size: 18px;
	width: 200px;
}
.sev-img .fl{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	transition: all 0.4s;
}
.sev-img .fr{
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
	transition: all 0.4s;
}
.sev-img .fl img,
.sev-img .fr img{
	width: 20px;
	opacity: 0;
}
.sev-img:hover .fl img,
.sev-img:hover .fr img{
	opacity: 1;
}
.sev-img:hover .fl{
    top: 20px;
	left: 20px;
	transition: all 0.4s;
}
.sev-img:hover .fr{
	bottom: 40px;
	right: 40px;
	transition: all 0.4s;
}
.prd-list-arrow .arrow-left{
	position: absolute;
	left: -0.5%;
	top: 35%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
}

.prd-list-arrow .arrow-right{
	position: absolute;
	right: -0.5%;
	top: 35%;
	z-index: 1;
	cursor: pointer;
	transition: all 0.4s;
	text-align: center;
}
.prd-list-arrow img{
	width: 35px;
}
.captcha{
	width: 60px;
}

@media (min-width: 2000px) {
	.index-head .title{
		font-size: 70px;
	}
	.index-head .subtitle{
		font-size: 26px;
	}
	.index-head .more{
		font-size: 23px;
	}
}
@media (max-width: 1400px) {
	.area4{
		background-position: -500px center ;
	}
}
@media (max-width: 1200px) {
	.ab-tp-fr .text{
		font-size: 18px;
		padding-top: 24px;
	}
	.about-fr{
		flex-direction: column;
	}
	.ab-tp-fr{
		flex: 1;
		padding-right: 0;
	}
	.ab-contents{
		flex: 1;
		padding-top: 40px;
	}
	.ab-contents .desc{
		line-height: 2;
	}
}
@media (max-width: 992px) {
	header{
		height: 50px;
	}
	.nav-fr{
		display:none;
	}
	.header-flex{
		justify-content: space-around;
		padding-top: 0;
		height: 50px;
	}
	.mb-menu-fr{
		display: block;
	}
	.header-flex h1{
		padding-top: 10px;
	}
	.hamburger{
		display: block;
	}  
	.header-logo img{
		width: 200px;
	}
	.contents{
		padding-right: 0;
		padding-bottom: 20px;
	}
	.about-fr{
		padding: 50px 20px;
	}
	.srv-box{
		padding: 0 20px;
	}
	.news-control{
		display: flex;
		justify-content: flex-start;
	}
	.news-control .desc{
		font-family: 'Noto Sans TC', sans-serif;
		padding: unset;
		padding: 25px 20px 0 20px;
		padding-bottom: 20px;
		font-size: 18px;
	}
	.news-control .arrow-btn-box{
		flex: 1;
		padding-top: 10px;
	}
	.arrow-btn-fr{
		justify-content: flex-end;
	}
	.footer-info-fr{
		display: flex;
		justify-content: space-between;
		padding: 50px;
		padding-bottom: 80px;
		font-weight: 300;
		flex-direction: column;
	}
	.footer-info-fr .footer-logo .logo-w{
        padding-bottom: 30px;
		margin: auto;
	}
	.footer-info-fr .contact_1{
		text-align: center;
	}
	.footer-info-fr .contact_2{
		text-align: center;
	}
	.index-head{
		padding-top: 50px;
	}
	.area4{
		background-position: -600px center ;
	}
    .header-logo img{
		width: 150px;
	}
}

@media (max-width: 768px) {

    .index-head .text{
		position: absolute;
		right: unset;
		left: 50%;
		top: 50%;
		transform:translate(-50%,-50%);
		width: 100%;
		padding: 20px;
	}
	.index-head .title{
		font-size: 40px;
		text-align: center;
	}
	.index-head .subtitle{
		font-size: 16px;
		white-space: unset;
		padding: 10px 0;
		text-align: center;
	}
	.index-head .more{
		margin: auto;
		margin-top: 20px;
	}
	.index-head{
		overflow: hidden;
	}
	.index-head img{
		min-height: 400px;
		/* width: auto; */
		object-fit: cover;
	}
	.srv-box{
		padding: 0;
	}
	.content{
		width: 100%;
		margin: auto;
	}
	.arrow-btn-fr .item{
		width: 50px;
	}
	.news-control .arrow-btn-box{
		padding-top: 20px;
	}
	.area3{
		padding: 30px 10px;
	}
	.area4{
		padding: 30px 10px;
	}
}

@media (max-width: 576px) {
	.index-head .title{
		font-size: 34px;
	}
	.index-head .subtitle{
		font-size: 14px;
		white-space: unset;
		padding: 10px 0;
		text-align: center;
	}
    .index-head .text{
		top: 60%;
	}
	.srv-fr{
		padding: 0;
	}
	.area2-bg{
		background-repeat: no-repeat;
		background-size: cover;
		padding: 10px;
		padding-bottom: 40px;
	}
	.srv-fr .subtp{
		padding-bottom: 20px;
		font-size: 14px;
	}
	.footer-info-fr{
		display: flex;
		justify-content: space-between;
		padding: 50px 10px 10px 10px;
		padding-bottom: 80px;
		font-weight: 300;
		flex-direction: column;
	}
	.topic-fr{
		padding-top: 20px;
	}
	.index-head .more{
		font-size: 16px;
	}
	.sev-text{
		font-size: 14px;
		width: 130px;
	}
	.area5{
		padding: 80px 20px;
		padding-bottom: 80px;
	}
	.news-img-data{
		padding: 0 15px 20px 15px;
		position: relative;
	}
	.prd-list-arrow img{
		width: 25px;
	}
	.sev-img .fl{
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 1;
		transition: all 0.4s;
	}
	.sev-img .fr{
		position: absolute;
		bottom: 10px;
		right: 10px;
		z-index: 1;
		transition: all 0.4s;
	}
	.sev-img .fl img,
	.sev-img .fr img{
		width: 10px;
		opacity: 0;
	}
	.sev-img:hover .fl img,
	.sev-img:hover .fr img{
		opacity: 1;
	}
	.sev-img:hover .fl{
	    top: 15px;
		left: 15px;
		transition: all 0.4s;
	}
	.sev-img:hover .fr{
		bottom: 20px;
		right: 20px;
		transition: all 0.4s;
	}

}

@media (max-width: 440px) {
	.ab-tp-fr{
		display:flex;
		flex-direction: column;
	}
	.ab-tp-fr .text{
		padding-top:0;
		padding-left: 0;
		font-size: 20px;
		padding-bottom: 10px;
	}
}

@media (max-width: 350px) {

}


@media (max-width: 375px) {

}

