/* 
第一个区域以 '@media (max-width: 480px)' 开始，为最大宽度为 480 像素的设备设置样式。
第二个区域以 '@media (max-width: 767px)' 开始，为最大宽度为 767像素的设备设置样式。
第三个区域以 '@media (min-width: 768px) 和 (max-width: 979px)' 开始，为最小宽度为 768 像素和最大宽度为 979 像素的设备设置样式。
下一个区域是为最大宽度为 979 像素的设备设置样式。所以是以 '@media (max-width: 979px)' 开始。
最后两个区域分别以 '@media (min-width: 980px)' 和 '@media (min-width: 1200px)' 开始，前一个是为最小宽度为 980 像素的设备设置样式，后一个是为最小宽度为 1200 像素的设备设置样式。
@media (min-width: 980px) and (max-width: 1200px)
 */
@media (min-width: 1200px) {
.con-width{
width:90%;
margin:0 auto}
}
@media (max-width: 1200px) {
body{
	font-size:14px;
	line-height: 22px;
}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{padding-right:5px;padding-left:5px}
.pd55{
	padding-top: 11px;
	padding-bottom: 22px;
}
.title-one{
	text-align: left;
	margin-bottom: 11px;
	margin-top: 11px;
}
.title-one h3{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
.title-one h2{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
.title-one span{
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
	display: block;
}
.news p{
	font-size: 14px;
	line-height:28px
}
.con-width{
width:100%;
padding-left:25px;
padding-right:25px
}
.product {
padding-left:25px;
padding-right:25px
}
.product-list{
	margin-bottom:5px
}
.product-list img{
width:100%;
height:122px;
object-fit:cover;
}
.product-list a p{
	padding-top: 4px;
	padding-bottom:4px;
}
.in-news-left{
	float:left;
	padding-left:0px;
	height: 33px;	
}
.in-news-right{
	float:right;
	font-size: 14px;
	height: 33px;
	padding-right:0px	
}

.index-title-1{
	text-align: center;
	margin-bottom:11px;
	background-image: url(../img/bj-a.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:30%;	padding-bottom: 2px;
}
.navbar-fixed-bottom{
font-size:16px;
background-color:#000000;
padding-bottom:6px}

.navbar-collapse{
overflow-x:visible;
-webkit-overflow-scrolling:touch;
-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);		
box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
border-top-style: none;
width:50%;
position: fixed;
right: 0px;
top: 0px;
z-index:999;
float:right;
background-color:#333333;
height:100%;
}
.navbar-default {
	border:0;
	padding:0;
	margin:0;
	background-color: #edf3f3;
	text-align: center;
-webkit-border-radius: 0;
-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-default .navbar-nav{
	background-color: #5f5d5d;
	width: 100%;
	text-align: center;
	margin:0;background-color: #666666;
	width: 100%;
	padding:0;
}
.navbar-logo img{
width:30%;
margin-left:8%
}

.navbar-default .navbar-nav> li {
width:100%;
background-color:#333333


}
.navbar-default .navbar-nav>li>a {
	font-size: 14px;
	color: #ffffff;
	text-transform: none;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
	padding-top: 18px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: normal;background-color:#333333
}
.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
	
}

.navbar-default .navbar-nav .dropdown-menu> li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding:0;
	margin:0
}
.navbar-default .navbar-nav .dropdown-menu > li > a{
	color: #CCCCCC;
	text-decoration: none;

	background-color: #111111;	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;	padding-top:14px;
	padding-bottom:14px
}
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus {
	color: #CCCCCC;
	text-decoration: none;
	padding: 14px;
	background-color: #111111;	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#cccccc}
.in-menu a p{
font-size:12px
}
.in-menu img{
width:30%}
.case-div {
padding:0 25px}
.case-list{
margin-bottom:11px;
padding:2px
}
.case-list img{
width: 100%;
height: 110px;
object-fit: cover;
}
.case-list p{
	background-color: #E3E3E3;
	padding: 5px;
	text-align: center;
}
}
