@charset "utf-8";
/* CSS Document */
body{
	margin:0;
}
.page_product{
	z-index: 999;
	max-width: 1037px;
	background-color: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 7px;
	position: relative;
}
.page_product_box{
	max-width: 987px;
	margin: 0 auto;
	box-shadow: 0 0 10px 3px #999;
	text-align: center;
	padding-bottom: 3em;
}
.page_product_in{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}
.page_product_border{
	border: 7px solid #CBCBCB;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px;
	position: relative;
}
/*left*/
.menu_trigger_pro{
	display: none;
}
.ul_pro_menu_title{
	display: none;
}

.product_title{
	background-image: url(../images/website_image/product/home_product_title.png);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-bottom: 15px;
}
.product_title span{
	color: #fff;
    padding: 12px 0 2px 15px;
    border-bottom: 1px solid #000;
    position: absolute;
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 3px;
    text-shadow: 0 0 2px #cccccc;
}
ul.pro_menu li{
	padding: 10px 1em 18px;
	margin: 0;
	background-image: url(../images/website_image/product/product_menu_line.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
ul.pro_menu li:last-child{
	background-image:none;
	padding: 10px 1em 10px;
}
ul.pro_menu li a{
	color: #333;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	display: block;
}
ul.pro_menu li:hover {
	background-color: #333;
}
ul.pro_menu li:hover a{
	color: #fff;
}
ul.pro_menu{
	list-style-type: none;
	margin: 0 0 0 17px;
	padding: 0;
	border: 2px solid #999;
	box-shadow: inset 0 0 2px 1px #ccc;
	text-align: left;
}

/*right*/
.product_right{
	padding: 70px 10px 0;
}
.pro_content{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0.9em 7px;
	overflow: auto;
	box-shadow: 2px 2px 10px 2px #787878;
}
.pro_content_no {
    text-align: center;
    letter-spacing: 0;
    width: 100%;
    padding-top: 3em;
}
.pro_img_out {
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden;
	margin: 20px 10px;
}
.pro_img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
	display: block;
	text-align: center;
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	transition: .5s ease;
}
.pro_img:hover {
	transform : scale(1.1);
}
.pro_img img{
	max-width: 100%;	
}
.pro_name{
	color: #fff;
	position: relative;
	font-size: 0.9em;
	text-align: center;
	padding: 0 5px;
	background: #42738e;
	background: -moz-linear-gradient(top,  #42738e 0%, #155072 53%, #064568 66%, #024266 100%);
	background: -webkit-linear-gradient(top,  #42738e 0%,#155072 53%,#064568 66%,#024266 100%);
	background: linear-gradient(to bottom,  #42738e 0%,#155072 53%,#064568 66%,#024266 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42738e', endColorstr='#024266',GradientType=0 );
	display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.pro_name span{
    text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
}
.pro_name::after{
	background-image: url(../images/website_image/bg_pro_line.jpg);
	background-repeat: repeat-x;
    content: "";
    bottom: -8px;
    left: 0;
    width: 80%;
    height: 3px;
    position: absolute;
}

.home_pro_name::after{
	background-image: url(../images/website_image/bg_pro_line.jpg);
	background-repeat: repeat-x;
    content: "";
    bottom: -8px;
    left: 0;
    width: 70%;
    height: 4px;
    position: absolute;
}
.pro_content a{
	text-decoration: none;
}

.pro_content a:hover>.pro_name, .pro_content a:hover>.pro_img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;	
}
.pro_content:hover .pro_name{
	transition: .6s all ease;
	transition-delay: .35s;
}

.page{
	margin-top: 2em;
	background-image: none;
}
/*detail*/
.product_right-detail{
	padding: 62px 10px 0;
}
.pro_border_detail{
	margin: 0 10px 0 22px;
	padding: 0;
}
.pro_detail_name{
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
	font-family: "微軟正黑體";
	margin-top: 1em;
	text-align: left;
}
.pro_detail_name::before{
	background-image: url(../images/website_image/page/about_icon_point.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 0.5em 0 0;
}
.pro_img_out_detail{
	position: relative;
	overflow: hidden;
}
.pro_detail_bpic, .pro_detail_spic{
	background-image: url(../images/website_image/news/news_point.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
img.pro_img_detail{
	max-width: 70%;
	padding: 20px 10px;
	transition: .5s ease;
}
.pro_detail_spic img{
	max-width: 90%;
}
.pro_img_detail:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	transform : scale(1.1);
}
.pro_detail_info{
	padding: 20px 10px;
	text-align: left;
}





@media screen and (min-width:320px) and (max-width:767px) {
ul.pro_menu {
    margin: 0 17px;
}
.product_right {
    padding: 1em 10px 0;
}
.menu_trigger_pro {
    display: inline-block;
    /*position: absolute;*/
    right: 0;
    bottom: 0;
    padding: 10px;
}
.ul_pro_menu_title{
	display: inline-block;
    font-size: 1.3em;
    vertical-align: middle;
    color: #303030;
    font-weight: bold;
}
.product_title{
	position: relative;
}
.pro_menu{
	display: none;
}
.product_right-detail {
    padding: 10px 10px 0;
}
.pro_border_detail {
    margin: 0 10px;
}
}