@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	color:#f19c0f;
	text-decoration: none;
}
body{
	font-size:14px;
	font-family:"微软雅黑";
	color:#313131;
	line-height:30px;
} 
.body_bg{
	background:#fafafa;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
@-webkit-keyframes gupIn{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes gupIn{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes gupIn{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}
/*头部*/
header{	
	height:100px;
	width:100%;
	background:#243441;
}
.logo{
	margin: 13px 0px 0px 55px;
	position: relative;
	display: block;
	float: left;
}
.logo img{
	transition: all 0.3s linear;
	width: 100%;
	max-width: 261px;
}
.logo h1{	
	text-indent: -9999px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navbar{
	background:#fff;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.nav{
	float: right;
	-webkit-animation: gupIn 0.8s 0.1s both;
	-moz-animation: gupIn 0.8s 0.1s both;
	-ms-animation: gupIn 0.8s 0.1s both;
	-o-animation: gupIn 0.8s 0.1s both;
	animation: gupIn 0.8s 0.1s both;
}
.nav li{
	float: left;
}
.nav li a{
	display: block;
	height: 100px;
	line-height: 100px;
	padding: 0px 27px;
	font-size: 16px;
	color: #aeaeae;
}
.nav li a:hover{
	border-bottom: 5px solid #F19C0F;
	background: none;
	color: #f19c0f;
}
.nav li.current a{
	border-bottom: 5px solid #F19C0F;
	background: none;
	color: #f19c0f;
}
@media(max-width: 1600px){
	.nav li a{
		padding: 0px 20px;
	}
	.logo{
		margin: 13px 0px 0px 30px;
	}
}
@media(max-width: 1440px){
	.nav li a{
		padding: 0px 8px;
	}
}
@media(max-width: 1199px){
	.nav li a{
		padding: 0px 4px;
		font-size: 14px;
	}
	.logo{
		margin: 13px 0px 0px 15px;
	}
	.logo img{
		width:90%;
	}
}
@media(max-width: 991px){
	header{
		height: 91px;
		overflow: hidden;
		background: #fff;
	}
	.logo{
		display: block;
		margin:12px auto 0px;
		float: none;
		width: 261px;
	}
	.mobile_nav{
		display: block;
	}
}
@media(max-width: 450px){
	header{
		height: 81px;
		overflow: hidden;
		background: #fff;
	}
	.logo{
		display: block;
		margin:8px auto 0px;
		float: none;
		width: 241px;
	}
}
.mobile_nav{
	overflow: hidden;
	width: 100%;
	background: #E6E6E6;
	padding-top:8px;
	display: none;
}
.mobile_nav li{
	float: left;
	width:25%;
	padding: 2px;
}
.mobile_nav li a{
	display: block;
	width: 100%;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	display: block;
	color:#666;
	font-weight: bold;
}
.mobile_nav li a:hover{
	color: #fff;
	background: #F19C0F;
}
.mobile_nav li.current a{
	color: #fff;
	background: #F19C0F;
}

@media(max-width: 991px){
	.mobile_nav{
		display: block;
	}
	.mobile_nav{
		border-bottom:2px solid #E6E6E6;
	}
}
@media(max-width: 450px){
	.mobile_nav li a{
		height: 44px;
		line-height: 44px;
	}
}

.about_wrap{
	background: url(../images/about_bg.png) no-repeat center bottom #F19C0F;
}
.about{
	width: 100%;
	max-width: 1140px;
	margin:0 auto;
	height: 540px;
	padding-top:79px;
}
.about_ul{
	overflow: hidden;
	margin-bottom: 85px;
}
.about_ul li{
	float: left;
	width:33.33%;
	text-align: center;
	height: 64px;
	line-height: 64px;
	font-size: 20px;
	color:#fff;
}
.about_ul li span{
	font-size: 60px;
	font-family: arial;
	margin-right: 18px;
	font-weight: bold;
}
.about_nr{
	width: 100%;
	max-width: 825px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color:#fff;
	margin:0 auto;
}
.about_more{
	display: block;
	height: 84px;
	width: 84px;
	text-align: center;
	margin: 72px auto 0px;
	line-height: 84px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	font-size: 16px;
	color:#f19c0f;
}
.mt62{
	margin-top:-62px;
}
.honor_wrap{
	padding-top:62px;
}
.honor{
	height: 478px;
	background:#EEEEEE;
	margin:0px -15px;
	padding:0px 15px;
}
.honor_content{
	width:100%;
	max-width: 360px;
	margin:0 auto;
	padding-top:52px;
}
.about_title{
	display: none;
}
.honor_title h3,.about_title h3{
	line-height: 40px;
}
.honor_title h3 a{
	font-size: 24px;
	color: #1a1a1a;
}
.about_title h3 a{
	font-size: 24px;
	color: #fff;
}
.honor_title h4{
	line-height: 32px;
	font-size: 24px;
	color: #cacaca;
	font-family: arial;
}
.about_title h4{
	line-height: 32px;
	font-size: 24px;
	color: #fff;
	font-family: arial;
}
.honor_img{
	text-align: center;
	margin:65px 0px;
}
.honor_img img{
	width:100%;
	max-width: 294px;
}
.honor_nr{
	line-height: 30px;
	font-size: 16px;
	color:#4a4a4a;
	text-align: center;
}
@media(max-width: 991px){
	.mt62{
		margin-top: 0px;
	}
	.honor_wrap{
		padding-top:0px;
	}
	.honor_content{
		max-width: 540px;
	}
	.honor_title{
		text-align: center;
	}
}
@media(max-width: 767px){
	.about{
		height: auto;
		padding-bottom: 30px;
		padding-top: 30px;
	}
	.honor{
		height: auto;
		padding-bottom: 30px;
	}
	.about_ul{
		margin-bottom: 20px;
	}
	.about_ul li{
		height: auto;
		font-size: 16px;
	}
	.about_ul li span{
		margin-right: 10px;
		font-size: 55px;
	}
	.about_more{
		margin-top:40px;
	}
	.honor_content{
		padding-top:40px;
	}
	.honor_img{
		margin:40px 0px;
	}
}
@media(max-width: 630px){
	.about_ul li{
		float: none;
		width:205px;
		margin:0 auto;
		text-align: left;
		display: none;
	}
	.about_title{
		display: block;
		text-align: center;
	}
	
}
.news_wrap{
	padding:73px 0px 85px;
}
.news_list{
	width:100%;
	max-width: 420px;
	margin:0 auto;
}
.news_list h4{
	width:108px;
	height:48px;
	line-height: 48px;
	text-align: center;
	background: #C8000A;
	font-size: 24px;
	color:#ffffff;
}
.news_list h3{
	height:60px;
	line-height: 60px;
	overflow: hidden;
}

.news_list h3 a{
	font-size:24px;
	color:#1a1a1a;
}
.news_list h3 a:hover{
	color:#f19c0f;
}
.news_ms{
	line-height: 24px;
	color:#9a9a9a;
	max-height: 120px;
	overflow: hidden;
	margin-bottom: 5px;
}
.news_more{
	color:#9a9a9a;
	text-decoration: none;
}
.news_more:hover{
	color:#f19c0f;
}
@media(max-width: 767px){
	.news_wrap{
		padding:30px 0px 10px;
	}
	.news_list{
		margin-bottom: 30px;
	}
	.service_title{
		text-align: center;
	}
	.service_img{
		text-align: center;
	}
}
.service_wrap{
	height: 550px;
	background: url(../images/service_bg.png) no-repeat center bottom #EEEEEE;
	padding-top: 133px;
}
.service_box{
	width:100%;
	max-width: 355px;
	float: left;
	margin-left: 50px;
}
.service_title h3{
	line-height: 40px;
}
.service_title h3 a{
	font-size: 24px;
	color: #1a1a1a;
}
.service_title h4{
	line-height: 32px;
	font-size: 24px;
	color: #cacaca;
	font-family: arial;
}
.service_img{
	margin:20px 0px 30px;
}
.service_ms{
	line-height: 30px;
	font-size: 16px;
	color:#4a4a4a;
}
.xianlu{
	width:100%;
	float: right;
	max-width: 485px;
}
.xl_ul{
	margin-bottom: 20px;
}
.xl_ul li{
	margin-bottom: 30px;
}
.xl_ul li h4{
	line-height: 32px;
	background: url(../images/xl_icon.png) no-repeat 54px center;
	font-size: 16px;
	color: #c8000a;
}
.xl_ul li h4 span{
	margin-right: 80px;
}
.xl_ul li p{
	line-height: 28px;
	font-size: 16px;
	color: #9a9a9a;
}
.xl_more{
	display: block;
	width: 144px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff !important;
	background: #C8000A;
	font-size: 16px;
}
.xl_title{
	display: none;
	margin-bottom: 20px;
}
@media(max-width: 1399px){
	.service_wrap{
		background:#EEEEEE;
	}
	.xianlu,.service_box{
		float: none;
		margin:0 auto;
	}
}
@media(max-width: 991px){
	.service_wrap{
		padding: 80px 0px;
		height: auto;
	}
}
@media(max-width: 767px){
	.service_wrap{
		padding: 40px 0px;
		height: auto;
	}
	.service_box{
		max-width: 485px;
		margin-bottom: 40px;
	}
	.xl_title{
		display: block;
	}
	.xl_more{
		margin:0 auto;
	}
}
.list_wrap{
	padding:85px 0px;
}
.list_img{
	text-align: center;
}
.list_img img{
	width: 100%;
	max-width: 178px;
}
.list_img img:first-child{
	display:block;	
}
.list_img img:last-child{
	display:none;	
}
.list_img:hover img:last-child{
	display:block;	
}
.list_img:hover img:first-child{
	display:none;	
}
.list_title{
	margin-top: 40px;
}
.list_title h3{
	line-height: 46px;
}
.list_title h3 a{
	font-size: 24px;
	color: #1a1a1a;
}
.list_title h3 a:hover{
	color:#C8000A;	
}
.list_title h4{
	line-height: 20px;
	padding:10px 0px;
	font-size: 16px;
	color: #c9c9c9;
}
@media(max-width: 1050px){
	.list_title{
		margin-top: 30px;
	}
}
@media(max-width: 991px){
	.list_title{
		margin-top: 20px;
	}
}
@media(max-width: 767px){
	.list_title{
		text-align: center;
	}
	.list_wrap{
		padding:40px 0px;
	}
}
@media(max-width: 499px){
	.list_img{
		padding:0px 5px;
	}
	.list_title h3{
		line-height: 40px;
	}
	.list_title h3 a{
		font-size: 20px;
	}
	.list_title h4{
		padding:0px;
	}
	.list_right{
		padding:0px 5px;
	}
}

footer{
	width: 100%;
	padding:50px 0px 90px;
	line-height: 36px;
	color: #1b1b1b;
	background:#243441;
}
.footer_content{
	max-width: 1720px;
	margin:0 auto;
}
.footer_left{
	width: 50%;
	float: left;
}
.footer_nav{
	overflow: hidden;
	margin-bottom: 50px;
}
.footer_nav li{
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 40px;
}
.footer_nav li a{
	font-size: 16px;
	color: #fff;
}
.footer_contact{
	font-size: 16px;
	color:#878788;
	line-height: 24px;
}


.footer_right{
	width: 50%;
	text-align: right;
	float: right;
}
#toTop{
	display: block;
	background: url(../images/toTop.png) no-repeat;
	height: 60px;
	width: 60px;
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}
.copyright{
	font-size: 16px;
	color:#878788;
	line-height: 30px;
}
@media(max-width: 767px){
	.footer_left{
		width: 100%;
		float: none;
	}
	.footer_right{
		width: 100%;
		float: none;
	}
	footer{
		padding:40px 0px;
		position: relative;
	}
	.footer_nav{
		margin-bottom: 30px;
	}
	.footer_nav li{
		margin-right: 15px;
	}
	.footer_contact{
		font-size: 14px;
	}
	.footer_nav li a{
		font-size: 14px;
	}
	#toTop{
		float: none;
		position: absolute;
		right: 15px;
		bottom: 15px;
		height: 50px;
		width: 50px;
		background-size: 100% 100%;
	}
	.copyright{
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		margin-top: 20px;
	}
}


/*内页样式*/
.inside_banner{
	
}
.inside_banner img{
	width:100%;
}
#main{
	margin:38px auto 70px;
	overflow: hidden;
	padding:0px;
}
.main_left{
	float: left;
	width: 249px;
	border:1px solid #E2E2E2;
	background: url(../images/left_bg.png) no-repeat right top #fff;
}
.left_title{
	font-size: 22px;
	color:#c8000a !important;
	display: block;
	padding:15px 25px;
}
.navbar-header{
	float: none;
}
.left_ul{
	padding:15px 25px;
}
.left_ul li{
	height: 58px;
	line-height: 58px;
	width: 160px;
	border-bottom: 1px solid #E2E2E2;
}
.left_ul li a{
	display: block;
	height:57px;
	width: 100%;
	font-size: 16px;
	color:#666;
}
.left_ul li a:hover{
	color:#f19c0f;
}
.left_ul li.producttype1sel a{
	color:#f19c0f;
}
.left_ul li:last-child{
	border: none;
}

.main_right{
	width: 888px;
	float: right;
}
.right_title{
	height: 60px;
	line-height: 60px;
	position: relative;
}
.right_title span{
	font-size: 22px;
	color:#c8000a;
}
.weizhi{
	position: absolute;
	font-size: 16px;
	right:0px;
	top: 0px;
}
.right_box{
	padding:15px;
	font-size: 14px;
	line-height: 30px;
	background:#fff;
	border:1px solid #d7d7d7;
	min-height: 400px;
	overflow: hidden;
}
.pro_box{
	max-width: 232px;
	width:100%;
	margin:10px auto 10px;	
}
.pro_a{
	display: block;
}
.pro_a img{
	width: 100%;
	border:1px solid #E9E9E9;
}
.pro_a p{
	height:50px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
}


/*news*/
.news_box{padding:15px 0px 30px 110px; overflow: hidden; position: relative; border-bottom: 1px solid #ddd;}
.news_right{ width:100%;}
.news_left{color:#fff; position: absolute; left: 0px; top:15px;}
.news_left em,.news_left i,.news_right em{ display:block; font-style: normal;}
.news_left em{width:78px; height:63px; line-height:63px; font-style: normal; font-size:19px; font-weight:bold; background:#c4c4c4; text-align:center;}
.news_left i{width:78px; height:35px; line-height:35px; font-size:16px; background:#b0b0b0; text-align:center;}

.news_right h1{color:#1b1b1b; margin:10px 0 5px; line-height: 26px; font-size: 16px; height: 26px; overflow: hidden;}
.news_right em{line-height:22px; color:#666; font-style: normal; height:44px; overflow: hidden;}
.news_box:hover .news_left em{background:#c51d13;}
.news_box:hover .news_left i{background:#b11a11;}
.news_box:hover .news_right h1{color:#c51d13;}

div.pager span
{
	margin-left:3.5px;
	margin-right:3.5px;
}
div.pager a
{
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	color:#969696;
	border:1px solid #DFDFDF;
	display:inline-block;
}
.page_on{
	color:#fff !important;
	background:#157FC9 !important;
	border:1px solid #157FC9 !important;	
}
.newstitle {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}
.news_message{
	height:30px;
	line-height:30px;
	text-align:center;	
}


@media(max-width: 1199px){
	.main_left{
		width: 21%;
	}
	.main_right{
		width: 74%;
	}
	.collapse{
		display: block;
	}
}
@media(max-width: 991px){
	.main_left,.main_right{
		width: 100%;
		float: none;
	}
	.collapse{
		display: none;
	}
	#main{
		width:100%;
		padding:0px 15px;
		margin:30px 0px;
	}
	.navbar-toggle{
		display: block;
	}
	.main_left{
		background:#fff;
	}
	.left_ul{
		padding:0px 15px;
	}
	.left_ul li{
		width:100%;
		height: 45px;
		line-height: 45px;
	}
	.left_ul li a{
		height: 45px;
		font-size: 15px;
	}
	.left_title{
		font-size: 20px;
		padding-left: 15px;
	}
	.right_title{
		font-size: 20px;
	}
}


@media(max-width: 449px){
	.col-xss-12{
		width: 100%;
	}
}
