@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
padding-top:86px;
}
ul, ol, li {
	list-style: none;
}
img, input, button {
	margin: 0;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}
body {
	font: 14px/1.5em "Microsoft YaHei", Arial, Helvetica, sans-serif;
	color: #333333;
	text-align:left;
}
a{
	color:#333333;
	outline:none;
}
a:link{
	color:#333333;
	outline:none;
}
a:hover{
	color:#e60012;
	text-decoration:none;
}
/*navbar-toggle*/
.navbar{
	margin-bottom:0;
}
.navbar-inverse .navbar-toggle {
	border:none;
}
.navbar-toggle {
  background-color:#818181;
}
/* main_header */
.navbar-inverse {
	padding-top:15px;
	padding-bottom:10px;
    background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	width:912px;
	margin:0 auto;
	border:none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #222;
}
.navbar-inverse .navbar-nav > li > a:hover{
    color: #e60012;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
	background-color:#e60012;
	border-radius:20px;	
}
.navbar-inverse .navbar-brand {
    float: left;
	display:block;
    height: 60px;
    line-height: 60px;
	padding:0;
	padding-left:50px;
}
.navbar-inverse .navbar_tel{
	float:right;
	margin-top:5px;
	margin-right:30px;
	color:#666;
	padding-left:56px;
	background:url(../images/tel.png) no-repeat left center;
}
.navbar-inverse .navbar_tel strong{
	font-size:20px;
	color:#e60012;
}
.navbar-nav{
	margin:0 auto;
	margin-top:10px;
	padding:0;
}
.navbar-nav > li > a {
	padding:0;
}
.navbar-nav > li > a {
	padding:0;
    line-height: 40px;
}
.nav > li > a {
	display:block;
	padding-right:20px;
	padding-left:20px;
	text-align:center;
}
.nav > .active{
	background-color:#e60012;
	border-radius:25px;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dropdown-menu {
	background-color:#e60012;
}

.dropdown-menu > li > a {
	padding:0 20px;
	width:180px;
	line-height:44px;
	font-size:15px;
    color:#fff;
}
.dropdown-menu > li > a.last-child{
	border-bottom:none;
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus {
	background-color:#f81c2d;
	color: #fff;
}
@media (max-width: 768px) {
	.navbar-inverse .navbar-brand {
		padding-left:10px;
	}
	.navbar-inverse .navbar_tel{
		display:none;
	}
	.navbar-collapse .navbar-nav {
		float:none;
		position:inherit;
		width:100%;
		left:auto;
		margin-left:auto;
	}
	.nav > li > a {
		width:100%;
		text-align:left;
	}
}
/* Carousel */
.carousel-control .glyphicon {
	width: 20px;
	height: 35px;
	font-size: 0;
}
.carousel-control .glyphicon-chevron-left {
	background: url(../images/bijian-arrow-left.png) no-repeat;
}
.carousel-control .glyphicon-chevron-right {
	background: url(../images/bijian-arrow-right.png) no-repeat;
}
.carousel-inner h2, .carousel-inner h3 {
	display: none;
}
/* main_service */
.main_servicebg{	
	background-color:#f3f4f6;
	padding-top:40px;
	padding-bottom:40px;
}
.main_service{
	width:100%;
	background-color:#fff;
}
.main_servicebg h2{
	margin-bottom:12px;
	font-size:44px;
	text-align:center;
}
.main_servicebg h3{
	margin-bottom:12px;
	font-size:20px;
	color:#999;
	text-align:center;
}
.main_servicebg h4{
	margin-bottom:50px;
	font-size:22px;
	color:#444;
	text-align:center;
}
.main_service .nav-tabs {
	float:left;
	width:380px;
	margin-top:50px;
	margin-left:50px;
	border:none;
}
.main_service .nav-tabs > li {	
	width:380px;
	height:100px;
 	margin-bottom:30px;
	border-radius:10px;	
}
.main_service .nav-tabs > li > a {
	display:block;
	line-height:100px;
	margin-right: 0;
	padding:0;
	font-size:24px;
	text-align:left;
	color:#fff;
 	border:none;
	text-indent:50px;
	border-radius:10px;	
    background-color:#787878;
}
.main_service .nav-tabs > li > a:hover {
    color:#fff;
    background-color:#e60012;
}
.main_service .nav-tabs > li.active > a,
.main_service .nav-tabs > li.active > a:hover,
.main_service .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color:#e60012;
    border:none;
}
.main_service .tab-content{
	float:left;
	margin-top:20px;
	margin-left:50px;
}
@media (min-width: 1440px) {
	.main_servicebg{
		padding-top:80px;
		padding-bottom:90px;
	}
	.main_service{
		width:1440px;
		margin-right:auto;
		margin-left:auto;		
	}
}
@media (max-width: 768px) {
	.main_servicebg{
		padding-bottom:0;
	}
	.main_servicebg h2{
		margin-bottom:10px;
		margin-right:0;
		margin-left:0;
		font-size:30px;
		line-height:120%;
	}
	.main_servicebg h3{
		margin-bottom:10px;
		margin-right:15px;
		margin-left:15px;
		font-size:20px;
		line-height:120%;
	}
	.main_servicebg h4{
		margin-bottom:30px;
		font-size:16px;
		line-height:120%;
	}
	.main_service .nav-tabs {
		float:none;
		width:100%;
		margin-top:0;
		margin-left:0;
		padding-top:20px;
		
	}
	.main_service .nav-tabs > li {
		float:left;
		width:45%;
		height:44px;
		margin-left:5%;
		margin-bottom:15px;
		border-radius:5px;	
	}
	.main_service .nav-tabs > li > a {
		
		line-height:44px;
		font-size:16px;
		text-align:center;
		text-indent:0;
		border-radius:5px;	
	}
	.main_service .nav-tabs > li > a:hover {
		color:#fff;
		background-color:#e60012;
	}
	.main_service .tab-content{
		margin-top:0;
		padding-top:20px;
		margin-left:0;
		padding-bottom:30px;
		float:none;
	}
}
/* main_case */
.main_casebg{
	padding-top:40px;
	padding-bottom:20x;
	background:url(../images/probg.jpg) no-repeat center top;
}
.main_case{
	width:100%;
}
.main_case a{
	display:block;
	margin-bottom:40px;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
}
.main_case a dd{
	height:54px;
	line-height:54px;
	font-size:16px;
	color:#333;
	text-align:center;
	background-color:#f0f1f3;
}
.main_case a:hover dd{
	color:#fff;
	background-color:#e60012;
}
@media (min-width: 1440px) {
	.main_casebg{
		padding-top:80px;
		padding-bottom:40px;
	}
	.main_case{
		width:1440px;
		margin:0 auto;
	}
}
@media (max-width: 768px) {	
	.main_casebg{
		padding-top:30px;
		padding-bottom:20px;
	}
	.main_case a{	
		margin-bottom:20px;
		padding-right:5px;
		padding-left:5px;
	}
	.main_case a dd{
		font-size:15px;
		line-height:160%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
/* main_news */
.main_newsbg{
	padding-top:40px;
	padding-bottom:20x;
	background:url(../images/newbg.png) no-repeat center top;
}
.main_news{
	width:100%;
}
.main_news a{
	display:block;
	margin-bottom:40px;
	padding-right:10px;
	padding-left:10px;
	color:#333;
	text-decoration:none;
}
.main_news a dl{
	padding-bottom:50px;
	border-bottom:6px solid #ccc;
}
.main_news a dl:hover{
	border-bottom:6px solid #e60012;
}
.main_news a dt{
	margin-bottom:20px;
	font-size:22px;
}
.main_news a dd{
	font-size:15px;
	line-height:160%;
	color:#666;		
}
.main_news a .time{
	margin-top:20px;
	margin-bottom:10px;
	font-size:16px;
	color:#cc9900;
}
@media (min-width: 1440px) {
	.main_newsbg{
		padding-top:110px;
		padding-bottom:70px;
	}
	.main_news{
		width:1440px;
		margin:0 auto;
	}
}
@media (max-width: 768px) {	
	.main_news a dl{
		padding-bottom:30px;
		margin-bottom:20px;
		border-bottom:3px solid #ccc;
	}
	.main_news a dt{
		margin-bottom:12px;
		font-size:16px;
	}
	.main_news a .time{
		margin-top:10px;
		margin-bottom:10px;
		font-size:14px;
	}
	.main_news a{	
		margin-bottom:10px;
		padding-right:5px;
		padding-left:5px;
	}
	.main_news a dd{
		font-size:15px;
		line-height:160%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis
	}
}
/* main_about */
.main_aboutbg{
	padding-top:40px;
	padding-bottom:40px;
	background:url(../images/aboutbg.png) no-repeat center top;
}
.main_about{
	width:100%;
}
.main_aboutbg h2{
	margin-bottom:12px;
	font-size:44px;
	color:#fff;
	text-align:center;
}
.main_aboutbg h3{
	margin-bottom:60px;
	font-size:28px;
	color:#ccc;
	text-align:center;
}
.main_about dd{
	font-size:18px;
	color:#fff;
	line-height:200%;
}
.main_about dd p{
	margin-left:40px;
	margin-bottom:50px;
}
@media (min-width: 1440px) {
	.main_aboutbg{
		padding-top:80px;
		padding-bottom:50px;
	}
	.main_about{
		width:1440px;
		margin-right:auto;
		margin-left:auto;		
	}
}
@media (max-width: 768px) {
	.main_aboutbg h2{
		margin-bottom:10px;
		margin-right:0;
		margin-left:0;
		font-size:30px;
		line-height:120%;
	}
	.main_aboutbg h3{
		margin-bottom:20px;
		margin-right:15px;
		margin-left:15px;
		font-size:20px;
		line-height:120%;
	}
	.main_about dd{
		margin-top:20px;
		font-size:14px;
		line-height:180%;
	}
	.main_about dd p{
		margin-left:0;
		margin-bottom:20px;
	}
}
/* bottom */
.bottombg{
	padding-top:40px;
	padding-bottom:64px;
	background-color:#f3f4f6;
}
.bottom{
	width:100%;
}
.bottom .bottom_logo{
	margin-left:30px;
}
.bottom h3{
	margin-bottom:10px;
	padding-top:10px;
	font-size:24px;
	font-weight:bold;
}
.bottom h4{
	font-family:Numberfont;
	margin-bottom:20px;
	font-size:48px;
}
.bottom h5{
	margin-bottom:36px;
	font-size:22px;
	font-weight:bold;
}
.bottom p{
	font-size:16px;
	line-height:160%;
}
.bottom .code span{
	margin-left:60px;
}
@media (min-width: 1440px) {
	.bottom{
		width:1440px;
		margin-right:auto;
		margin-left:auto;
	}
}
@media (max-width: 768px) {
	.bottombg{
		padding-top:10px;
		padding-bottom:30px;
	}
	.bottom .copyright{
		margin-top:30px;
	}	
	.bottom h3{
		margin-bottom:10px;
		padding-top:32px;
		font-size:20px;
		border-top:1px solid #999;
	}
	.bottom h4{
		margin-bottom:15px;
		font-size:32px;
	}
	.bottom h5{
		margin-bottom:20px;
		font-size:18px;
		font-weight:normal;
		line-height:140%;
	}
	.bottom p{
		font-size:14px;
	}
}