﻿@charset "utf-8";
.location {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EFEFEF;
    color: #7C7C7C;
    font-size: 16px;
    margin-bottom: 50px;
}
/**********侧边 二级 下拉***********/
.accordion {
    width: 100%;
    background: #FFF;
}
.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #CCC;
    margin-top: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li{
    cursor: pointer;
}
.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.accordion li.open .link {
    color: #f39800;
}

.accordion li.open i {
    color: #f39800;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}

.submenu li {
    border-bottom: 1px solid #d6d7dc;
    position: relative;
}
.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #fd5f00;
    color: #FFF;
}
/**********侧边 二级 下拉****************/

/*产品列表*/
.nei-right-h1 {
    font-size: 30px;
    color: #fd5f00;
    background: #fff;
    padding: 12px 0 12px 16px;
    border: 1px solid #ddd;
}
.list-pro {
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.3s;
}
.list-pro img {
    transition: all 0.3s;
}
.list-pro:hover img {
    transform: scale(1.05);
}
.list-pro:hover {
    -moz-box-shadow:2px 2px 5px #C1C1C1; 
    -webkit-box-shadow:2px 2px 5px #C1C1C1; 
    box-shadow:2px 2px 5px #C1C1C1;
}
.list-pro a {
    position: relative;
}
.list-pro .h3 {
    width: 100%;
    text-align: center;
    background: rgba(227,227,227,0.8);
    font-size: 16px;
    line-height: 32px;
    margin-top: -32px;
    margin-bottom: 0;
}
.info-title {
    font-size: 26px;
    line-height: 56px;
    background: #EBF0F5;
    text-align: center;
    margin-bottom: 26px;
}
.list-news-sb {
    border-bottom: 1px dashed #ddd;
    padding: 20px 0;
}
.list-news-sb h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}
.list-news-sb h3:hover {
    color: #fd5f00;
}
.pre-next {
    margin-top: 40px;
}
.pre-next:before {
    display: block;
    content: "";
    width: 100px;
    height: 1px;
    background: #fd5f00;
    margin-bottom: 20px;
}
.show-pro-pictures {
    width: 600px;
    margin: 0 auto;
}

.jishusl li {
    width: 49%;
    padding: 10px;
    float: left;
}
.jishusl li img {
    width: 100%;
}
.contact-gbook2 .form-group {
    overflow: hidden;
}
.navHover {
    color: #fd5f00;
    font-weight: bold;
}
.shouhou-sb1 h4{
    height: 110px;
    padding: 16px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 5px #ddd;
    text-align: center;
}
.shouhou-sb2{
    height: 110px;
    padding: 8px;
}

.list-hornor li {
    width: 25%;
    float: left;
}
.list-hornor li img {
    width: 100%;
    padding: 2%;
}

.pro-info .index-prosb2 li {
    width: 32%;
    margin-bottom: 20px;
}
.pro-info .index-prosb2 li img {
    width: 100%;
}
/*放大镜*/
#showbox { background:#eee;}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}


















