@charset "utf-8";
/* CSS Document */
/**
 * 共用 + 預設部分
 -----------------------------*/
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url("reset.css") screen;
body {
	font-family: 'Quicksand', sans-serif;
	padding: 0;
	margin: 0;
}
.container {
	font-family: 'Quicksand', sans-serif;
	width: 100%;
	margin: 0 auto;
	font-size: 15px !important;
	color: #666;
	line-height: 25px;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
}
.copyright {
	background: #EEEEEE;
	text-align: center;
	margin-top: 50px;
	float: left;
	width: 100%;
}
.footerFB a {
	background: url(../img/fb.png) no-repeat left center;
	padding-left: 28px;
}
.footer {
	min-width: 1000px;
	width: 100%;
	background: #F6F6F6;
	text-align: center;
	float: left;
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	padding: 30px 0;
}
.footer ul {
	margin: 0 auto;
	width: 80%;
}
.footer ul li {
	float: left;
	list-style: none;
	width: 16%;
	text-align: center;
}
.footer ul li a {
	color: #333;
	font-size: 16px;
	text-decoration: none;
}
.copyright02 {
	float: left;
	width: 100%;
	padding: 20px 0;
	font-size: 12px;
}
.copyright02 a {
	text-decoration: none;
	color: #999999;
	margin-left: 15px;
}
/*** TOP****/
.top {
	background: #333333;
	height: 90px;
	width: 100%;
	min-width: 1000px;
	float: left;
}
.logo {
	width: 200px;
	float: left;
	margin-top: 25px;
}
.logo img {
	width: 200px;
}
.social {
	float: left;
	height: 90px;
	line-height: 90px;
}
.social a {
	float: left;
	height: 90px;
	line-height: 90px;
}
.social img {
	line-height: 90px;
	margin-top: 35px
}
/* ---------- 大小與定位 ---------- */
ul.nav {
	/* 取消ul樣式符號 */
	list-style-type: none;
	/* 重設ul邊界與留白為零 */
	padding: 0px !important;
	/* 內有浮動元件時，需設overflow才會自動調整大小 */
	overflow: hidden;
	color: #FFFFFF;
	text-align: center;
	font-size: 17px;
	float: left;
	width: 850px;
	height: 90px;
	margin: 0;
	line-height: 90px;
}
* html ul.nav {
	/* 解決IE6不理overflow問題，直接指定高度 */
	height: 90px;
}
ul.nav li {
	/* 利用float讓第一層li水平排列 */
	float: left;
	color: #FFFFFF;
	list-style-type: none;
	display: inline-block;
	text-decoration: none;
	text-align: center !important;
	padding-left: 40px;
	width: 120px;
}
/* 解決IE6條列式餘白問題*/
* html ul.nav li {
	display: inline;
}
ul.nav li a {
	/* 將a改為區塊元件，以便指定寬高 */
	display: block;
	/* 這邊也要設float，否則IE6會以100%寬度顯示 */
	float: left;
	/* 固定高度 */
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
}
ul.nav li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	position: absolute;
	/* 固定寬度 */
	/* 避免出現捲軸 */
	overflow: visible;
	/* 讓ul與母階層li相同位置 */
	clear: left;
	text-align: center;
	margin: 90px 0 0 0;
	z-index: 90;
	background: #333;
	width: 120px;
	line-height: 35px;
	font-size: 13px;
	padding: 0;
}
ul.nav li ul li:hover a {
	background: #999;
}
/* 修正IE7絕對定位差異 */
*:first-child+html ul.nav li ul {
	margin-top: 0;
}
/* 修正IE6絕對定位差異 */
* html ul.nav li ul {
	margin-top: 0;
}
ul.nav li ul li {
	/* 覆寫繼承自第一層的浮動設定 */
	float: none;
	text-align: center;
	margin: 0 0 0 0;
	text-align: ctnter;
	padding: 0px;
}
ul.nav li ul li a {
	/* 覆寫繼承自第一層的浮動設定 */
	float: none;
	width: 100%;/* 註：display、height、padding繼承第一層的設定 */
}
/* ---------- 隱藏與顯示階層 ---------- */
ul.nav li ul {
	/* 預先隱藏第二層 */
	visibility: hidden;
}
ul.nav li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility: visible;
}
ul.nav_down {
	list-style-type: none;
	float: left;
	display: inline-block;
	margin: 20px 0 40px 22%;
	text-align: center;
}
.nav_down li {
	float: left;
	width: 100px;
	display: inline-block;
	margin: 0px 15px 2px 0px;
	text-decoration: none;
	color: #666666;
	font-size: 16px;
}
/*** ****/
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
.in_page {
	min-height: 500px;
}
/*** about****/
.about {
}
.about01 {
	background: url(../img/about/about02.png) no-repeat top left;
	float: left;
	width: 100%;
	padding-bottom:20px;
}
.about01 p {
	width: 100%;
	padding-top: 30px;
}
.aboutL {
	float: left;
	width: 32%;
}
.about01 h1 {
	margin-top: 20px;
	font-size: 25px;
	margin-bottom: 20px;
}
.aboutR {
	float: left;
	width: 68%;
}
.aboutR table {
	line-height: 50px;
}
/*** contant****/
.index {
	margin-top: 50px;
	width: 100%;
	float: left;
}
.index_left {
	float: left;
	width: 40%;
	margin-right: 5%;
}
.index_left_img {
	height: 320px;
	float: left;
	width: 100%;
	text-align: center;/* position: relative; */
}
.index_left img {
    width: 100%;
    /* max-height: 320px; */
    /* max-width: 350px; */
    margin: 0 auto;
    text-align: center;
    /* margin-top: 40px; */
    z-index: -100;
    overflow: hidden;
    position: relative;
}
.index_left h1 {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.index_left p {
	float: left;
	font-size: 23px;
	color: #333333;
}
.index_left a {
	padding: 0 20px;
	float: right;
	font-size: 10px;
	background: #DBDBDB;
	color: #999;
}
.title {
	float: left;
	font-size: 25px;
	border-bottom: #CCCCCC 1px solid;
	width: 100%;
	height: 30px;
	padding-bottom: 15px;
}
.title2 {
	font-size: 31px;
	text-align: center;
	color: #393939;
	margin: 50px 0;
	float: left;
	width: 100%;
	text-align: center;
}
.title2 span {
	width: 100%;
	float: left;
	color: #666;
	font-size: 19px;
	margin-top: 15px;
}
.back {
	margin-top: 80px;
	float: left;
	width: 100%;
	text-align: center;
}
.back a {
	font-size: 17px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	color: #444;
	border-bottom: 1px solid #444;
}
.back a:hover {
	color: #999;
	border-bottom: none;
}
/*** index_right****/
.index_right {
	float: left;
	width: 55%;
}
.index_news {
	float: left;
}
.index_right_news {
	float: left;
	width: 100%;
	border-bottom: #CCCCCC 1px dashed;
	margin: 0px 0 10px 0px;
	padding: 0 0 20px 0px;
}
.index_right_icon img {
	float: right;
}
.index_right_news a {
	display: inline-block;
	color: #999999;
}
.index_right_news P {
	width: 85%;
	color: #333333;
	display: inline-block;
}
.index_right_news h1 {
	color: #333333;
	font-size: 16px;
	display: inline-block;
}
/*** products****/
.productsImg {
	height: 380px;
}
.products_list li{
	margin-bottom:100px;
}
.products_contant li {
	width: 28%;
	float: left;
	list-style-type: none;
}
.products_contantM {
	margin: 0 5.3%;
}
.products_contant li p {
	height: 120px;
	margin: 15px 0;
	font-size: 14px;
}
.products_contant li a {
	color: #777;
}
.products_contant li a:hover {
	color: #333;
}
.products_contant li img {
	margin: 0 0 20px 0;
	max-width: 100%;
	max-height: 380px;
}
.product_title02 {
	margin: 15px 0;
	width: 60%;
	font-size: 16px;
	text-align: center;
	background: #333333;
	color: #FFFFFF;
}
.products_detail ul li {
	width: 100%;
	float: left;
	margin-bottom: 50px;
	border-bottom: 1px dotted #ccc;
}
.detail_left {
	float: left;
	width: 45%;
	margin-bottom: 50px;
}
.detail_right {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.detail_right h1 {
	font-size: 19px;
	color: #212121;
	margin-bottom: 15px;
}
.detail_right h2 {
	font-size: 18px;
	color: #666;
	float: left;
	margin-top: 20px;
	width: 100%;
}
.detail_right p {
	float: left;
	width: 100%;
}
.detail2 h1 {
	float: left;
	width: 100%;
}
.products_detail table {
	float: left;
	width: 100% !important;
	margin-bottom: 50px;
	margin-top: 10px
}
.products_detail td {
	border: 1px solid #ccc;
	padding: 0 10px;
}
.products_detail td.left01 {
	color: #666;
	font-weight: bold;
}
/***\ footer****/

.news ul {
	float: left;
}
.news ul li {
	float: left;
	width: 31%;
	margin-bottom: 50px;
	height: 300px;
}
.news ul li img {
	width: 100%;
	margin-bottom: 10px;
}
.newsM {
	margin: 0 3.5%;
}
.news ul li a {
	color: #777;
}
.news ul li a:hover {
	color: #333;
}
.news ul li h1 {
	height: 25px;
}
.news_detail h1 {
	font-weight: normal;
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
	width: 100%;
	padding-bottom: 10px;
}
.news_detail h1 > span {
	font-size: 15px;
	width: 100%;
	float: left;
}
.news_detail img {
	float: left;
	max-width:100%;
	margin: 20px 0;
}
/**
 * 聯絡我們
 -----------------------------*/
.contactinformation p {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.contact ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	list-style: none;
}
.contact ul li span.red {
	color: #f20;
	float: left;
	margin-right: 10px;
}
.contact ul li p {
	width: 90%;
}
.contact ul li p > input {
	width: 14px;
	float: left;
	position: relative;
	top: -8px;
	margin-right: 10px;
	margin-bottom: -16px;
}
.contact ul li p > span {
	float: left;
	margin-right: 10px;
}
.contact ul li input {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 90%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
	margin-top: 5px;
	color: #999;
}
.contact ul li.content {
	width: 100%;
}
.contact ul li.content textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 95%;
	height: 100px;
	padding: 0 5px;
	border: 1px solid #D6D6D6;
	border-radius: 3px;
}
.contact ul li.code input {
	width: 150px;
}
.contact ul li.code img {
	margin-left: 10px;
	margin-top: 15px;
	float: left;
}
.contact ul li.button {
	margin-top: 20px;
	display: block;
	position: relative;
	float: right;
	width: 185px;
	height: 40px;
	border: 1px solid #333;
	color: #2f2f2f;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: 3px;
	margin-right: 5%;
}
.contact ul li.button i {
	background: url(../img/go.png) no-repeat;
	position: absolute;
	top: 15px;
	left: 33px;
	width: 22px;
	height: 6px;
}
.contact ul li.button:hover {
	background-color: #333;
	color: white;
}
 @media screen and (max-width: 1299px) {
.container {
	width: 960px;
}
ul.nav {
	width: 730px;
}
ul.nav li {
	padding-left: 20px;
}
}
@media screen and (min-width: 1100px) {
.container {
	width: 1200px;
}
.detail_left {
	float: left;
	width: 36%;
}
.detail_right {
	float: left;
	width: 64%;
}
}
