@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, "Microsoft JhengHei";
	font-size:12px;
	margin:0 auto;
	padding:0;
	line-height:1.5;
	background-color:#7e308e;
}
#seo{ display: none; }
form{ margin: 0; }
.clear{clear:both}
#body_center
{
	width:1000px;
}
/*header*/
header
{
	width:1000px;
	color:#777777;
	background-color:#fff;
	height:120px;
	margin:0 auto;
}
#header_line
{
	width:960px;
	margin:5px auto;
	border-bottom:1px solid #d1d1d1;
}
#header_left
{
	width:760px;
	height:100px;
	float:left;
}
#lan
{
	width:310px;
	height:50px;
	margin-left:440px;
	padding-top:20px;
	text-align:right;
}
#lan a
{
	color:#777777;
	text-decoration:none;
	padding-left:20px;
}
#lan a:hover
{
	color:#7e308e;
}
#nav {
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    margin-left: 50px;
    width: 720px;
}
#nav > li{
	display: inline-block;
	list-style: none;
	margin-left: 30px;
    position: relative;
}
#nav > li > a {
    color: #777777;
    text-decoration: none;
    padding-bottom: 10px;
}
#nav li:hover > a {
    color: #7e308e;
}
#nav ul.list,
#nav ul.list-sec{
    position: absolute;
    top: 25px;
    left: 0px;
    background: #777777;
    width: 250px;
    border-left: 1px solid #fff;
    display: none;
    z-index: 1;
}
#nav ul.list-sec{
    left: auto;
    right: -251px;
    top: 0;
}
#nav ul.list > li,
#nav ul.list-sec > li {
	list-style: none;
	position: relative;
}
#nav ul.list > li > a,
#nav ul.list-sec > li > a{
    padding: 5px 10px;
    color: #fff;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
#nav ul.list-sec > li > a {
	background: #999999;
}
#nav ul.list > li:hover > a,
#nav ul.list-sec > li:hover > a{
    background: #7e308e;
}
#nav > li:hover > ul.list,
#nav ul.list > li:hover > ul.list-sec{
	display: block;
}
#logo
{
	width:150px;
	float:right;
	margin:5px auto;
}
ul#lan_inside {
	width:672px;
	background-color:#d1d1d1;
	padding:10px;
}
body:not(:-moz-handler-blocked) ul#lan_inside {
	width:672px;
	background-color:#d1d1d1;
	padding:10px;
}
ul#lan_inside li{
	color:#777;
	width:200px;
	float:left;
	background-color:#d1d1d1;
	padding:5px;
	list-style:none;
	margin:0 10px 0 0;
}
/*article*/
article
{
	width:1000px;
	color:#777777;
	background-color:#fff;
	margin:0 auto;
	padding:0 0 20px 0;
}
#pagetitle
{
	color:#7e308e;
	font-size:28px;
	width:960px;
	padding:0 20px 20px 20px;
	clear:both;
}
#breadcrumb {
	line-height:20px;
	float:right;
	text-align:center;
	margin:18px 20px 18px 0;
	font-size:14px;
}
#breadcrumb a {
	text-align:center;
	text-decoration:none;
	color:#777777;
}
#article_left
{
	float:left;
	margin-left:20px;
	width:692px;
}
#article_test_banner
{
	width:692px;
	height:235px;
}
#article_test_article_top
{
	width:692px;
	border-bottom:1px solid #7e308e;
	padding:20px 0;	
}
.article_test_article_title
{
	color:#7e308e;
	font-size:18px;
	font-weight:bold;
}
.article_test_article_text
{
	color:#777777;
	padding:20px auto;
}
#article_test_article_bottom
{
	width:692px;
	margin:20px 0;
	padding-bottom:40px;
}
#article_test_article_bottom_left
{
	width:400px;
	float:left;
}
.article_test_article_title02
{
	color:#7e308e;
	font-size:18px;
	font-weight:bold;
}
.article_test_article_text02
{
	color:#777777;
}
#article_test_article_bottom_right
{
	width:221px;
	float:right;
}
#article_right
{
	float:right;
}
#information
{
	background-color:#d1d1d1;
	width:180px;
	padding:10px;
	margin:0 20px 20px 0;
}
#information a
{
	text-decoration:none;
	color:#777;
}
#information_top
{
	border-bottom:1px solid #777;
	padding:10px 0;
}
.information_title
{
	color:#7e308e;
	font-size:20px;
}
.information_article
{
	color:#777;
	padding:5px 0;
}
#information_bottom
{
	padding:10px 0;
}
#up_icon
{
	width:692px;
	margin:70px 0 0 0;
}
#up_icon02
{
	margin:0 0 0 588px;
}
#up_icon03
{
	width:42px;
	text-align:center;
	padding:0 0 0 10px;
	float:left;
}
#up_icon04
{
	width:960px;
	margin:5px 0 0 900px;
}
#up_icon a
{
	text-decoration:none;
}
#up_icon img
{
	float:right;
	width:42px;
}
/*footer*/
footer
{
	margin:0 auto;
	background-color:#fff;
	width:1000px;
	border-top:1px solid #d1d1d1;
}
#footer_left
{
	float:left;
	width:700px;
	background-color:#fff;
}
#footer_right
{
	float:right;
	width:260px;
	background-color:#fff;
	height:45px;
	padding:15px 20px 0 20px;
	text-align:right;
}
#footer_right img
{
	width:30px;
	margin:0 5px;
}
#nav02
{
	height:25px;
	color:#777777;
	margin:0 20px;
	border-top:1px solid #d1d1d1;
	padding:10px 0 0 0;
}
#nav02 a
{
	color:#777777;
	text-decoration:none;
	padding:0 5px;
}
#nav02 a:hover
{
	color:#7E308E;
}
#copyright
{
	height:25px;
	color:#777777;
	margin:0 25px;
}
#copyright a
{
	color:#777777;
	text-decoration:none;
}
#copyright a:hover
{
	color:#7E308E;
}
/*products*/
.productsgroup
{
	width:692px;
}
.products
{
	width:217px;
	float:left;
}
.products a
{
	color:#777;
	text-decoration:none;
}
.products02
{
	width:217px;
	float:left;
	margin:0 20px;
}
.products02 a
{
	color:#777;
	text-decoration:none;
}
.products03
{
	width:217px;
	height:auto;
	float:right;
}
.products03 a
{
	color:#777;
	text-decoration:none;
}
.products_pic
{
	width:217px;
	height:217px;
	/*background:url(../images/pro_back.jpg) no-repeat;*/
}
.products_pic a
{
	text-decoration:none;
}
.products_pic img
{
	padding:0;
}
.products_text
{
	height:auto;
	color:#777777;
	padding:10px 0 20px 0;
}
#information_top02
{
	padding:10px 0;
	margin:0 0 20px 0;
}
#information_top02 a:hover
{
	color:#7e308e;
}
.information_article02
{
	color:#777;
	border-bottom:1px solid #777;
	padding:5px 0;
}
.information_article02 a
{
	color:#777;
	text-decoration:none;
}
.information_article02 a:hover
{
	color:#7e308e;
}
.products_i
{
	/*background:url(../images/pro_i_back.jpg) no-repeat;*/
	width:692px;
	height:252px;
	position:relative;
}
.circle_choice
{
	position:absolute;
	bottom:10px;
	z-index:10;
	left:340px;	
}
.products04
{
 width:100%;
}
ul
{
	margin:0;
	padding:0;
}
ul#description
{
	margin:0 0 20px 0;
}
ul#description li
{
	margin:0 0 0 20px;
	width:692px;
}
#button
{
	height:30px;
	border-bottom:3px solid #d1d1d1;
	width:692px;
	margin:15px 0 0 0;
}
.button02
{
	width:auto;
	height:30px;
	line-height:30px;
	background-color:#7e308e;
	color:#fff;
	padding:0 10px;
	float:left;
	cursor:pointer;
	text-align:center;
	font-size:14px;
}
.button02 a
{
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
}
.button02:hover
{
	background-color:#777;
}
.button01
{
	width:auto;
	background-color:#d1d1d1;
	color:#7e308e;
	padding:0 10px;
	float:left;
	text-align:center;
	height:30px;
	line-height:30px;
	cursor:pointer;
	font-size:14px;
}
.button01 a
{
	text-decoration:none;
	color:#7e308e;
	cursor:pointer;
}
.videoform
{
	height:20px;
	width:682px;
	padding:5px;
	border-bottom:1px solid #d1d1d1;
}
.videoform01
{
	width:341px;
	float:left;
}
.videoform02
{
	height:21px;
	float:right;
	color:#fff;
	padding:2px 10px 0 45px;
	background:url(../images/videologo.jpg) no-repeat;
}
.pro_table01
{
	color:#fff;
	background-color:#777;
	height:30px;
	padding:5px;
}
.pro_table02
{
	color:#777;
	background-color:#fff;
	height:20px;
	padding:5px;
}
.pro_table03
{
	color:#777;
	background-color:#d1d1d1;
	height:20px;
	padding:5px;
}
.pro_table04
{
	width:1px;
	background-color:#fff;
}
.pd_fig{
 width: 692px;
}
/*news*/
.news_exhibitions
{
	width:330px;
	height:180px;
	float:left;
	margin:20px 0 0 0;
}
.news_left_top
{
	width:630px;
	float:left;
}
.news_right_top
{
	width:200px;
	float:left;
	padding:0 0 0 10px;
}
.news_right_top img
{
	width:200px;
}
.news_bottom
{
	margin:10px 0 0 0;
	width:330px;
	float:left;
}
.date
{
	border:1px solid #777;
	text-align:center;
	height:40px;
	width:60px;
	padding:10px 0;
	float:left;
}
/*news_i*/
.news_i_title
{
	width:692px;
	border-bottom:1px solid #777;
}
.news_right_top02
{
	width:42px;
	float:right;
	padding:5px 10px;
}
.news_i_article
{
	width:692px;
	font-size:14px;
	margin:20px 0 0 0;
}
.news_i_text
{
	float:left;
	font-size:16px;
	color:#7e308e;
	font-weight:bold;
	line-height:62px;
	padding:0 0 0 20px;
}
.readmore
{
	background:url(../images/readmore.jpg) no-repeat;
	width:88px;
	height:28px;
	color:#fff;
	float:right;
	padding:4px 11px;
	margin:10px 0;
	cursor:pointer;
}
.readmore a
{
	text-decoration:none;
	color:#fff;
}
/*Q&A*/
.qa
{
	width:692px;
	border-bottom:1px solid #777;
	margin:0 0 20px 0;
}
.qa_icon01
{
	width:56px;
	height:39px;
	background:url(../images/question.png) no-repeat;
	text-align:center;
	color:#777;
	font-weight:bold;
	font-size:24px;
	line-height:39px;
	float:left;
}
.qa_icon02
{
	width:56px;
	background:url(../images/answer.png) no-repeat;
	color:#fff;
	height:39px;
	text-align:center;
	font-weight:bold;
	font-size:24px;
	line-height:39px;
	float:left;
}
.qa_text
{
	color:#777;
	margin:10px;
	font-size:14px;
	float:left;
}
.question
{
	width:692px;
	cursor:pointer;
}
.answer
{
	width:692px;
	display:none;
}
/*download*/
.download
{
	width:692px;
}
.download_left
{
	width:582px;
	color:#777;
	background-color:#d1d1d1;
	height:40px;
	float:left;
	font-size:14px;
	line-height:40px;
	padding-left:10px;
	margin-bottom:20px;
}
.download_right
{
	width:90px;
	color:#fff;
	background:url(../images/download.png) 86% 50% no-repeat #7e308e;
	height:40px;
	float:left;
	font-size:16px;
	font-weight:bold;
	line-height:40px;
	padding-left:10px;
	margin-bottom:20px;
}
/*video*/
.video_left
{
	width:330px;
	height:181px;
	float:left;
	margin-bottom:30px;
}
.video_left a
{
	text-decoration:none;
}
.video_top
{
	width:330px;
	height:151px;
}
.video_bottom
{
	width:330px;
	height:30px;
	font-size:14px;
	color:#777;
	padding:10px 0;
	line-height:30px;
}
.video_bottom_right
{
	float:left;
	height:30px;
	line-height:30px;
	width:300px;
}
.video_bottom_left
{
	float:left;
	width:30px;
	height:30px;
}
.video_right
{
	width:330px;
	height:181px;
	float:right;
	margin-bottom:30px;
}
.video_right a
{
	text-decoration:none;
}
/*map*/
.map_asiamiddleeast
{
	position:absolute;
	top:255px;
	left:572px;
	width:328px;
	height:232px;
	padding:80px 50px 0 50px;
	color:#fff;
	font-size:11px;
	z-index:20;
}
.map_asiamiddleeast a
{
	text-decoration:none;
	color:#fff;
}
.map_asiamiddleeast:hover
{
	top:255px;
	left:572px;
	background:url(../images/map01.png) no-repeat;
	cursor:pointer;
}
.map_oceania
{
	position:absolute;
	top:473px;
	left:721px;
	width:74px;
	height:70px;
	padding:20px 0 0 15px;
	color:#fff;
	font-size:11px;
	z-index:21;
}
.map_oceania a
{
	text-decoration:none;
	color:#fff;
}
.map_oceania:hover
{
	top:473px;
	left:721px;
	background:url(../images/map02.png) no-repeat;
	cursor:pointer;
}
.map_europe
{
	position:absolute;
	top:269px;
	left:490px;
	width:132px;
	height:129px;
	color:#fff;
	padding:80px 0 0 50px;
	font-size:11px;
}
.map_europe a
{
	text-decoration:none;
	color:#fff;
}
.map_europe:hover
{
	top:269px;
	left:490px;
	background:url(../images/map03.png) no-repeat;
	cursor:pointer;
}
.map_africa
{
	position:absolute;
	top:370px;
	left:475px;
	width:129px;
	height:154px;
	color:#fff;
	padding:50px 0 0 50px;
	font-size:11px;
}
.map_africa a
{
	text-decoration:none;
	color:#fff;
}
.map_africa:hover
{
	top:370px;
	left:475px;
	background:url(../images/map04.png) no-repeat;
	cursor:pointer;
}
.map_northamerica
{
	position:absolute;
	top:242px;
	left:865px;
	width:296px;
	height:171px;
	padding:70px 0 0 60px;
	color:#fff;
	font-size:11px;
	z-index:22;
}
.map_northamerica a
{
	text-decoration:none;
	color:#fff;
}
.map_northamerica:hover
{
	top:242px;
	left:865px;
	background:url(../images/map05.png) no-repeat;
	cursor:pointer;
}
.map_centralsouthamerica a
{
	text-decoration:none;
	color:#fff;
}
.map_centralsouthamerica
{
	position:absolute;
	top:379px;
	left:954px;
	width:166px;
	height:195px;
	padding:70px 0px 0px 100px;
	color:#fff;
	font-size:11px;
	z-index:23;
}
.map_centralsouthamerica:hover
{
	top:379px;
	left:954px;
	background:url(../images/map06.png) no-repeat;
	cursor:pointer;
}
#main_content h2{
	font-size:22px;
	font-weight:normal;
	margin:10px 0 10px 20px;
}
/* .continent{
	display:none;
} */
.continent h3{
	font-size:21px;
	font-size:22px\0;
	font-weight:normal;
	color:#212121;
	margin:0 0 5px 0;
	padding:0;
}
#country_table{
	table-layout:fixed;
	color:#333333;
	font-size:13px;
	font-size:14\0;
	line-height:18px;
}
#country_table #country_title{
	color:#330;
	font-size:15px;
	font-size:16px\0;
	line-height:40px;
	width:98%;
	border-bottom:1px #CCC solid;
	margin:20px 0 15px 0;
}
#country_table .country_add{
	color:#828282;
	margin:0;
	width:98%;
	display:block;
}
#country_table .country_phone, .country_fax, .country_email{
	color:#828282;
	margin:0 10px 0 0;
}
#country_table a{color:#900}
#map_asia{position:absolute; color:#fff; font-size:13px; font-size:14px\0; margin-left:250px; margin-top:170px; z-index:9999;}
#map_oceania{position:absolute; color:#fff; font-size:13px; font-size:14px\0; margin-left:385px; margin-top:375px; z-index:9999;}
#map_africa{position:absolute; color:#fff; font-size:13px; font-size:14px\0; margin-left:100px; margin-top:300px; z-index:9999;}
#map_europe{
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-size: 14px\0;
	margin-left: 120px;
	margin-top: 160px;
	z-index: 9999;
	left: 389px;
	top: 357px;
}
#map_north_america{
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-size: 14px\0;
	margin-left: 700px;
	margin-top: 170px;
	z-index: 9999;
	left: -159px;
	top: 288px;
}
#map_south_america{
	position: absolute;
	color: #fff;
	font-size: 13px;
	font-size: 14px\0;
	margin-left: 810px;
	margin-top: 330px;
	z-index: 9999;
	width: 70px;
	left: -275px;
	top: 125px;
}
/*contact*/
.contact_description
{
	color:#777;
	width:692px;
	font-size:14px;
}
.contact_no
{
	float:left;
	width:50px;
	margin:0 0 0 10px;	
}
.contact_category
{
	float:left;
	width:430px;
}
.contact_productname
{
	float:left;
	width:150px;
}
.contact_delete
{
	float:left;
}
.contact_productname02
{
	float:left;
	width:160px;
}
.contact_delete02
{
	float:left;
	padding:5px 0;
}
.contact_delete02 img
{
	width:20px;	
}
.contact_pro
{
	width:692px;
	height:60px;
	border-bottom:1px solid #777;
}
.contact_pro_top
{
	width:692px;
	height:30px;
	background-color:#d1d1d1;
	color:#777;
	font-size:14px;
	line-height:30px;
}
.contact_pro_bottom
{
	width:692px;
	height:30px;
	line-height:30px;
}
/*Sitemap*/
#article_sitemap
{
	width:960px;
	margin:0 20px;
}
.sitemap_button
{
	height:30px;
	border-bottom:3px solid #d1d1d1;
	width:960px;
}
.sitemap_button01
{
	width:100px;
	background-color:#d1d1d1;
	color:#7e308e;
	padding:0 10px;
	float:left;
	text-align:center;
	height:30px;
	line-height:30px;
	cursor:pointer;
	font-size:14px;
}
.sitemap_button01 a
{
	color:#7e308e;;
	text-decoration:none;
}
.sitemap_left
{
	float:left;
	width:300px;
}
.sitemap_title
{
	font-size:18px;
}
.sitemap_title a
{
	color:#777;
	text-decoration:none;
}
.sitemap_pro
{
	padding:0 10px;
}
.sitemap_pro a
{
	color:#777;
	text-decoration:none;
	padding-left:10px;
}
.sitemap_package
{
	width:960px;
	float:left;
	margin-bottom:20px;
}
#inquire_now{
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	line-height: 45px;
	color: #2a2d30;
	height: 50px;
	width:180px;
	padding: 10px;
	margin: 0 20px 20px 0;
	background: #E5A552;
	text-align: center;
	font-weight: bold;
	-webkit-box-shadow: 10px 10px 27px -9px rgba(87,87,87,1);
    -moz-box-shadow: 10px 10px 27px -9px rgba(87,87,87,1);
    box-shadow: 10px 10px 27px -9px rgba(87,87,87,1);
}
#inquire_now a{
	color: #2a2d30;
	text-decoration: none;
}
.inquire_now {
	height: 50px;
	width: 162px;
	margin: 0 20px 20px 0;
	font-size:28px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #deccad;
	padding:9px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f6b33d 5%, #fff200 100% );
	background:-ms-linear-gradient( top, #f6b33d 5%, #fff200 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#fff200');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6b33d), color-stop(100%, #fff200) );
	background-color:#f6b33d;
	color:#302e30;
	display:inline-block;
	text-shadow:0px 0px 0px #bfbfbf;
 	-webkit-box-shadow:inset 1px 0px 50px 3px #fed897;
 	-moz-box-shadow:inset 1px 0px 50px 3px #fed897;
 	box-shadow:inset 1px 0px 50px 3px #fed897;
}.inquire_now:hover {
	background:-moz-linear-gradient( center top, #fff200 5%, #f6b33d 100% );
	background:-ms-linear-gradient( top, #fff200 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff200', endColorstr='#f6b33d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff200), color-stop(100%, #f6b33d) );
	background-color:#fff200;
}.inquire_now:active {
	position:relative;
	top:1px;
}
