.public_box{
	margin-bottom: 20px;
}
.public_box sub{
	vertical-align: inherit;
}
.public_banner>img{
	width: 100%;
}
.public_text_dec{
	font-size: 1.1em;
    margin-bottom: 0.5em;
    line-height: 30px;
}
.public_outer_text{
	line-height: 30px;
	font-size: 1em;
    line-height: 30px;
}
.public_h2_title{
	font-size: 1.4em;
    margin-top: 1em;
    margin-bottom: 0.8em;
    text-align: center;
    font-weight: bold;
}
.public_h3_title{
	position: relative;
    padding-left: 10px;
    line-height: 40px;
    background-color: #eee;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}
.public_h3_title:before{
	content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 4px;
    height: 40px;
    background-color: #cc3536;
}
.public_h4_title{
  	margin-top: 20px;
}
.public_h4_title legend{
	font-size: 1em;
    color: #000;
    font-weight: bold;
}
.public_box .layui-col-space10>*{
    padding: 20px;
}
fieldset.public_h4_title {
	border-color: #cc3536;
}
.public_h4_title  a{
	color: #cc3536;
	text-decoration: underline;
}
.public_h5_title{
    color: #000;
    font-weight: bold;
  	margin-bottom: 12px;
  	margin-top: 12px;
  	position: relative;
  	padding-left: 18px;
}
.public_h5_title::after{
	content: '';
	position: absolute;
	width: 8px;
    height: 8px;
	border-radius: 50%;
	background-color: #cc3536;
	left: 0;
	top: 8px;
}

.public_productLink{
	height: 50px;
	margin-top: 10px;
}
.public_productLink .box {
    border-right: 5px solid #fff;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.public_productLink4 .box{
	width: 25%;
}
.public_productLink .box a:hover {
    background: #cc3536;
    color: #fff;
}
.productTit{
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 0.8em;
	text-align: center;
	font-weight: bold;
}
.public_productLink .box a {
    display: block;
    line-height: 50px;
    color: #808080;
    text-align: center;
    text-transform: uppercase;
    background: #eee;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.public_productLink .box.current a {
    background: #cc3536;
    color: #fff;
}




.public_img_center{
	width: 100%;
}
.public_img_center>img{
	width: 100%;
	height: auto;
}
.public_table.layui-table thead tr th{
	text-align: center;
}
.public_table.layui-table tbody tr td{
	text-align: center;
}
.public_table.layui-table tbody tr td a{
	color: #cc3536;
	text-decoration: underline;
}

.public_table.layui-table img{
	max-width: 200px;
}

.public_img_text_box{
	margin-bottom: 15px;
	overflow: hidden;
}
.public_img_text_box .imgBox{
	text-align: center;
}
.public_img_text_box .imgBox>img{
	max-height: 300px;
	max-width: 100%;
}

.public_img_text_box .imgText{
	margin-top: 10px;
	 font-style: italic;
    font-size: 0.8em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666;
    line-height: 25px;
}
.public_img_text_box .img_one{
	text-align: center;
}
.public_img_text_box .imgText a{
	color: #cc3536;
	text-decoration: underline;
}
.public_img_l_r .imgBox>img{
	height: 280px;
}


.public_click_action{
    margin: 20px 0;
    overflow: hidden;
}
.public_click_action .layui-col-md6{
    margin-top: 10px;
}
.public_click_action .public_not_bg_pop{
    padding: 4px;
    color: #fff;
    border: 1px solid #b5b5b5;
    margin: auto;
    width: 180px;
    border-radius: 6px;
    cursor: pointer;
	text-align: center;
	background-color: #cc3536;
}
.public_click_action .public_not_bg_pop:hover{
    border-color: #cc3536;
}

.public_click_action .layui-col-md6:nth-child(1) .public_not_bg_pop{
    float: right;
}
.public_click_action .layui-col-md6:nth-child(2) .public_not_bg_pop{
    margin-left: 30px;
    float: left;
}
.public_arrow_list a{
	line-height: 30px;
	color: #cc3536;
	font-weight: bold;
}


@media( max-width: 1000px)
{
	.public_not_bg_pop{
		float: initial !important;
		margin: 0 auto !important;
	}
	.productSection{
		width: 100%;
		overflow: auto;
	}
}

/*  Protocol按鈕彈框 */
.show_protocol{
	width: 20em;
	background-color: #cc3536;
	line-height: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	border-radius: 6px;
	margin-top: 20px;
	cursor: pointer;
}

.show_protocol:hover{
	cursor: pointer;
}
