/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
body{
    background: #fff;
    font-family: '微软雅黑';
    font-size: 16px;
    color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: 300;
}
a:visited{
    text-decoration: none;
}
a:focus{
    outline: none;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
/*颜色*/ 
.color-257BC6{
    color: #257BC6;
}
.color-fff{
    color: #fff
}
.color-000{
    color: #000;
   
}
.background-color-d7c17b{
 background-color: #d7c17b;
}
/*颜色*/
/*行高*/
.line-height-30{
    line-height: 30px
}
@media(max-width: 768px){
   .line-height-30{
    line-height: 30px;
    text-align: left;
    padding: 0 15px;
} 
}
/*边距*/
.padding-0{padding: 0}
.padding-top-30{
    padding: 30px 0 0 0;
}
.padding-top-60{
    padding: 60px 0 0 0;
}
.padding-30{padding: 30px 0px}
.padding-60{padding: 60px 0px}
.padding-50{padding: 50px 0px}
.padding-100{padding: 100px 0px;}
.margin-30{margin: 30px 0}
.margin-50{margin: 50px 0}
.margin-bottom-50{margin-bottom: 50px}
.margin-bottom-30{margin-bottom: 30px}
.margin-top-30{margin-top: 30px}
.margin-top-50{margin-top: 50px}
/*所有按钮加渐变动画*/
.btn{
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
}
       /*-------分页选中样式----------*/

.other_page {
  width: 100%;
  margin: 10px auto;
  height: 30px;
  text-align: center;
  margin-top: 40px;
}   
a{text-indent: none}
.other_page a,
.other_page span.pre {
  padding: 7px 17px;
  border: 1px solid #CCC;
  background: #fff;
  margin-left: -5px;
  color: #000;
  border-radius: 5px;
  margin: 0px 5px;
}
.other_page a:hover,
.other_page a.hover {
  background-color: #d7c17b;
  color: #fff;
  border-color: #d7c17b;
}
.other_page a:first-child,
.other_page span.pre:first-child {
/*  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;*/
}
.other_page a:last-child span.pre:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.other_page span.pre {
  cursor: pointer;
  display: inline-block;
  padding: 4.5px 15px;
}
.current{
    padding: 7px 17px;
    border: 1px solid #CCC;
    background: #d7c17b;
    margin-left: -5px;
    color:#fff;
    margin: 0px 15px;
    border-radius: 5px
}                  
/*所有按钮加渐变动画*/

/*标题下方的短下划线*/
.title{font-size: 26px;font-weight: bold;}
.tit{font-size: 16px;color: #666}
.line{
    border-top: 3px solid #d7c17b;
    width: 35px;
    margin: auto;
    margin-top: 15px;
}
.line-big{
    margin: 30px auto 26px;
    border-width: 2px;
    width:80px;
}

/*标题下方的短下划线*/

/*复写引用样式*/
blockquote {
    padding-right: 0;
    padding-bottom: 0;
    background:#f9f9f9;
    color: #919191;
    font-size: 14px;
    background-image: url(../images/quote-left.png);
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 2em;
}
blockquote .quote-content{
    padding-right: 20px;
    padding-bottom: 10px;
    background-image: url(../images/quote-right.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/*复写引用样式*/

/*自定义基础通用样式 */

/*所有页面共享的样式如导航,页脚等 */
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
    /*全部-导航*/
    body{
        padding-top: 0;
        /*移动端若固定顶部导航的话高度为52px*/
        
    }
    #header .navbar{/*移动端导航不固定顶部*/
        position: relative !important;
    }
    #header .navbar{
        padding-bottom: 0;
    }
    /*全部-导航*/
    /*全部-页脚*/
    #footer .footer-wechat p{
        text-align: left !important;
    }
    /*全部-页脚*/
    /*全部-返回顶部*/
    #clan-slider{
        bottom:55px !important;
    }
    #clan-slider ul li a{
        background-color: rgba(255,255,255,0.9) !important;
        border-color:  transparent !important;
        border-radius: 50% !important;
    }
    #clan-slider #slider-goTop{
        background-position: -92px 0 !important;
    }
    #clan-slider #slider-goTop:hover{
        background-position: 0 0 !important;
    }
    /*全部-返回顶部*/
}
/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm >= 768px */
@media (min-width: 768px){
    body{
           padding-top: 140px;/*顶部固定导航条的空间*/
    }
    /*全部-导航*/
    #header .navbar{
        border-radius: 0;
        padding: 15px 0px 0px 0px;
    }
    #header .navbar-nav>li>a{
        padding: 15px 0;
    }
    /*全部-导航*/
}
/*大于手机屏幕时的样式 sm >= 768px */

/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px){
    /*全部-页脚*/
    #footer .footer-contact h2{
        font-size: 26px !important;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 0;
            font-size: 22px !important;
        }
    }
    /*全部-页脚*/
}
/*平板小屏幕样式 768px <= sm < 992px */

/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px){
    /*全部-最大宽度*/
    .container {
        width: 970px;
    }
    /*全部-最大宽度*/
    /*全部-页脚*/
    #footer .footer-item-last{
        border-right: 2px solid #c1c1c1;
    }
    #footer .footer-contact h2{
        padding-left: 20px;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2{
            padding-left: 10px !important;
        }
    }
    /*全部-页脚*/
}
/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}


/*全部-导航条样式复写*/
/*一级*/

#header .header-top{background: #d7c17b;color: #fff;padding: 3px 0;font-size: 14px}
#header .header-top .sp1{display: block;float: left ;margin-top: 4px;}
#header .header-top .sp2{display: block;float: right;margin-top: 4px;}
#header .header-top .sp3{display: block;float: right;margin-right: 30px;font-size: 20px;}
#header .header-top .a1{color: #fff;display: block;float: right;padding: 0 5px;margin-top: 3px;}
#header .header-top .a2{color: #fff;display: block;float: right;padding: 0 5px;margin-top: 5px;border-left: 1px solid #fff;border-right: 1px solid #fff;line-height: 16px;}
#header .header-top .a3{color: #fff;display: block;float: right;    padding: 0 5px;margin-top: 3px;}
#header .header-nav{padding: 30px 0 30px 0;}

#header .header-nav .logo{display: block;float: left;margin-top: 10px;}
#header .header-nav .logo img{max-width: 400px;max-height: 48px;}
#header .header-nav .tit{display: block;float: left;margin-top: 10px;padding-top: 15px;padding-left: 20px;border-left: 1px solid #eee;padding-bottom: 15px;}
#header .navbar-default{border:0;margin-bottom: 0;z-index: 1000;padding: 0;background-color:transparent;color: #000;position: absolute;}
/*二级*/
#header .navbar-default .navbar-nav>li .dropdown-menu { 
    width: 100%; 
    padding-top:  26px;
    min-width: 124px;padding: 0px;border: 0px ;
    background:#fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0);
    box-shadow: 0 6px 12px rgba(0,0,0,0);
    border-radius: 0;
    
    
}
#header .navbar-default .navbar-nav>li .dropdown-menu .active>a {  
    color: #fff;
    background: #257BC6
}    
#header .navbar-default .navbar-nav>li .dropdown-menu li a{  
    font-size: 16px;
    color: #000;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
    border: 1px solid #eee;
}  
#header .navbar-default .navbar-nav>li:hover .dropdown-menu {  
    display: block;  
}  
#header .navbar-default .navbar-nav>li .dropdown-menu li>a:hover{  
    background: 0;
    color: #257BC6;
}
/*二级*/        
#header .navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 27px 45px 20px !important;
    color: #000;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #257BC6;
}
#header .navbar-default .navbar-nav>li:hover .line-top{
    display: block;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus{
    color:#257BC6;
    background-color: rgba(255,255,255,0);
}
#header .navbar-default .navbar-toggle .icon-bar{
    background-color: none;
    background-color: #000
}
#header .navbar-default .navbar-nav>li .line-top{
    border-top: 2px solid #257BC6;
    width: 20%;
    margin: auto;
    display: none;
}
#header .navbar-default .navbar-nav .active .line-top{
    border-top: 2px solid #257BC6;
    width: 20%;
    margin: auto;
    display: block;
}
@media(max-width: 768px){
    #header .navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 32px 28px 20px !important;
    color: #fff;
}
   #header .navbar-default .navbar-nav>li .line-top{
    display: none;
} 
 #header .navbar-collapse{
    background: #535353;
    border: 0;
    max-height: 520px;
} 
#header .navbar-collapse .dropdown-menu{
    display: none;
} 
}
@media(max-width: 768px){
#header .header-nav{padding: 0}
#header .navbar-header{background: #fff;}
#header .navbar-header .navbar-toggle{
    border-radius: 0px;
        margin-top: 15px;
            border-color: #000;
                /*background-color: #fff;*/
}
#header .navbar-header .navbar-toggle:hover{
    background-color: #fff
}
#header .header-nav .logo{
    display: block;
    float: left;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 0px;
}
#header .header-nav .logo img{max-width: 250px;max-height: 48px;}
}
/*全部-导航条样式复写*/
/*轮播*/
.carousel-indicators li{background: #fff;width: 30px;height: 3px}
.carousel-indicators .active{background: #257BC6;width: 30px;height: 4px}
@media(max-width: 768px){
    .carousel-inner img{height: 180px!important}
    }
/*轮播*/
/*全部-页脚footer*/
.footer-icon{}
.footer-icon .footer-icon-d{margin: 30px 0;}
.footer-icon .footer-icon-d div{margin: 0px 19px;}
#footer{
    padding: 0;
    background-color: #313131;
    padding-bottom: 30px;
    padding-top: 50px;
}
#footer .footer-left{}
#footer .footer-left h4{color: #fff}
#footer .footer-left p{color: #8d8d8d;font-size: 14px;margin: 30px 0;}
#footer .footer-left h5{color: #8d8d8d;font-size: 14px;margin: 50px 0;display: none;}
#footer .footer-left h5 a{border-right: 1px solid #8d8d8d;padding: 0 15px;color: #8d8d8d}
#footer .footer-right{}
#footer .footer-right .list{border-bottom: 2px solid #8d8d8d;margin-bottom: 30px}
#footer .footer-right .list input{width: 100%;background: 0;border: 0;outline: none;color: #fff;}
#footer .footer-right .list p{color: #8d8d8d;font-size: 14px}
#footer .footer-right .list textarea{width: 100%;background: 0;border: 0;outline: none;color: #fff;}
#footer .footer-right .submit{background: #257bc6;width: 100%;border: 0;color: #fff;padding: 8px 0;}
.footer-record{background: #1b1b1b}
.footer-record h5{color: #acacac;padding: 5px 0px}
#mob-bottom a{border-top: 2px solid #0ba1e4;}
#mob-bottom a{color: #000;
    display: block;
    padding-top: 10px;    font-size: 12px;}
/*全部-页脚footer*/
/*全部-回到顶部*/
#clan-slider{
    position: fixed;
    _position: absolute;
    bottom: 30%;
    right: .1%;
    z-index: 1000;
}
#clan-slider ul{
    margin: 0;
    padding: 0;
    margin-top: -2px;
    list-style: none;
}
#clan-slider ul li{
    display: block;
    margin: 0;
    padding: 0;
    margin-top: 2px;
    position: relative;
}
#clan-slider ul li a{
    display: block;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: 1px solid #257BC6;
    background-color: #ffffff;
    background-image: url(../images/clan-slider.png);
    background-repeat: no-repeat;
}

#slider-chat{
    background-position: 0 -92px;
}
#slider-chat:hover{
    background-position: -46px -92px;
    background-color: #257BC6;
}
#slider-qq{
    background-position: 0 -138px;
}
#slider-qq:hover{
    background-position: -46px -138px;
    background-color: #257BC6;
}
#slider-phone{
    background-position: 0 -184px;
}
#slider-phone:hover{
    background-position: -46px -184px;
    background-color: #257BC6;
}
#slider-wechat{
    background-position: 0 -230px;
}
#slider-wechat:hover{
    background-position: -46px -230px;
    background-color: #257BC6;
}
#slider-goTop{
    background-position: 0 0;
}
#slider-goTop:hover{
    background-position: -46px 0;
    background-color: #257BC6;
}
#clan-slider #slider-menu{
    background-position: 0 -46px;

    background-color: rgba(255,255,255,0.7);
    border-color:  rgba(255,255,255,0.7);
}
#clan-slider #slider-menu:hover{
    background-position: -46px -46px;
}
#clan-slider .clan-slider-tips{
    position: absolute;
    top: 0px;
    right: 48px;
    display: none;
    height: 48px;
    padding-left: 10px;
    padding-right: 2px;
    white-space: nowrap;
    border: 1px solid #257BC6;
    background-color: #257BC6;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #fff;

}
#clan-slider .clan-slider-tips-wechat{
    display: none;
    position: absolute;
    background-color: #257BC6;
    padding: 1px;
    bottom: 0;
    right: 50px;
}
#clan-slider .clan-slider-tips-wechat img{
    width: 196px;
    height: 196px;
}
/*全部-回到顶部*/
/**********  所有页面都要共用的样式  **********/
/*内页banner*/
@media(min-width: 768px){
#banner img{
    width: 100%;
}
}
@media(max-width: 768px){
#banner img{
    width: 100%;
    height: 150px
}
}
/*内页banner*/

/*轮播*/
.carousel-control.left{
    width: 30px;
    left: 48%;
    height: 30px;
}
.carousel-control.right{
    right: 48%;
    width: 30px;
    height: 30px;
} 
.carousel-control{
    top: initial;
    bottom: 10px!important;
}
/*轮播*/


/**********  首页单独的样式  **********/
/*首页样式开始*/
/*-首页-产品*/
.index-product{}
.index-product .list{margin: 0 20px}
.index-product .list a:hover p{color: #257BC6;}
.index-product .list a:hover img{border: 1px solid #257BC6}
.index-product .list a img{max-width: 100%}
.index-product .list a p{color: #000;margin: 20px 0;}
.index-product .more{padding: 7px 40px;
    background: #257BC6;
    color: #fff;
    border-radius: 25px;}
/*-首页-产品*/
/*-首页-关于我们*/
.index-about{background: #313131;color: #fff;padding: 80px 15px;}
.index-about .about-left h2{}
.index-about .about-left .icon{width: 150px;text-align: center;margin: 0;background: #fff;color: #000;padding: 5px 0;border-radius: 25px;}
.index-about .about-left .lin{border-top: 5px solid #fff;width: 35px;margin: 30px 0px;border-radius: 25px;}
.index-about .about-left .text{text-indent: 2em;line-height: 35px;padding-right: 120px;color: #999;}
.index-about .about-left h4{margin: 20px 0;}
.index-about .about-right{padding-top: 30px}
.index-about .about-right img{max-width: 100%}
@media(max-width: 768px){
    .index-about .about-left .text{padding-right: 0px;}
}
/*-首页-关于我们*/
/*-首页-新闻*/
.index-news{}
.index-news .list{margin-bottom: 30px;}
.index-news .list a:hover h4{color: #257BC6}
.index-news .list a h4{color: #000;
    margin: 20px 0;
    font-size: 16px;}
.index-news .list a img{    max-width: 100%;}
.index-news .list a .time{    color: #666;
    font-size: 14px;}
.index-news .list a .de{    color: #8d8d8d;
    line-height: 25px;
    font-size: 14px;}
.index-news .more{padding: 7px 40px;
    background: #313131;
    color: #fff;
    border-radius: 25px;}
/*-首页-新闻*/

/**********  首页单独的样式  **********/

/********** 所有9:3分页的 sidebar样式  **********/
//********** News  **********/
   .news{}
   .news #myTab{border: 0}
   .news #myTab li{    margin-right: 30px;}
   .news #myTab li a{border: 0;
    
    color: #000;
    padding: 10px 20px;}
   .news #myTab li a:hover{color: #257BC6;background: 0}
   .news #myTab .active a{    border: 0;
    
    color: #257BC6;
    border-radius: 0;
    padding: 10px 20px;
}
    .news #myTab li a .glyphicon-triangle-bottom{display: none;}
    .news #myTab li a .glyphicon-triangle-right{padding-right: 10px;}
    .news #myTab .active a .glyphicon-triangle-right{display: none;}
    .news #myTab .active a .glyphicon-triangle-bottom{display: block;float: left;padding-right: 10px}
   .news .list-news{border-bottom: 1px solid #257BC6;padding-bottom: 30px;margin-bottom: 20px}
   .news .list-news a{color: #000}
   .news .list-news a:hover span{background: #257BC6;color: #fff}
   .news .list-news a img{max-width: 100%;}
   .news .list-news a h4{margin: 20px 0;}
   .news .list-news a .p-de{font-size: 14px;color: #999;margin-bottom: 20px;}
   .news .list-news a .p-time{color: #666;}
   .news .list-news a span{float: right;padding: 5px 10px;color: #000;border: 1px solid #ccc;}
   @media(max-width: 768px){
    .news #myTab li{margin-right: 2px}
    .news #myTab li a{padding: 10px 5px}
    .news #myTab .active a{padding: 10px 10px}
   }
/********** News  **********/
/********** NewsDetails  **********/
.news-de{background: #f6f6f6}
.news-de .de-text{background: #fff;color: #000;margin: 30px 0;padding-left: 50px}
.news-de .de-text img{max-width: 100%}
.details-nav{
    padding: 30px 0px 30px 0px;
    margin-top: 30px;
    border-top: 1px solid #b0b0b0;
}
.details-nav a{color: #000}
.details-nav a:hover{color: #0073c5}
@media(max-width: 768px){
    .news-de .de-text{padding-left: 15px}
}
/********** NewsDetails  **********/

/********** 所有9:3分页的 sidebar样式  **********/


/*所有子页面的中间主体部分*/
.main-container{
    margin: 30px 0 30px 0;
}
@media(max-width: 768px){
    .main{padding: 0 10px}
}

/*所有子页面的中间主体部分*/
/********** AboutUs  **********/
.about-1{border-top: 2px solid #ccc;
    padding-top: 50px;}
.about-1 .left-text{}
.about-1 .left-text h3{font-size: 22px;
    margin-top: 100px;
    margin-bottom: 30px;}
.about-1 .left-text p{    color: #666;
    margin: 30px 0;}
.about-1 .right-img img{max-width: 100%}
.about-2{border-top: 2px solid #ccc;
    padding-top: 50px;}
.about-2 h3{font-size: 22px}
.about-2 img{max-width: 100%}
.about-2 p{line-height: 35px;color: #666}
.about-3{border-top: 2px solid #ccc;
    padding-top: 50px;}
.about-3 h3{font-size: 22px;margin-top: 50px}
.about-3 img{max-width: 100%}
.about-3 p{line-height: 40px;color: #666}
@media(max-width: 768px){
   .about-1 .left-text h3{margin-top: 0} 
}
/********** AboutUs  **********/
/********** ContactUs  **********/
.contactus{}
.contactus .left-form{}
.contactus .left-form .list{margin: 15px 0}
.contactus .left-form .list input{width: 100%;padding: 5px 15px;border: 1px solid #ccc;}
.contactus .left-form .list textarea{width: 100%;border: 1px solid #ccc;}
.contactus .left-form .submit{background: #257bc6;width: 100%;border: 0;color: #fff;padding: 8px 0;}
.contactus .right-text{}
.contactus .right-text p{margin: 35px 0}
/********** ContactUs  **********/
/********** ProductDetails  **********/
.product-de {padding: 5px 0}
.product-de #myTab{border: 0}
   .product-de #myTab li{    margin-right: 30px;}
   .product-de #myTab li a{border: 0;
    
    color: #000;
    padding: 10px 20px;}
   .product-de #myTab li a:hover{color: #257BC6;background: 0}
   .product-de #myTab .active a{    border: 0;
    
    color: #257BC6;
    border-radius: 0;
    padding: 10px 20px;
 background: #f6f6f6;
}
    .product-de #myTab li a .glyphicon-triangle-bottom{display: none;}
    .product-de #myTab li a .glyphicon-triangle-right{padding-right: 10px;}
    .product-de #myTab .active a .glyphicon-triangle-right{display: none;}
    .product-de #myTab .active a .glyphicon-triangle-bottom{display: block;float: left;padding-right: 10px}
@media(max-width: 768px){
    .product-de #myTab li{width: 100%}
}
/********** ProductDetails  **********/
/********** ProductDetails  **********/
.product-details{}
.product-details #myTabContent img{max-width: 100%;width: 450px;
    border: 1px solid #eee;}
.product-details #myTab{border: 0;}
.product-details #myTab li{}
.product-details #myTab li a{border: 0;padding-left: 0;padding-right: 10px}
.product-details #myTab li a img{height: 80px;border: 1px solid #ccc;max-width: 100%}
.product-details #myTab li a:hover{background: 0;}
.product-details #myTab li a:hover img{border: 1px solid #0073c5}
.product-details #myTab .active a img{border: 1px solid #0073c5}

.product-details .right-text{padding-left: 50px}
.product-details .right-text .top{padding-bottom: 20px;border-bottom: 1px solid #999}
.product-details .right-text .top h3{font-size: 22px}
.product-details .right-text .top p{color: #999}
.product-details .right-text .cen{padding-bottom: 20px;border-bottom: 1px solid #999;padding-top: 20px}
.product-details .right-text .cen p{color: #999}

.product-con {background: #fff}
.product-con h3{color: #000;padding: 20px 0px;font-size: 16px;border-bottom: 1px solid #257BC6;}
.product-con h3 span{    padding: 13px 0;border-bottom: 5px solid #257BC6;padding-right: 10px;}
.product-con img{max-width: 100%; }
.procon-floor{background: #fff}
.procon-floor h3{    
    color: #000;
    padding: 10px 15px;
    font-size: 16px;}
.procon-floor img{max-width: 100%;width: 100%;    border: 1px solid #ccc;}
.procon-floor p{margin-bottom: 20px;color: #000;border: 1px solid #ccc;
    padding: 5px 0;}
.procon-floor .pro-a{    padding: 5px 20px;
    background: #999;
    color: #000;}
.procon-floor a:hover img{opacity: 0.8}
.procon-floor a:hover .pro-a{background: #0073c5}
@media(max-width: 768px){
    .product-details #myTab li a{padding-left: 5px;padding-right: 5px;}
    .product-details #myTab li a img{height: 59px;}
   .product-con{padding: 0 5px}
   .product-details #myTabContent img{width: 100%}
   .product-details .right-text{padding-left: 0px}
}
/********** ProductDetails  **********/
/********** Product  **********/
.product{background: #f6f6f6;padding: 0}

.product #myTab{border: 0}
.product #myTab li{margin-right: 30px;}
.product #myTab li a{border: 0;color: #000;padding: 10px 20px;}
.product #myTab li a:hover{color: #257BC6;background: 0}
.product #myTab .active a{    border: 0;color: #257BC6;border-radius: 0;padding: 10px 20px;background: 0}
.product #myTab li a .glyphicon-triangle-bottom{display: none;}
.product #myTab li a .glyphicon-triangle-right{padding-right: 10px;}
.product #myTab .active a .glyphicon-triangle-right{display: none;}
.product #myTab .active a .glyphicon-triangle-bottom{display: block;float: left;padding-right: 10px}

.product .list-product{padding: 0;background: #fff;text-align: center;margin-bottom: 30px;}
.product .list-product a:hover p{color: #257BC6}
.product .list-product a img{max-width: 100%;border: 1px solid #eee}
.product .list-product a p{color: #666;margin: 0;padding: 20px 0;border: 1px solid #eee;}
@media(max-width: 768px){
    .product #myTab li{width: 100%}
}
/********** Product  **********/



