@charset "utf-8";
.float_btn{
	display: flex;
	flex-direction: column;
	position: fixed;
	right: 20px;
	z-index: 100;
}
.float_btn img{
	margin: 0 auto;
	display: block;
}
.float_btn img:hover{
	transform: scale(1.05);
	transition: 0.3s;
}
.float_btn a{
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.float_btn a p{
	display: inline-block;
	color: #000;
}
.btn_top{
	opacity: 0.85;
}

@media screen and (min-width: 1025px) {
	.float_btn{
		bottom: 50px;
	}
	.btn_top{
		display: none;
	}
}
@media screen and (max-width: 1024px) {
	.float_btn{
		right: 5px;
		bottom: 30px;
	}
}
#top_lang {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e5e5e5
}
.w1100 {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position:relative !important
}
.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto
}
.h_inq {
	float: right;
	margin: 5px 10px 0 0
}
#top_lang ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#top_lang ul li {
	height: 40px;
	line-height: 40px;
	float: right;
	border-left: 1px solid #e5e5e5;
	padding: 0 15px 0 35px
}
#top_lang ul li.tw {
	background: url(../images/tw.jpg)15px center no-repeat
}
#top_lang ul li.ch {
	background: url(../images/ch.jpg)15px center no-repeat
}
#top_lang ul li.en {
	background: url(../images/en.jpg)15px center no-repeat
}
#top_lang ul li.jp {
	background: url(../images/jp.jpg)15px center no-repeat
}
#top_lang ul a {
	color: #8d8d8d;
	font-size: 12px;
	font-family: Arial, "ç¹é«”ä¸­æ–‡";
	display: block
}
#top_lang ul a:hover {
	color: #f48201
}
#top_bar {
	width: 100%;
	height: 80px
}
#top_bar .logo {
	height: 60px;
	margin: 10px 80px 10px 0;
	float: left
}
#top_bar .logo .logo_lg img,
#top_bar .logo .logo_sm img {
	width: 100%;
}
#top_bar .logo .logo_lg{
	max-width:209px;
}
#top_bar .logo .logo_sm{
	display: none;
}
@media screen and (max-width: 1024px) {
	/* 平板以下含手機 */
	#top_bar .logo{
		margin: 10px 0 0 20px;
	}
}
@media only screen and (max-width: 769px){
	#top_bar .logo img{
	height:40px !important;
	margin-top:10px
}
}
@media screen and (max-width: 615px) {
	#top_bar .logo .logo_lg{
		display: none;
	}
	#top_bar .logo .logo_sm{
		display: block;
	}
}

/*.nav-menu {
	float: left;
}
.nav-menu ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.nav-menu ul li {
	line-height: 80px;
	font-size: 16px;
	font-weight: 700;
	float: left;
	margin: 0 10px;
	position:relative
}
.nav-menu ul li a {
	color: #363636;
	position: relative;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px;
	text-shadow: 0 0 1px rgba(255,255,255,0.3)
}


#top_bar .nav-menu ul li .subnav{ width:145px; background: #fff; text-align: center; position: absolute; left:-30px; top:79px; display: none;}
#top_bar .nav-menu ul li .subnav a{ line-height:40px; font-size: 16px; color: #000 !important; display:block; height:40px !important }
#top_bar .nav-menu ul li .subnav a:hover{ background: #f48201; color: #fff !important;}
#top_bar .nav-menu ul li:hover a{ color: #f48201;}
#top_bar .nav-menu ul li:hover .subnav{display: block;}*/

@media screen and (max-width:999px){
#top_bar .nav-menu ul li .subnav{ width: 100%;  padding: 10px 0; text-align: left; position: relative; left: 0; top: 0; display: none; background-color: #505050 !important;}
#top_bar .nav-menu ul li .subnav a{ line-height: 36px; font-size: 15px; color:#fff !important; text-align:center}
#top_bar .nav-menu ul li .subnav a:hover{ background:#f48201; color: #fff !important;}

}

/*.nav-menu ul li:hover a{ color: #0C427B;}
.nav-menu ul li:hover .subnav{display: block;}
.nav-menu ul li a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f48201;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform .3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform .3s;
	transition: height 0.3s, opacity 0.3s, transform .3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px)
}*/
.nav-menu ul li a:hover::after, .nav-menu ul li a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px)
}
.mobile_language{
	display: none;
	margin: 20px auto;
	display: flex;
}
.mobile_language a{
	display: none;
	padding: 10px 0;
	color: #fff;
	width: 50%;
	font-size: 15px;
}
.mobile_language a:nth-child(2),
.mobile_language a:nth-child(4){
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%) 0 50%/1px 15px no-repeat;
}
.search_box {
	width: 100%;
	height: 38px;
	float: right;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	padding: 0 10px;
	margin: 20px 0;
	position:absolute;
	right:0;
	top:0px;
}
@media screen and (max-width: 768px) {
	/* 手機以上(平板+電腦) */
	.search_box {
		display:none !important
		
	}

}
.search_box button.btn {
	width: 20px;
	height: 38px;
	background: url(../images/search.jpg)center no-repeat;
	float: left;
	border: 0;
	outline: none;
	cursor: pointer
}
.search_box input.text {
	height: 38px;
	line-height: 38px;
	color: #a9a9a9;
	border: 0;
	float: right;
	background: none;
	outline: none
}
.mobile_btn{
	display: none;
	/* 電腦版不顯示按鈕 */
	padding: 15px;
	background: #f48201;
	float: right;
	margin: 16.5px 20px 16.5px 0;
	border-radius: 5px;
}
/* 
.mobile_btn-show .nav-menu {
	display: block;
  } */
  
@media screen and (min-width: 1024px) {
	/* 電腦 */
	.search_box{
		margin: 20px 0
	}
	#in_banner {
		width: 100%;
	}
}
@media screen and (max-width: 1024px) {
	/* 平板以下含手機 */
	.search_box{
		margin: 20px 10px 20px 0;
	}
	.nav-menu{
		max-height: 0px;
		overflow: hidden;
		position: absolute;
		z-index: 100;
		top: 80px;
		left: 0;
		right: 0;
		background-color: #505050;
		text-align: center;
		transition: 0.5s;
	}
	.nav-menu ul li {
		float: none;
		line-height: 60px;
	    margin: 0;
	}
	.nav-menu ul li a{
		display: block;
		color: white;
		font-size: 20px;
		padding: 5px 0;
	}
	.mobile_btn{
		display: block;
		float: right;
	}
	.mobile_btn img{
		display: block;
	}
	.mobile_menu_show .nav-menu{
		max-height: 550px;
		padding: 20px 0;
	}
	.mobile_language{
		display: flex;
		flex-wrap: wrap;
		width:100%;
		max-width: 300px;
	}
	.mobile_language a{
		display: block;
		width:33.33333333%;
		text-align:center;
	}
	.mobile_language a:nth-child(2),
.mobile_language a:nth-child(3){
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 100%) 0 50%/1px 15px no-repeat;
}
	#in_banner {
		margin-top: 80px;
	}
	#in_banner .bubble {
		position: absolute;
		top: 230px;
		left: 50%;
	}
}
@media screen and (max-width: 500px) {
	.search_box{
		max-width: 90px;
	}
	.search_box input.text{
		max-width: 50px;
	}
	#in_banner .bubble {
		display: none;
	}
}
@media screen and (min-width: 501px) {
	/* 手機以上(平板+電腦) */
	.search_box {
		max-width: 175px;
	}
	.search_box input.text {
		max-width: 150px;
	}
}

#in_banner {
	width: 100%;
	margin-top: 120px;
	position: relative;
	clear: both
}
.in_banner {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 2;
	top: -40px;
	left: 0
}
.qrCode{
	position: absolute;
    right: 29px;
    width: 200px;
    z-index: 5;
    text-align: center;
}
#in_banner .bubble {
	width: 300px;
	height: 300px;
	background: url(../images/bubble.png) no-repeat;
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 15%;
    transform: translate(-50% , -50%);
	/* top: 230px; */
	/* left: calc(50% - 650px) */
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	#in_banner .bubble {
		width: 300px;
		height: 300px;
		background: url(../images/bubble.png) no-repeat;
		position: absolute;
		z-index: 3;
		left: 20%;
	}	
}
#in_banner .bubble div p {
	font-size: 19px;
	color: #028c00;
	font-style: italic;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
	background: -webkit-linear-gradient(top, #f48201 20%, #45d343 60%, #089b07 20%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: -2;
	margin-top: 10px
}
#in_banner .bubble div p:before {
	width: 220px;
	font-size: 18px;
	content: attr(data-name);
	position: absolute;
	z-index: 10;
	left: 0;
	text-align: center
}
#in_banner .bubble img {
	width: 220px;
	height: 170px
}
#in_about {
	width: 100%;
	height: 500px;
	background: url(../images/about_bg.jpg)repeat-x
}
.in_about {
	min-height: 300px;
	background: url(../images/about_bg02.png)no-repeat;
	padding: 100px 0
}
#in_about p.title {
	position: relative;
	padding-top: 90px;
	color: #dee0e5;
	text-align: center;
	font-size: 16px
}
#in_about p.title:before {
	content: url(../images/title_about.png);
	position: absolute;
	top: 0;
	left: calc(50% - 160px)
}
#in_about p.text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	margin-top: 60px
}
#in_about p.btn {
	width: 170px;
	height: 45px;
	margin: 55px auto 0;
	border-radius: 5px;
	border: 1px solid #f48201
}
#in_about p.btn a {
	color: #c5cbd5;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 1
}
#in_about p.btn:hover a:before {
	opacity: .3;
	filter: alpha(opacity=30);
	-moz-opacity: .3
}
#in_about p.btn a:after {
	width: 172px;
	height: 47px;
	border-radius: 5px;
	border: 1px solid #fa8d12;
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	z-index: 2
}
#in_about p.btn a:before {
	width: 170px;
	height: 45px;
	background: #fff;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: .1;
	filter: alpha(opacity=10);
	-moz-opacity: .1;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms
}
.in_pro {
	height: auto;
	overflow: hidden;
	margin-top: 55px;
	margin-bottom: 45px
}
.in_pro p.title {
	max-width: 1100px;
	position: relative;
	padding-top: 90px;
	margin-bottom: 45px;
	color: #646464;
	text-align: center;
	font-size: 16px
}
.in_pro p.title:before {
	content: url(../images/title_pro.png);
	position: absolute;
	top: 0;
	left: calc(50% - 160px)
}
.in_pro ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative
}
.in_pro ul li {
	width: calc(48% - 1px);
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
	overflow: hidden;
	margin-right:4%;
	
}
.in_pro ul li:nth-child(2n) {
margin-right: 0;
	
}
.in_pro ul li img {
	width:100%;
	position: absolute;
	top: 50%;
    transform: translate(0, -50%);
	z-index: 1
}
.in_pro ul li p {
	width: 465px;
	height: 55px;
	text-align: center;
	position: absolute;
	z-index: 2;
	bottom: 15px;
	left: 0
}
.in_pro ul li p:after {
	width: 465px;
	height: 55px;
	content: '';
	position: absolute;
	left: 42px;
	/* background: #fff; */
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8
}
.in_pro ul li p span {
	width: 465px;
	/* color: #1a1a1a; */
	color: #ca0a08;
	font-size: 22px;
	line-height: 55px;
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	z-index: 3
}
.in_pro ul li p span:before {
	content: url(../images/dot.png);
	margin-right: 5px
}
@media screen and (max-width: 767px) {
	.in_pro ul{
		display: flex;
		flex-direction: column;
	}
	.in_pro ul li {
		width: 100%;
	}
}
.in_news {
	margin-top: 80px;
	margin-bottom: 65px;
	clear: both
}
.in_news p.title {
	max-width: 1100px;
	position: relative;
	padding-top: 90px;
	margin-bottom: 45px;
	color: #646464;
	text-align: center;
	font-size: 16px
}
.in_news p.title:before {
	content: url(../images/title_news.png);
	position: absolute;
	top: 0;
	left: calc(50% - 160px)
}
.in_news ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    width: 90%;
    padding: 0;
    margin: auto;
    list-style: none;
}
.in_news ul li {
	max-width: 310px;
	display: inline-block;
}
.in_news ul li:nth-child(3) {
	margin: 0
}
.in_news ul li .title02 {
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.in_news ul li:hover .title02 a {
	color: #f48201
}
.in_news ul li .title02 a {
	color: #2c4293
}
.in_news ul li .text {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}
.in_news ul li .text a {
	color: #666
}
.in_news ul li .date {
	text-align: right
}
.in_news ul li .date span {
	color: #2c4293;
	font-size: 14px;
	border-bottom: 1px dotted #2c4293
}
#in_slogan {
	width: 100%;
	height: 60px;
	background: url(../images/slogan_bg.jpg) center no-repeat;
	text-align: center
}
.in_slogan {
	text-align: center
}
.in_slogan img{
	width: 100%;
	max-width: 800px;
}
.in_contact {
	margin-top: 65px;
	margin-bottom: 70px
}
.in_contact ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.in_contact ul li {
	height: 90px;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	padding: 0 60px 0 90px;
	display: inline-block;
	border-right: 1px solid #ccc
}
.in_contact ul li:nth-child(3) {
	border: 0;
	padding-right: 0
}
.in_contact ul li span {
	position: relative;
	top: 25px
}
.in_contact ul li .tel:before {
	position: absolute;
	left: -50px;
	top: -5px;
	content: url(../images/tel.png)
}
.in_contact ul li .fax:before {
	position: absolute;
	left: -50px;
	top: -5px;
	content: url(../images/fax.png)
}
.in_contact ul li .mail:before {
	position: absolute;
	left: -50px;
	top: -5px;
	content: url(../images/mail.png)
}

#footer section {
	display: flex;
	justify-content: space-between;
	margin: 25px 0;
}

#footer ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer .left ul li {
	display: inline-block;
	margin-right: 40px;
	vertical-align: top
}
@media screen and (min-width: 769px) {
	.footer .left ul li {
		max-width: 100px;
	}
	.footer .left ul li a {
		display: block;
	}
}
.footer .left ul li {
	font-size: 12px;
	color: #bcbcbc;
	line-height: 24px
}
.footer .left ul li a {
	color: #fff
}
.footer .left ul li a:hover {
	color: #fff
}
.footer .left ul li .f01 {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px
}
.footer .left ul li .f01 a {
	color: #fff
}
.footer .right {
	border-left: 1px solid #eceeef;
	padding-left: 40px;
}
.footer .right span {
	font-size: 16px;
	color: #fff;
	line-height: 30px
}
.footer .right .f02 {
	font-size: 13px;
	color: #fff
}
.footer .right li img{
	width: 95px;
}
.footer02 {
	display: flex;
	justify-content: center;
	border-top: 1px solid #eceeef;
	color: #fff;
	padding: 15px 0;
	font-size: 13px;
}
.footer02 p{
	margin-right: 20px;
}
.footer02 a {
	color: #cfcfcf;
	text-decoration: underline
}
@media screen and (max-width: 1024px) {
	/* 平板 */
	#top_lang{
		display: none;
	}
	.footer-RWD {
		width: 90%;
	} 
	#footer section {
		flex-direction: column;
	}
	#footer section .left {
	}
	#footer section .left ul {
		/* width: 90%; */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: auto;
	}
	#footer section .left ul li {
		margin-right: 0px;
		display: flex;
		flex-direction: column;
		font-size: 14px;
	}	
	#footer section .right {
		width: 100%;
		border-left: none;
		padding-left: 0px;
		margin-top: 50px;
	}
	.footer02{
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	/* 手機 */
	#footer section .left ul {
		flex-direction: row;
	}
	#footer section .left ul li {
		width: 50%;
		max-width: 140px;
	}
	.footer .left ul li .f01{
		margin-bottom: 0px;
		margin-top: 25px;
	}
	#footer section .right {
		margin-top: 0px;
	}
	.in_contact ul li {
		font-size: 18px;
		border: 0px;
	}
	.in_news ul {
		flex-direction: column;
	}
	.footer02{
		flex-direction: column;
	}
}

#left_menu {
	padding: 0 30px 50px 0;
	float: left
}
@media screen and (max-width: 500px){
	#left_menu {
		padding: 0;
	}
	.pp_title{
		margin-bottom: 20px;
	}
}

@media screen and (min-width: 1025px) {
	#left_menu {
		width: 230px;
		min-height: 400px;
	}
	#left_menu ul li {
		width: 230px;
	}
}
#left_menu .title {
	height: 50px;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	color: #333;
	font-weight: 700;
	padding-top: 40px
}
#left_menu .title .tt01 {
	font-size: 24px;
	color: #333;
	font-weight: 700
}
#left_menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#left_menu ul li {
	padding: 10px 0;
	line-height: 25px;
	border-bottom: 1px #ccc dotted
}
#left_menu ul li:hover > a {
	color: #f48201
}
#left_menu ul li a.hover {
	color: #f48201
}
#left_menu ul li  ui li a.hover {
	color: #f48201
}
#left_menu ul li a {
	color: #4b4b4b;
	font-size: 1.154em;
	line-height: 25px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms
}

#left_menu ul li ul {
	width: 210px;
	padding: 0 0 0 20px
}
#left_menu ul li ul li {
	width: 210px;
	border-bottom: 0;
	padding: 0;
	list-style-type: square
}
#left_menu ul li ul li ul {
	width: 210px;
	padding: 0;
	background: #eee
}
#left_menu ul li ul li ul li {
	width: 200px;
	margin: 10px 0;
	padding-left: 15px;
	background: url(../images/arrow02.png)left center no-repeat
}
.user_editor {
	width: 100%;
	word-break: break-all;
	margin: 30px 0;
	font-size:1.14em;
	
	
	
}
.user_editor p{
	font-size: 16px;
	line-height:36px;
	color:#333
	
	
	
}
@media screen and (max-width: 1024px) {
	.user_editor,
	.news_box {
		width: 90%;
		margin: auto;
	}
	.user_editor img{
		width: 100% !important;
		height: auto !important;
	}
	.pro02_bot .user_editor {
		margin: 50px auto 20px auto;
	}
	.pro02_info .btn_inq {
		margin: 30px auto 50px auto;
	}
	.bread_box {
		width: 90%;
	}
}
.banner {
	width: 100%;
	height:500px;
	background-position: center center
}
.big_href{

}
#bread_box {
	width: 100%;
	background: #f2f2f2;
	display: block
}
.bread_box {
	max-width: 1100px;
	margin: 0 auto;
	text-align: right;
	padding: 5px 0
}
.bread_box img {
	display: inline-block;
	vertical-align: top
}
.unit_title {
	width: 100%;
	text-align: center;
	font-size: 1.846em;
	font-weight: 700;
	color: #f48201;
	margin: 20px 0 0;
	padding-bottom: 20px
}
.unit_box {
	width: 100%;
	max-width: 1200px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 20px
}
.unit_box ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.unit_box ul li.current {
	width: calc(20% - 4px);
	line-height: 50px;
	text-align: center;
	font-size: 1.1em;
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms;
	color:#F00 !important
}
.unit_box ul li.current a {
	color:#F00 !important;
	border-top:1px solid #F00
}
.unit_box ul li.current a:before {
	width: 12px;
	height: 10px;
	position: absolute;
	right: calc(50% - 6px);
	bottom: 15px;
	content: url(../images/arrow.png)
}
.unit_box ul li {
	width: calc(20% - 4px);
	line-height: 50px;
	text-align: center;
	font-size: 1.1em;
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-ms-transition: all 300ms;
	transition: all 300ms
}
.unit_box ul li a {
	color: #333;
	font-weight: 700;
	display: block
}
.unit_box ul li:hover:before {
	width: 12px;
	height: 10px;
	position: absolute;
	right: calc(50% - 6px);
	bottom: 15px;
	content: url(../images/arrow.png)
}
.unit_box ul li:nth-child(5):after {
	width: 0;
	height: 0
}
.unit_box ul li:hover {
	color:#F00 !important;
	border-top:1px solid #F00;
}
.unit_box ul li:hover a {
	color:#F00 !important;
}
@media screen and (min-width: 1025px) {
/*	.unit_box ul li:after {
		width: 1px;
		height: 15px;
		position: absolute;
		right: 0;
		top: calc(50% - 7px);
		background: #ccc;
		content: '';
		-webkit-transition: all 300ms;
		-moz-transition: all 300ms;
		-o-transition: all 300ms;
		-ms-transition: all 300ms;
		transition: all 300ms
	}*/
}
@media screen and (max-width: 1024px) {
	/* 手機+平板 */
	.unit_box ul {
		display: flex;
		flex-wrap: wrap;
	}
	.unit_box ul li.current,.unit_box ul li{
		width: 50%;
	}
}
ul.news_box {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 30px auto 40px
}
ul.news_box li {
	width: calc(100% - 20px);
	border-bottom: 1px solid #eee;
	padding: 40px 10px;
	overflow: hidden;
	background: #fff;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	transition: background .5s
}
ul.news_box li:hover {
	background: #f5f5f5
}
ul.news_box li .right {
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	color: #ccc;
	background: #2B2B2B;
	border-radius: 50%
}
ul.news_box li .left {
	width: 100%;
	max-width: 950px;
	float: right
}
ul.news_box li .title {
	color: #f48201;
	font-size: 1.846em;
	line-height: 1.846em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
ul.news_box li .title a {
	color: #f48201
}
ul.news_box li .year {
	color: #fff;
	font-size: 2.5em;
	display: block;
	text-align: center;
	margin-top: 22px
}
ul.news_box li .m-d {
	text-align: center;
	color: #fff;
	font-size: 1.231em
}
ul.news_box li .text {
	color: #333;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 1.18em
}
ul.news_box li .more {
	clear: both;
	color: #f48201;
	text-decoration: underline;
	text-align: right;
	letter-spacing: 5px
}
ul.news_box li .more a {
	color:#f48201
}
@media screen and (max-width: 1024px) {
	ul.news_box li .more a {
		font-size: 16px;
	}
}
.news_tt {
	width: 100%;
	margin: 50px 0 30px;
	overflow: hidden
}
.news_tt .title {
	color: #f48201;
	font-size: 1.846em;
	line-height: 1.846em;
	margin-bottom: 5px
}
.news_tt .date {
	color: #ccc;
	border-bottom: 1px solid #eee;
	padding: 0 0 10px 20px;
	background: url(../images/date.png)left top no-repeat
}
#contact_box {
	width: 100%
}
.con_info {
	width: 50%;
	height: 680px;
	float: left;
	position: relative
}
.con_from {
	width: 48%;
	float: right;
	padding: 1%
}
.con_from .tt {
	background: #333;
	padding: 10px;
	color: #fff;
	font-size: 1.231em
}
.con_from ul {
	padding: 0;
	margin: 20px 0;
	list-style: none
}
.con_from ul li {
	margin-bottom: 20px
}
.con_from ul li span {
	color: #333;
	font-size: 1.154em
}
.con_from ul li textarea {
	width: 95%!important
}
.con_from ul li input {
	width: 50%
}
.con_from ul li:nth-child(7) input {
	width: 200px!important
}
.con_info iframe {
	height: 680px;
	position: absolute;
	z-index: 1
}
.company_info {
	width: 86%;
	position: absolute;
	z-index: 2;
	bottom: 5%;
	left: 5%;
	padding: 2%;
	background-color: rgba(0,0,0,0.7)
}
.con_info ul {
	padding: 0;
	margin: 0;
	list-style: none
}
.company_info ul li {
	color: #fff;
	font-size: 1.154em;
	line-height: 2em;
	padding-left: 25px
}
.company_info ul li.tel {
	background: url(../images/contact/tel.png)left center no-repeat
}
.company_info ul li.fax {
	background: url(../images/contact/fax.png)left center no-repeat
}
.company_info ul li.mail {
	background: url(../images/contact/mail.png)left center no-repeat
}
.company_info ul li.add {
	background: url(../images/contact/add.png)left center no-repeat
}
@media screen and (max-width: 1024px) {
	.con_from ul li {
		width: 90%;
		margin: 0 auto 20px auto;
	}
	.con_from ul .submit{
		display: flex;
		justify-content: center;
	}
	.con_from ul .submit input{
		margin: auto 10px;
	}
}
@media all and (max-width: 850px) {
.con_info {
	width: 100%;
	height: 400px;
	float: none;
	position: relative
}
.con_info iframe {
	height: 400px
}
.con_from {
	width: 100%;
	float: none
}
.company_info {
	bottom: 0
}
}
.pro_list {
	width: 100%;
	max-width: 830px;
	float: right;
	margin: 0
}
.pp_title {
	padding: 20px 50px;
	text-align: center;
	font-size: 1.154em;
	background: #f48201;
	color: #fff;
	position: relative
}
.pp_title:before {
	width: 12px;
	height: 10px;
	position: absolute;
	right: calc(50% - 6px);
	bottom: -5px;
	content: url(../images/arrow.png)
}
@media screen and (min-width: 769px) {
	.pro_list ul {
		width: 830px;
	}
	.pro_box li{
		width: 33.3%;
		max-width: 270px;
	}
}
@media screen and (min-width: 500px) and (max-width: 768px){
	.pro_box li{
		width: 49%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pro_box{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		/* justify-content: center; */
	}
	.pro_list {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#left_menu{
		width: 90%;
		padding: 0;
	}
	#left_menu ul li {
		border: none;
	}
	#left_menu ul li a {
		text-align: center;
	}
	.mtree-demo{
		border-bottom: 1px #ccc dotted;
	}
	.mtree.bubba{
		display: flex;
	}
	.mtree.bubba li{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.pro_list {
		display: flex;
		flex-direction: column;
	}
	.pro_box{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
}
.pro_list ul {
	/* width: 100%; */
	/* max-width: 830px; */
	list-style: none;
	padding: 0;
	float: left;
	margin: 0 0 50px
}
@media screen and (min-width: 1025px) {
	.pro_list ul li {
		width: 100%;
	}
}
.pro_list ul li {
	float: left;
	margin: 30px 0 0;
/*	border: 1px solid #fff;*/
	border-right: 1px dotted #ccc;
	border-radius: 3px
}
.pro_list ul li:nth-child(3n) {
	margin-right: 0;
	border: 1px solid #fff
}
.pro_list ul li:hover {
	border: 1px #fff solid;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	-moz-box-shadow: 2px 2px 10px 2px rgba(0%,0%,0%,0.5);
	-webkit-box-shadow: 2px 2px 10px 2px rgba(0%,0%,0%,0.5);
	box-shadow: 2px 2px 10px 2px rgba(0%,0%,0%,0.5)
}
.pro_list ul li .pic {
	width: 240px;
	height: 185px;
	margin: 10px auto 20px
}
.pro_list ul li .pic img {
	width: 100%;
	max-width: 240px;
	height: 185px;
	border-radius: 5px
}
.pro_list ul li .pic img:hover{
	transform:scale(1.1);
}

.pro_list ul li .pic img {
	transition:all 0.5s ease;
}
.pro_list ul li .pic:hover img {
	transform:scale(1.1);
}
.pro_list ul li .pic:hover img.iOpacity {
	transform:scale(1);
}
.pro_list ul li .name {
	height: 35px;
	font-size: 1.18em;
	text-align: center;
	margin: 5px 10px 10px;
	font-family: Helvetica, Arial, sans-serif, "Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.pro_list ul li .name a {
	color: #333;
	display: block
}
.pro_list ul li .model {
	color: #999;
	line-height: 30px;
	text-align: center
}
.pro02_top {
	width: 100%;
	margin: 50px 0 60px;
	clear: both;
	overflow: hidden
}
.pro02_bot {
	width: 830px;
	clear: both;
	margin-bottom: 30px
}
@media screen and (min-width: 1025px) {
	.pro02_pic {
		width: 430px;
	}
}
@media screen and (max-width: 1024px) {
	.pro02_bot,
	.pro02_top {
		width: 100%;
		margin: auto;
		display: flex;
    	flex-direction: column;
   		align-items: center;
	}
}
@media screen and (max-width: 500px) {
	.pro02_pic {
		width: 300px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.pro02_top {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 50px;
	}
	.pro02_pic {
		width: 430px;
	}
}
.pro02_pic {
	height: auto;
	float: left
}
.pro02_pic img {
	width: 100%;
	max-width: 430px;
	height: auto;
	/* width: 430px; */
	/* height: 332px */
}

.pro02_info {
	width: 380px;
	float: right
}
.pro02_info .pro02_name {
	font-size: 20px;
	line-height: 110%;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}
@media screen and (mim-width: 1025px) {
	.pro02_info .btn_inq {
		margin: 15px 0;
	}
}
.pro02_info .btn_inq {
	background: #f48201;
	border-radius: 0 5px 0 5px;
	text-align: center;
	line-height: 40px;
	position: relative;
	-webkit-transition: background 1s;
	-moz-transition: background 1s;
	-o-transition: background 1s;
	transition: background 1s
}
.pro02_info .btn_inq a {
	color: #fff;
	display: block
}
.pro02_info .btn_inq:hover {
	background:#0D038E
}
.pro02_info .btn_inq:before {
	content: url(../images/product/add.png);
	position: absolute;
	left: 143px;
	top: 5px
}
.c_input03 {
	font-size: 12px;
	padding: 0 5px;
	height: 25px;
	text-align: center;
	background: #eee;
	opacity: .7;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	border: 1px solid #ccc
}
.inquiry_box {
	margin-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	display: block
}
.inquiry_tab {
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 20px
}
.inq_title {
	font-size: 18px;
	line-height: 50px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background: #f48201;
	margin: 0
}
.inquiry_tab .del img {
	width: 20px;
	height: 20px;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.inquiry_tab .del img:hover {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.inquiry_tab table {
	border-bottom: 1px solid #ddd;
	padding: 10px 0
}
.inquiry_tab table.col {
	color: #f48201;
	font-weight: 400;
	font-size: 14px
}
.inquiry_tab table img {
	width: 100%;
	max-width: 100px;
}
.inquiry_tab table a {
	color: #2b2b2b;
	text-decoration: none;
	font-size: 14px
}
.inquiry_tab table tr {
	border-bottom: 1px solid #eee
}
.inq_sty01 {
	color: #c00;
	font-weight: 700
}
@media screen and (max-width: 1024px) {
	.inquiry_box {
		width: 100%;
	}
	.input_notes{
		width: 180px;
	}
}
@media screen and (max-width: 500px) {
	.inquiry_box {
		width: 100%;
	}
	.inquiry_tab table img {
		max-width: 50px;
	}
	.input_notes{
		width: 100px;
	}
}
.btn-style {
	display: block;
	width: 90px;
	height: 26px;
	margin-right: 20px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	border: 0;
	float: left;
	background: #666;
	border-radius: 5px;
	behavior: url(../PIE.php);
	transition: background .5s ease-in-out
}
.btn-style:hover {
	background: #f48201;
	cursor: pointer
}
.r12 {
	color: #c00
}
.b01 {
	color: #f48201
}
.c_input {
	font-size: 13px;
	padding: 0 5px;
	height: 25px;
	background: rgba(255%,255%,255%,0.5);
	border: 1px solid #dcdcdc
}
.c_textarea {
	font-size: 13px;
	padding: 5px;
	border: 1px solid #dcdcdc;
	background: rgba(255%,255%,255%,0.5);
	width: calc(100% - 22px)
}
.button_back {
	padding: 8px 30px;
	text-decoration: none;
	display: inline-block;
	font-size: 13px;
	color: #fff;
	background: #f48201;
	border: #fff 1px solid;
	cursor: pointer;
	outline: none
}
.button_back:hover {
	padding: 8px 30px;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	background: #f48201;
	border: #fff 1px solid
}
DIV.scott {
	padding: 3px 0;
	font-family: Arial, Verdana, "æ–°ç´°æ˜Žé«”";
	font-size: 10px;
	width: 100%;
	float: left;
	text-align: center
}
DIV.scott A {
	color: #5D5D5D;
	text-decoration: none;
	padding: 2px 5px;
	margin: 0 2px 0 0
}
DIV.scott A:hover {
	color: #f48201
}
DIV.scott A:active {
	color: #fff
}
DIV.scott SPAN.page_current {
	font-weight: 700;
	color: #f48201;
	padding: 2px 5px;
	margin: 0 2px 0 0
}
DIV.scott SPAN.disabled {
	color: #d3d3d3;
	margin: 0 2px 0 0;
	padding: 2px 5px
}

.inquiryText img {
	vertical-align: middle;
}
.inquiryText span {
	margin-left: 8px;
	font-size: 12px;
	color: #8d8d8d;
}

.iso_photo_box { width: 100%; display: inline-flex; justify-content: flex-start; margin-right: 10px;}
.iso_photo_box > ul { width: auto; height: auto; float: left; }
.iso_photo_box > ul > img { width: 100%; height: auto; float: left; }