/* 
第一个区域以 '@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: 768px) and (max-width: 1200px){
.con-width{
width:98%;
margin:0 auto
}
.con-width-nav{
padding-left:15px;
padding-right:15px;
}
}
 
 
@media (max-width: 767px) {
body{
	margin:0;
	padding:0;
	font-family:"微软雅黑", arial, tahoma, \5b8b\4f53, sans-serif;
	font-size:12px;
	line-height: 24px;
}
.in-case .more a{
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 11px;
	padding-bottom: 11px;
	display:block;
	width:33%;
	margin:0 auto;	margin-top:11px;
}
.in-xn-con {
	background-image: none;
	padding-top: 33px;
	padding-bottom: 55px;
	color:#cccccc
}
.con-width{
width:100%;
margin-left:0%}

.QuotationSystem-left img{
width:100%
}
.pro-7nian img{
width:77%}
.in-about h2{
font-size:12px
}
.in-about h3{
font-size:9px
}
.in-about-list{
	position:relative;
	border: 1px solid #666666;
	font-size:9px;
	margin-top:33px;
	height:99px;
	padding-right: 5px;
	padding-left: 5px;
}
.in-about-list img{
	position:absolute;
	left:50%;
	top: -22px;
	width:55px;
}
.index-title-1 h2{
	font-size: 16px;
	margin:0;
	padding:0;
	margin-bottom:5px
}
.index-title-1 P{
font-size:12px;
color: #cccccc;margin:0;
}
.navbar-logo img{
width:88px;
padding-top:0px;
padding-left:15px
}
.navbar-fixed-bottom{
font-size:16px;
background-color:#000000;
padding-bottom:6px}


.navbar-default {
	border:0;
	padding:0;
	margin:0;
	text-align: center;
-webkit-border-radius: 0;
-moz-border-radius: 0;
	border-radius: 0;
	background-color: #0D141C;	width:100%;
	margin-left:0%;
}

.navbar-default .navbar-nav{
	background-color: #666666;
	width: 100%;
	padding:0;margin:0
}
.navbar-default .navbar-nav > li {
width:100%;
padding:0;
margin:0;
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;
	margin:0;
	text-align:left;
	padding-left:15px
}
.navbar-default .navbar-nav> li >a:hover {
    color: #ffffff;
	
}
.navbar-default .navbar-nav> li > a > img{
display:inline;
width:20px;
height:16px;
margin-right:5px
}
.navbar-header{
	border:0px;
	padding:0;
	margin:0;
	float:none;
	width:100%
}
.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 .navbar-toggle{
	position:relative;
	float:right;
	padding:9px 10px;
	margin-top:18px;
	margin-right:0px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border-style: none;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {position:relative;
	float:right;
	padding:9px 10px;
	margin-top:18px;
	margin-right:0px;
	margin-bottom:8px;
	background-color:transparent;
	background-image:none;
	border-style: none;

}
.navbar-default .navbar-toggle .icon-bar{
display:block;width:22px;height:2px;border-radius:1px;
background-color:#000000}




.navbar-fixed-bottom{
	padding-top:11px
}
.navbar-fixed-bottom .fa{
	color:#CCCCCC
}
.navbar-fixed-bottom a{
	color:#CCCCCC
}
.title-one{
	text-align: left;
	margin-bottom: 11px;
	margin-top: 11px;
}
.title-one h3{
	text-align: center;
	font-size: 18px;
	color:#cccccc
}
.title-one h4{
	text-align: center;
	padding-bottom: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	margin-bottom: 5px;
}
.title-one span{
	text-align: center;
	font-size: 12px;
	display: block;
	color:#999999
}
.title-one p{
	text-align: left;
}
.in-xn-pc{
	padding-bottom:0px;
	padding-top: 0px;
	background-image: url(../img/in07-a.jpg);
	background-size: 100% 100%;
}
.in-xn-con h2 img{
}
.in-about .logo img{
width:120px
}
.in-pro{
padding-left:15px;
padding-right:15px
}
.in-pro-list{
padding:2px}
}
