div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}
address,caption,cite,code,dfn,em,strong,var {
	font-weight: normal;
	font-style: normal;
}
ol,ul {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}
html {
	font-size: small;
	color: #333;
	font-family: Arial, Helvetica, sans-serif ,"微軟正黑體";
	letter-spacing: 0.08em;
}
body {
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #06C;
	text-decoration: none;
	blr:expression(this.onFocus=this.blur());
}
a:hover {
	color: #06C;
	text-decoration: none;
}
a:focus { -moz-outline-style: none; }
strong {
	color: #C03;
	font-weight: bold;
}
.pngbg {
}
#content {
}

#primary {
	width: 100%;
	float:right;
}
#secondary {
	width: 100%;
	float:left;
}
#footer {
	/*height: 100px;*/
}
p{
	line-height: 2;
	font-size:14px;
	color:#686869;
}
h1{
	font-size:24px;
}
h3{
	font-size:20px;
	font-weight:bold;
}
/*----text-----*/
.text>ul {
	list-style: inside;
}
.text>ol {
	list-style: inside;
}
.text strong{
	color:#333;
	font-size: 20px;
}
.text h1,h2,h3,h4,h5,h6,p{
	font-weight: normal;
	font-size: 100%;
}
/*back_top*/
#back_top {
	position: fixed;
	bottom: 29.7%;
	right: 0%;
	z-index: 1000;
}
#back_top a {
	width: 42px;
    height: 36px;
    display: block;
}
#back_top span{
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background: url(../images/top.png);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*-----header------*/
.header_pc{
	display:none;
}
.header_mobile{
	display: block;
}
.header_mobile #index>img{
	  width:100%;
}
#header{
	width:100%;
	margin-top:0%;
	background-color: rgba(33,33,33,0.6);
	height:53px;
	position: fixed;
	box-shadow: 0px 0px 10px #000000;
	-moz-box-shadow: 0px 0px 10px #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;
	position: fixed;
    top: 0;
    z-index: 9999;
}
#header_cont{
	margin: 0 auto;
	overflow: hidden;
}


/*---nav---*/
#logo{
	display: block;
    text-align: center;
	float:none;
}
#button{
	background: url(../images/menu_icon.png) center top no-repeat;
    width: 80px;
    height: 30px;
	float:left;
	margin-top:1%;
	cursor: pointer;
}
.logo2{
	position: absolute;
    z-index: 10;
    padding-top: 5px;
	width:140px;
}
.logo1{
	position: absolute;
    z-index: 5;
    padding-top: 5px;
	width:140px;
}
#menu{
	background-color:rgba(33,33,33,0.9);
	width: 15%;
    margin: 5% -8%;
}
#menu ul{
	overflow:hidden;
	width:100%;
	height:100%;
}
#menu ul li{
	width: 100%;
	float:left;
	margin: 0 auto;
	border-bottom:1px solid #ccc;
}
#menu ul li a{
	text-decoration:none;
}
#menu ul li .nav{
	width: 100%;
	text-align: center;
	display: block;
	line-height: 4.5;
	font-size: 1.25em;
	font-weight: bold;
	color: #fff;
}
#menu ul li .navhover {
    background: url(../images/hover_icon.png) center bottom no-repeat;
    background-color: #3e3e3e;
    width: 100%;
    text-align: center;
    display: none;
    line-height: 4.5;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    height: 70px;
    z-index: 10;
}

/*-----container-------*/
#container{
	margin:40px 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

/*--------cont_1---------*/

#cont_1{
	overflow:hidden;
	width: 96%;
	margin:0 auto;

}

/*-------ABOUT----------*/

.title{
	overflow:hidden;
	padding-bottom:20px;
}
.title h1{
	float:left;
	font-weight:bold;
}
.title h1 small{
	font-size:14px;
	font-weight:bold;
}

/*------service------*/
#service{
	margin: 12.7% 0%;
}
#service .title{
	width:188px;
	margin:0 auto;
}

/*------cont_2-------*/

#cont_2{
	overflow:hidden;
	background-color:
	-moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 49%, rgba(211,211,211,1) 100%, rgba(169,169,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(0%,rgba(211,211,211,1)), color-stop(49%,rgba(255,255,255,1)),   	  color-stop(100%,rgba(211,211,211,1)), color-stop(100%,rgba(169,169,169,1))); /* Chrome,Safari4+ */
	  border-top: 2px #d2d0d0 solid;
	  border-bottom: 2px #d2d0d0 solid;
}

/*--------product--------*/

#index_product{
	width:100%;
	margin:0 auto;
	padding: 12.7% 0%;
	overflow:hidden;
}
#index_product p{
	width: 96%;
    text-align: -webkit-auto;
    margin-left: 2%;
}
#index_product .title{
	margin: 0 auto;
	width:198px;
}

.product_cont{
	margin:5% 15%;
	float:left;
}
#index_product>div:last-child{
	margin:5% 15%;
	float:left;
	padding:0px;
}
.product_cont img{
	border:2px #fff solid;
}
.infor_text{
	line-height:3;
	background:#fff;
	color:#003965;
}
.product_cont:hover img{
	border:2px #2da7e0 solid;
}
.product_cont:hover .infor_text{
	background:#2da7e0;
	color:#fff;
}

/*-----------cont_3-------------*/

#cont_3{
	overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
#news{
	padding:70px 0px;
	overflow:hidden;
}
#news h4{
	line-height:2;
	direction:rtl;
}

#news .title{
	margin: 0 auto;
	width:166px;
}

.news_cont{
	float:left;
	padding:0% 2%;
	width:46%;
}
.work_pic{
	display: block;
    position: relative;
    overflow: hidden;
}
.work_pic img{
	width:100%;
}
.work_name{
	position: absolute;
	top: 54%;
	width:100%;
	height: 100px;
    background-color: rgba(62,62,62,0.8);
	opacity:1;
}
.work_name span{
	display: inline-block;
	font-size: 1.4em;
    padding-left: 10px;
	padding-top: 0.8em;
    color: #fff;
}
.news_cont a:hover .work_name{
	opacity: 1;
    -webkit-backface-visibility: hidden;
}
.news_cont p{
	width:100%;
	padding-top:20px;
}
.news_cont{
	width:96%;
}
#new_cont>div:first-child{
	padding:0% 2%;
	width:96%;
}

/*----------#cont_4-----------*/
#pc_cont_4{
	display: none;
}
#moble_cont_4{
	overflow: hidden;
    width: auto;
    margin: 0 auto;
	padding-bottom: 70px;
	display:block;
}

#partners .title{
	width: 205px;
    margin: 0 auto;
	padding-bottom:30px;
}
#part_cont{
	width:55%;
	margin:0 auto;
}
.slides_container {
	height: 68px;
	overflow: hidden;
	margin:0% 4% 0% 4%;
}
.slides_container img{
	border: 1px #ccc solid;
}
.slides_container div a:hover img {
	border-color:#aaa;
}
.slides_container a{
	padding:10px;
}
.brand_slide{
	position: relative;
    overflow: hidden;
}
.brand_slide .prev,
.brand_slide .next {
	background:left center no-repeat;
	width:30px;
	height:64px;
	position:absolute;
	bottom:0;
}
.brand_slide .prev {
    background-image: url(../images/prev.png);
    left: 0px;
}
.brand_slide .next {
	background-image:url(../images/next.png);
	right:-2px;
}
.brand_slide .prev:hover,
.brand_slide .next:hover {
	opacity: 0.6 !important;
}


/*---------footer_cont-------------*/
#footer{
	background-color: rgba(33,33,33,0.7);
}
.footer_cont{
	width:100%;
	margin:0 auto;
}
.footer_cont dl{
	padding-top:20px;
	float: none;
	overflow:hidden;
}
.footer_cont dl dt{
	float:left;
	padding-right:10px;
}
.footer_cont dl dd{
    color: #fff;
	font-size:12px;
	line-height: 1.3;
}
.phone{
	background:url(../images/icon_phone.png) center top no-repeat;
	width:16px;
	height:16px;
}
.clock{
	background:url(../images/icon_clock.png) center top no-repeat;
	width:16px;
	height:16px;
}
.mail{
	background:url(../images/icon_mail.png) center top no-repeat;
	width:16px;
	height:16px;
}

.footer_cont ul{
	float:left;
	padding: 4% 7px 0% 2%;
	overflow:hidden;
}
.footer_cont ul li{
	padding-right:6%;
	width: 21%;
    line-height: 2;
}
.footer_cont ul li a{
	color:#fff;
	font-size:12px;
}
.footer_cont ul li a:hover{
	text-decoration: underline;
}
.map{
	float:none;
	display: block;
    overflow: hidden;
}
#pro_icon>.icon{
	width:100px;
}
.icon{
	padding:6% 0% 3% 0%;
	float: none;
	overflow:hidden;
}
#cont_info{
	padding-left:3%;
}
.footer_2{
	padding-left:3%;
}
#search {
  padding-top: 20px;
  width: 279px;
  float:none;
  padding-left:3%;
}
.icon a{
	padding: 0% 4% 0% 5%!important;
}
.icon a:hover{
	opacity:0.8 !important;
	filter: alpha(opacity=80);
}
#facebook{
	background:url(../images/icon_fb.png) center top no-repeat;
	width:16px;
	height:16px;
}
#pinterest{
	background: url(../images/icon_pint.png) center top no-repeat;
	width:16px;
	height:16px;
}
#twitter{
	background:url(../images/icon_twit.png) center top no-repeat;
	width:16px;
	height:16px;
}
#google{
	background:url(../images/icon_g.png) center top no-repeat;
	width:16px;
	height:16px;
}
.footer_cont p{
	display: block;
    width: 100%;
    color: #fff;
	padding: 10px 0px 10px 6px;
	font-size:10px;
	line-height:3;
	overflow:hidden;
	padding-left:3%;
}
/*------------inside_header-------------*/
#inside{
	display:block;
}
.header_mobile #inside{
}
.header_mobile #inside>img{
	  width:100%;
  }

/*---------about_us-------------*/
#about .title{
	width:202px;
	margin:0 auto;
}


/*------------story-----------------*/

#story{
	overflow:hidden;
	padding-bottom: 70px;
	width: 100%;
    margin: 0 auto;
}
#story_sec{
	width:96%;
	padding-left:2%;
	float:left;
	font-size:14px;
}
#story_pri{
	background:url(../images/story.jpg) center top no-repeat;
	width:96%;
	height:324px;
	margin-top:6px;
	float:left;
	margin-left:2%;
}
#company p{
	line-height:1.9;
}
#company .title{
	width:174px;;
	margin:0 auto;
}

/*------------philosophy---------------*/

#philosophy{
	background-color:
	-moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(211,211,211,1) 0%, rgba(255,255,255,1) 49%, rgba(211,211,211,1) 100%, rgba(169,169,169,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(0%,rgba(211,211,211,1)), color-stop(49%,rgba(255,255,255,1)),   	  color-stop(100%,rgba(211,211,211,1)), color-stop(100%,rgba(169,169,169,1))); /* Chrome,Safari4+ */
	border-top: 2px #d2d0d0 solid;
	border-bottom: 2px #d2d0d0 solid;
}
#phil_cont{
	width:100%;
	margin:0 auto;
	padding:70px 0px;
	overflow:hidden;
}
#phil_cont .title{
	width:222px;
	margin:0 auto;
}

#phil_list li{
	margin: 1%;
    float: left;
    margin-bottom: 30px;
}
#phil_list li:nth-child(3){
	margin-left:1%;
}
#phil_list>li:first-child {
    margin-left: 1%;
}
.phil_pic{
	display: block;
    width: 270px;
    height: 200px;
    background-color: rgba(26,26,26,0.7);
    position: relative;
    overflow: hidden;
}
.phil_pic img {
	width: 270px;
    height: 200px;
	opacity: 0.5;
}
.phil_name {
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	position: absolute;
	top: 50%;
	margin: -20px auto 0 !important;
	width: 100%;
	opacity: 1;
}
.phil_name span {
	display: inline-block;
	padding: 5px 10px 5px;
	border: 2px solid #fff;
	margin: 0 auto !important;
}
.phil_name span h1{
	font-size:20px;
	float:left;
}
.phil_name span h1 small{
	font-size:14px;
}

/*---------------mission-------------------*/
#about_comp{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	padding-top:70px;
}
#comp_sec{
	float:none;
	width:100%;
}
#comp_sec p{
	padding: 6px 0px 20px 24px;
}
#comp_pri p{
	padding: 6px 0px 20px 34px;
}
#comp_pri{
	float:none;
	width:100%;
	text-align:center;
}
#mission{
	margin-bottom:5%;
	width:96%;
	margin-left:2%;
}
#mission .title{
	width: 188px;
    margin: 0 auto;
}
#mission_pic{
	background:url(../images/mission.jpg) center top no-repeat;
	width:100%;
	height:250px;
}
#vision{
	width:96%;
	margin-left:2%;
}
#vision_pic{
	float:right;
	background:url(../images/vision.jpg)center top no-repeat;
	width:100%;
	height:250px;
}
#vision .title{
	width: 174px;
    margin: 0 auto;
}


/*-----------------partners--------------------*/

#partners{
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#partners_cont .title{
	width: 205px;
    margin: 0 auto;
	padding-bottom:10px;
}
#partners_cont>div{
	width:55%;
	margin:0 auto;
}
#partners_pic{
	margin-left:1%;
}
#partners_pic li{
	float:left;
	border: 1px #686869 solid;
    margin: 1.5%;
	box-shadow: 4px 5px 11px -3px rgba(5%,5%,20%,0.2);
}
#partners_pic>li:first-child{
	margin-left: 1.5%;
}

/*-------------contact---------------*/

#contact_info{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#cont_sec{
	float:left;
	padding-left:1%;
	width:96%;
	margin-left:2%;
}
#contact_logo img{
	width:50%;
}
#text{
	padding:6% 0%;

}
#contact_pri{
	color:#686869;
	float:none;
	padding-bottom:60px;
	width:96%;
	margin-left:2%;
}
#contact_pri tr td{
	padding:10px 0px;
	width:34%;
}
#contact_pri tr td:last-child{
	padding-top:10px;
	width:38%;
}
#contact_pri textarea{
	vertical-align: middle;
	padding-left:9px;
    color: #686869;
	font-size: 14px;
    line-height: 1.6em;
    width: 97.5%;
	height:200px;
    resize: none;
}
#contact_pri input{
	width:94%;
    height: 30px;
    padding-left:9px;
    color: #686869;
    font-size: 14px;
    line-height: 24px;
}
#contact_pri .table_last input{
	width:30%;
	height: 30px;
	padding-left:9px;
    color: #686869;
    font-size: 14px;
    line-height: 24px;
}
.second{
	padding-left:36px !important;
}
.container_map{
	padding-top:10px;
}
.btn_send{
	margin-left:10%;
	padding:2% 5.3%;
}
.container_map iframe{
	width:96%;
	margin-left:2%;
}

/*--------------news-------------------*/

#new{
	overflow:hidden;
}
#news_info{
	width:100%;
	margin:0 auto;
}
#service_sec{
	width:240px;
	float:none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(99%,rgba(252,251,249,1)));
	display: none;
}
#service_sec .title{
	width:188px;
	margin:0 auto;
}
#service_sec ul{
	padding:10px 0px 0px 26px;
    font-size: 14px;
	color:#686869;
}
#service_sec ul li{
	padding-bottom:10px;
}
.english{
	padding-left:25px;
}
#news_pri{
	float:none;
	width:100%;
	padding-left: 2%;
}
#news_pri .title{
	margin:0 auto;
	padding-bottom: 15px;
	width:45%;
}
.image.left {
    float: none;
    margin: 0 2em 2em 0;
}
.image.left img {
	width:96%;
}
.box_excerpt{
	display:block;
	overflow:hidden;
}
.news_about{
	padding: 4% 0% 6% 0%;
    width: 96%;
}
.news_about h3{
	font-size:20px;
	font-weight: bold;
	direction: inherit !important;
	padding: 6px 0px 15px 0px;
}
.news_about h3 a{
	color:#3e3e3e;
}
.news_about h3 a:hover{
	color:#000;
	text-decoration:underline;
}
.news_about span{
	color:#3e3e3e;
}
.categori-page {
    list-style: none;
    float: right;
}
.categori-page > li {
    display: inline-block;
    margin: 0 .2em;
    font-size: 14px;
    color: #666;
    position: relative;
	padding-top:10px;
}
.categori-page li a{
	color:#686869;
}
.categori-page li a:hover {
	text-decoration:underline;
	color:#000;
}
.categori-page>.prev a:hover{
	text-decoration:none;
}
.categori-page>.next a:hover{
	text-decoration:none;
}

/*------------news_inside----------------*/

#news_sec{
	width:96%;
	float:left;
	margin-left:2%;
}
.news_title{
	overflow:hidden;
	padding-bottom:20px;
}
#news_sec h3{
	font-size:20px;
    font-weight: bold;
	color:#3e3e3e;
	float:left;
	overflow:hidden;
}
#news_sec h4{
	font-size:14px;
	color:#3e3e3e;
	float:right;
	overflow:hidden;
	padding-top:10px;
}
#news_pic{
	width:100%;
	padding-bottom:5%;
}
#news_pic img{
	width:100%;
}
#news_sec a{
	background:url(../images/back_icon.jpg) top left no-repeat;
	padding-left:20px;
	color:#3e3e3e;
	float:right;
	line-height:1.2;
}
#news_sec a:hover{
	color:#000;
}
#news_sec p{
	padding:10px 0px;
	overflow:hidden;
}
#new_pri{
	width:380px;
	float:left;
	padding-left:40px;
	display:none;
}
#new_pri .title {
    margin: 0px;
    padding-bottom: 0px;
}
.new_list li{
	background:url(../images/list_icon.jpg) 0 10px no-repeat;
	padding-left:14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new_list li a{
	font-size:14px;
	line-height:2;
	font-weight:bold;
	color:#686869;
}
.new_list li a:hover{
	text-decoration:underline;
}


/*-------------product--------------*/
#product_sec{
	border: 1px #686869 solid;
	box-shadow: 4px 5px 11px -3px rgba(5%,5%,20%,0.2);
	width:96%;
	float: left;
	margin-left:2%;
}
#product_sec img{
	width:100%;
	display:none;
}
#product_sec .title{
	width:94%;
	margin:0 auto;
	padding:40px 0px 20px 0px;
}
#product_pri{
	float:left;
	width:100%;
	padding-left:0%;
}
.product_list{
	padding-left:5%;
}
.product_list>li{
	float: left;
    width: 50%;
    padding-bottom: 10%;
}
.col-tree-hide{
	background:url(../images/product_list_1.png)left top no-repeat;
	padding-left:20px;
	color:#3d3d3d;
	font-size:14px;
	font-weight:bold;
}
.col-tree-hide:hover {
	background:url(../images/product_list_2.png)left top no-repeat;
	padding-left:20px;
	color: #999;
}
.product_list li ul{
	padding:10px 0px 10px 0px;
	margin-left:20px;
}
.list_cont li{
	padding-left:20px;
}
.col-tree-show{
	background:url(../images/product_list_3.png) left 2px no-repeat;
	line-height:1.5;
	font-size:14px;
	color:#686869;
	font-weight:normal;
	padding-left:20px;
}
.col-tree-show:hover {
	background:url(../images/list_icon.jpg)left 4px no-repeat;
	line-height:1.5;
	font-size:14px;
	color:#000;
	font-weight:normal;
}
.list_cont li:hover{
	padding-left:20px;
}
.col-tree-show.here{
    background: url(../images/list_icon.jpg)left 4px no-repeat;
    line-height: 1.5;
    font-size: 14px;
    color: #000;
    font-weight: normal;
}


/*-----------pro_list-----------*/
#pro_list {
	margin-left: 0px;
	padding: 25px 0 25px 10px;
}
#pro_list li {
	padding:0 0 3% 0%;
	display:inline-block;
	width:50%;
	vertical-align: top;
	float:left;
}
#pro_list li a {
	background: url(../images/product_list.jpg) 10px 13px no-repeat;
	padding:8px 0 0 30px;
	display:block;
	font:bold 16px/20px "Arial";
	color:#555;
	line-height:1.5;
}
#pro_list li a:hover {
	background:#3e3e3e url(../images/product_list_2.jpg) 10px 13px no-repeat;
	text-decoration:none;
	color:#fff;
}
#pro_list li a p {
	background:url(../images/product_p.png) no-repeat;
	font:normal 14px "微軟正黑體";
	height:27px;
	color:#999;
	padding-left:22px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	position:relative;
	line-height:1.5;
}
#pro_list li a:hover p {
	color:#e0e0e0;
}
#pro_list li a p:after {
	content:"";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:125px;
	height:100%;
}
#pro_list li a:hover p:after {
	display:none;
}

/*------------.topic_path-------------*/

.topic_path {
	font:normal 13px/13px "敺株��迤暺煾��";
	color: #555;
	padding:10% 0% 10% 13%;
}
.sub_title .topic_path {
	float:right;
}
.topic_path a {
	color: #3e3e3e;
}
.topic_path a.here,
.topic_path a:hover {
	color: #999;
}
.topic_path dt a {
	font-size: 14px;
}
.topic_path dt a:hover {
	background-position:0 -28px;
}
.topic_path dt,
.topic_path dd {
	float:left;
	white-space: pre;
	padding-top:8px;
}
.topic_path dd:before {
	content:" > ";
}


/*---------product_inside---------------*/
#product_inside{
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
#title_cont{
	display:block;
	overflow:hidden;
}
#title_cont>h1{
	background:url(../images/product_icon.jpg)left 24px no-repeat;
	float:left;
	padding:16px 0px 0px 20px;
}
#product_pri img{
	width:103%;
}
#product_inside .topic_path {
	padding:4% 0% 0% 0%;
	float:right;
}
#product_inside #product_sec{
	display:none;
}
#product_inside #product_pri{
	padding:0% 3%;
	float:left;
	width:91%;
}
.text{
	padding:10px 0px;
}
.text h3{
	padding:10px 0px;
	font-size:1.3em;
}
.text p{
	padding-bottom:20px;
}
.text a {
  background: url(../images/back_icon.jpg) top left no-repeat;
  padding-left: 20px;
  color: #3e3e3e;
  float: right;
  line-height: 1.2;
}
@media only screen and (max-width: 340px){
  #product_sec .title{
	  width:64% !important;
  }
  .product_list{
	padding-left:5% !important;
  }
  #news_info h1{
	  font-size:20px;
  }
  #news_info h2{
	  font-size:12px;
  }
}
@media only screen and (max-width: 396px){
  /* line 865, ../scss/layout.scss */
  #product_sec {
	  width:96%;
  }
  #product_pri {
	  width:96%;
  }
  #product_sec .title{
	  width:60%;
  }
  .product_list>li{
	  width: 50%;
      float: left;
	  padding-bottom:10%;
  }
  .product_list{
	padding-left:5%;
	padding-bottom:5%;
  }
  .product_cont{
	  margin:5% 0%;
  }
  #index_product>div:last-child{
	  margin:0%;
  }
  #index img{
	  width:100%;
  }
  #logo img{
	  width:140px;
  }
  #pro_list{
	  margin-left: 0px;
  }
  #pro_list li{
	  padding: 0 0 3% 5%;
	  width: 93%;
  }
  #product_sec img{
	  display:none;
  }
}
@media only screen and (max-width:549px) and (min-width: 397px){
  .product_cont{
	  margin:5% 4%;
  }
  #index_product>div:last-child{
	  margin:5% 4%;
  }
  #product_sec .title{
	  width: 75%;
  }
}
@media only screen and (max-width:568px) and (min-width: 510px){
	.work_name{
	  top: 74%;
  }
  #partners_cont>div{
	  width:100%;
	  margin:0 auto;
  }
  #part_cont{
	width:100%;
	margin:0 auto;
  }
  #partners_pic li{
	margin:1%;
  }
}
@media only screen and (max-width: 480px){
  .work_name{
	  top: 70%;
  }
  #phil_list{
	width: 56%;
    margin: 0 auto;
  }
  #partners_cont>div{
	width:79%;
	margin:0 auto;
  }
  #part_cont{
	width:93%;
	margin:0 auto;
  }
}

@media only screen and (max-width:414px) and (min-width: 400px){
  .work_name{
	  top: 65%;
  }
  #partners_cont>div{
	width:91%;
	margin:0 auto;
  }
  #part_cont{
	width:94%;
	margin:0 auto;
  }
  #phil_list{
	width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:410px) and (min-width: 400px){
  #part_cont{
	width:97%;
	margin:0 auto;
  }
}
@media only screen and (max-width:400px) and (min-width: 375px){
  .work_name{
	  top: 62%;
  }
  #partners_cont>div{
	width:100%;
	margin:0 auto;
  }
  #part_cont{
	width:100%;
	margin:0 auto;
  }
  #phil_list{
	width: 74%;
    margin: 0 auto;
  }
}
@media only screen and (max-width:386px) and (min-width: 374px){
  #part_cont{
	width:99%;
	margin:0 auto;
  }
}
@media only screen and (max-width:374px) {
  #partners_cont>div {
	width:100%;
	margin:0 auto;
  }
  #part_cont{
	width:52%;
	margin:0 auto;
  }
  #partners_pic li{
	margin:0.5%;
  }
  #partners_pic>li:first-child {
	margin:0.5%;
  }
}
@media only screen and (max-width: 320px){
  #phil_list{
	width: 86%;
    margin: 0 auto;
  }
  #partners_cont>div {
	width:55%;
	margin:0 auto;
  }
  #part_cont{
	width:55%;
	margin:0 auto;
  }
}

/* 151026 Ben_Tsou */
.product_index{
	float:left;
	width: 100%;
}
.product_index_cont{
	margin: 20px auto;
	float: none;
	text-align: center;
}
.product_index_text{
	background: none;
}

.product_index_list div{
	float: none;
	margin-left: 3%;
	margin-top: 50px;
	margin-right: 3%;
	text-align: center;
}
.product_index_list ul{
	margin-top: 10px;
}

.product_index_map{
	width: 60%;
	float: left;
}
