
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(index_header.css);
@import url(index_banner.css);
@import url(index_footer.css);

/*========================================================
                      	<!--ico輪播-->
=========================================================*/


.product-list {
    background-color: #f2f2f2;
    padding: 20px 0;
}
.product-list img {
    width: 100%;
    vertical-align: bottom;
	/*padding-top: 5%;
	padding-bottom: 5%;
	padding:10px 10px;*/
}
.product-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-list [class*="col-"] dl dt { 
	/*border: 1px solid #666666;
	background:#fff;*/
	opacity: 0.8;
    transition: .2s linear;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
    -ms-transition: .2s linear;
    -o-transition: .2s linear;
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #ccc;
    border-color: transparent;
}
.product-list [class*="col-"] dl dt:hover { 
    border: 2px solid #ccc;
}

.product-list [class*="col-"] dl dd {
	color: #292929;
	text-align: center;
	font-size: 18px;
}
.product-list [class*="col-"] dl dd h3 { 
	margin: 0 0 10px 0;
	color: #fff;
	font-weight: bold;
	background-color: #666;
	padding: 10px;
}
.product-list [class*="col-"] dl dd h3:hover { 
	color: #dee490;
}
.product-list [class*="col-"] dl:hover{ 
	padding:0 5px 0 0;
}
/*  尺寸設定 */

@media (min-width: 768px) {
	.product-list h1 {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.product-list h1 {
		font-size: 40px;
	}

}


/*========================================================
                      	 最新消息
=========================================================*/
.news-list {
	background-color:#fff;
    background-size: cover;
	padding-bottom: 80px;
}
.news-list h1 {
	text-align: center;
	color: #2d2d2d;
	font-size: 32px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}
.news-list dl {
	position: relative;
    border-radius: 4px;
    overflow: hidden;
    
    margin-bottom: 40px;
    text-align: left;
	
}	
.news-list dl dd {
    overflow: hidden;
    line-height: 28px;
    padding: 0 10px 5px 0;
	
}
	
.news-list dl dd p {
	color: #888;
     letter-spacing: 0;
    max-height: 90px;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding:0 0 5px 0;
	
}
.post-meta{
	color: #005080;
}
.post-meta time{
	color: #005080;
}

.news-list .name {
    color: #5F5F5F;
    font-size: 18px;
    font-weight: bold;
    
}

.news-list .idxc1 dl .Txt {
	
    float: left;
	padding: 0 10px;
	border-right: 1px solid #d9d9d6;
}
.news-list .idxc1 dl .Txt h3 {
	margin:5px 0;

}

.news-list .idxc1 dl .Txt h3 a {
	font-size: 20px;
	font-weight: normal;
	color: #000;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}
.news-list .idxc1 dl .Txt h3 a:hover {
	color: #9fa0a0;
}

.news-list .idxc1 dl .Txt h3 strong {
	font-weight: 320;
	font-family: 'Lato', sans-serif;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #ad967a;
}

.news-list .idxc1 dl .Txt p {
	font-size: 15px;
	color: #7b7b7b;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.news-list .idxc1 dl .Txt a.readlink {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	font-size: 13px;
	color: #005080;
	transition: 0.4s;
	text-decoration: none;
}

.news-list .idxc1 dl:hover .Txt a.readlink {
	color: #fff;
	transition: 0.2s 0.4s;
}

.news-list .idxc1 dl .Txt a.readlink:after {
	content: "";
	position: absolute;
	top: 0%;
	width: 0;
	height: 100%;
	left: 0%;
	z-index: 5;
	display: block;
	background: #005080;
	transition: 0.4s 0.3s;
}

.news-list .idxc1 dl:hover .Txt a.readlink:after {
	width: 100%;
	transition: 0.4s 0.3s;
}

.news-list .idxc1 dl .Txt a.readlink:before {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 1px;
	color: #005080;
	right: calc(100% - 5px);
	display: block;
	background: #005080;
	transition: 0.3s;
}

.news-list .idxc1 dl:hover .Txt a.readlink:before {
	width: 0px;
	transition: 0.3s;
}

.news-list .idxc1 dl .Txt a.readlink span {
	display: block;
	position: relative;
	z-index: 10;
}

*//*  尺寸設定 */

@media (min-width: 768px) {
	.news-list h1 {
		font-size: 36px;
	}

}
@media (min-width: 1200px) {
	.news-list h1 {
		font-size: 40px;
	}
	
}
}
/*========================================================
                      	主治項目
=========================================================*/
.treatment-items-list{
	background: url(../../images/treatment-items_bg.jpg) no-repeat center top;
    background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
	
	}
.about-list {
    background: url(../../images/service_bg.jpg) no-repeat center top;
    background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.about-list h1 {
    margin-top: 50px;
	margin-bottom: 50px;
}

.about-list .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

.about-pic {
	padding: 0 10%;
}
.about-pic img {
	width: 100%;
}

.about-info {
	padding: 60px 14%;
	text-align: left;
	font-size: 18px;
	line-height: 32px;
}
.about-info h2 {
	margin-top: 50px;
	color: #004885;
	margin: 0 0 30px 0;
	font-size: 26px;
}
.about-info p {
	color: #333;
}

.about-info .more {
	text-align: right;
	margin-top: 50px;
}

.about-info .more a {
	padding: 5px 30px;
	color: #636363;
	border: 1px solid #636363;
}
.about-info .more a:hover {
	border-color: transparent;
    background-color: rgba(0,0,0,0.50);
	color:#fff;
}


/*  尺寸設定 */
@media (min-width: 640px) {	
	.about-pic {
		padding: 0 8% 0 12%;
	}
	.about-info {
		padding: 60px 14%;
		font-size: 20px;
		line-height: 32px;
	}
	.about-info h2 {
		font-size: 30px;
	}
}

@media (min-width: 992px) {	
	.about-info {
		padding: 60px 13%;
	}
}
@media (min-width: 1200px) {
	.about-list .row {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.about-info {
		padding: 50px 10%;
		line-height: 36px;
	}
	.about-info h2 {
		margin: -4px 0 30px 0;
	}
	.product-list h1,.top_block2 h1 {
		font-size: 40px;
	}
}
@media (min-width: 1600px) {
	.about-info {
		padding: 0 10% 100px 4%;
		line-height: 36px;
	}
	.about-info h2 {
		font-size: 36px;
	}
}
@media (min-width: 1800px) {
	.about-info {
		padding: 140px 10%;
	}
}



/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
	}

a.figure:hover:before {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    content: '';
    display: inline-block;
    background-color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}

