.product-list {

    margin: 0 -15px -50px;
}

.product-list .item {

    width: 33.33%;

    padding: 0 15px;
}

.product-list .item a {

    max-width: 320px;

    margin: 0 auto 50px;

    padding: 10px;

    text-align: center;

    position: relative;
}

.product-list .item a .pic {

    position: relative;
}

.product-list .item a .pic:before {

    content: "";

    background: rgba(0, 0, 0, 0.6) url(../images/index/product_hover.png) no-repeat 50% 50%;

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    -webkit-transition: all .3s ease;

    -moz-transition: all .3s ease;

    -ms-transition: all .3s ease;

    -o-transition: all .3s ease;

    transition: all .3s ease;
}

.product-list .item a:hover .pic:before {

    opacity: 1;
}

.product-list .name {

    display: block;

    color: #4C3439;

    font-size: 16px;

    padding: 15px 0 8px;

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;
}

.product-list .item a:hover .name {

    color: #005AAB;
}

.product-name {

    color: #444444;

    text-align: center;

    font-family: '微軟正黑體';

    font-size: 23px;

    font-weight: bold;

    line-height: 23px;
}

.service-hr {

    height: 3px;

    width: 50px;

    margin: 0 auto;

    background: #027EA8;

    margin-top: 20px;

    margin-bottom: 36px;
}

.gallery {

    max-width: 680px;

    margin: 0 auto;
}

.gallery_info {

    border: 1px solid #72AEC2;

    margin-top: 5px;
}

.gallery_info .s-title {

    font-size: 16px;

    font-weight: bold;

    color: #007FA5;

    text-align: center;

    font-family: '微軟正黑體';
}

.gallery_info .s-title span {

    border-bottom: 1px solid #5BA4BB;

    padding: 4px 16px;
}

.gallery_info .s-info {

    color: #525252;

    font-family: '微軟正黑體';

    font-size: 16px;

    text-align: center;
}

.gallery .nav {

    text-align: center;

    margin-top: 26px;
}

.gallery .prev-ctrl,

.gallery .counter,

.gallery .next-ctrl {

    display: inline-block;
}

.gallery .prev-ctrl,

.gallery .next-ctrl {

    width: 29px;

    height: 29px;

    background: url(../images/service/service-nav.png);

    margin-bottom: -6px;

    cursor: pointer;
}

.gallery .next-ctrl {

    background-position: right center;
}

.gallery .counter {

    font-size: 20px;

    color: #477FA7;

    line-height: 30px;

    margin: 0 16px;
}

.gallery .counter .current {

    color: #155A8C;

    font-size: 25px;
}

/*-------------------------------------------*/

.about-editor{
    position: relative;
}

.about-editor .list-v {
    padding: 0;
    margin: 0;
}

.about-editor .list-v ,
.about-editor .list-v  li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-editor .tit{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    color: #000000;
}

.about-editor .tit:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.about-editor .tit-s{
    background: #333333;
    color: #fff;
    font-size: 15px;
    margin: 5px 0 10px;
    padding: 1px 10px;
    font-weight: bold;
}


.about-editor .about-editor-ul li{
    background: #fbfbfb;
    font-size: 15px;
    color: #000;
}

.about-editor .about-editor-ul li:nth-child(2n){
    background: #f1f1f1;
}

.about-editor .about-editor-ul li > b{
    width: 190px;
    display: inline-block;
    border-right: 1px solid #fff;
    font-weight: normal;
    box-sizing: border-box;
    padding: 8px 10px;
    vertical-align: middle;
}

.about-editor .about-editor-ul li span{
    display: inline-block;
    width: calc(100% - 200px);
    padding: 0 10px;
    box-sizing: border-box;
    vertical-align: middle;
}

.about-editor .about-editor-ul .col_r{
    color: #c20020;
    display: block;
}

.about-editor .about-editor-ul .col_b{
    color: #c20020;
    display: block;
}

.about-editor-pic1{
    position: absolute;
    bottom: -48px;
    right: 0;
}

.about-editor .tit2{
    text-align: center;
    font-size: 26px;
    margin: 0 0 10px;
}

.about-editor .tit2:before{
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto 10px;
	background: url('../../images/about/map-location.png');
}

.about-editor-tb{
	width: 100%;
	text-align: center;
    max-width: 800px;
    margin: 0 auto;
    background: #f5f5f5;
}

.about-editor-tb td{
    padding: 15px;
}

/*-------------------------------------------*/

@media screen and (max-width: 1200px) {

    .product-list .item {

        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .about-editor-pic1,
    .about-editor-pic2{
        display: none;
    }
    .about-editor .about-editor-ul li,
    .about-editor .about-editor-ul li:nth-child(2n){
        margin: 0 0 10px;
        background: none;
    }
    .about-editor .about-editor-ul li > b,
    .about-editor .about-editor-ul li span{
        width: auto;
        display: block;
        background: #fbfbfb;
    }
    .about-editor .about-editor-ul li > b{
        border: 0;
        border-bottom: 1px solid #fff;
        background: #f1f1f1;
    }
}

@media screen and (max-width: 600px) {

    .product-list .item {

        width: auto;

        float: none;
    }

    .product-list .pic {

        height: auto;
    }

    .product-list .product-name {

        white-space: normal;
    }
}

@media screen and (max-width: 480px) {
    .about-editor .tit img{
        display: none;
    }
    .about-editor-tb td{
        float: left;
        width: 100%;
    	box-sizing: border-box;
    }
}