﻿/*************************
*******body******
**************************/
body {
	background: #fff;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}
h4 {
	font-size: 16px;
}
/* 清理浮动 */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*************************
*******菜单******
**************************/
.header {
	width: 100%;
	overflow: hidden;
}
.header_top {
	width: 100%;
	background:#F6F6F6;
	height: 26px;
	color:#666;
	font-size:12px;
	overflow: hidden;
}

.header_top .top_nav {
	float: right;
	width: 210px;
	height: 20px;
	margin-top: 4px
}
.header_top .top_nav a {
	padding: 0 12px;
	color: #666;
	font-size:12px;
	float: left
}
.header_top .top_nav .first {
	border: none;
	padding-left: 0;
}
.header_center {
	height: 90px;
	padding-top:10px;
	overflow: hidden
}
.header_center .logo {
	float: left;
}
.top_title{float:left; }
.line{border-left:1px solid #ccc; height:50px; float:left; margin:10px 30px;}
.top_title h2{ color:#c40002; font-size:18px; line-height:0px;}
.top_title p{ font-size:18px; line-height:34px;}
.header_phone {
	float: right;
	overflow: hidden;
}
.header_center .header_phone h3 {
	float: right;
	background: url(../images/top/header_phone.png) no-repeat right center;
	font-size: 24px;
	color: #C40002;
	line-height:0px;
	font-weight:bold;
	padding-right: 48px;
	text-align: right;
}
.header_center .header_phone h3 p {
	font-size: 12px;
	color: #343434;
}
.navbar-inverse .navbar-nav > li > a {
	color: #999;
}
.navbar-collapse {
	max-height: 340px;
	padding-left: 0;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	-webkit-overflow-scrolling: touch;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 1px solid transparent;
}
.navbar-nav > li > a {
	padding-top: 15px;
	line-height: 50px;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 0 36px;
	font-size: 16px;
}
.navbar-inverse {
	background: #282828;
	border: none;
	line-height: 50px;
}
.navbar {
	border-radius: 0px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
	background:#c40002;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background:#c40002;
	 color:#fff;
}
/**********轮番***********/
#main-slider {
	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 150px;
}
#main-slider .carousel .slide-margin {
	margin-top: 140px;
}
#main-slider .carousel h2 {
	color: #fff;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background: #c52d2f;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color: #000;
	opacity: 0.4;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
	opacity: 0.8;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 10px;
	height: 10px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #FE8A01;
	margin: 0 15px 0 0;
	border: 1px solid #FE8A01;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #FE8A01;
	border: 1px solid #FE8A01;
	left: -3px;
	top: -3px;
}
/*******搜索*********/
.search {
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #d8d8d8;
	height: 60px;
}
.search p {
	font-size: 13px;
	line-height: 60px;
	float: left;
	color: #696969
}
.search p a {
	color: #696969;
	padding: 0 4px;
}
.search .s_key {
	float: right;
	width: 360px;
	height: 34px;
	margin-top: 12px;
}
.search .s_key input {
	width: 305px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	padding-left: 10px;
	background: none;
	border: 1px solid #dfdfdf;
	border-right: none;
	outline: none;
	float: left;
}
.search .s_key span {
	display: block;
	width: 44px;
	height: 34px;
	float: right;
	background: url(../images/main/search.jpg) no-repeat center;
	cursor: pointer;
}
/********锐得力产品********/
.product{ margin-top:20px;}
.product h2{ color:#c40002; text-align:center; }
.product p{  text-align:center; }
.p_list{ margin-top:28px;}
.p_list dl{ background:#F4f4f4; height:131px; overflow:hidden;}
.p_list dt {
    width: 15%;
    float: left;
    padding-right: 20px;
    height: 131px;
    text-align: center;
    font: 30px "Microsoft Yahei";
    color: #fff;
    background:url(../images/main/cri.png) no-repeat left ;
    line-height: 131px;}
	.p_list dd {
    width: 85%;
    height: 131px;
	background:url(../images/main/morImg.png) no-repeat center right;
    float: right;
    overflow: hidden;
}
.p_list dd p {
    font-size: 14px ;
    line-height: 26px;
    color: #737373;
	text-align:left;
    margin-top: 25px;
}
.p_list dd p a {
    color: #737373;
    display: inline-block;
    padding: 0 12px;
}

.p_list2{ margin-top:28px;}
.p_list2 dl{ background:#F4f4f4; height:131px; overflow:hidden;}
.p_list2 dt {
    width: 15%;
    float: left;
    padding-right: 20px;
    height: 131px;
    text-align: center;
    font: 30px "Microsoft Yahei";
    color: #fff;
    background:url(../images/main/cri.png) no-repeat left ;
    line-height: 131px;}
	.p_list2 dd {
    width: 85%;
    height: 131px;
	background:url(../images/main/morImg.png) no-repeat center right;
    float: right;
    overflow: hidden;
}
.p_list2 dd p {
    font-size: 14px ;
    line-height: 26px;
    color: #737373;
	text-align:left;
    margin-top: 25px;
}
.p_list2 dd p a {
    color: #737373;
    display: inline-block;
    padding: 0 12px;
}
.pro{ width:100%; height:auto; }
.pro_tu{ width:25%; float:left; padding:8px 8px;}
.pro_tu img{ width:100%;}
.pro_tu p{background:#282828; color:#E8E8E8; line-height:32px;}
.pro_tu2{ width:33.3%; float:left; padding:8px 8px;}
.pro_tu2 img{ width: 273px;height: 190px; }
.pro_tu2 p{background:#282828; color:#E8E8E8; line-height:32px; text-align:center;}
/*图片缩放*/
.pro_fd .avatar {
    display: block;
    overflow: hidden;
    width: 100%;

}

.avatar img{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
.avatar:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
	-webkit-transform: scale(1.3);
	-webkit-transform: all 1s ease 0s;	
	
}
/*图片缩放end*/
/******困惑*******/
.ys_kh{ border:1px solid #dcdcdc; margin-top:30px;}
.ys_kh h2{ color:#282828; text-align:center; padding-top:20px;}
.ys_kh span{ color:#c40002; font-size:32px;}
.kh_left{ float:left; width:40%; padding:10px 10px;}
.kh_right{ float:left; width:60%; padding:10px 10px;}
.kh_right  dl{ background:#282828; width:96%; height:50px; overflow:hidden;}
.kh_right dt {
    width: 10%;
    float: left;
    height:50px;
    text-align: center;
    font: 30px "Arial";
    color: #fff;
    background:#c40002;
    line-height: 50px;}
.kh_right dd {
    width: 90%;
    height: 50px;
	text-align:left;
	color:#fff;
	padding-left:10px;
	font-size:16px;
	line-height:50px;
    float: right;
    overflow: hidden;
}

.ys_box{ width:100%; height:auto; border-bottom:1px solid #ccc; padding-bottom:20px;}
.ys_left{ width:50%; float:left;}
.ys_left h2{ color:#282828; font-weight:bold; font-size:24px;}
.ys_left span > img{ width:128px; padding-right:18px;}
.ys_left p{ padding-left:118px; font-size:16px;}
.ys_left > img{ float:right; height:230px;}
.ys_d{ background:url(../images/main/ys_d.jpg) no-repeat center; display:block; width:10px; height:10px; float:left; margin:6px 10px;}

.ys_left2{ width:50%; float:right;margin-top:20px;}
.ys_left2 h2{ color:#282828; font-weight:bold; font-size:24px;}
.ys_left2 span > img{ width:128px; padding-right:18px;}
.ys_left2 p{ padding-left:118px; font-size:16px;}
.ys_left2 > img{ float:left; height:230px;}
.lc{ background:#C81624; text-align:center;}
.lc h2{ color:#fff; padding-top:20px; padding-bottom:20px; border-bottom:1px solid #C40002}
/**********关于我们*******/
.about{ margin-top:40px; text-align:center;}
.about h2{ color:#c40002; background:url(../images/main/line.png) no-repeat center; text-align:center; padding-bottom:20px;}
.about_zi{ width:24%; margin-top:30px; float:left;z-index:9;}
.about_zi img { width:100%; float:left; z-index:9;}
.about_tu{ width:44.7%; margin-top:30px;float:left;z-index:1;}
.about_tu img { width:100%; float:left;}
.about_cy{ width:31.3%; float:left;margin-top:30px;}
.cj{ background:#000; width:100%; height:50%; float:left;}
.zs{ background:#ccc; width:100%; float:left; height:50%;  }
/*遮罩层*/
.view {  overflow: hidden; position: relative;  cursor: default; }

/*news*/
.zzsc {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #F6F6F6;
}
.zzsc .tab {
	overflow: hidden;
	background: #282828;
}
.zzsc .tab a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	height: 50px;
	text-align: center;
	padding-top: 15px;
	float: left;
	text-decoration: none;
	color: #fff;
}
.zzsc .tab a:hover {
	background: #c40002;
	color: #fff;
	text-decoration: none;
}
.zzsc .tab a.on {
	background: #c40002;
	color: #fff;
	text-decoration: none;
}
.zzsc .content {
	overflow: hidden;
	padding: 10px;
}
.zzsc .content > ul {
	padding: 10px 10px;
	margin: 0;
}
.zzsc .content li {
	display: none;
	list-style: none;
}
.news {
	margin-top: 60px;
}
.news_left {
	float: left;
	width: 30%;
}
.news_right {
	float: left;
	width: 70%;
	padding: 10px 15px;
	line-height: 24px;
	font-size: 13px;
	color: #585657
}
.news_title a {
	font-size: 15px;
	color: #1B1B1B
}
.news_title a:hover {
	color: #c40002;
}
.time {
	width: 60px;
	height: 50px;
	background-color: #c40002;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.time span {
	display: block;
	font-size: 20px;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
	margin-top: 3px;
}
.time em {
	display: block;
	font-size: 12px;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
}
.news_list {
	float: left;
	background: #fff;
	width: 70%;
	padding: 12px 10px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list a {
	color: #1B1B1B
}
.news_list a:hover {
	color: #c40002;
}
/***********常见问题*/
.wt {
	width: 100%;
	border: 1px solid #eee;
	margin: 0 auto;
}
.wt h1 {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	margin-top: 0px;
}
.wt h1 b {
	font: bold 14px/40px '宋体';
	border-top: 2px solid #c40002;
	color: #000;
	padding: 0 8px;
	margin-top: -1px;
	display: inline-block;
}
.list_lh {
	height: 380px;
	overflow: hidden;
}
.list_lh ul {
	padding: 0;
}
.list_lh li {
	padding: 10px 10px;
	height: auto;
	list-style: none;
	border-bottom: 1px dotted #ccc;
}
.list_lh li span {
	padding: 0 10px;
	display: block;
	height: 30px;
	float: left;
}
.list_lh li a {
	color: #79787E
}
.list_lh li.lieven {
	background: #F0F2F3;
}
.list_lh li p {
	height: 24px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*footer*/
/*************底部**************/
.scroll {
	width: 80px;
	height: 80px;
	position: fixed;
	right: 3px;
	bottom: 50px;
	cursor: pointer;
	background: url(../images/footer/top.png) bottom no-repeat;
	height: 42px;
}
.scroll:hover {
	background: url(../images/footer/top.png) top no-repeat;
	height: 42px;
}
.footer {
	background: #3C3A3B;
	color: #fff;
	padding: 20px 0 10px;
	margin-top: 60px;
}
.footer dl {
	float: left;
	margin-right: 124px;
}
.footer dl dt {
	font-size: 18px;
	color: #c40002;
	margin-bottom: 20px;
}
.footer dl dd, .footer dl dd a {
	font-size: 14px;
	color: #ccc;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
	line-height: 20px;
}
.footer .icp {
	float: right;
	text-align: right;
}
.footer .icp a {
	font-size: 12px;
	color: #A7A7A0;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
}
.footer .icp img {
	display: inline-block;
	margin-left: 10px;
}
.footer .biglink {
	margin-bottom: 30px;
}
.footer .biglinks {
	padding-bottom: 40px;
	margin-bottom: 30px;
	border-bottom: 1px solid #51626b;
}
.links .footnav {
	float: left;
}
.links .footnav p, .links .footnav p a {
	font-size: 12px;
	color: #A7A7A0;
	line-height: 24px;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
}
.links .footnav p a {
	margin-right: 10px;
}
.links .share {
	float: right;
}
.links .share span {
	float: left;
	line-height: 40px;
	font-size: 12px;
	color: #666;
}
.links .share a {
	float: left;
	display: block;
	margin-left: 12px;
}
.links .share img {
	width: 40px;
	display: block;
}
/**手机底部导航菜单***/
#bottomNav {
	background: #F5F5F5;
	height: 62px;
	background-repeat: repeat-x;
	z-index: 999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	_position: absolute;
 _top: expression_r(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight);
	overflow: visible;
}
.bmeum {
	color: #fff;
	text-align: center;
	padding-top: 6px;
}
.bmeum a {
	color: #9C9C9C;
}
.bmeum a:hover {
	text-decoration: none;
	color: #9C9C9C;
}
/**********走进锐得力********/
.about_ny{ line-height:28px; letter-spacing:1px;}
.about_ny h3{ color:#c40002}
.cj_left{width:50%; margin-top:20px; float:left; padding:5px 5px;}
.cj_left img {border:1px solid #ccc; padding:6px 6px;}
.cj_right{width:50%; margin-top:20px; float:right; padding:5px 5px;}
.cj_right img{border:1px solid #ccc; padding:6px 6px;}

/********* 内页产品展示**********/
.slide-nav {
	width:20%;
	float:left;
}
.slide_title{ background:#c40002; color:#fff; text-align:center;}
.slide_title  h3{ color:#fff; padding-top:20px; margin-top:20px;}
.slide_title p{ font-size:16px; line-height:30px; padding-bottom:10px;margin:0;}
.slide_title2{ background:#c40002; color:#fff; text-align:center;}
.slide_title2  p{ color:#fff; padding-top:10px; padding-bottom:10px; margin-top:8px;}
.slide_contact{ padding:0 10px; }

.slide_menu ul{ margin:0; padding:0;}
.slide_menu ul li{ line-height:50px; list-style:none; background:#dcdcdc; margin-top:1px;}
.slide_menu ul li span{ float:right; padding-right:10px; background:url(../images/main/sj2.png) no-repeat center right; margin-right:10px; height:50px; width:50px;}
.slide_menu ul li a{ color:#282828; display:block; padding-left:30px; text-align:left; text-decoration:none;}
.slide_menu li:hover{ background:#282828;}
.slide_menu ul li a:hover{ color:#fff;}
.slide-content {
	width: 78%;
	margin-top:15px;
	padding-left: 2%;
	float:left;
}

.current{ padding-bottom:20px; padding-top:5px;}
.current a{ color:#666;}
.pro_name { width:65%; float:right; color:#666;}
.pro_name h3{ color:#282828; border-bottom:1px dotted #ccc; padding-bottom:5px; }
.rexian{ font-size:16px; color:#282828; padding-top:10px;}
.dh{ color:#c40002; font-size:20px; font-weight:bold;}
.zixuan{ display:block; width:120px; height:45px; color:#fff; background:#c40002; font-size:18px; text-align:center; line-height:45px;}
.pro_nr{ margin-top:15px; padding-top:10px;border-top:3px solid #c40002; line-height:26px;}
.xq_title{ color:#c40002; border-bottom:2px solid #c40002; padding-bottom:5px; margin-top:5px;}
/*************新闻中心***********/
.n_news p{ color:#555; line-height:24px; }
.n_news h2{ color:#282828; }
.n_news h3 a{ color:#282828; }

.n_time {
	width: 60px;
	height: 50px;
	background-color: #c40002;
	float: left;
	margin-top: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.n_time span {
	display: block;
	font-size: 20px;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
	margin-top: 3px;
}
.n_time em {
	display: block;
	font-size: 12px;
	font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei; 
}
.n_news_list {
	float: left;
	background: #fff;
	width: 70%;
	padding: 12px 10px;
	margin-top: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.n_news_list a {
	color: #1B1B1B
}
.n_news_list a:hover {
	color: #fe8a01;
}
.n_detail{ line-height:24px; color:#555;}
.n_detail h3{ text-align:center; color:#282828}
/*.n_detail p{ text-align:center; border-bottom:1px dotted #ccc; padding-bottom:8px;}*/
.xgwz ul{ margin:0; padding:0;}
.xgwz ul li{ border-bottom:1px dotted #ccc;}
.xgwz ul li a{ line-height:32px; color:#999;}
/******联系我们*******/
.contact_left{ background:#666; color:#fff; padding:23px 30px; }
.contact_left h2{ color:#fff; padding-bottom:20px;}
.contact_left p{ line-height:36px; font-size:1em;}
.contact_left span{ padding:0 10px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

    #page div{float:right;padding-right:20px;}
#page a{background: #F4FAFB;border: 1px solid #3C8DBC;color: #9CACAF;margin-right: 3px;display: block;float: left;padding: 3px 8px;text-decoration: none;}
#page span.current{background:#367FA9;color: #fff;font-weight: bold;display: block;float: left;padding: 4px 10px;
margin-right: 3px;}