
body {
	font-size:14px;
	font-family: "Arial";
	
}
a {
	color:#8e8e8e;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: none;
}
li {
	list-style: none;
}
.backToTop {display: none; width: 49px;height:37px;position: fixed; right:30px;bottom: 100px;background:url(../../../Public/home/img/arrow-top.png) no-repeat center center; cursor:pointer; z-index:99;}
/**
 * 判断浏览器
 */

#browser_ie {
	BACKGROUND-COLOR: #f6f6b4; DISPLAY: none; HEIGHT: 120px; COLOR: #000; FONT-SIZE: 15px
}
#browser_ie .brower_info {
	MARGIN: 0px auto; WIDTH: 800px; PADDING-TOP: 17px
}
#browser_ie .brower_info .notice_info {
	POSITION: relative; MARGIN-TOP: 5px; FLOAT: left
}
#browser_ie .brower_info .notice_info P {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; WIDTH: 360px; DISPLAY: inline-block
}
#browser_ie .browser_list {
	POSITION: relative; FLOAT: left
}
#browser_ie .browser_list IMG {
	WIDTH: 40px; HEIGHT: 40px
}
#browser_ie .browser_list SPAN {
	TEXT-ALIGN: center; WIDTH: 80px; DISPLAY: inline-block
}


/**
 * 头部样式
 */
#lang a {
	float: right;
	margin-right: 10px;
	color:#000;
}
#mem {
	height: 20px;
	background:#fff;
	line-height: 20px;

}
#mem ul {
	float: right;
}
#mem ul li {
	display: inline-block;
	margin-right: 10px;
}
#mem ul li a {
	color: #333;
}

#head {
	background:#fff;
	height:135px;
	color:#fff;
	padding-top:15px;
	
}



#head .tel {
	padding-top: 15px;
	padding-left:60px;


}
#head .input-group {
	width: 240px;
	margin-top:3px;
	background:#ccc;
}
#head .form-control {
	width: 205px;
}

.btn-search {
	width: 35px;
	height: 34px;
	background: #838383;
	background-image:url(../../../Public/home/img/search.jpg) ;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	
}
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.search {
	padding-top:25px;
	padding-left: 20px;
}
#head img {
	margin-right:2px;
}
#head a {
	color:#fff;
}
#head a:hover {
	color:#ffaf00;
}

/**
 * 导航条样式
 */
#navigation {
	height:60px;

	}

.navbar {
	margin-bottom: 0;
}
.nav {
	height:60px;
	line-height: 60px;
	margin-top:8px;
}
.nav li {
	width: 12.5%;
	height:60px;
	background:url(../../../Public/home/img/headbg.jpg) repeat-x;
	float: left;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	text-align: center;
	
}

.nav li a {
	color:#333333;
	display: block;
	height: 60px;
	text-shadow: 1px 1px 1px #dbbbc1;
	padding:0;
	line-height: 60px;
}
.nav li a:hover {
	color:#469b1b;
	
}
.dropdown {
	height: 70px;
	padding-left: 5px;
	
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.btn .badge {
    position: relative;
    top: 1px;
    left:-135px;
}
.btn-default .badge {
    color: #fff;
    background-color: #838383;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

.btn-default {
	border:0;

}
.dropdown-menu {
	min-width: 120px;
	text-align: center;
}
.dropdown-menu li {
	width: 120px;
	height:30px;
	line-height: 30px;
}
.dropdown-menu li a {
	width:120px;
	height:30px;
	line-height: 30px;
}



/**
 * banner条样式
 */


#navbar-collapse ul {
	margin-top:0;
}
.carousel-inner img {
	margin: 0 auto;
}
.carousel-control {
	position: absolute;
	top: 50%;	
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	
	
}

/**
 * 底部样式
 */

#foot {
	background: #262626;
	padding-top:35px;
	padding-bottom: 20px;
	border:1px solid #353838;
	
}
#foot h4 {
	color: #fff;
}
#foot p {
	color: #888888;
}

#foot a {
	color: #888888;
}
#foot a:hover,#foot a:focus {
	color: #888888;
}
.share {
	line-height: 80px;
}
.share ul li {
	float: left;
	margin-right: 15px;
}

#foot2 {
	
	text-align: center;
	background:#262626;

}
#foot2 p {
	display: inline;
	color:#fff;
	line-height: 50px;
}


 @media screen and(min-width: 1200px) {
.container {
	width: 1170px;
}
body {
	font-size:14px;
	
}
	#head h1 {
	font-size:14px;	
}

}
@media screen and(min-width: 960px) and (max-width: 1199px){
.container {
	width: 900px;
}
body {
	font-size:12px;
	
}
#head h1 {
	font-size:14px;	
}	
}
@media screen and(min-width: 768px) and (max-width: 959px) {
.container {
	width: 700px;

}
body {
	font-size:10px;
	
}
#head h1 {
	font-size:12px;	
}	
}

