/*Fx---------------------------------*/
.fx_btn{
    opacity: 0.5;
}

.fx_btn:hover{
    opacity: 0.9;
}

.fx_btn:active{
    opacity: 0.9;
    top: -1px;
}
/*---------------------------------Fx*/

/*product slide----------------------*/
#prod_info {
    position: relative;
    margin: 0 auto;
    width: 939px;
    height: 250px;
    /*display: table;*/
    /*overflow: hidden;*/
}

#prod_info_title {
    padding: 0 64px;
    font-family: 'PingFang TC';
    color: #727271;
}

.hr_style_1 {
    width: 847.85px;
    margin: 0 auto;
    border: 0;
    height: 0;
    border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

.hr_style_2 {
    width: 655.85px;
    margin: 0 auto;
    border: 0;
    height: 0;
    border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

#prod_brand {
    position: relative;
    margin: 20px auto;
    width: 840px;
    height: 170px;
    /*overflow: hidden;*/
}

.slide_wrap {
    position: relative;
    float: left;
    /*width: 900px;*/
    width: 840px;
    height: 170px;
    overflow: hidden;
}

#prod_brand ul {
    top: 0;
    position: absolute;
}

#prod_brand ul li {
    padding: 0 10px;
    width: 140px;
    text-align: center;
    float: left;
    display: inline;
    box-sizing: border-box;
}

#prod_brand ul li img {
    width: 120px;
    heigth: 120px;
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

#prod_brand ul li p {
    padding: 5px 0;
    font-size: 14px;
    font-family: "PingFang TC";
}

/*----------------------product slide*/

/*slide nav----------------------*/
#prod_brand .btn_prod_info_prev,
#prod_brand .btn_prod_info_next {
    top: 45px;
    width: 30px;
    height: 30px;
    opacity: 0.4;
    position: absolute;

}

#prod_brand .btn_prod_info_prev {
    left: -35px;
    background:transparent url('../../../../img/layout/home/icon/ios7_arrow_left.png') no-repeat center;
    background-size: 95%;
}

#prod_brand .btn_prod_info_next {
    right: -35px;
    background:transparent url('../../../../img/layout/home/icon/ios7_arrow_right.png') no-repeat center;
    background-size: 95%;
}

#prod_brand .btn_prod_info_prev:hover,
#prod_brand .btn_prod_info_next:hover {
    opacity: 0.8;
}

#prod_brand .btn_prod_info_prev:active,
#prod_brand .btn_prod_info_next:active {
    top: 43px;
}

/*----------------------slide nav*/

/*pagination**************************************/
.pagination {
    bottom: 15px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: none;
    overflow: hidden;
    background: #aaa;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.pagination a:hover {
    opacity: 0.6;
}

.pagination a.pnActive {
    background: #000;
}

.pagination a.pnActive:hover {
    opacity: 1;
}
/*pagination**************************************/

/*sns_media**************************************/
#sns_media {
    position: relative;
    margin: 0 auto;
    width: 900px;
    /*display: table;*/
    overflow: hidden;
}

#sns_medita_title {
    padding: 0 64px;
    font-family: 'PingFang TC';
    color: #727271;
}

.sns_box {
    position: relative;
    float: left;
    width: 235px;
    height: 380px;
    margin-top: 39px;
    margin-bottom: 110px;
    margin-left: 48px;
    background-color: #efefef;
}

.sns_box_img {
    height: 170px;
    background-color: #6fa0f0;
}

.sns_content {
    padding-left: 15px;
    padding-top: 20px;
    height: 190px;
    color: #727271;
}

.sns_box_title {
    font-size: 20px;
    font-family: 'PingFang TC';
}

.sns_box_title a,
.sns_content a {
    color: #727271;
    text-decoration: none;
}

.sns_box_desc {
    margin-top: 15px;
}

.sns_box_mask {
    position:absolute;
    background-color: #fff;
    z-index: 4;
    left:0;
    top:0;
    width:235px;
    height:170px;
    opacity: 0.1;
    cursor: pointer;
}
/**************************************sns_media*/
