/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
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-0094e1{
    color: #0094e1;
}
.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{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 14px;
  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: #0094e1;
  color: #fff;
  border-color: #0094e1;
}
.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;
}
.other_page span{
    padding: 7px 14px;
    border: 1px solid #CCC;
    background: #0094e1;
    margin-left: -5px;
    color:#fff;
    margin: 0px 10px;
    border-radius: 5px
}
.current{
    padding: 7px 17px;
    border: 1px solid #CCC;
    background: #0094e1;
    margin-left: -5px;
    color:#fff;
    margin: 0px 15px;
    border-radius: 5px
} 
@media(max-width: 768px){
    .other_page a{
            display: block;
    width: 100px;
    float: left;
    margin-bottom: 5px;
    }
   .other_page span{
        display: block;
    width: 100px;
    float: left;
    margin: 0 5px;
        margin-bottom: 5px;
    } 
}                 
/*所有按钮加渐变动画*/

/*标题下方的短下划线*/
.title{font-size: 26px;font-weight: bold;}
.tit{font-size: 16px;color: #666}
.line{
    border-top: 4px solid #0094e1;
    width: 35px;
    margin: auto;
    margin-top: 15px;
}
.line-left{
    border-top: 4px solid #0094e1;
    width: 35px;
    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: 90px;/*顶部固定导航条的空间*/
    }
    /*全部-导航*/
    #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: 0px 0 30px 0;}

#header .header-nav .logo{display: block;float: left;    margin-right: 161px;
    margin-top: 11px;}
#header .header-nav .logo img{max-width: 384px;max-height: 79px;}
#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: #0094df;
    color: #fff;
}
/*二级*/        
#header .navbar-default .navbar-nav>li{}
#header .navbar-default .navbar-nav>li>a{
    font-size: 16px;
    padding: 35px 25px!important;
    color: #000;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #fff;
    background: #0094df;
}
#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:#fff;
    background-color: #0094df;
}
#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;
    margin-right: 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{
    
    background-color: #303030;

}
#footer .footer-logo{}
#footer .footer-logo img{max-width: 100%}
#footer .footer-nav{
    padding-left: 60px;
    border-right: 1px solid #535353;
    border-left: 1px solid #535353;
    padding-bottom: 15px;
}
#footer .footer-nav h4{color: #fff;font-weight: bold;}
#footer .footer-nav .nav-d{padding: 0;}
#footer .footer-nav .nav-d a{color: #999;font-size: 14px;display: block;margin: 10px 0;}
#footer .footer-contact{
    color: #fff;
    padding-left: 15px;
}
#footer .footer-contact p{margin:10px 0;color: #999}
#footer .footer-contact p img{padding-right: 10px;max-width: 100%}
#footer .footer-contact p span{     line-height: 25px;   word-wrap: break-word;
    word-break: break-all;}
#footer .footer-weixin{
    color: #fff;
    padding-left: 0;
    padding-top: 20px;}
.footer-record{background: #303030;color: #fff;}
.footer-record h5{color: #acacac;padding: 5px 0px}
.footer-record a{}
#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/xyyimg/BIMG/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;
    background: 0;
}
.carousel-control.right{
    right: 48%;
    width: 30px;
    height: 30px;
    background: 0;
} 
.carousel-control{
    top: initial;
    bottom: 10px!important;
}
/*轮播*/


/**********  首页单独的样式  **********/
/*首页样式开始*/
/*首页-搜索*/
.index-search{  background: #dcdcdc;padding: 15px 10px}
.index-search .keysword{padding-top: 7px;}
.index-search .keysword a{color: #000}
.index-search .form{text-align: right;}
.index-search .form .tit{padding: 5px 55px 5px 15px;border: 0;outline: aliceblue;}
.index-search .form .submit{    padding: 5px 8px;
    background: #fff;
    border: 0;
    color: #555555;}
@media(max-width: 768px){
  .index-search .form{text-align: center;}  
}
/*首页-搜索*/
/*首页-标题*/
.title-top{}
.title-top h3{margin: 20px 0}
.title-top h3 span{    color: #0094df;}
.title-top h3 strong{padding: 0 15px}
.title-top p{    color: #999;}
/*首页-标题*/
/*首页-选择*/
.index-xuanze{padding: 50px 0}
.index-xuanze .list{width: 100px;height: 116px;margin-right: 266px;padding-top: 34px}
.index-xuanze .list:hover{background: url(../../../images/xyyimg/BIMG/index-xuanze-img-bg.png);}
.index-xuanze .list:hover .img-h1{display: block;margin: auto;}
.index-xuanze .list:hover .img-1{display: none;}
.index-xuanze .list .img-1{display: block;margin: auto;}
.index-xuanze .list .img-h1{display: none;}

.index-xuanze .list:hover .img-h2{display: block;margin: auto;}
.index-xuanze .list:hover .img-2{display: none;}
.index-xuanze .list .img-2{display: block;margin: auto;}
.index-xuanze .list .img-h2{display: none;}

.index-xuanze .list:hover .img-h3{display: block;margin: auto;}
.index-xuanze .list:hover .img-3{display: none;}
.index-xuanze .list .img-3{display: block;margin: auto;}
.index-xuanze .list .img-h3{display: none;}

.index-xuanze .list:hover .img-h4{display: block;margin: auto;}
.index-xuanze .list:hover .img-4{display: none;}
.index-xuanze .list .img-4{display: block;margin: auto;}
.index-xuanze .list .img-h4{display: none;}

.index-xuanze .list p{margin-top: 40px;}
.index-xuanze .list span{font-size: 12px;color: #999}
@media(max-width: 768px){
    .index-xuanze .list{width: 50%;height: inherit;margin-right: 0}
}
/*首页-选择*/
/*-首页-产品*/
.index-product{background: #f9f9f9;padding: 50px 0;}
.index-product #myTab{border-bottom: 0;border-top: 1px solid #999;padding-top: 20px;padding-right: 0;margin-bottom: 20px}
.index-product #myTab li{border: 0;margin: 0;
    margin-right: 96px}
.index-product #myTab li a{color: #000;    padding: 8px 35px;}
.index-product #myTab li a:hover{background: #0094e1;border-radius: 25px;color: #fff;padding: 8px 35px;}
.index-product #myTab .active a{    border: 0;background: #0094e1;border-radius: 25px;padding: 8px 35px;color: #fff;}

.index-product .list{}
.index-product .pro-a{background: #0094e1;color: #fff;padding: 8px 35px;border-radius: 25px}
.index-product .pro-a:hover{color: #000;}
.index-product .list a:hover p{color: #0094e1}
.index-product .list a img{max-width: 100%;
    width: 286px;}
.index-product .list a p{color: #000;
    margin: 20px 0;}
/*-首页-产品*/
/*-首页-关于我们*/
.index-about{}
.index-about .about-img{background: url(../../../images/xyyimg/BIMG/index-about-bg.jpg);height: 565px;}
.index-about .about-text{    background: #fff;
    padding: 40px;
    margin-top: 100px;}
.index-about .about-text h3{    margin: 20px 0;}
.index-about .about-text p{    line-height: 35px;
    text-indent: 2em;}
@media(max-width: 768px){
    .index-about .about-img{background: #0094e1;
    height: inherit;
    padding-bottom: 30px;}
    .index-about .about-text{    margin-top: 30px;
    padding: 10px 20px;}
}
/*-首页-关于我们*/
/*-首页-优势*/
.index-youshi{background: url(../../../images/xyyimg/BIMG/index-youshi-bg.jpg);padding: 0 15px;height: 616px}
.index-youshi .youhsi-con{padding: 50px 0;margin-top: 50px}
.index-youshi .list{
    background: #0094e1;
    color: #fff;
    border-radius: 15px;
    padding: 20px;
       margin-right: 66px;
    margin-bottom: 40px;
    margin-left: 50px;;}
.index-youshi .list .list-top{margin: 10px 0;padding-right: 15px}
.index-youshi .list .list-top img{float: right;}
.index-youshi .list .list-top p{margin-bottom: 0;margin-top: 8px}
@media(max-width: 768px){
    .index-youshi{height: inherit;}
    .index-youshi .list{margin-left: 0;margin-right: 0;padding: 10px}
    .index-youshi .youhsi-con{margin-top: 0;padding: 0}
}
/*-首页-优势*/
/*-首页-新闻*/
.index-news{margin-top: 0;margin-bottom: 50px}
.index-news #myTab{border: 0}
.index-news #myTab li{margin: 0 20px;}
.index-news #myTab li a{border: 0;color: #000;    padding: 0;padding-bottom: 15px;}
.index-news #myTab li a:hover{color: #0094e1;background: 0;border-bottom: 3px solid #0094e1}
.index-news #myTab li a:hover p{display: block;}
.index-news #myTab .active a{    color: #0094e1;border-bottom: 3px solid #0094e1}
.index-news #myTabContent{}
.index-news #myTabContent .news-img{height: 367px}
.index-news #myTabContent .news-img img{max-width: 100%;max-height: 100%}
.index-news #myTabContent .news-text{    background: #f2f2f2;
    padding-left: 50px;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 49px;}
.index-news #myTabContent .news-text h4{    margin: 20px 0;}
.index-news #myTabContent .news-text span{color: #999;}
.index-news #myTabContent .news-text p{line-height: 35px;
    color: #999;
    margin-top: 20px;
    margin-bottom: 40px;}
.index-news #myTabContent .news-text a{border: 1px solid #999;
    color: #000;
    padding: 8px 25px;}
.index-news #myTabContent .news-text a:hover{background: #0094e1;color: #fff}

.index-news #myTabContent .list{    margin-top: 10px;}
.index-news #myTabContent .list .list-r{float: right;}
.index-news #myTabContent .list li{    list-style: circle;
    width: 90%;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    color: #999;
    font-size: 18px;}
.index-news #myTabContent .list li a{    color: #000;
    font-size: 16px;}
@media(max-width: 768px){
    .index-news{margin-bottom: 0}
    .index-news #myTabContent .list .list-r{float: left;}
    .index-news #myTabContent .list li{width: 100%}
    .index-news #myTabContent .news-img{height: inherit;}
    .index-news #myTabContent .list{padding: 0 10px}
    .index-news #myTabContent .news-text{
        padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;}
}
/*-首页-新闻*/

/**********  首页单独的样式  **********/

/********** 所有9:3分页的 sidebar样式  **********/
/********** News  **********/
   .news{    padding: 0;}
   .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%;max-height: 184px;width: 100%}
   .news .list-news a h4{margin: 20px 0;}
   .news .list-news a .p-de{font-size: 14px;color: #999;margin-bottom: 20px;line-height: 35px}
   .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: #fff;padding: 0}
.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  **********/
.aboutus-1{}
.aboutus-1 .aboutus-1-bg{background: url(../../../images/xyyimg/BIMG/aboutus-1-bg.jpg);height: 485px}
.aboutus-1 .aboutus-1-bg .aboutus-1-text{
    background: #0094e1;
    opacity: 0.8;
    color: #fff;
    float: right;
    top: -30px;
    height: 545px;
    right: 30px;}
.aboutus-1 .aboutus-1-bg .aboutus-1-text h3{margin: 20px 0}
.aboutus-1 .aboutus-1-bg .aboutus-1-text p{text-indent: 2em;line-height: 30px}
.aboutus-1 .list{    background: #434343;
    color: #fff;
    width: 361px;
    padding: 20px 0;}

.aboutus-1 .list-2{margin: 0 58px;}
.aboutus-1 .list h4{}
.aboutus-1 .list h4 span{    display: block;
    float: left;
    height: 40px;
    padding-top: 15px;
    font-size: 24px;
    color: #0094e1;
    width: 61px;
    text-align: center;}
.aboutus-1 .list h4 p{font-size: 14px;
    width: 300px;
    float: right;
    padding-top: 0;
    padding-right: 15px;
    line-height: 30px;}
@media(max-width: 768px){
    .aboutus-1 .aboutus-1-bg{background: 0;height: inherit;}
    .aboutus-1 .aboutus-1-bg .aboutus-1-text{opacity: 1;height: inherit;top: 0;right: 0}
    .aboutus-1 .list-2{margin: 20px 0}
    .aboutus-1 .list{width: 100%}
}

.aboutus-2{background: url(../../../images/xyyimg/BIMG/aboutus-2-bg.jpg);height: 592px}
@media(max-width: 768px){
    .aboutus-2{height: inherit;}
}
.aboutus-3{}
.aboutus-3 .aboutus-3-con{height: 510px}
.aboutus-3 .aboutus-3-text{padding-top: 30px;}
.aboutus-3 .aboutus-3-text h4{    padding-left: 50px;}
.aboutus-3 .aboutus-3-text .text-p1{border-top: 1px solid #000;
    width: 180px;
    margin: 20px 0;}
.aboutus-3 .aboutus-3-text .text-p2{padding-left: 50px;margin: 20px 0;}
.aboutus-3 .aboutus-3-text .text-p3{margin-left: 50px;}
.aboutus-3 .aboutus-3-text .text-p4{text-indent: 2em;
    padding-left: 50px;
    margin: 20px 0;
    line-height: 35px;}
.aboutus-3 .aboutus-3-text h3{padding-left: 50px;
    margin: 20px 0;}
@media(max-width: 768px){
    .aboutus-3{margin: 0}
    .aboutus-3 .aboutus-3-text{padding-top: 0}
    .aboutus-3 .aboutus-3-text h4{padding-left: 15px}
    .aboutus-3 .aboutus-3-text .text-p2{padding-left: 15px}
    .aboutus-3 .aboutus-3-text .text-p3{margin-left: 15px}
    .aboutus-3 .aboutus-3-text .text-p4{padding-left: 15px}
    .aboutus-3 .aboutus-3-text h3{padding-left: 15px}
    .aboutus-3 .aboutus-3-con{height: inherit;}
}    
/********** AboutUs  **********/
/********** ContactUs  **********/
.contactus{background: #fff;padding-top: 30px}
.contactus .contactus-right{    
       background: #0094e1;
    color: #fff;
    padding-top: 50px;
    padding-left: 50px;
        padding-bottom: 29px;}
.contactus .msubmit{width: 100%;background: #0094e1;color: #fff;border: 0;padding: 5px;margin-top: 20px;}
@media(max-width: 768px){
    .contactus .contactus-right{    
    background: #0094e1;
    color: #fff;
    padding-left: 30px;
    padding-top: 20px;padding-bottom: 20px}
}    
.contactus .contactus-right h3{margin-bottom: 30px}
.contactus .contactus-right p{margin-bottom: 30px;    line-height: 30px;}
.contactus .contactus-right p span{    padding-right: 35px;
    display: block;}
.contactus .contactus-right p img{
    width: 40px;
    display: block;
    float: left;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 15px;}
.contactus .contactus-form{margin-top:50px}
.contactus .contactus-form .form-d{margin-bottom: 30px}
.contactus .contactus-form .form-d span{width: 150px;    text-align: left;}
.contactus .contactus-form .form-d input{height: 35px}
.contactus .contactus-form .form-d textarea{width: 100%;}
.contactus .contactus-form .form-d .submit{width: 220px;border: 0; background: #0094e1; color: #fff;padding: 5px 0;}
.contactus-luxian{margin-top: 50px;
    background: #fff;
    border: 1px solid #eee;
    padding-bottom: 50px;
    padding-top: 50px;}
.contactus-luxian img{   width: 38px}
.contactus-luxian h3{    font-size: 22px;}
.contactus-luxian .luxian-line{
    border: 1px solid #959595;
    margin: 20px 0;
}
.contactus-luxian .luxian-text{    color: #999;
    line-height: 35px;
font-size: 14px}
/********** ContactUs  **********/
/********** JoinUs  **********/
.joinus{}
.joinus #myTab{border: 0}
.joinus #myTab li{width: 100%;text-align: center;}
.joinus #myTab li a{border: 0;
    border-radius: 0;
    padding: 2% 0%;
    line-height: 0;
background: #eeeeee;color: #000}
.joinus #myTab li a:hover{background: #05659a;color: #fff}
.joinus #myTab .active a{background: #05659a;color: #fff}
/********** JoinUs  **********/
/********** ProductDetails  **********/
.product-details{}
.product-details #myTabContent img{max-width: 100%;border: 1px solid #ccc}
.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 #0094e1}
.product-details #myTab .active a img{border: 1px solid #0094e1}

.product-details .right-text h3{margin: 20px 0}
.product-details .right-text pre{line-height: 35px ;margin: 30px 0;border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;background: #fff;border-right: 0;border-left: 0;border-radius: 0}
.product-details .right-text p{margin: 5px 0}
.product-con {border-top: 1px solid #ccc;background: #fff;margin: 30px 0;padding-left: 50px;padding-top: 30px;padding-bottom: 30px;width: 70%;}
.product-con h3{font-size: 16px;border-bottom: 1px solid #0094e1;padding-bottom: 20px;    width: 90%;margin-bottom: 20px }
.product-con h3 span{    border-bottom: 4px solid #0094e1;
    padding-bottom: 14px; }
.product-con .details p{margin:0}
.product-con img{max-width: 100%}
.procon-floor{float: right;background: #fff;margin: 30px 0;padding-left: 15px;padding-right: 15px;    padding-top: 30px}
.procon-floor h3{font-size: 16px;border-bottom: 1px solid #0094e1;padding-bottom: 20px;  margin-bottom: 20px } 
.procon-floor h3 span{border-bottom: 4px solid #0094e1;
    padding-bottom: 14px; } 
.procon-floor img{max-width: 100%;border: 1px solid #ccc}
.procon-floor p{margin-top: 10px;margin-bottom: 20px;color: #000;}
.procon-floor a:hover img{opacity: 0.8}
@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-left: 0;width: 100%}
}
/********** ProductDetails  **********/
/********** Product  **********/
.product{background: #fff;padding: 0}

.panel-group{max-height:inherit;overflow: auto;}
.leftMenu{margin:10px;margin-top:0px;border-radius: 0 !important;}
.leftMenu .panel-heading{font-size:14px;padding-left:20px;height:36px;line-height:36px;color:white;position:relative;cursor:pointer;border-radius: 0;background: #0094e1}/*转成手形图标*/
.leftMenu .panel-heading span{position:absolute;right:10px;top:12px;}
.leftMenu .menu-item-left{padding: 2px; background: transparent; border:1px solid transparent;border-radius: 6px;}
.leftMenu .menu-item-left:hover{background:#C4E3F3;border:1px solid #1E90FF;}
.leftMenu .cate-a{color: #000}
.leftMenu .active-a{color: #fff;width: 100%;display: block;background: #0094e1;padding-left: 10px}
.leftMenu .cate-a:hover{color: #fff;width: 100%;display: block;background: #0094e1;padding-left: 10px}
.product .product-list{    margin-bottom: 20px;}
.product .product-list a{color: #000}
.product .product-list a:hover{color: #0094e1}
.product .product-list a:hover p{background: #0094e1;color: #fff}
.product .product-list a img{max-width: 100%;width: 100%;border: 1px solid #ccc}
.product .product-list a p{background: #fff;padding: 20px 0;margin: 0;}
.leftMenu .panel-heading
/********** Product  **********/



