@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
* {
	/*border: solid 2px black;*/
	position: relative;
	box-sizing: border-box;
	width: 187;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: 'Lato', Arial, "Microsoft JhengHei", 微軟正黑體;
sans-serif;
}
body {
	font-family: 'Lato', sans-serif;
	margin: 0 auto;/*max-width: 1600px;*/
}
a {
	text-decoration: none;
}
select{
	font-family: 'Lato', Arial, "Microsoft JhengHei", 微軟正黑體;
}
.allcontainer {
/*max-width: 1600px;*/
}
.header {
	/*max-width: 1311px;*/
	margin: 0 auto;
}
.container {
	width: 1200px;
	margin: 0 auto;
	display: flex;
}
#leftlogo {
	width: 25%;
	height: 113px;
	text-align: right;
}
#leftlogo > img {
	top: 33px;
}
#middlemenu {
	width: 53%;
	height: 113px;
	text-align: right;
}
#middlemenu > span {
	top: 56px;
	margin-left: 25px;
	font-size: 15px;
	cursor: pointer;
}
#middlemenu > span > a {
	text-decoration: none;
	color: black;
	cursor: pointer;
}
#righticon {
	width: 22%;
	height: 113px;
	text-align: right;
}
#righticon > a > img {
	top: 10px;
}
#righticon > #icon {
	top: 10px;
}
#icon img {
	margin-left: 15px;
}
.topimg {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.topimg > p {
	color: white;
	font-weight: 500;
	font-size: 50px;
	position: absolute;
	bottom: 25%;
	left: 73px;
	text-transform: uppercase;
	text-shadow: rgba(3, 3, 3, 0.7) 2px 2px 3px;
	font-family: 'Roboto', Arial, "Microsoft JhengHei", 微軟正黑體;
sans-serif;
}
.topimgbox {
	width: 1200px;
	height: 700px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.direction {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 13px;
	color: #777;
	font-weight: 400;
}
.direction h3, .direction h3 a {
	font-weight: 400;
	color: #777
}
.nav {
	/*border: solid 1px black;*/
	width: 1200px;
	list-style: none;
	margin: 0 auto;
}
.nav > ul > li:nth-child(n) {
	background-color: #F8F8F8;
	display: flex;
	height: 210px;
}
.nav > ul > li:nth-child(2n) {
	background-color: white;
	display: flex;
}
li.nav.box1 {
	padding: 25px
}
.leftbox {
	width: 187px;
	margin-right: 25px;
	background: #fff;
	height: 160px;
	border: 1px solid #f8f8f8;
}
.leftbox img {
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translateY(-50%);
}
.middlebox {
	width: 65%;
}
.middlebottom {
/*border: solid 1px;*/
}
.middlebox li {
	background-color: #F8F8F8;
}
#info1 > li {
	margin-bottom: 12px;
	background-color: #F8F8F8;
	list-style-type: disc;
	list-style: 1px;
	top: 7px;
	left: 28px;
	font-size: 15px;
}
#info2 > li {
	margin-bottom: 12px;
	background-color: white;
	list-style-type: disc;
	top: 7px;
	left: 28px;
	font-size: 15px;
}
.middletop {
	height: 25%;
}
.middlebox > .middletop {
	height: auto;
	line-height: 150%;
}
.middletop > h2 {
	top: 5px;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
}
.middlebottom {
	height: 75%;
}
.middlebotom {
	font-size: 14px;
	color: #333;
	line-height: 160%;
}
.middlebotom > ul {
	margin-bottom: 0px;
}
.rightbox {
	width: 16%;/*border: solid 1px;*/
}
.rightbox button {
	width: 138px;
	height: 34px;
	border: solid 2px white;
	top: 42%;
	left: 14%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #858585;
	display: flex;
	background-color: #F8F8F8;
	padding-top: 5px;
	margin: 5px;
}
.series_button button {
	width: 138px;
	height: 34px;
	border: solid 2px white;
	top: 42%;
	left: 14%;
	transform: translateY(-50%);
	font-size: 12px;
	color: #858585;
	display: flex;
	background-color: #F8F8F8;
	padding-top: 5px;
	margin: 5px;
}
.series_button button:hover {
	background:#fff
}
.button {
	width: 138px;
	height: 34px;
	border: solid 2px white;
	top: 42%;
	left: 14%;
	transform: translateY(-50%);
	font-size: 8px;
	color: #858585;
	display: flex;
	background-color: #F8F8F8;
	padding-top: 5px;
	margin: 5px 0;
}
.button .iconbox {
	background-color: #F8F8F8;
}
.iconbox img, .youtubebox img {
	left: 5px;
}
.iconbox span {
	top: -4px;
	left: 8px;
}
.iconbox a {
	color: #008C8C;
	text-decoration: none;
}
.iconbox a span.pdf {
	color:#0059B2;
}
.youtubebox span {
	top: -4px;
	left: 8px;
	color: #CD3739;
	font-weight: 600;
}
.youtubebox a {
	color: #C71C7F;
	text-decoration: none;
}
.paginationbox {
	border-top: solid 1px #DDDDDD;
	width: 1200px;
	height: 172px;
	text-align: center;
	padding-top: 30px;
	font-size: 15px;
	margin: 0 auto;
}
.pagination {
	display: inline-block;
}
.pagination a {
	color: black;
	float: left;
	padding: 13px 16px;
	text-decoration: none;
}
.pagination a.active {
	background-color: #67AC00;
	color: white;
	border-radius: 50px;
}
.pagination a:hover:not(.active) {
	background-color: #ddd;
	border-radius: 5px;
}
.top_box {
	position: relative;
}
.paginationbox img {
	position: absolute;
	right: 0px;
	top: 21px;
}
hr {
/*border: solid 0.1px gray;*/
}
.explorefivetech {
	border-top: solid 1px #858585;
}
.title2 {
	padding-top: initial !important;
}
.title {
	margin-bottom: 26px;
	font-size: 28px;
	text-align: center;
	padding-top: 40px;
	color: #333;
	top: 10px;
}
.title img {
	width: 120px;
	top: -6px;
}
.explorefivetech {
	width: 100%;
}
.explore {
	/*	width: 1200px;*/
	height: 345px;
	margin: 0 auto;
}
#icon2 {
	position: absolute;
	top: 87%;
	left: 110%;
	width: 60px;
	height: 60px;
}
.fivetechbox1 {
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
	width: 1200px;
}
.explorebox1 {
	width: 127px;
	top: 35px;
	text-align: center;
}
.explorebox1 a {
	text-decoration: none;
}
.explorebox1 img {
	width: 110px;
}
.exporeword1 {
	font-weight: 500;
	text-align: center;
	top: 5px;
	font-size: 14px;
	color: #333333;
}
.footermenu {
	border-top: solid 1px #858585;
	border-bottom: solid 1px #858585;
	text-align: center;
	padding: 15px;
	/*position: absolute;*/
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	font-size: 15px;
	color: #858585;
}
.footermenu > span {
	margin: 0 20px;
}
.footermenu > span > a {
	text-decoration: none;
	color: #858585;
}
.footer {
	width: 100%;/*	height: 250px;
	top: 300px;*/
}
.footerbox {
	width: 1050px;
	/*height: 200px;*/
	margin: 0 auto;
	display: flex;
}
.footer_left {
	width: 18%;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-right: 44px;
	margin-left: -22px;
}
.footer_right {
	width: 82%;/*height: 200px;*/
}
.footer_right_top {
	height: 54%;
	font-size: 15px
}
.footer_right_bottom {
	height: 50%;
	top: 5%;
	display: flex;
	justify-content: space-between;
	font-size: 15px;
	color: #858585;
	font-size: 14px;
	letter-spacing: 1px
}
.right_bottom_box > #address {
	float: right;
	/*left: 2px;*/
	width: 640px;
}
.right_bottom_box > #email {
	left: 15px;
	width: 300px;
	float: right;
	text-align: left;
	    top: -5px;
}
.right_bottom_box > #email a{
	line-height: 140%;
}
.right_bottom_box > #fax, #tel {
	width: 180px;
	float: right;
	top: 10px;
	left: 3px;
}
.footer_left > img {
	vertical-align: center;
	/*position: absolute;*/
	top: 50%;
	transform: translateY(-50%);
}
.addressbox {
	position: absolute;
	bottom: 5%;
}
#address {
	left: 7px;
	width: 630px;
	top: 9px;
	color: #858585;
	font-size: 14px;
	letter-spacing: 1px
}
.addressbox > img {
	float: left;
}
.footer_bottom {
	width: 100%;
	background-color: #eee;
	height: 45px;
	bottom: 0px;
	color: #858585;
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 45px;
	text-align: center;
}
.footer_bottom > div > h5 {
	font-size: 10px;
	color: rgba(102,102,102,0.7);
	line-height: 45px;
}
.bottom_text {
	text-align: center;
	font-size: 12px;
	color: rgba(102,102,102,0.7);
}
/*END 首頁/*/


/*Start Search results*/

.search_results {
	font-size: 40px;
	font-weight: 500;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 28px;
}
.search_results h1{
	font-weight:400;
}
/*END Search results*/


/*Start E-CATLOG*/*  .subtitle {
	margin: 0 auto;
	width: 1200px;
	font-size: 22px;
	margin-bottom: 20px;
}
.PDF_Catlog_Download {
	/*border: solid 1px;*/
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 140px;
}
.pdfbox {
	border: solid 1px #eee;
	width: 280px;
	height: 50px;
	margin: 6px 0px;
	display: flex;
	justify-content: space-between;
	padding-right: 14px;
	padding-left: 16px
}
.pdfbox:hover {
	background:#eee;
}

.pdf_box {
	width: 30px;
	height: 30px;
	top:10px;
}
.pdfbox > h3 {
	line-height: 47px;
	font-size: 17px;
	color: #333;
}
.icon2_block {
	border-top: solid 1px #858585;
	border-bottom: solid 1px #858585;
	width: 100%;
	height: 100px;
}
.icon2_block > img {
	position: absolute;
	right: 12%;
	top: 20px;
}
.boxnew{
	display:table;
}
.boxnew>h3{
	line-height:100%;
    width: 230px;
		display: table-cell;
		vertical-align: middle;
}
.boxnew .pdf_box {
    position: absolute;
    right: 10px}
/*End E-CATLOG*/

/*start REACH (EC) 1907/2006*/

.direction2 {
	width: 1200px;
	height: 80px;
	line-height: 50px;
	margin: 8px auto;
	font-size: 13px;
	color: #797979;
}
.direction2 h3, .direction2 h3 a {
	font-weight: 400;
	color: #777;
}
.first_block {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.second_block {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.third_block {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.fourth_block {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.icon3_block {
	width: 100%;
	height: 100px;
}
.icon3_block > img {
	position: absolute;
	right: 12%;
	top: 20px;
}
/*END REACH (EC) 1907/2006*/

/*star RoHS/ RoHS2 COMPLIANT*/

.first_block2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 25px;
}
.second_block2 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 60px;
}
/*End RoHS/ RoHS2 COMPLIANT*/

/*start ISO 90012008*/

.subtitle2 {
	width: 1200px;
	margin: 0 auto;
	border-bottom: solid 1px #E1E1DE;
	padding-bottom: 35px;
}
.direction3 {
	width: 1200px;
	height: 60px;
	line-height: 50px;
	margin: 6px auto;
	font-size: 13px;
	color: #797979;
}
.twocolumn {
	/*border: solid 1px;*/
	width: 1200px;
	height: 1075px;
	margin: 0 auto;
	display: flex;
	margin-top: 66px;
}
.columnleft1 {
	width: 50%;/*border-right: solid 1px;*/
}
.columnright2 {
	width: 50%;
	/*border: solid 1px;*/
	margin: 0 auto;
}
.columnright2 img {
	position: absolute;
	right: 0%;
}
/*end ISO 90012008*/

/*start ISO 14001:2015*/

.twocolumn1 {
	/*border: solid 1px;*/
	width: 1200px;
	height: 775px;
	margin: 0 auto;
	display: flex;
	margin-top: 66px;
}
/*end ISO 14001:2015*/

/*start PRODUCTS OVERVIEW*/

.productsoverview {
	/*border: solid 1px;*/
	width: 1200px;
	height: 181px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-around;
	background-color: #EEEEEE;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
.product {
	border: solid 1px #8EC500;
	width: 230px;
	height: 32px;
	display: flex;
	justify-content: space-between;
	padding-right: 14px;
	padding-left: 16px;
	border-radius: 5px;
	background-color: white;
	cursor: pointer;
}
.productsoverview > .product_box > p {
	line-height: 28px;
	font-size: 16px;
}
.product_box {
	width: 15px;
	height: 15px;
	left: 5px;
}
.product_title {
	margin: 0 auto;
	width: 1200px;
	margin-bottom: 20px;
	font-size: 40px;
	font-family: 'Roboto';
}
.middle_title {
	width: 1200px;
	font-size: 21px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 32px;
}
.middle_title2 p {
	position: absolute;
	left: 5%;
	font-size: 14px;
	top: 12px;
}
.middle_title2 > img {
	vertical-align: top;
	margin-top: -4px;
}
.middle_title3 {
	width: 1200px;
	font-size: 21px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 32px;
}
.middle_title3 p {
	position: absolute;
	left: 5%;
	bottom: 50%;
	font-size: 14px;
}
.products_box {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.productbox {
	width: 188px;
	height: 260px;
	border: solid 1px #EEEEEE;
	margin-bottom: 16px;
	text-align: center;
	font-size: 16px;
	font-family: 'Lato';
}
.productbox > img {
	margin-top: 15px;
	margin-bottom: 15px;
}
.icon3_block {
	width: 100%;
	height: 100px;
}
/*end PRODUCTS OVERVIEW 選單*/

/*start Products overview選單-次類別*/



/*END Products overview選單-次類別*/


/*start Solution 詳細頁*/

.product_title2 {
	margin: 0 auto;
	width: 1200px;
	font-size: 40px;
	font-family: 'Roboto';
	padding-bottom: 20px;
	margin-bottom: 5px;
	border-bottom: solid 1px #DDDDDD;
}
.middle_title2 {
	width: 1200px;
	font-size: 21px;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 12px;
}
.middle_title2 p a {
	color: #333
}
.series_box {
	width: 1200px;
	height: 426px;
	margin: 0 auto;
	background-color: #F8F8F8;
	display: flex;
	padding: 30px
}
.series_left {
	width: 280px;
	height: 426px;
	text-align: center;
	margin-right: 50px;
}
.series_right {
	width: 70%;
	height: 426px;
}
.series_img{
	margin-bottom: 22px;
	background:#fff;
	height: 280px;
    width: 280px;
		justify-content: center;
    align-items: center;
		display: flex;
}

.series_button {
	position: absolute;
	left: 17%;
}
.series_button .iconbox {
	/*left: 5px;*/
}
.first_block1 {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.first_block1 p {
	font-size: 34px;
	color: #009F79;
	margin-bottom: 16px;
"
}
.second_block1 p {
	font-size: 25px;
	color: #7FB000;
	margin-bottom: 16px;
"
}
.series_right ul {
	font-size: 17px;
	color: #333333;
	line-height: 190%;
	list-style-type: disc;
}
.block {
	left: 10px;
	top: 20px;
}
.consistionbox {
	width: 1200px;
	height: 1150px;
	margin: 0 auto;
	margin-top: 10px;
}
/*end Solution 詳細頁*/

/*start products 詳細頁*/

.consistionbox2 {
	width: 1280px;
	height: 1344px;
	margin: 0 auto;
	margin-top: 32px;
}
/*end products 詳細頁*/

/*start products overview 詳細頁*/

.consistionbox3 {
	width: 1280px;
	height: 1080px;
	margin: 0 auto;
	margin-top: 32px;
}
/*end products overview 詳細頁*/


/*start contact us*/

.contactusbox {
	width: 1200px;
	padding-bottom: 50px;
	margin: 0 auto;
	background-color: #F1F1F2;
	margin-top: -20px;
}
.contactusbox2 {
	width: initial !important;
	margin-top: initial !important;
}
.contactinfo {
	width: 1070px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	line-height: 120px;
}
.contactinfo p {
	color: #7FB000;
	font-size: 21px;
	font-weight: bold;
}
.contactinfo span {
	color: #333333;
	font-size: 17px;
}
.fill {
	/*border: solid 1px;*/
	width: 1070px;
	/*height: 750px;*/
	margin: 0 auto;
}
.fill_info {
	/*border: solid 1px;*/
	width: 1070px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	margin: o auto;
}
.fill_block {
	width: 863px;
	height: 34px;
	background-color: white;
}
.contact_input[type="text"] {
	width: 863px;
	height: 34px;
	padding-left: 10px;
	border: none;
}
.contact_input2[type="text"] {
	width: 716px;
	height: 34px;
	padding-left: 10px;
	border: none;
}
#info11 {
	height: 238px;
}
#block11 {
	height: 227px
}
#block12 {
	width: 716px;
	position: absolute;
	left: 205px;
}
#block12 div {
	cursor: pointer;
}
#block12 div > img {
	padding-top: 2px;
}
.codefresh {
	width: 120px;
	height: 33px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 0px;
	right: -149px;
}
.sendbox {
	width: 1200px;
	text-align: center;
	/*border: solid 1px;*/
	margin: 0 auto;
	padding-top: 90px;
	font-size: 18px;
}
.sendbutton {
	border-radius: 5px;
	width: 150px;
	height: 38px;
	line-height: 38px;
	margin: 0 auto;
	text-align: center;
	background-color: #8EC500;
	color: white;
	font-weight: bold;
}
/*end contact us*/



/*start Global*/

.Golbal_one_row {
	width: 1200px;
	height: 330px;
	margin: 0 auto;
	display: flex;
	border-bottom: solid 1px #E1E1DE;
}
.golbal_leftbox {
	width: 50%;
	margin: 0 auto;
}
.golbal_rightbox {
	width: 50%;
	padding-left: 44px;
}
.top_title {
	font-size: 27px;
	color: #333333;
	margin-bottom: 16px;
}
.golbal_right_info > p {
	font-size: 17px;
	color: #666666;
	line-height: 22px;
}
.middle_title_info {
	font-size: 17px;
	color: #333333;
	line-height: 30px;
	margin: 15px auto;
}
.middle_title_info > p:first-child {
}
.middle_title_info > p:nth-child(2) {
}
.middle_title_info > p:nth-child(3) {
}
.golbalicon {
	height: 40px;
	font-size: 17px;
	color: #333333;
	display: flex;
	margin-bottom: 14px;/*display: table-cell;
    height: 40px;
    vertical-align: middle;*/
}
.golbalicon span {
	top: 11px;
}
.golbalicon p {
	margin-right: 14px;
}
.footer_title_info {
	line-height: 22px;
}
.footer_title_info div {
	font-size: 17px;
	color: #666666;
}
.footer_title_info p {
	color: #000000;
	font-size: 17px;
}
.worldwide {
	width: 1200px;
	height: 144px;
	margin: 0 auto;
	padding-top: 50px;
}
.worldwide p:nth-child(1) {
	font-size: 27px;
	color: #333333;
	margin-bottom: 30px;
}
.worldwide p:nth-child(2) {
	font-size: 21px;
	color: #7FB000;
	font-weight: 600;
}
.Distributor_box {
	width: 1200px;
	min-height: 400px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: flex-start;
}
.Distributor {
	width: 377px;
	min-height: 400px;
	font-size: 17px;/*margin: 0 auto;*/
	margin-right: 20px;
}
.Distributor a {
	color: #002DB2;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
.Distributor p {
	color: #666666;
	margin: 4px 0px;
}
.dis_top_title {
	width: 377px;
	height: 110px;
	border: solid 1px #EEEEEE;
	margin-bottom: 16px;
}
.two_icon {
	margin-top: 40px;
	margin-bottom: 45px;
}
#agent {
	color: #7FB000;
	font-weight: 600;
	font-size: 20px;
	display: block;
	margin: 0 auto 15px;
	width: 1200px;
}
#white_background {
	background-color: white;
	border: solid 1px;
}
.Distributor_box >.Distributor:nth-child(6) {
	border: 1px solid white;
}
.dis_info p:nth-child(1) {
	color: #000000;
	margin-bottom: 18px;
}
.dis_info p:nth-child(3) {
	margin-bottom: 18px;
}
.dis_info p:nth-child(4) {
	margin-bottom: 18px;
}
.dis_info3 p:first-child {
	color: #000000;
	margin-bottom: 18px;
}
.dis_info3 p:nth-child(2) {
	margin-bottom: 10px;
}
.dis_info3 p:nth-child(3) {
	margin-bottom: 50px;
}
.dis_info4 p:first-child {
	color: #000000;
	margin-bottom: 18px;
}
.dis_info4 p:nth-child(2) {
	margin-bottom: 10px;
}
.dis_info4 p:nth-child(3) {
	margin-bottom: 18px;
}
.dis_info4 p:nth-child(5) {
	margin-bottom: 80px;
}
.icon4_block {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	margin-top: 30px;
	position: relative;
}
.icon4_block > img {
	position: absolute;
	right: 0px;
	top: 20px;
	cursor: pointer;
}
/*end Golbal*/


/*start COMPANY PROFILE*/


.first_row {
	width: 1200px;
	height: 765px;
	margin: 0 auto;
	padding-bottom: 58px;
	border-bottom: solid 1px #E1E1DE;
}
.first_row2 {
	width: 1200px;
	height: 1050px;
	margin: 0 auto;
	padding-top: 65px;
	border-bottom: solid 1px #E1E1DE;
}
.first_row3 {
	width: 1200px;
	height: 730px;
	margin: 0 auto;
	padding-bottom: 58px;
	border-bottom: solid 1px #E1E1DE;
	margin-top: 65px;
}
.company_title {
	width: 1200px;
	margin-bottom: 8px;
}
.titlebox {
	width: 269px;
	height: 42px;
	background-color: #8EC500;
	color: white;
	text-align: center;
	font-size: 30px;
	padding-top: 5px;
}
.profile_two_columns {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	border-bottom: soild 1px #E1E1DE;
}
.profile_left {
	width: 50%;
	height: 780px;
	font-size: 17px;
	color: #666666;
	line-height: 23px;/*border-right: solid 1px;*/
}
.profile_right {
	width: 50%;
	height: 780px;
	line-height: 23px;
	padding-left: 40px;
}
.profile_left div {
	width: 550px;
	height: 50px;
	color: #666666;
}
.profile_left img {
	margin-bottom: 15px;
}
.profile_right p {
	font-size: 17px;
	color: #666666;
}
.profile_right p:nth-child(1) {
	color: #FF7F00;
	font-size: 27px;
	margin-bottom: 18px;
}
.profile_right p:nth-child(2) {
	margin-bottom: 18px;
}
.profile_right p:nth-child(3) {
	margin-bottom: 18px;
}
.profile_right p:nth-child(4) {
	font-size: 21px;
	color: #FF7F00;
	margin-bottom: 18px;
	font-weight: bold;
	margin: 30px 0px;
}
.profile_left2 {
	width: 51%;
	font-size: 17px;
	color: #666666;
	line-height: 23px;
}
.profile_left2 p {
	margin-bottom: 30px;
}
.profile_left2 ul {
	padding-left: 18px;
}
.profile_left2 li {
	list-style-type: square;
}
.profile_right2 {
	width: 50%;
	padding-left: 40px;
}
.profile_right2 p {
	font-size: 21px;
	color: green;
	margin-bottom: 30px;
	font-size: 27px;
	color: #FF7F00;
	line-height: 32px;
}
.profile_left3 {
	width: 50%;
	height: 780px;
	font-size: 17px;
	color: #666666;
	line-height: 23px;/*border-right: solid 1px;*/
}
.profile_right3 {
	width: 50%;
	height: 780px;
	line-height: 23px;
	padding-left: 40px;
}
.company_title3 {
	width: 1200px;
	margin-bottom: 23px;
}
.profile_left3 img {
	margin-bottom: 30px;
}
.profile_right3 p:nth-child(1) {
	font-size: 27px;
	color: #FF7F00;
	margin-bottom: 25px;
}
.profile_right3 p:nth-child(2) {
	margin-bottom: 8px;
}
.profile_right3 p:nth-child(3) {
	margin-bottom: 8px;
}
.profile_right3 p:nth-child(4) {
	margin-bottom: 8px;
}
.profile_right3 p:nth-child(5) {
	margin-bottom: 8px;
}
.profile_right3 p:last-child {
	font-size: 17px;
	color: #666666;
	font-weight: 100;
	padding-top: 11px;
}
.profile_right3 p {
	margin-bottom: 2px;
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
.profile_right3 div {
	font-size: 17px;
	color: #333333;
}
.twovideobox {
	width: 1200px;
	/*display: flex;*/
	margin: 0 auto;
}
.video_title {
	width: 1200px;
	font-size: 27px;
	color: #333333;
	margin-top: 50px;
	margin-bottom: 25px;
}
.video_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-bottom: 120px;
}
.videobox_left {
	width: 50%;/*text-align: center;*/
}
.videobox_left div {
	width: 550px;
	height: 332px;/*text-align: center;*/
	/*border: solid 1px;*/
}
.videobox_left p {
	font-size: 17px;
	color: #333333;
	margin-top: 20px;
}
.videobox_right {
	width: 50%;/*text-align: center;*/
}
.videobox_right div {
	width: 550px;
	height: 332px;
	/*text-align: center;*/
	/*border: solid 1px;*/
	position: absolute;
	right: 0%;
}
.videobox_right p {
	font-size: 17px;
	color: #333333;
	margin-top: 20px;
}
/*end COMPANY PROFILE*/



/*start lab_cnc_center*/


.lab_title_info {
	width: 1200px;
	/* height: 72px; */
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin: 0 auto;
	top: -20px;
	border-bottom: solid 1px #E1E1DE;
	padding-bottom: 38px;
	line-height: 37px;
}
.lab_first_row {
	width: 1200px;
	margin: 0 auto;
}
.first_row_box1 {
	display: flex;
	justify-content: space-between;
}
.lab_first_row_left {
	width: 37%;
	height: 615px;/*border-right: solid 1px black;*/
}
.lab_first_row_right {
	width: 61%;
	height: 615px;
	float: right;/*border: solid 1px;*/
}
.lab_first_title {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 18px;
	margin-top: 14px;
}
.lab_first_title_box {
	width: 269px;
	height: 42px;
	background-color: #8EC500;
	color: white;
	/*text-align: center;*/
	font-size: 30px;
	padding-top: 5px;
	padding-left: 24px;
}
.lab_first_row_left p:first-child {
	font-size: 27px;
	color: #333333;
	margin-bottom: 32px;
	line-height: 30px;
}
.lab_first_row_left p:nth-child(2) {
	font-size: 17px;
	color: #666666;
	margin-bottom: 32px;
	line-height: 23px;
}
.lab_first_row_left p:nth-child(3) {
	font-size: 17px;
	color: #666666;
	margin-bottom: 32px;
	line-height: 23px;
}
.photo_box_column {
	width: 756px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo_box {
	width: 185px;
	height: 185px;
	/*border: solid 1px;*/
	margin-bottom: 4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.lab_second_row {
	width: 1200px;
	height: 760px;
	margin: 0 auto;
	border-top: solid 2px #8EC500;/*border-bottom: solid 2px black;*/
}
.lab_second_title {
	font-size: 27px;
	color: #7FB000;
	margin-bottom: 18px;
}
.lab_second_smallerbox {
	width: 1145px;
	margin: 0 auto;
	margin-top: 22px;
}
.right_three_row div {
	font-size: 27px;
	color: #000000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 38%;
}
.automate_box {
	width: 1145px;
	display: flex;
	margin: 0 auto;
}
.automate_box_left {
	width: 590px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.automate_box_right {
/*width: 557px;*/
	/*display: flex;
	flex-wrap: wrap;*/
}
.right_three_row {
	width: 564px;
	height: 134px;
	/*border: solid 1px;*/
	border-left: solid 10px white;
	border-right: solid 10px white;
	margin-bottom: 10px;
	background-color: #FAFAFA;
	display: flex;
	cursor:pointer;
}
.right_three_row:hover {
	border-left: solid 10px #8EC500;
	border-right: solid 10px #8EC500;
}
.lab_second_smallerbox > p {
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
	line-height: 23px;
}
.lab_third_row {
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	border-top: solid 2px #8EC500;/*border-bottom: solid 2px black;*/
}
.lab_fourth_row {
	width: 1200px;
	height: 815px;
	margin: 0 auto;
	border-top: solid 2px #8EC500;/*border-bottom: solid 2px black;*/
}
.lab_fourth_title {
	font-size: 27px;
	color: #7FB000;
	margin-bottom: 18px;
}
.lab_fourth_smallerbox {
	width: 1145px;
	margin: 0 auto;
	margin-top: 22px;
}
.lab_fourth_smallerbox > p {
	font-size: 17px;
	color: #333333;
	margin-top: 30px;
	line-height: 23px;
}
.fourth_info {
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
	line-height: 23px;
}
.lab_fifth_row {
	width: 1200px;
	height: 630px;
	margin: 0 auto;
	border-top: solid 2px #8EC500;
	margin-bottom: 22px;/*border-bottom: solid 2px black;*/
}
.automate_box_right5 {
	left: 10px;
}
.lab_fifth_row > .lab_second_smallerbox > .fifth_info {
	font-size: 17px;
	color: #333333;
	margin-top: 30px;
	line-height: 23px;
}
.lab_six_row {
	width: 1200px;
	margin: 0 auto;
	border-top: solid 2px #8EC500;/*border-bottom: solid 2px black;*/
}
.lab_six_row2 {
	/*width: 1158px;*/
	height: 360px;
	margin: 0 auto;
	padding-bottom: 8px;
	/*border-bottom: solid 1px #E1E1DE;*/
	/*margin-left: 25px;*/
}
.six_two_columns1 {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	border-bottom: soild 1px #E1E1DE;
}
.six_left1 {
	width: 43%;
	height: 360px;
	font-size: 17px;
	color: #666666;
	line-height: 23px;/*border-right: solid 1px;*/
        margin-left: 30px;
}
.six_right1 {
	width: 57%;
	height: 360px;
	line-height: 23px;
	padding-left: 30px;
}
.lab_block_1 {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 2px #666666;
	border-bottom: solid 2px #666666;
	margin-bottom: 342px;
}
.labblock {
	width: 1200px;
	margin: 0 auto;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	font-size: 17px;/*border: solid 1px;*/
	/*display: flex;*/
}
.w div {
	width: 100%;
	height: calc(100% / 3);
	/*border: solid 1px;*/
	padding-left: 20px;
	padding-top: 11px;
	/*border-top: solid 2px #CCCCCC;*/
	border-bottom: solid 1px #E1E1DE;/*display: table;*/
}
/*border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    border-top: solid 2px #666666;
    border-bottom: solid 2px #666666*/
.t {
	width: 21%;
	height: 62px;
	color: #7FB000;
	/*font-size: 17px;*/
	/*border: solid 1px #E1E1DE;*/
	padding-left: 20px;
	padding-top: 22px;
	font-weight: bold;
	border-bottom: solid 1px #E1E1DE;
	border-right: solid 1px #666666;
	border-left: solid 1px #E1E1DE;
	background-color: #F8F8F8;
}
.u {
	width: 79%;
	height: 62px;
	color: #333333;
	/* font-size: 17px; */
    /* border: solid 1px #E1E1DE; */
	padding-left: 20px;
	padding-top: 22px;
	border-bottom: solid 1px #E1E1DE;
	border-right: solid 1px #E1E1DE;
}
.v {
	width: 21%;
	height: 130px;
	color: #7FB000;
	/*font-size: 17px;*/
	/*border: solid 1px #E1E1DE;*/
	padding-left: 20px;
	padding-top: 52px;
	font-weight: bold;
	border-bottom: solid 1px #E1E1DE;
	border-right: solid 1px #666666;
	border-left: solid 1px #E1E1DE;
	background-color: #F8F8F8;
}
.w {
	width: 79%;
	height: 130px;
	color: #333333;
	border-right: solid 1px #E1E1DE;
}
.x {
	width: 21%;
	height: 82px;
	color: #7FB000;
	/*font-size: 17px;*/
	/*border: solid 1px #E1E1DE;*/
	padding-left: 20px;
	padding-top: 31px;
	font-weight: bold;
	border-bottom: solid 2px #666666;
	border-right: solid 1px #666666;
	border-left: solid 1px #E1E1DE;
	background-color: #F8F8F8;
}
.y {
	width: 79%;
	height: 82px;
	color: #333333;
	/* font-size: 17px; */
    /* border: solid 1px #E1E1DE; */
	padding-left: 20px;
	padding-top: 15px;
	line-height: 26px;
	border-bottom: solid 2px #666666;
	border-right: solid 1px #E1E1DE;
}
/*.a{
	height: 62px;
	/*border: solid 1px;*/
	/*vertical-align: middle;
	border-bottom: solid 1px #CCCCCC;
}*/
/*.b{
	height: 130px;
	border-bottom: solid 1px #CCCCCC;*/

/*.c{
	height: 82px;
	/*border: solid 1px;*/


/*.right > .b > div{
	width: 100%;
	height: calc(100% / 3);*/
	/*border: solid 1px;*/* /*}*/

/*.left{
	font-size: 17px;
	color: #7FB000;
	border-right: solid 1px black;
	background-color: #F8F8F8;
	font-weight: bold;
}*/
/*.right{
	font-size: 17px;
	color: #333333;
	/*border: solid 1px white;*/


/*.left p{
	padding-left: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
/*.b > p:nth-child(1){
	border-bottom: solid 1px #CCCCCC;
}*/
/*.b > p:nth-child(2){
	border-bottom: solid 1px #CCCCCC;
}*/
/*.a > p{
	padding-left: 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
/*.b > p{
	padding-left: 20px;
	margin: 20px 0px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/
/*.c > p{
	padding-left: 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/


.lab_block_2 {
	width: 1200px;
	margin: 0 auto;
	border-top: solid 2px #666666;
	border-bottom: solid 2px #666666;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
.lab_block_2 p {
	width: 1200px;
	padding: 16px 0px;
	/*border: solid 1px;*/
	padding-left: 20px;
}
/*.lab_block_2 div{
	padding-left: 20px;
}*/
.lab_block_2 > p:nth-child(1) {
	color: #7FB000;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	background-color: #F8F8F8;
}
.lab_block_2 > p:nth-child(2) {
	color: #7FB000;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	background-color: #F8F8F8;
}
.lab_block_2 > p:nth-child(5) {
	color: #7FB000;
	border-bottom: solid 1px #CCCCCC;
	font-weight: bold;
	background-color: #F8F8F8;
}
.lab_block_2 > p:nth-child(3) {
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
}
.lab_block_2 > p:nth-child(4) {
	color: #333333;
	border-bottom: solid 1px #CCCCCC;
	line-height: 22px;
}
.lab_block_2 > p:nth-child(6) {
	color: #333333;
	line-height: 22px;
}
.rohs_test {
	margin: 0 auto;
	width: 1200px;
	height: 200px;
	/*border: solid 1px;*/
	padding-left: 35px;
	font-size: 17px;
	line-height: 24px;
	margin-top: 25px;
	margin-bottom: 30px;
}
ul {
	list-style-type: disc;
	margin-bottom: 30px;
}
.rohs_test p {
	color: #333333;
}
.automate_box_left2 {
	width: 590px;
	height: 565px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.thermal {
	padding: 20px;
	font-size: 17px;
	color: #333333;
}
.thermal p {
	line-height: 24px;
}
.thermal p:nth-child(1) {
	font-weight: bold;
}
.product_block_intr {
	width: 1200px;
	/*height: 800px;*/
	margin: 0 auto;
	/*border-bottom: solid 2px #333333;*/
	/*border-top: solid 2px #333333;*/
	margin-top: 40px;
	font-size: 0px;
}
.product_info_block {
	width: 1200px;
	height: 799px;
	/*height: 75px;*/
	font-size: 17px;
	border-top: solid 2px #333333;
	border-bottom: solid 2px #333333;/*border: solid 1px ;*/
}
.info_block {
	display: inline-block;
	box-sizing: border-box;
	float: left;
	font-size: 17px;
	border-left: solid 1px #E1E1DE;
	border-right: solid 1px #E1E1DE;
	border-bottom: solid 1px #E1E1DE;
{
}
/*font-size: 0px;*/
}
.f {
	width: 21%;
	height: 75px;
	color: #7FB000;
	/*font-size: 17px;*/
	/*border: solid 1px #E1E1DE;*/
	padding-left: 20px;
	padding-top: 26px;
	font-weight: bold;
	background-color: #F8F8F8;/*line-height: 75px;*/
}
.g {
	width: 79%;
	height: 75px;
	/*border: solid 1px;*/
	color: #333333;
	padding-left: 20px;
	padding-top: 13px;
	line-height: 22px;/*line-height: 75px;*/
	/*font-size: 17px*/
}
.h {
	width: 21%;
	height: 40px;
	/*font-size: 17px;*/
	/*border: solid 1px;*/
	color: #7FB000;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	background-color: #F8F8F8;/*line-height: 40px;*/
}
.i {
	width: 79%;
	height: 40px;
	/*font-size: 17px;*/
	/*border: solid 1px;*/
	color: #333333;
	padding-left: 20px;
	padding-top: 10px;/*line-height: 40px;*/
}
.clearfix {
	clear: both;
}
.intr_box2 {
	width: 1200px;
	margin: 0 auto;
}
.intr_smaller_box2 {
	width: 1158px;
	margin: 0 auto;
}
.intr_smaller_box2 p {
	font-size: 17px;
	line-height: 22px;
}
.intr_smaller_box2 > p {
	line-height: 22px;
}
.intr_smaller_box2 > p:nth-child(1) {
	margin-bottom: 30px;
	margin-top: 35px;
}
.intr_smaller_box2 div {
	padding-left: 24px;
}
.profile_right3 > div:nth-child(1) {
	width: 320px;
	height: 180px;
	border: soilid 1px;
}
.profile_right3 > div:nth-child(2) {
	width: 320px;
	height: 180px;
	border: soilid 1px;
}
.first_row7 {
	width: 1200px;
	height: 520px;
	margin: 0 auto;
	padding-bottom: 58px;
	/*border-bottom: solid 1px #E1E1DE;*/
	margin-top: 65px;
}
.profile_two_columns7 {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	border-bottom: soild 1px #E1E1DE;
}
.profile_left7 {
	width: 43%;
	height: 780px;
	font-size: 17px;
	color: #666666;
	line-height: 23px;/*border-right: solid 1px;*/
}
.profile_right7 {
	width: 57%;
	height: 780px;
	line-height: 23px;
	padding-left: 30px;
}
.profile_left7 p:nth-child(1) {
	font-size: 27px;
	color: #333333;
	/*margin-top: 50px;*/
	margin-bottom: 25px;
}
.profile_left7 p:nth-child(2) {
	line-height: 24px;
	color: #666666;
	margin-bottom: 20px;
}
.profile_left7 p:nth-child(3) {
	line-height: 24px;
	color: #666666;
}
.profile_right7 {
	display: flex;
}
.profile_right7 div {
	width: 320px;
	height: 180px;
	/*border: solid;*/
	top: 55px;
}
.profile_right7 div:nth-child(1) {
	margin-right: 25px;
}
/*end lab_cnc_center*/


/*start video_gallery*/


.productsoverview2 {
	/*border: solid 1px;*/
	width: 1300px;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-around;
	background-color: #EEEEEE;
	padding-top: 14px;
	padding-bottom: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
.product2 {
	border: solid 1px #8EC500;
	width: 230px;
	height: 32px;
	display: flex;
	justify-content: space-between;
	/*padding-right: 14px;*/
	padding-left: 8px;
	padding-top: 6px;
	border-radius: 5px;
	background-color: white;
	cursor: pointer;
	font-size: 99%;
}
.productsoverview2 > .product_box2 > p {
	line-height: 28px;
	font-size: 16px;
}
.product_box2 {
	width: 15px;
	height: 15px;
	left: 5px;
}
.box50 {
	background-color: #8EC500;
	border: solid 1px white;
}
.middle_title5 {
	width: 1200px;
	font-size: 30px;
	margin: 0 auto;
	color: #333333;
	padding-top: 40px;
	padding-bottom: 10px;
}
.videogallery {
	width: 1200px;
	margin: 0 auto;
}
.video_gallery_box1, .video_gallery_box2, .video_gallery_box3 {
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	margin-bottom: 20px;
}
.gallerybox1 {
	width: 380px;
	height: 175px;
	/*background: linear-gradient(to bottom, rgb(240,249,255) 0%,rgb(242,242,242) 50%,rgb(224,224,224) 100%);*/
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 15%, #e3e3e3 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f6f6 15%, #e3e3e3 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f6f6 15%, #e3e3e3 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 ); /* IE6-9 */
}
.gallerybox2 {
	width: 380px;
	height: 175px;
}
.gallerybox3 {
	width: 380px;
	height: 175px;
}
.gallerybox1 > img {
	top: 10px;
	left: 10px;
}
.gallerybox2 > img {
	top: 10px;
	left: 10px;
}
.gallerybox3 > img {
	top: 10px;
	left: 10px;
}
.galleryword3 {
	width: 160px;
	left: 220px;
	top: -140px;
	font-size: 12px;
}
.galleryword4 {
	width: 160px;
	left: 220px;
	top: -140px;
	font-size: 18px;
}
.youtubelogo {
	position: absolute;
	top: 80%;
	left: 87%;
}
/*end video_gallery*/

.map {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 54px;
}
.send {
	text-align: center;
	margin: 0 auto;
	width: 150px;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	background-color: #8EC500;
	color: #FFFFFF;
	font-size: 18px;
	border: initial;
	top: initial;
	left: initial;
	display: initial;
}
.top_line {
	width: 1200px;
	color: #999999;
}
.popup {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: rgba(51,51,51,0.5);
	margin: 0 auto;
	text-align: center;
}
.picmg_article {
	width: 1200px;
	margin: 0 auto;
	padding-top: 22px;
	margin-bottom: 60px;
}
.picmg_table ol {
	display: flex;
	justify-content: space-between;
}
.picmg_table li:nth-child(2) {
	width: 717px;
}
.picmg_table li:nth-child(1) {
	padding-top: 58px;
}
.picmg_table li:nth-child(2) p:nth-child(1) {
	color: #333333;
	font-size: 27px;
	padding-bottom: 7px;
}
.picmg_table li:nth-child(2) p:nth-child(2) {
	color: #545454;
	font-size: 17px;
	padding-bottom: 38px;
	line-height: 26px;
}
.picmg_table li:nth-child(2) p:nth-child(3) {
	color: #545454;
	font-size: 17px;
	line-height: 26px;
}
.container2 {
	background-color: #F8F8F8;
	padding-top: 40px;
	padding-bottom: 60px;/*margin-top: 64px;*/
}
.container2 .title2 {
	text-align: center;
	padding-bottom: 38px;
}
.container2 ol {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.con_bg_color {
	background-color: #ffffff !important;
	padding-top: 40px;
	padding-bottom: 60px;
	margin-top: initial;
}
.ui-widget-header {
	border: none !important;
	background: initial !important;
}
.ui-icon {
	background-image: url(../images/245.png) !important;
	width: 30px !important;
	height: 30px !important;
}
.ui-widget-content {
	border: none !important;
	background: initial !important;
	background-color: rgba(51,51,51,0.8) !important;
}
.ui-icon-closethick {
	background-position: initial !important;
}
.ui-dialog-titlebar-close {
	width: 30px !important;
	height: 30px !important;
}
.container5 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 31px;
	padding-bottom: 143px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.container5 > div {
	min-height: 183px;
	border-left: solid 1px #dddddd;
	padding-left: 17px;
	padding-right: 38px;
}
.container5 > div:last-child {
	border-right: solid 1px #dddddd;
	padding-right: 38px;
}
.container5 .first {
	color: #7db646 !important;
	font-size: 17px;
	margin-bottom: 8px;
	font-weight: bold;
}
.container5 .first a {
	color: #7db646 !important;
	line-height: 120%
}
.container5 li {
	color: #333333 !important;
	font-size: 14px;
	line-height: 29px;
}
.container5 li:nth-child(1):hover {
	opacity: 1;
}
.container5 li:hover {
	opacity: 0.5;
}
.menu {
	width: 100%;
	background-color: #f4f4f4;
	border-top: solid 3px #7db646;
	position: absolute;
	z-index: 1;
	display: none;
}
.direct {
	position: absolute;
	top: -12px;
	left: 34%;
}
.overview {
	position: absolute;
	right: 0px;
	bottom: 49px;
}
.menu3 {
	width: 100%;
	background-color: #f4f4f4;
	border-top: solid 3px #7db646;
	position: absolute;
	z-index: 1;
	display: none;
}
.container8 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 31px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.container8 > div {
	min-height: 73px;
	border-left: solid 1px #dddddd;
	padding-left: 17px;
	padding-right: 38px;
}
.container8 > div:last-child {
	border-right: solid 1px #dddddd;
	padding-right: 38px;
}
.container8 .first {
	color: #7db646 !important;
	font-size: 17px;
	margin-bottom: 8px;
	font-weight: bold;
}
.container8 .first a {
	color: #7db646 !important;
}
.direct4 {
	position: absolute;
	top: -12px;
	left: 66%;
}
.menu2 {
	width: 100%;
	background-color: #f4f4f4;
	border-top: solid 3px #7db646;
	position: absolute;
	z-index: 1;
	display: none;
}
.container6 {
	width: 730px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 31px;
	padding-bottom: 80px;
	flex-wrap: wrap;
}
.container6 a {
	padding: 10px;
}
.container6 > a:hover {
	opacity: 0.7;
}
.direct2 {
	position: absolute;
	top: -12px;
	left: 35%;
}
.productsoverview select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*改變右邊箭頭樣式*/
	background-image:url(../images/overviewiconimg.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-color: #fff;
	background-position-x: 96%;
	font-size: 16px;
}
.productsoverview > select option {
    margin: 40px;
    background:#8EC500;
    color: #fff;
}




.productsoverview::-ms-expand {
 display:none;
}

/*********/
.gallerybox1 {
    width: 380px;
    height: 170px;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 15%, #e3e3e3 96%);
    background: -webkit-linear-gradient(top, #f6f6f6 15%, #e3e3e3 96%);
    background: linear-gradient(to bottom, #f6f6f6 15%, #e3e3e3 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e3e3e3', GradientType=0 );
    padding: 10px;
}
.gallerybox1 div.vg {
	display: flex;
	justify-content: center;
	align-items: center;
	    width: 200px;
    height: 150px;
		padding:10px;
		background: #fff;
}
.gallerybox1 div.vg .vgimg img{
	max-width: 200px; max-height:150px;
	width:100%;
}
.galleryword1 {
    width: 150px;
    left: 210px;
    top: -140px;
    font-size: 13px;
    color: #666;
}
.galleryword2 {
    width: 150px;
    left: 210px;
    top: -130px;
    font-size: 16px;
    color: #333;
}
.subtitle h1.catlogtitle{
	font-size:30px;
	color:#333;
	font-weight: 400;
	    padding: 10px 0;
}
#load_btn33 {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    margin-top: 0;
}.morebox33 {
    width: 270px;
    height: 44px;
    background: url(../images/pdf_icon.png) no-repeat;
    background-position-y: 8px;
    background-position-x: 220px;
    border-radius: 5px;
    margin: 0 5px;
    margin-top: 20px;
    padding: 13px 20px;
    color: #858585;
    background-color: #eee;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    clear: both;
		border:1px solid #eee;
}
.morebox33:hover{
	background-color: #fff;
	border:1px solid #ccc;
}