﻿/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*頭部樣式*/
#header {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 0 45px;
    border-top: 4px solid #c33c43;
}

.logo {}

.topLink {
    width: 900px;
    position: relative;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

.topLink .k1 {
    text-align: right;
    color: #777;
    line-height: 44px;
}

.topLink .k1 a {
    padding: 0 6px;
    color: #777;
    position: relative;
    display: inline-block;
    transition: all .5s;
}

.topLink .k1 a+a::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    background: #dadada;
    left: -2px;
    top: 37%;
}

.topLink .k1 a::after:last-child {
    display: none;
}

.topLink .k1 a:hover {
    color: #c33c43;
}

/*熱門搜索*/
.searbtn {
    background: url(../image/searbtn.jpg) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 4px;
    transition: all .3s;
    cursor: pointer;
}

.searbtn:hover {
    background: url(../image/serh.jpg) no-repeat;
}

.search {
    background: rgba(255, 255, 255, .5);
    padding: 20px;
    position: absolute;
    right: 0;
    top: 130px;
    z-index: 9999;
    display: none;
}

.hotSearch {
    line-height: 24px;
    font-weight: normal;
}

#formsearch {
    float: left;
}

#formsearch input {
    height: 42px;
    background: #fff;
    border: none;
    line-height: 42px;
}

#formsearch input#keyword {
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    color: #999;
    width: 220px;
    font-size: 14px;
}

#formsearch input#s_btn {
    width: 54px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #c33c43;
    color: #fff;
    border: none;
    cursor: pointer;
}


/*主體樣式*/
#container {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 0 45px;
    padding-top: 30px;
}

.wrap-procate {
    width: 1260px;
    margin: 0 auto;
    background: #f7f7f7;
    padding: 54px 45px;
}

.container {
    width: 1260px;
    margin: 0 auto;
    background: #fff;
    padding: 54px 45px;
}

.containers {
    padding-bottom: 0;
    margin-bottom: 10px;
}

.webtitle {
    font-size: 32px;
    color: #333;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
    padding-bottom: 30px;
}

.webtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 14%;
    width: 5px;
    height: 28px;
    background: #c33c43;
}

.webtitle span {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
}

.webtitle a {
    position: absolute;
    right: 0;
    top: 28%;
    font-size: 14px;
    color: #b8b8b8;
    transition: all .3s;
}
.webtitle a:hover{
    color:#c33c43
}
/*产品推薦*/
.sort-pro li {
    float: left;
    background: #fff;
    padding: 25px;
    margin-right: 60px;
    width: 550px;
    cursor: pointer;
    transition: all .3s;
}

.sort-pro li:hover {
    box-shadow: 0 0 10px #e5e5e5;
}

.sort-pro li:last-child {
    margin-right: 0;
}

.sort-pro li a.sortcon {
    display: block;
    width: 260px;
}

.sort-pro li a.sortcon h3 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    line-height: 58px;
}

.sort-pro li a.sortcon p {
    font-size: 12px;
    color: #999;
}
.sort-pro li a.sortcon span {
    display: block;
    font-size: 12px;
    width: 118px;
    line-height: 32px;
    text-align: center;
    background: #c33c43;
    color: #fff;
    border-radius: 5px;
    margin-top: 24px;
    transition: all .3s;
}
.sort-pro li:hover a.sortcon h3 {
    color: #c33c43;
}
.sort-pro li:hover a.sortcon span {
    background: #d1595f;
}
.sort-pro li .img {
    transition: all .3s;
}
.sort-pro li:hover .img {
    padding-left: 14px;
}
.roll_product li{
    float: left;
    margin-right:28px;
    margin-bottom:28px;
    position: relative;
    overflow: hidden;
    width:294px;
    cursor: pointer;
}
.divhover{
    position: absolute;
    right:1px;
    bottom:263px;
    width: 292px;
    height: 210px;
    background: rgba(0, 0, 0, .4);  
    transition: all .3s;
}
.roll_product li:hover .divhover{
    bottom:51px;
}
.divhover a{
    display: block;
    font-size: 12px;
    text-align: center;
    color:#fff;
    line-height: 34px;
    position: absolute;
    left:44%;
    top:54%;
}
.imgdiv{
    background: url(../image/imgh.png) no-repeat center center;
    width:26px;
    height:26px;
    position: absolute;
    left:46%;
    top:40%;
}
.roll_product li:nth-child(8),
.roll_product li:nth-child(4){
    margin-right:0;
}
.roll_product li a.img {
    display: block;
    border: 1px solid #f7f7f7;
    width: 292px;
    height: 210px;
    overflow: hidden;
}
.roll_product li a.img img {
    width: 292px;
    height: 210px;
    transition: all .3s;
}
.roll_product li:hover a.img img{
    transform: scale(1.1);
}
.roll_product li h3 {
    text-align: center;
    line-height: 50px;
    background: #f7f7f7;
    transition: all .3s;
}
.roll_product li h3 a {
    font-weight: normal;
    color: #333;
    font-size: 16px;
}
.roll_product li:hover h3 {
    background: #c33c43;
}
.roll_product li:hover h3 a {
    color: #fff;
}

/*新聞中心*/
.picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    padding:0 3px;
}

.picScroll-left .bd ul li a {
    display: block;
}
.picScroll-left .bd ul li a .img{
    width:294px;
    height:148px;
    overflow: hidden;
}
.picScroll-left .bd ul li a .img img{
    width: 294px;
    height: 148px;
    transition: all .3s;
}
.picScroll-left .bd ul li:hover a .img img{
    transform: scale(1.1);
}
.picScroll-left .bd ul li h3{
    background: #f0f0f0;
    height:92px;
    font-weight: 400;
    font-size: 17px;
    color:#333;
    padding: 10px 20px;
    width:254px;
    transition: all .3s;
}
.picScroll-left .bd ul li h3 p{
    font-size: 12px;
    color:#999;
    line-height: 28px;
}
.picScroll-left .bd ul li:hover h3{
    color:#c33c43;
}
/*我們的客戶*/
.custmer li {
    float: left;
    margin-right: 25px;
}

.custmer li:last-child {
    margin-right: 0;
}

.custmer li img {
    border: 1px solid #f7f7f7;
    transition: all .3s;
}

.custmer li:hover img {
    border-color: #c33c43
}

.footer {
    background: #6e6e6e;
    padding: 50px 34px;
}

.foottitle {
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 600;
    padding-bottom: 14px;
}

.footnav {
    width: 230px;
}

.footnav a {
    color: #f0f0f0;
    font-size: 16px;
    line-height: 26px;
    transition: all .5s;
}

.footnav a:hover {
    color: #e1e200;
}

/*首頁左側聯系我們*/
.contact {
    width: 400px;
}

.about {
    width: 556px;
}

.contact .content,
.about .content {
    font-size: 14px;
    color: #f0f0f0;
    line-height: 26px;
}

.about a {
    font-size: 12px;
    color: #a9a9a9;
    text-decoration: underline;
    line-height: 44px;
    transition: all .5s;
}

.about a:hover {
    color: #f0f0f0;
}

/*友情鏈接*/
.f_link {
    margin-top: 20px;
    font-size: 13px;
    color: #999;
    line-height: 42px;
}

/*頁面底部*/
#footer {
    position: relative;
}

#footer a {
    color: #666;
}

#footer a:hover {
    color: #c33c43;
    text-decoration: none;
}

.copyright {
    text-align: left;
    line-height: 54px;
    color: #666;
}

.copyright a {
    color: #666;
}


/*------------內頁-------------------*/
.prodescription {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 15px;
    text-indent: 20px;
}

.n_banner {
    width: 1350px;
    position: relative;
    left: 50%;
    margin-left: -675px;
}

.n_banner img {
    width: 1350px;
    margin: 0 auto
}

.left {
    width: 250px;
    float: left;
}

.left .box {
    margin-bottom: 10px;
}

.left .box h3 {
    background: #c33c43;
    line-height: 54px;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.left .box .content {
    border:1px solid #f0f0f0;
    padding:10px;
}

.right {
    width: 950px;
    float: right;
    padding-bottom: 10px;
}

.sitemp h2 {
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}
.sitemp .site {
    line-height: 18px;
    color:#999;
}
.sitemp .site a{
    color:#999;
}
.right .content {
    padding-top: 15px;
    overflow: hidden;
    line-height: 24px;
}
.sort_album {
    margin-top: 15px;
}