/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
body{
    background: #f8f8f8;
}
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;
}
/*自定义轮播图片去掉边距 */
#lunbobufen {
	margin-left :-15px;margin-right:-15px;

	}


/*自定义基础通用样式 */

/*所有页面共享的样式如导航,页脚等 */
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px){
    /*全部-导航*/
    body{
        padding-top: 0;/*移动端若固定顶部导航的话高度为52px*/
        padding-bottom: 55px;
    }
    #header .navbar{/*移动端导航不固定顶部*/
        position: relative !important;
    }
    #header .navbar{
        padding-bottom: 0;
    }
    
  	#header .navbar-default .navbar-header>a>img{
	  	width:140px; 
	  	height:48px;  
		}
  
    /*全部-导航*/
    /*全部-页脚*/
    #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: 82px;/*顶部固定导航条的空间*/
    }
    /*全部-导航*/
    #header .navbar{
        border-radius: 0;
        padding: 15px 0;
    }
    #header .navbar-nav>li>a{
        padding: 15px 0;
    }
  
  	#header .navbar-default .navbar-header>a>img{
		  	width:150px; 
		  	height:51px;
		}
}


/*大于手机屏幕时的样式 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;
    }
    #header .navbar-default .navbar-header>a>img {
	  	width:220px; 
	  	height:75px;
	  	margin: -10px;
  	}

    /*全部-最大宽度*/
    /*全部-页脚*/
    #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 */



/*全部-导航条样式复写*/
#header .navbar-default{
    border:0;
    margin-bottom: 0;
    border-bottom: 2px solid #0ba1e4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
}
#header .navbar-default .navbar-nav>li>a{
    font-size: 20px;
    padding: 16px 25px 5px !important;
}
#header .navbar-default .navbar-nav>li>a:hover{
    color: #0ba1e4;
}
#header .navbar-default .navbar-nav>.active>a, #header .navbar-default .navbar-nav>.active>a:hover, #header .navbar-default .navbar-nav>.active>a:focus{
    color:#0ba1e4;
    background-color: rgba(255,255,255,0);
}
#header .navbar-default .navbar-toggle .icon-bar{
    background-color: none;
}
#header .navbar-default .navbar-nav>li .line-top{
    border-top: 1px solid #0ba1e4;
    width: 18px;
    margin: auto;
}


#header .navbar-default .navbar-nav .dropdown-menu>li>a{
    font-size: 18px;
    padding: 16px 25px 5px !important;
}

#header .navbar-default .navbar-nav>li>a{
    font-size: 22px;
    padding: 16px 25px 5px !important;
}

/*全部-导航条样式复写*/

/*定义版权信息*/
#copyright{background-color: #707070;}
#copyright p{
		
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #ffffff;
}

/*定义版权信息结束*/
/*定义友情链接/*#16324c*/


#flinkcs{background-color: #777777; }
#flinkcs p{
		
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #fafafa;
   
}
#flinkcs  h5{
		
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #fafafa;
   
}
#flinkcs .flink{
	margin:0 auto;
	
}
#flinkcs dt{
	text-align: center;
		border:none;
		font-size: 18px;
		padding-left:15px;
		line-height: 25px;
		padding-right:5px;
		color: #ffffff;
}
#flinkcs dd a{
	text-align: center;
		line-height: 25px;
	  padding-left:5px;
	  padding-right:5px;
	  color: #ffffff;
  /*  color: #020202;*/
}
/*#flinkcs p a{
    color: #fafafa;
}
#flinkcs p a:hover{
    text-decoration: none;
}*/
/*定义友情链接结束*/
/*定义联系信息*/
#footer{
    padding: 0;
    background-color: #838383;
}
/*
#footer .footer-item{
    height: 120px;
    margin-top: 20px;
    margin-bottom: 50px;
    padding-left: 2em;
   
    overflow: hidden;

}
*/
#footer .footer-list{
    height: 120px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 1em;
    border-left: 2px solid #fdfdfd;
    overflow: hidden;

}

#footer .footer-list h4{
   color: #ffffff;
}
#footer .footer-list ul{
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}
#footer .footer-list ul li a{
    color: #ffffff;
    line-height: 2em;
}
/*
#footer .footer-wechat img{
    max-height: 132px;
}
#footer .footer-wechat p{
    text-align: center;
    color: #f5f5f5;
    line-height: 2.5em;
}*/
#footer .footer-contact{
    height: 120px;
    margin-top: 5px;
    margin-bottom: 20px;
    border-left: 2px solid #ffffff;
  
}
/*
#footer .footer-contact h2{
    display: block;
    color: #ffffff;
    margin: 0;
     border-left: 2px solid #c1c1c1;
    line-height: 100px;
}*/
/*
#footer .footer-contact h2 img{
    width: 20px;
    height: 20px;
    margin-top: -6px;
    margin-right: 10px;
}
*/
#footer .footer-contact h4 {
	
    color: #ffffff;
    padding-left: 1em;

}
#footer .footer-contact h4 img{

   
    width: 35px;
    height: 35px;
    margin-top: 5px;
    margin-right: 10px;
}
/*定义联系信息结束*/
/*全部-页脚footer*/




/********** 所有9:3分页的 文章内容article样式  **********/
.article-title{
    border-bottom: 2px solid #c1c1c1;
}
.article-title h1{
    display: block;
    margin: 0 0 10px 0;
    line-height: 1.5em;
}
.article-title h1 small{
    float: right;
    line-height: 58px;
    margin-top: 3px;
    font-size: 14px;
}
.article-content h3:first-child{
    border-top-style:none;
}
.article-content h3{
    margin: 0;
    color: #0ba1e4;
    border-top: 2px solid #c1c1c1;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    *border-top-style:expression(this.previousSibling==null?"none":"solid");
}
.article-content h5{
    font-weight: bold;
}
.article-content p{
    text-indent: 2em;
    line-height: 2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article-content ul{
    list-style: circle;
    padding-left: 2em;
    margin-left: 1.3em;
}
.article-content ol{
    padding-left: 2em;
    margin-left: 1.3em;
}
.article-content ul li, .article-content ol li{
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-indent: 0;
}
.article-content img{
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.article-footer{
    border-top: 1px solid #c1c1c1;
}


/********** 所有9:3分页的 文章内容article样式  **********/








/********** 首页产品介绍部分样式  **********/
.productzhuyeone  p{
	  
	 text-indent:2em;
		padding-right:5px;
		line-height: 2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:justify;
}

.productzhuyetwo  p{
	  
	  text-indent:2em;
		padding-right:5px;
		line-height: 2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:justify;
}
.productzhuyethree  p{
	  
	  text-indent:2em;
		padding-right:5px;
		line-height: 2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:justify;
}

.productzhuyeone  p a{
	  font-size:1.2em;
	 
}
.productzhuyetwo  p a{
	  font-size:1.2em;

	 
}
.productzhuyethree  p a{
	  font-size:1.2em;
	 
}
/********** 首页产品介绍部分样式结束  **********/




