﻿@charset "utf-8";
/* CSS Document */
.box_left {
	width: 300px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.mode1 {
	height: auto;
	width: 300px;
}
.mode2 {
	height: auto;
	width: 300px;
	padding-top: 30px;
}
.box_title {
	width: 285px;
	color: #fff;
	font-size: 18px;
	background-color: #051230;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
}
.box_title span {
	color: #fff;
	font-weight: normal;
}
.box_title span h2 {
	font-size: 12px;
	font-weight: normal;
}
.box_t_con {
	margin-top: 4px;
}
.box_t_con li {
	line-height: 40px;
	height: auto;
	overflow: hidden;
	margin: 2px auto;
	font-weight: normal;
	width: 300px;
}
.box_t_con ul li a {
	display: block;
	font-size: 15px;
	color: #333;
	background: #f0f0f0;
	text-indent: 20px;
}
.box_t_con ul li a:hover {
	text-decoration: none;
	background: #e60212;
	color: #fff;
}
.mode3 {
	width: 300px;
}
.mode3 .menu {
	width: 300px;
	position: relative;
}
.mode3 .menu .tact {
	width: 212px;
	height: 140px;
	position: absolute;
	left: 12px;
	bottom: 20px;
}
.mode3 .menu .bt {
	width: 285px;
	height: 60px;
	background: #051230;
	font-size: 18px;
	line-height: 60px;
	color: #fff;
	padding-left: 15px;
}
.mode3 .menu .bt span {
	font-size: 16px;
	font-family: arial;
	color: #fff;
	margin-left: 10px;
	font-weight: normal;
}
.mode3 .menu_list {
	width: 300px;
	padding-top: 3px;
}
.mode3 .menu_head {
	width: 300px;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 3px;
	transition: all 0.5s;
}
.mode3 .menu_head a {
	background: url(../images/newslihover.png) no-repeat 10px center;
	background-color:#eee;
	color: #333;
	display: block;
	width: 290px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left:10px;
}
.mode3 .menu_head a:hover{
	color: #fff;
	background-color:#ec1b24;

}
.mode3 .menu_list .current {
	background: url(../images/menu_zt2.png) no-repeat;
}
.mode3 .menu_list .current a {
	color: #fff;
}
.mode3 .menu_body {
	width: 300px;
	height: auto;
	overflow: hidden;
	margin-bottom: 3px;
}
.mode3 .menu_body .nva_active {
	color: #e60212;
	background: url(../images/newslihover.png) no-repeat 16px center;
}
.mode3 .menu_body a {
	display: block;
	width: 300px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #222;
	text-indent: 25px;
	overflow: hidden;
	background: url(../images/new_li2.jpg) no-repeat 15px center;
	transition: all 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.mode3 .menu_body a:hover {
	color: #051230;
	background: url(../images/newslihover.png) no-repeat 15px center;
}
/*--------------左边推荐新闻--------------*/
.hots_news {
	padding: 5px 0;
}
.hots_news li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hots_news a {
    background: url(../images/newslihover.png) no-repeat 5px center;
	padding-left:15px;
	color: #333;
}
.hots_news a:hover {
	color: #e60212;
}
/*--------------内页右侧代码--------------*/
.sidebar_r {
	width: 1200px;
	float: left;
}
.sidebar {
	width: 830px;
	float: right;
}
.sidebar_con {
	padding-top: 30px;
	position: relative;
}
.title_r a {
	padding: 0 15px;
}
.title_r {
	border-bottom: 1px solid #111;
	height: 59px;
	line-height: 59px;
}
.title_rt {
	color: #111;
	font-size: 20px;
}
.bt_text_y {
	font-size: 14px;
	float: right;
}
.bt_text_y a {
	color: #333;
	padding: 0 10px;
}
.bt_text_y a:hover {
	color: #e60212;
}
.bt_text_z {
	font-size: 14px;
	float: left;
}
.bt_text_z a {
	color: #333;
	padding: 0 10px;
}
.bt_text_z a:hover {
	color: #e60212;
}
.font_red {
	text-decoration: none;
	background: #e60212 !important;
	color: #fff !important;
}
/*--------------产品列表页图片--------------*/
.product_list {
	width: 1200px;
	margin-left:5px;
}
.product_list dl {
	width: 280px;
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
.product_list dl dt {
	border: solid 1px #a0a0a0;
	width: 280px;
	height:280px;
	text-align:center;
}
.product_list dl dt img {
	height:280px;
	max-width:280px;
}
.product_list dl dd {
	width: 280px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.product_list dl dd a {
	color: #666;
	font-size: 16px;
}
.product_list dl:hover dd a {
	color: #e60212;
}
.product_list dl:hover dt {
	border: solid 1px #e60212;
}
/*--------------图片列表页--------------*/
.picture_list {
	width: 830px;
}
.picture_list dl {
	width: 260px;
	float: left;
	margin-right: 16px;
	margin-bottom: 12px;
}
.picture_list dl dt {
	border: solid 1px #a0a0a0;
	width: 260px;
	height:260px;
	text-align:center;
}
.picture_list dl dt img {
	height:260px;
	max-width:260px;
}
.picture_list dl dd {
	width: 260px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.picture_list dl dd a {
	color: #666;
	font-size: 16px;
}
.picture_list dl:hover dd a {
	color: #e60212;
}
.picture_list dl:hover dt {
	border: solid 1px #ec1b24;
}
/*产品详情页标题*/
.a_title {
	width: 830px;
	height: 120px;
	float: left;
}
.a_title h3 {
	font-size: 32px;
	line-height: 50px;
	font-weight: normal;
	color: #051230;
	margin-top: 20px;
	text-align: center;
}
.a_title h4 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #999;
	border-bottom: dotted 1px #999;
	padding-bottom: 20px;
}
/*产品参数*/
.ny_proInfo {
	font-size: 20px;
	color: #000;
	line-height: 26px;
	margin-bottom: 25px;
	height: 242px;
	width: 378px;
	border-bottom: 1px dotted #dedede;
	overflow: hidden;
	font-weight: normal;
}
.ny_lianxi {
	width: 378px;
}
.ny_lianxi a {
	display: block;
	float: left;
	width: 120px;
	height: 50px;
	background-color: #051230;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size:22px;
}
.ny_lianxi a:hover{
	background-color: #ec1b24;
}
.ny_lianxi span {
	font-size: 23px;
	color: #e60212;
	padding-left: 20px;
	line-height: 30px;
}
/*产品详情页放大功能*/
.siderightCon {
	line-height: 24px;
	margin: 20px 0 0 0px;
	text-align: left;
}
.nypro {
	width: 420px;
}
#preview {
	float: none;
	margin: 0px auto;
	width: 420px;
}
.list-h {
	width: 200000px !important;
}
.list-h li {
	float: left;
}
#spec-n5 {
	width: 620px;
	height: 66px;
	padding-top: 15px;
}
#spec-left {
	background: url(../images/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 4px;
	margin-right: 6px;
}
#spec-right {
	background: url(../images/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 4px;
	margin-left: 6px;
}
#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 92px;
	height: 56px;
	overflow: hidden
}
#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	max-height: 46px;
}
.contact_pro {
	width: 830px;
	padding-top: 10px;
}
.contact_pro h3 {
	border-bottom: 1px solid #111;
	line-height: 30px;
	height: 30px;
	margin-bottom: 20px;
}
.contact_pro h3 span {
	float: left;
	font-size: 16px;
	color: #111;
}
.contact_pro h3 a {
	float: right;
	font-size: 12px;
	color: #111;
}
.contact_pro h3 a:hover {
	color: #e60212;
}
.contact_pro ul .nyHot_news {
	border-bottom: 1px dotted #ddd;
	width: 370px;
	float: left;
	margin-right: 90px;
	line-height: 40px;
}
.contact_pro .redianzx {
	width: 930px;
}
.contact_pro ul .nyHot_news a {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 280px;
	float: left;
}
.contact_pro ul .nyHot_news span {
	font-size: 14px;
	color: #666;
	float: right;
}
.contact_pro ul .nyHot_news:hover a {
	color: #e60212;
}
.contact_pro ul .nyHot_news:hover span {
	color: #e60212;
}
#demo {
	overflow: hidden;
	width: 830px;
	margin: 0 auto;
}
#indemo {
	float: left;
	width: 10000%;
}
#demo2 {
	float: left;
}
#demo1{
	width: 830px;
	position: relative;
}
#demo1 ul {
	
	float: left;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#demo ul li {
	width: 190px;
	height:235px;
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
	border: solid 1px #a0a0a0;
	text-align:center;
}
#demo ul li img {
	min-height:190px;
	max-height:190px;
	max-width:190px;
}
#demo ul li:hover img {
	
}
#demo ul li p {
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	background-color:#051230;

}
#demo ul li a {
	text-decoration: none;
}
#demo ul li a:hover p {
	color: #ffffff;
	background-color:#ec1b24;
	transition:all 0.5s;
}
/*--------------内页下部分代码--------------*/
#contant {
	margin-top: 30px;
}
.list_box {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	overflow: hidden;
}
.column-pro {
	width: 1200px;
	float: right;
}
.column-pro .bt {
	height: 40px;
	border-top: 1px dashed #ccc;
	line-height: 40px;
	padding: 0 10px;
}
.column-pro .menu {
	padding: 0 10px 10px 10px;
}
.column-pro .menu a {
	margin-right: 29px;
	color: #666;
}
.column-pro .menu a:hover {
	color: #e60212;
	height: 150px;
}
.column {
	width: 830px;
	float: right;
}
.column .bt {
	height: 40px;
	border-top: 1px dashed #ccc;
	line-height: 40px;
	padding: 0 10px;
}
.column .menu {
	padding: 0 10px 10px 10px;
}
.column .menu a {
	margin-right: 29px;
	color: #666;
}
.column .menu a:hover {
	color: #e60212;
}

.current_content {
	padding: 20px 0;
	line-height: 24px;
}
.current_content p {
	font-size: 14px;
	color: #333;
	padding: 3px 0;
}
.current_content img {
	width: 100%;
	height: auto;
}

/*--------------新闻列表页--------------*/
.top-article {float: right;width: 830px;}
.list-1 li {margin: 20px 0;}
.list-1 li a {display: block;padding: 10px;background-color: #fff;border: 1px solid #ddd;overflow: hidden;}
.list-1 li .pic {float: left;background-color: #fff;color: #fff;width: 140px; height:140px; margin:0 6px;}
.list-1 li .pic img{ width:140px; height:140px}
.list-1 li .text {margin-left: 130px;}
.list-1 li .text h4 {line-height: 40px;margin: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 18px;}
.list-1 li .text p {margin: 0 0 28px;line-height: 24px;color: #797979;}
.list-1 li .text span {float: right;line-height: 38px;width: 134px;text-align: center;border: 1px solid #ddd;}
.list-1 li a:hover {border-color: #ec1b24;}
.list-1 li a:hover .text span {border-color: #ec1b24;background-color: #ec1b24;color: #fff;}

.article_list ul {
	margin-top: 10px;
}
.article_list ul li {
	line-height: 34px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #c2c2c2;
}
.article_list ul li a {
	background: url(../images/new_li2.jpg) no-repeat left;
	display: block;
	padding-left: 10px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.article_list ul li a:hover {
	text-decoration: none;
	color: #e60212;
}
.article_list ul li a .date {
	float: right;
	color: #999;
}
.article_list ul li a:hover .date {
	text-decoration: none;
	color: #e60212;
}

/*上一页下一页*/
.page {
	text-align: center;
	margin: 20px auto;
	clear: both;
	padding-top: 30px;
}
.page a {
	margin: 0 7px;
	color: #051230;
}
.page a:hover {
	color: #e60212;
}
/*--------------产品列表左侧--------------*/
.n_pro_list {
	width: 300px;
	float: left;
}
.n_pro_list dl {
	width: 250px;
	height: auto;
	background: #238330;
	overflow: hidden;
	padding-bottom: 30px;
}
.n_pro_list dl a {
	color: #fff;
}
.n_pro_list dl a:hover {
	text-decoration: underline;
}
.n_pro_list dl dt {
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-indent: 16px;
	padding: 0 20px;
}
.n_pro_list dl dt a {
	background: url(../images/icon.png) no-repeat 0 18px;
	display: block;
}
.n_pro_list dl dd {
	background: #269939;
	line-height: 30px;
	margin-bottom: 2px;
	padding-left: 37px;
}
.n_pro_list dl dd a {
	background: url(../images/icon.png) no-repeat 0 -16px;
	text-indent: 14px;
	display: block;
}

/*==========内页样式开始========*/
#content {
	width: 1200px;
	margin: 10px auto 30px auto;
}

.n_pro_list .list .hover {
	background: #ff5400 url(../images/list_li.png) no-repeat 50px -22px !important;
	display: block;
	color: #fff;
}
.product_bigimg_text {
	width: 378px;
	float: right;
	text-indent: 0em;
	height: auto;
	overflow: hidden;
	padding-top: 10px;
	line-height: 24px;
	margin-left: 30px;
}
.product_bigimg_text .pro_lianxi {
	width: 380px;
}
.product_bigimg_text .pro_lianxi a {
	color: #fff;
	width: 80px;
	height: 34px;
	background: #262a32;
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	display: block;
	margin-bottom: 10px;
}
.product_bigimg_text .pro_lianxi1 p {
	color: #0066ff;
	font-weight: bold;
	margin-top: 12px;
	font-size: 20px;
}

.current_content h4 {
	text-align: center;
	color: #666;
	font-size: 20px;
}
.current_content h3 {
	text-align: center;
	margin-top: 5px;
	font-weight: normal;
	line-height: 30px;
	height: 32px;
	font-size: 13px;
	color: #626262;
}
.current_content .current_text {
	margin-top: 7px;
	padding-top: 15px;
}
.current_content .current_text p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	padding: 3px 0;
}
.current_content a {
	font-size: 14px;
	color: #051230;
	test: expression(target="_blank");
}
.current_content a:hover {
	color: #e60212;
}
.current_content a:active {
	test: expression(target="_blank");
}
.current_content {
	font-size: 14px;
	color: #333;
}

.hots_news .dianhua {
	background: url(../images/teln.gif) no-repeat scroll 0 18px transparent;
	color: #666666;
	line-height: 20px;
	padding: 10px 0 10px 55px;
}
.hots_news .dianhua span {
	display: block;
	font: 18px "Impact";
	color: #000;
}

.right-bar {
	position: fixed;
	bottom: 10%;
	right: 4%;
	z-index: 9999;
	zoom: 1;
}
.gotop {
	width: 45px;
	height: 45px;
	background: url(../images/hdb.png) no-repeat;
	cursor: pointer;
}

/* pager */
#pager {
	padding: 30px 0 15px;
	text-align: center;
 *padding-top: 50px;
}
#pager:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#pager {
 *zoom: 1;
}
#pager p {
	height: 26px;
	line-height: 26px;
	float: left;
	display: none;
}
#pager ul {
	margin: 0 auto;
	text-align: center;
}
#pager ul li {
	padding: 0 !important;
	height: auto !important;
	border: none !important;
	display: inline-block;
 *display: inline;
	zoom: 1;
}
#pager ul a {
	margin: 0 5px;
	padding: 0 13px;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	float: left;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
}
#pager ul a.current {
	background-color: #e60212;
	color: #fff;
}
#pager ul a.current:hover {
	background-color: #e60212;
	color: #fff;
}
#pager ul a:hover {
	background: #e60212;
	color: #fff;
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.contact-1 {
	margin: 0 0 40px;
	background-color: #f5f5f5;
}
.contact-1 dt {
	float: left;
	width: 440px;
}
.contact-1 dd {
	margin-left: 440px;
	padding: 70px 50px 0 50px;
}
.contact-1 dd h4 {
	margin: 0;
	font-weight: normal;
	font-size: 16px;
	color: #d82634;
}
.contact-1 dd p {
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin: 20px 0 0;
}
.contact-2 {
	margin-left: -20px;
	margin-bottom: 40px;
}
.contact-2 li {
	float: left;
	width: 25%;
}
.contact-2 li .wrap {
	border: 1px solid #ddd;
	margin-left: 20px;
	text-align: center;
	padding: 20px;
}
.contact-2 li img {
	display: block;
	height: 50px;
	width: auto;
	margin: 0 auto;
}
.contact-2 li p {
	margin-bottom: 0;
	height: 60px;
	overflow: hidden;
}

.ind_pagination{
    position: relative;
}
.ind_pagination a, .ind_pagination span{
    width: 70px;
    height: 70px;
    background: #f8f8f8;
    border-radius: 50%;
    font-size: 14px;
    color: #9fa7c5;
    line-height: 70px;
    text-align: center;
    display: inline-block;
    font-weight: 500;
    margin-right: 12px;

    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
.ind_pagination a:hover, .ind_pagination span.current{
    background: #ec1b24;
    color: #FFF;
}
.ind_pagination a:last-child{
    margin-right: 0;
}