@charset "utf-8";
html, body {
	height: 100%;
}
body {
	padding: 65px 0 0 0;
	margin: 0px auto;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	width: 100%;
	min-width: 300px;
	zoom: 1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #fff;
}
ul, li, form, dl, dt, dd, div, ul, li, p, em, i, address {
	font-style: normal;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
select, input, textarea, button {
	font-size: 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #333333;
	font-family: arial, SansChinese, sans-serif;
}
input:focus {
	outline: none;
}
input, button, select, textarea {
	border: 0px;
	outline: none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/
}
button {
	cursor: pointer;
}
textarea {
	resize: none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
article, aside, footer, header, hgroup, nav, section, figure, fxigcaption, address {
	display: block;
} /*html5设置*/
figure, figcaption {
	margin: 0px;
	padding: 0px;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline; 
}
img {
	max-width: 100%;
	border: none;
	border: 0;
	vertical-align: top;
}
a {
	color: #666666;
	text-decoration: none;
noline:-webkit-tap-highlight-color:rgba(0,0,0,0);
	transition: all ease 0.3s;
}
a:focus {
	outline: none;
	-moz-outline: none;
}
a:hover {
	text-decoration: none;
	color: #e82130;
}
/**:hover{transition: all ease 0.3s;}*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.tr {
	text-align: right;
}
.tc {
	text-align: center;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix {
	overflow: hidden;
	_zoom: 1;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
*zoom:1;
}
:-moz-placeholder {
color: #666666;
}
::-moz-placeholder {
color: #666666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #666666;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #666666;
}
::-webkit-scrollbar {
 width: 3px;
-webkit-overflow-scrolling : touch;
 background-color: #e6e6e6;
}
::-webkit-scrollbar-track {
 background-color: #e6e6e6;
}
::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #d60604;
}
::-webkit-scrollbar-button {
 height: 0px;
 background-color: #B0AEDA;
}
.relative {
	position: relative;
}
.bodyon {
	overflow: hidden;
}


/*Top*/
.Header {
	box-shadow: 0 0 5px #ddd;
	z-index: 999;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100px;
	transition: all ease 0.3s;
}
.Header .auto {
	width: 1500px;
	margin: 0px auto;
	position:relative;
}
.Header .Logo {
	margin-top:10px;
	float:left;
	overflow:hidden;
}
.Header .Logo img{ height:80px;}
.MainNav {
	width: 55%;
	height:auto;
	line-height:98px;
	float: right;
	margin-right:30px;
}
.MainNav ul{ display: flex; flex-wrap: wrap;}
.MainNav li {
	flex-basis: 0;
    flex-grow: 1;
    text-align: center;
	color: #333;
	position:relative;
}
.MainNav li.active{ 
	border-bottom: 2px solid #d60604;
    border-radius: 0;
    background: transparent;
}
.MainNav li a{ color:#333; font-size:16px; width:100%; float:left;}
.MainNav li:hover a{ color:#d60604;}

.MainNav .sub-menus {
    width:150px;
    position: absolute;
    color:#333;
    display: none;
    z-index: 9999999;
    padding: 10px;
    font-size:14px;
    margin-left:calc(50% - 75px);;
    left: 0;
	top:98px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top:2px solid #d60604;
}
.MainNav .sub-menus a{
    line-height: 20px;
    padding:15px 0;
    display: block;
    font-weight: normal;
	color:#333 !important;
}
.MainNav .sub-menus a:hover{
    border:0px;
    color:#d60604 !important;
}



.head_tel{ width:200px; height:100px; line-height:100px; text-indent:40px; font-size:26px; overflow:hidden; font-weight:bold; color:#f00; float:right; background:url(../images/htel.jpg) left center no-repeat; margin-left:10px;}
.hgc{ width:140px; height:40px; line-height:40px; float:right; text-align:center; border:2px solid #e91e17; border-radius:30px; margin-top:20px;}
.hgc a{ color:#e91e17; font-size:16px;}

/*首页*/
.content {
    width: 1500px;
    margin: 0px auto;
}
.title {
    text-align: center;
    margin: 50px auto 30px;
    color: #d50606;
}
.title h3 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.title i {
    font-size: 12px;
    color: #ccc;
    margin: 7px 0;
    display: block;
    font-style: normal;
    text-transform: uppercase;
}
.title p {
    font-size: 16px;
    color: #666;
}
.title p b {
    margin: 0 10px;
}

.scroll_c {
	float: left;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
}

.scroll_c:hover .bom-text:before ,.scroll_c:hover .bom-text-category:before{
	bottom: 0;
}
.scroll_c:hover .bom-text, .scroll_c:hover .bom-text ._price ,.scroll_c:hover .bom-text-category{
	color: #fff;
}
.rect-57 {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
}
.imgZoom {
	overflow: hidden;
}
.imgZoom img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.imgZoom:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bom-text {
	padding: 10px 1%;
	background-color: #F7F7F7;
	overflow: hidden;
	z-index: 2;
	display: block;
	color: #000;
}
.bom-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #d60604;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
}

._name {
	margin: 0;
	text-align: center;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	overflow:hidden;
}
.pr {
	position: relative;
}
._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.transitionf {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.patent{ width:100%; float:left; overflow:hidden;}

/****首页楼层展示***/
.h-porduct {
    padding: 10px 0 0;
    overflow: hidden;
}
.con_list_p_tit{width: 25%; float: left;}
.con_list_p_tit h3{font-size:32px;line-height: 48px;color:#666;letter-spacing:2px;font-weight:600;}
.con_list_p_tit p{color:#999;letter-spacing:1px;font-size: 16px;text-transform:uppercase;}

.h-p-show-title{width: 75%; float: right; padding: 24px 0; text-align: right; margin-right: -2px;}
.h-p-show-title li{width: auto; display: inline-block; padding: 0 24px; font-size: 18px;position: relative;cursor: pointer;}
.h-p-show-title li:after{content:'';display:block;width:2px;height:18px;background:#999;position:absolute;top:5px;right:0;}
.h-p-show-title li a{color: #666;}
.h-p-show-title li a:hover{color: #c21600;}



/*公司简介**/
.sy_about {
	background:url(../images/aboutbg.jpg) center top no-repeat;
}
.about_fl{ width:100%; margin-top:55px;}
.about_fl h2{ font-size:30px; line-height:40px; font-weight:bold; color:#fff;}
.about_fl h2 p{ font-size:18px; font-weight:400;}
.about_con{ width:100%; margin-top:40px; line-height:30px; font-size:18px; color:#fff; margin-bottom:30px;}
.about_fl .more{ width:160px; height:45px; line-height:45px; float:left; border:1px solid #fff; text-align:center; color:#fff; font-size:16px;}
.about_video{ width:100%; padding-top:50px; overflow:hidden;}

.sbzs{ width:100%; margin:25px 0 0 0; overflow:hidden;}
.sbzs li{ width: 250px;
    height: 173px;
    float: left;
    margin-left: 10px;
    overflow: hidden;}
.sbzs li img{ width: 100%;
    height: 173px;
}
.about-tel{ width:100%; text-align:center; margin:40px 0; overflow:hidden;}

/**首页成功案例**/
.contentts {
    width: 1500px;
    margin: 0px auto;
}
.home-news{position:relative;}
.home-news .title span{font-size: 41px;}
.home-news .title a{font-size: 16px;color: #fcba1f;}
.home-news .swiper-container{}
.home-news .swiper-slide{background-color: #f7f7f7;}
.home-news .swiper-button-next,.home-news .swiper-button-prev{width: 40px;height: 40px;border-radius: 50%;background-color: #d00;background-size: 13px;}
.home-news .swiper-button-next{right: -60px;}
.home-news .swiper-button-prev{left: -60px;}
.home-news .pic{height: 245px;overflow: hidden;}
.home-news .pic img{width: 100%;}
.home-news .text-box{padding: 20px 20px 30px 20px;}
.home-news .text-box h4{margin: 0;line-height: 24px;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; height:24px; overflow:hidden;}
.home-news .text-box .time{background: url(../images/icon8.png)no-repeat left center;padding-left: 20px;color: #888888;margin-top: 20px;}
.home-news .text-box p{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;line-height: 22px;margin-top: 10px;}
.home-news .text-box .more{background-color: #FFF;color: #d00;border-radius: 5px;border: 1px #c6c7ca solid;width: 125px;height: 40px;line-height: 38px;margin-top: 15px; display: inline-block;
}
.text-center{ text-align:center;}

/****首页新闻资讯**/
.news-fl {
	width: 100%;
	height: 525px;
	float: left;
	overflow: hidden;
	position: relative;
}
.news-fl img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.news-fl:hover img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}
.news-fl span {
	width: 100%;
	height: 57px;
	line-height: 57px;
	text-align: center;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.news-fr {
	width: 99%;
	overflow: hidden;
	margin-bottom: 12px;
	border: 1px solid #ddd;
}
.news-fr:hover {
	border: 1px solid #da0000;
}
.news-fr .date {
	width: 130px;
	height: 100%;
	float: left;
	margin-top: 3%;
	overflow: hidden;
	text-align: center;
}
.news-fr .date h2 {
	font-size: 30px;
	color: #333;
}
.news-fr .date h3 {
	font-size: 16px;
	color: #333;
	margin-top: 12px;
}
.news-fr .text {
	width: calc((100% - 190px)/1);
	padding: 0 1rem;
	position: relative;
	float: right;
	margin-top: 15px;
}
.news-fr .text:before {
	position: absolute;
	left: -10px;
	top: 0;
	content: '';
	background: #ddd;
	width: 1px;
	height: 80%;
	z-index: 1;
}
.news-fr .text:after {
	position: absolute;
	left: -10px;
	top: 0;
	content: '';
	background: #da0000;
	width: 1px;
	height: 0%;
	z-index: 2;
	transition: all .36s ease;
}
.news-fr .text:hover:after {
	height: 80%;
}
.news-fr .text h4 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.news-fr .text a:hover {
	color: #da0000;
}
.news-fr .text p {
	font-size: 14px;
	color: #999;
	height: 46px;
	line-height: 23px;
	margin-bottom: 25px;
	margin-top: 10px;
}

/*首页 end*/

/***footer样式***/
.slzm{ width:100%; overflow: hidden;box-shadow:0 -4px 5px #ececec; background: #fff;}
.slzmbox{width: 1500px;margin: 0 auto;overflow: hidden;padding: 45px 0;;}
.slzmbox li{float: left;width: 21%;padding: 0 2% 0 0;border-right: 1px solid #e3e3e3;margin-right: 3.5%;}
.slzmbox li:last-child{border: none;margin-right: 0;padding: 0;}
.slzmbox li:first-child{width: 20%;}
.slzmbox li .pic{float: left;width: 30px;height: 30px;}
.slzmbox li .pic img{display: block;width: 100%;height: 100%;}
.slzmbox li .txt{overflow: hidden;padding-left: 30px;}
.slzmbox li .txt .tit{font-size: 20px;margin-bottom: 15px;font-weight: 400;}
.slzmbox li .txt p{font-size: 14px;color: #666;}
.yxt{ width: 100%; height: 9px; background: url(../images/foot-top.png) no-repeat bottom right #fff;}
.footer { width: 100%; background: url(../images/footbg.jpg) center; color: #fff;}
.footer .links { padding: 20px 0; font-size: 16px; border-bottom: 1px solid #186631 }
.footer .links span { color: #fff; font-weight: 700; display: inline-block }
.footer .links a { display: inline-block; font-size: 14px; color: #fff; padding-right: 10px }
.footer .links a:hover { color: #ed8e06 }
.bottom_main { padding: 60px 0 40px}
.bottom_main .bNav { width: 820px; height: auto;}
.bottom_main .bNav dl { display: inline-block; float: left; width: 210px; padding-left:48px; overflow: hidden; text-align: left; border-left: 1px solid #444; }
.bottom_main .bNav dl dt { height: 16px; display: block; padding-bottom: 25px }
.bottom_main .bNav dl dt a { display: block; font-size: 18px; font-weight: 700; color: #fff; line-height: 16px }
.bottom_main .bNav dl dd { display: block; height: 14px; padding-bottom: 14px }
.bottom_main .bNav dl dd a { display: block; font-size: 14px; color: #aaaaaa; line-height: 14px }
.bottom_main .bNav dl dd a:hover { color: #fff }
.bottom_main .ewm { width: 160px; border: 1px solid #444; height: auto; float: right;}
.bottom_main .ewm dl dt { width: 160px; height: 160px; }
.bottom_main .ewm dl dt img { width: 140px; height: 140px; padding: 10px; display: inline-block; background-size: 100%;}
.bottom_main .ewm dl dd { background: #444; text-align: center; font-size: 14px; color: #fff; line-height: 24px; padding:5px 0px }
.bottom_main .contact_info { width: 450px; height: 180px;}
.bottom_main .contact_info p.p1 { font-size: 18px; color: #fff; line-height: 14px; padding-top: 10px; margin-bottom: 20px;letter-spacing:4px;}
.bottom_main .contact_info p.dh { font-size: 30px; color: #fff; font-family: arial; line-height: 36px; font-weight: 700;}
.bottom_main .contact_info h3 { font-size: 20px; padding-top: 8px }
.bottom_main .contact_info p.tel { font-size: 14px; color: #aaaaaa; line-height: 26px; width: 100% }
.bottom_main .contact_info p.tel a{ color:#fff;}
.bottom_main .contact_info i { display: block; padding-top: 8px; font-size: 14px; color: #fff }
.bottom_main .contact_info i a { display: inline-block; color: #fff; padding-right: 12px }
.bottom_main .search { width: 282px; height: 35px; line-height: 35px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #f6f6f6; position: relative; margin-bottom:15px;}
.bottom_main .search input { outline: none; border: 0; height: 35px; line-height: 35px }
.bottom_main .search .txt { width: 200px; background: 0 0; padding-left: 15px; display: block; color: #999 }
.bottom_main .search .btn { width: 50px; background:#0068B6; position: absolute; right: 0; top: 0; cursor: pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px }
.bottom_main .search .btn:hover { background-color: #0068B6 }
.copyright { border-top:1px solid #444; height: 58px; line-height: 58px; color: #aaaaaa; font-size: 14px; text-align: center; margin-bottom:65px;}
.copyright a { color: #aaaaaa }
.copyright a:hover { color: #fff }

/***footer end***/


/*栏目页公用样式 s*/
.banner{ width:100%; overflow:hidden; float:left;}
.ny_content{ width:1300px; margin:0 auto;}
.location {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    position: relative;
    z-index: 99;
    border-bottom: 1px solid #eee;
	float:left;
	margin-bottom:20px;
}
.location .sitepath {
    color: #363636;
    white-space: nowrap;
}
.location .sitepath s {
    width: 22px;
    height: 20px;
	float:left;
    margin-right: 6px;
	background:url(../images/home.png) left center no-repeat;
	background-size:95%;
	margin-top:18px;
}
.location .sitepath a {
    color: #363636;
}
.location .menu {
    height: 60px;
    line-height: 60px;
}
.location .menu li {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #363636;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.location .menu li.active{ background:#c21600; color:#fff;}
.location .menu li.active a{ color:#fff;}
.location .menu li a {
    display: block;
    position: relative;
	font-size:14px;
}
/*栏目页公用样式 end*/


/*关于 s*/
.indexTit {
	width: 100%;
	text-align: center;
	float:left; 
	margin-top:40px;
	position:relative;
}
.indexTit .en {
	color: #2f2f2f;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-family: arial;
	display: block;
}
.indexTit .line-left, .indexTit .line-right {
	width: 90px;
	height: 1px;
	position: absolute;
	bottom: 12px;
	display: block;
	background: #c1c1c1;
}
.indexTit .line-left {
	left: 50%;
	margin-left: -208px;
}
.indexTit .line-right {
	right: 50%;
	margin-right: -208px;
}
.indexTit h2 {
	font-size: 24px;
	line-height: 30px;
}
.n-project {
	width: 100%;
	padding: 0px 0 40px;
}
.n-project .con {
	overflow: hidden;
	position: relative;
}
.n-tit {
	margin-bottom: 30px;
}
.n-tit h3 {
	line-height: 35px;
	font-size: 24px;
}
.n-tit s {
	width: 4px;
	height: 22px;
	margin-right: 15px;
	background: #d00;
	display: inline-block;
	vertical-align: middle;
}
.n-tit .more {
	font-size: 16px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.n-project .txtlistbox li {
	width: 640px;
	float: left;
}
.n-project .txtlistbox li:nth-child(2n) {
	float: right;
}
.txtlistbox .item {
	border: 1px solid #ddd;
	margin-bottom: 16px;
	transition: all 0.2s linear 0s;
+margin-bottom: 18px;
}
.txtlistbox .item a {
	display: block;
	padding: 23px;
}
.txtlistbox .item h3 {
	font-size: 18px;
	vertical-align: top;
	height:30px; line-height:30px; overflow:hidden;
}
.txtlistbox .item p {
	font-size: 14px;
	line-height: 25px;
	height: 40px;
	color: #666;
}
.txtlistbox .item .time {
	display: block;
	width: 90px;
	height: 66px;
	border-right: 1px solid #ddd;
	line-height: 33px;
	margin-right: 30px;
	color: #666;
	vertical-align: middle;
	font-size:20px; font-weight:bold; text-align:right; padding-right:20px;
*zoom: 1;
}
.txtlistbox .item .time b {
	color: #666;
	display: block;
	font-size: 48px;
	line-height: 48px;
}
.txtlistbox .item:hover {
	border: 1px solid #d00;
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 2px 6px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}


/*新闻资讯 s*/
.newsPage .list {
	padding-bottom: 30px;
}
.newsPage .item {
	height: 178px;
	transition: all .5s;
	border: 1px solid #f3f3f3;
	display: block;
	margin-bottom: 20px;
}
.newsPage .item a {
	padding: 26px;
	display: block;
}
.newsPage .item img {
	width: 168px;
	height: 126px;
	display: block;
	margin-right: 30px;
}
.new_listr{
	padding-top: 15px; overflow:hidden;
	padding-bottom:10px;
}
.newsPage h2{ line-height:50px; font-size:30px;}
.newsPage h3{ line-height:50px; font-size:18px; font-weight:600;}
.newsPage .item .txt {
	color: #999;
	line-height: 24px;
	width: 840px;
	height: 48px;
	overflow: hidden;
}
.newsPage .item .time {
	width: 130px;
	padding: 20px 0 20px 25px;
	border-left: 1px solid #eee;
	font-family: arial;
	font-size: 28px;
	font-weight:bold;
	color: #999;
	text-align: center;
}
.newsPage .item .time .day {
	font-size: 30px;
	line-height: 45px;
	display: block;
}
.newsPage .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	margin-left: 15px;
}
.newsPage .item:hover h2 {
	color: #d00;
}
.newsPage .item:hover .time .day span {
	background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}

/*分页样式*/
.pglist {
	padding: 0 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a,.pglist span {
	color: #666;
	padding: 10px 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.cpage{ background:#d00 !important; color:#fff !important;}
.pglist a:hover{
	color: #fff;
	background: #d00;
	border-color: #d00;
}

/***新闻内页**/
.SubPage {
	height: auto !important;
	min-height: 200px;
	height: 200px;
	padding-top: 3.5%;
	padding-bottom: 2%;
}
.SubBan {
	overflow: hidden;
	position: relative;
	padding-top: 22%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: left;
}
.SubBan .Contain {
	color: #fff;
	line-height: 35px;
	position: absolute;
	top: 34%;
	left: 5%;
}
.SubBan h2 {
	line-height: 52px;
	font-weight: normal;
	font-size: 40px;
}
.SubBan p {
	font-size: 30px;
	line-height: 30px;
	opacity: 0.8;
}
.SubTit {
	padding-bottom: 2.5%;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	color: #333333;
}
.SubTit .p1 {
	font-size: 14px;
	font-weight: normal;
	padding-top: 4px;
}
.SubMenu {
	line-height: 50px;
	padding-bottom: 3%;
	text-align: center;
}
.SubMenu li {
	display: inline-block;
*display:inline;
	zoom: 1;
	color: #333333;
	font-size: 14px;
	cursor: pointer;
}
.SubMenu li i {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 2px;
	font-size: 0;
	margin: 0 5px;
}
.SubMenu li.onli a, .SubMenu li.on a {
	color: #e82130;
	font-weight: bold;
}
.SubMenu li.onli i, .SubMenu li.on i {
	background: #e82130;
	margin: 0 11px;
}
.SinglePage {
	word-wrap: break-word;
	word-break: normal;
	text-align: justify;
	line-height: 30px;
	color: #777777;
	font-size:16px;
}
.SinglePage img{ display:block; max-width:100%; margin-left:auto; margin-right:auto;}
.NewLeft {
	width: 69.5%;
	float: left;
	position: relative;
}
.sharebox.fixed {
	position: fixed;
	left: 50%;
	margin-left: -756px;
	top: 90px;
}
.TitInfo {
	line-height: 32px;
}
.TitInfo h3 {
	font-size: 26px;
	color: #333333;
}
.TitInfo .other {
	padding: 12px 0;
	color: #999999;
}
.TitInfo .other .date {
	background: url(../images/date.png) 0px center no-repeat;
	padding-left: 28px;
	margin-right: 20px;
	display: inline-block;
}
.TitInfo .other .eye {
	background: url(../images/eye2.png) 0px center no-repeat;
	padding-left: 28px;
	margin-right: 20px;
	display: inline-block;
}
.PrevNextBox {
	margin: 50px 0 0 0;
	position: relative;
	color: #888888;
	font-size: 16px;
}
.PrevNextBox dl {
	transition: all ease 0.3s;
	width: 50%;
	line-height: 160px;
	height: 160px;
	overflow: hidden;
	background: #f7f7f7;
	position: relative;
}
.PrevNextBox dl:Hover {
	-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
	box-shadow: 0 15px 30px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);
}
.PrevNextBox dl span {
	display: block;
}
.PrevNextBox dl a {
	color: #333333;
}
.PrevNextBox dl a.none {
	color: #999;
}
.PrevNextBox dl.fl span {
	margin-left: 10px;
	padding-left: 50px;
	background: url(../images/pageprev1.png) 0px center no-repeat;
}
.PrevNextBox dl.fr span {
	margin-right: 10px;
	text-align: right;
	padding-right: 50px;
	background: url(../images/pagenext1.png) right center no-repeat;
}
.PrevNextBox dl:hover {
	background: #fff;
}
.PrevNextBox dl:hover span a {
	color: #e82130;
}
.PrevNextBox dl:hover.fl span {
	background: url(../images/pageprev01.png) 0px center no-repeat;
}
.PrevNextBox dl:hover.fr span {
	background: url(../images/pagenext01.png) right center no-repeat;
}
.NewRight {
	width: 27%;
	float: right;
}
.NewRight .tithead {
	color: #333333;
	font-size: 16px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e5e5e5;
}
.NewRight .li {
	transition: all ease 0.3s;
	line-height: 26px;
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.NewRight .li .tit {
	line-height: 35px;
	font-size: 16px;
	color: #333333;
}
.NewRight .li .date {
	color: #999999;
	margin-bottom: 7px;
}
.NewRight .li .p {
	-webkit-line-clamp: 2;
	height: 52px;
	color: #888888;
}
.NewRight .li:hover {
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 2px solid #e60021;
}
.NewRight .li:hover .tit {
	color: #e60021;
}
.NewRight .nav {
	padding-top: 30px;
	height: 60px;
}
.NewRight .nav li {
	cursor: pointer;
	width: 50%;
	float: left;
	line-height: 60px;
	font-size: 16px;
	color: #333333;
	background: #f7f7f7;
	text-align: center;
}
.NewRight .nav .ico {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 28px;
	height: 24px;
	margin-right: 14px;
}
.NewRight .nav .i1, .NewRight .nav .i2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 28px;
	height: 24px;
}
.NewRight .nav .i1 {
	transition: 400ms;
}
.NewRight .nav .i2 {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 500ms;
}
.NewRight .nav li.on {
	background: #fff;
	color: #e82130;
	box-shadow: 0 5px 15px #e9e4e4;
}
.NewRight .nav li.on .i2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
}
.NewRight .nav li.on .i1 {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.NewRight.brand {
	background: #fafafa;
	padding-top: 0;
}
.NewRight.brand .nav {
	padding: 0px 0 26px;
	height: 60px;
}
.NewRight.brand .nav li {
	background: #ebebeb;
}
.NewRight.brand .nav li.on {
	background: #fafafa;
	box-shadow: 0 0 0 #fff;
}
.NewRight.brand .nav li .ico {
	margin: 0 0 0 14px;
}
.NewRight.brand .bd {
	padding: 0 20px 22px;
}
.NewRight.brand .top {
	padding: 0px 0 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.NewRight.brand .top .imgbox {
	margin-bottom: 17px;
}
.NewRight.brand .top .ti {
	color: #333333;
	font-size: 16px;
}
.NewRight.brand .date {
	line-height: 18px;
	color: #999999;
}
.NewRight.brand .top:hover .ti {
	color: #e82130;
}
.NewRight.brand .li2 {
	padding: 11px 118px 20px 0;
	position: relative;
	height: 79px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
}
.NewRight.brand .li2 .imgbox {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 90px;
}
.NewRight.brand .li2 .ti {
	height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #333333;
	font-size: 16px;
}
.NewRight.brand .li2:hover .ti {
	color: #e82130;
}
.showMorehandle {
	cursor: pointer;
	text-align: center;
	width: 70%;
	margin: 0px auto;
	line-height: 42px;
	color: #333333;
	background: #e6e6e6;
	clear: both;
}
.showMorehandle:hover {
	color: #fff;
	background: #e60b21;
}


/*全系产品 s*/
.textlist .list {
	width: 100%;
}
.textlist .item {
	float: left;
	width: 355px;
	height: auto;
	margin-right: 25px;
	transition: all 0.2s linear 0s;
	margin-bottom: 30px;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	background: #fff;
}
.textlist .item:nth-child(4n){ float:right; margin-right:0;}
.textlist .item a {
	display: block;
	padding: 0;
	color: #333;
}
.textlist .item .img {
	width: 355px;
	height: 266px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.textlist .item .img img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease-out 0s;
	display: block;
}
.textlist .item:hover .img img {
	transform: scale(1.1, 1.1);
}
.textlist .item .txt {
	padding: 20px 20px 0;
}
.textlist .item h3 {
	font-size: 18px;
	height:30px; line-height:30px; overflow:hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.textlist .desc {
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 10px;
	cursor: pointer;
	padding-top: 10px;
	font-size:20px;
	color:#f00;
	font-weight:bold;
}
.textlist .sjdmor {
	display: block;
	color: #666;
	font-family: arial;
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
.textlist .item:hover {
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,.1);
	box-shadow: 0 15px 30px rgba(0,0,0,.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.textlist .item:hover h3 {
	color: #d00;
}
.badge-danger {
    color: #fff;
    background-color: #f00;
	display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}


/****产品中心列表样式**/
.prdlist{ border-bottom: 1px #bbb dashed; padding:0.6rem 0; display: flex !important;}
.prddfl {
	width:140px; height:45px; line-height:45px; float:left; text-align:center; background:#c21600;
}
.prddfl a{ color:#fff; font-size:16px;}
.prdxfl{
    width: calc(90% - 9em);
    line-height: 45px;
	margin-left:40px;
}
.prdxfl a{ padding:8px 10px; margin-right:10px; font-size:16px; color:#333; border:1px solid #fff;}
.prdxfl a:hover{ border:1px solid #c21600; color:#c21600;}
.prdxfl a.active{ border:1px solid #c21600; color:#c21600;}


/**产品详细页样式**/
.prdneir{ padding:0 10px;}
.cpqubl{ background:#f4f4f4;}
.cpright{ padding:2%;}
.cpright h1 {
    font-size: 32px;
    color: #383842;
    margin-bottom: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight:bold;
	line-height:47px;
}
.cpright .right_pcon {
    font-size: 16px;
    color: #383842;
    line-height: 30px;
	margin-bottom:30px;
}

.ht_hd {
    background: url(../images/hbg_01.png) no-repeat 0 center;
	overflow: hidden;
	height:32px;
	width:100%;
	float:left;
}
.ht_hd li {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    width: 110px;
    padding-left: 24px;
    cursor: pointer;
    color: #383842;
}
.edit_con_original {
    line-height: 1.8;
    padding: 20px 40px;
    color: #333;
    margin-bottom: 43px;
    border: 2px #000 solid;
    height: auto;
    overflow: hidden;
}
.edit_con_original h3 {
    font-size: 1.17em;
    font-weight: bold;
	background: #c60019;
    color: #fff;
    margin: 15px 0;
    padding: 5px 10px;
}
.edit_con_original img {
    max-width: 100%;
    height: auto;
}
.con_view{ font-size:16px; line-height:30px;}
.edit_con_original table{ border:1px solid #999; width:100% !important; margin:15px 0 5px; border-collapse:collapse; margin-bottom:15px; word-wrap: break-word; word-break: break-all;}
.edit_con_original table td:nth-child(2n+1) { border:1px solid #999; padding:8px 10px; word-wrap: break-word;word-break:break-all; color:#000; width:20%;}
.edit_con_original table td:nth-child(2n){ border:1px solid #999; padding:8px 10px; word-wrap: break-word;word-break:break-all; color:#000; width:30%;}
.edit_con_original img{ max-width:100%; height:auto;}

.cpright .tel {
    background: url(../images/tel2.png)no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #666;
	line-height:30px;
}
.cpright .email {
    background: url(../images/email1.png)no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #666;
	line-height:30px;
}
.cpright .submit {
    margin-top: 40px;
}
.cpright .submit .quote {
    width: 270px;
    background: #fcba1f url(../images/icon10.png)no-repeat 25px center;
    color: #FFF;
    font-size: 22px;
    padding-left: 30px;
    margin-right: 20px;
	text-align:center;
	float:left;
}
.cpright .submit a {
    height: 60px;
    line-height: 60px;
}
.cpright .submit .yy {
    width: 60px;
    background: #f3f3f3 url(../images/icon11.png)no-repeat center;
	float:left;
}

.detail_man { overflow:hidden;}
.detail_man_l{ font-size:14px; color:#383842;}
.detail_man_l span { line-height:24px; display:block; width:70%;}
.detail_man_l span em {  color:#d90c24; }
.detail_man_r { float:right; position:relative; top:10px;}
.detail_man_r a { display:block; width:86px; height:36px; background:#ececec; color:#383842; font-size:14px; line-height:36px; text-align:center; }

.htbock_03{ margin-bottom: 50px;}
.htbock_03 h1{ margin-bottom: 30px;}
.htbock_03 h1 span{ font-size: 18px; display: inline-block; height: 30px; line-height: 30px; border: 2px solid #383842; border-right:0; padding-right: 14px;  padding-left: 25px;}
.htbock_03 ul{ overflow: hidden;}
.htbock_03 li{ float: left; width: 20%; *margin-left: -1px; line-height:24px;}
.htbock_03 li a{ color: #626670;  display: block;}
.htbock_03 li a p{text-decoration: underline;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float: left; max-width: 100%;}
.htbock_03 li a span{ margin-left: 10px;}


.htbock_03 ul.hnt_ul li p{ max-width: 80%;}


.htbock_04 ul{ margin: 0 -10px;}
.htbock_04 li{ width: 25%;}
.htbock_04 li a{ margin:0 10px; display: block; position: relative;}
.htbock_04 p{ background: url(../images/pm_01.png) repeat; position: absolute; bottom: 0; left: 0; height: 40px; line-height: 40px; font-weight: bold; width:96%; color: #fff; padding: 0 2%; text-align: center;text-decoration: none !important;}

.floor_5_main {
	width: 100%;
	height: 200px;
	background: url(../images/a18_02.jpg) center center no-repeat;
}
.floor_5_main p {
	float: left;
	padding-top: 50px;
	font-size: 36px;
	color: #FFF;
	line-height: 36px;
}
.floor_5_main p span {
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	padding-top: 18px;
	display: block;
}
.floor_5_main p b {
	display: block;
	width: 70px;
	height: 2px;
	background-color: #f90;
	margin-top: 18px;
}
.floor_5_main dl {
	padding-left: 30px;
	padding-top: 38px;
}
.floor_5_main dl dt {
	float: left;
}
.floor_5_main dl dt i {
	width: 216px;
	height: 50px;
	display: block;
	background-position: 0px -35px;
	padding-left: 84px;
	font-size: 26px;
	color: #fff;
	font-family: "Arial";
	font-weight: bold;
	line-height: 50px;
}
.floor_5_main dl dt span {
	width: 250px;
	height: 50px;
	display: block;
	background-position: -325px -35px;
	padding-left: 50px;
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	margin-top: 20px;
}
.floor_5_main dl dd {
	float: right;
	width: 121px;
	height: 121px;
	background-color: #fff;
	text-align: center;
}
.floor_5_main dl dd img {
	width: 111px;
	height: 111px;
	background-size: 100%;
	margin-top: 5px;
}
.iconp {
    background: url(../images/iconp.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.cplb{ background:#fe5722; height:60px; line-height:60px; text-align:center;}
.cplb a{ color:#fff; font-size:18px; font-weight:bold;}
.cplb:hover{ background:#d23706;}
.clear{ clear:both; height:20px;}
.clears{ clear:both;}
.locations {
	width: 100%;
	float:left;
	height: 45px;
	line-height: 45px;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 2px solid #d60604;
}
.locations h3 {
	font-size: 18px;
	padding-left: 3px;
	display: inline-block;
	position: relative;
	font-weight: bold;
	height:45px;
	line-height:45px;
	margin:0;
	padding:0;
}
.locations h3 s {
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #f60;
}
.locations .sitepath {
	color: #333333;
	float: right;
	text-align: right;
	width: 60%;
	white-space: nowrap;
	font-size: 13px;
}
.locations .sitepath a {
	color: #333333;
}
.locations .sitepath a:hover {
	color: #1667cb;
}


/****产品内页***/
.leftnav{ width:260px; height:auto; float:left; overflow:hidden;}
.leftnav .submenubox { padding-bottom: 20px }
.leftnav .submenubox .left_title { height: 80px; background: #c21600; color: #fff }
.leftnav .submenubox .left_title h3 { font-size: 24px; font-weight: 700; line-height: 80px; padding-left: 26px; text-transform: uppercase }
.leftnav .submenubox .left_title s { background-position: -248px -76px; vertical-align: middle; width: 28px; height: 28px; margin-right: 30px; margin-top: 28px }
.leftnav .submenu { position: relative }
.leftnav .submenu li { display: block }
.leftnav .submenu li a.sub1 { height: 55px; line-height: 55px; display: block; padding-left: 28px; background: url(../images/jtou.png) no-repeat 90% center #fff; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden }
.leftnav .submenu li a.sub1:hover { background: url(../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #c21600; border-right: 1px solid #f5f5f5; color: #c21600 }
.leftnav .submenu li.hover a.sub1 { background: url(../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #c21600; border-right: 1px solid #f5f5f5; color: #c21600 }
.leftnav .submenu s { width: 2px; height: 61px; display: block; background: #5abf21; position: absolute; left: 0; top: 0 }
.leftnav .submenu .box { padding-bottom: 0; background: #f9f9f9; border: 1px solid #eee; border-top: 0; display: none }
.leftnav .submenu .box a { color: #333; line-height: 40px; display: block; height: 40px; padding-left: 28px; overflow: hidden }
.leftnav .submenu .box a s { width: 10px; height: 10px; margin-right: 8px; display: inline-block; background-position: 2px -178px }
.leftnav .submenu .box a:hover, .leftnav .submenu .box a.hover { color: #5abf21 }
.leftnav .submenu li.hover .box { display: block }
.icons {
    vertical-align: middle;
    background: url(../images/icons.png) no-repeat;
    display: inline-block;
}

.tlxctj{ width:260px; float:left; padding-bottom:20px;}
.tlxctj .left_title { height: 80px; background: #c21600; color: #fff }
.tlxctj .left_title h3 { font-size: 24px; font-weight: 700; line-height: 80px; padding-left: 26px; text-transform: uppercase }
.tlxctj .left_title s { background-position: -248px -76px; vertical-align: middle; width: 28px; height: 28px; margin-right: 30px; margin-top: 28px }
.tlxc_tu{ border:1px solid #ddd; padding:0 10px; border-top:0;}
.tlxc_tu li{ padding-top:15px; text-align:center; line-height:30px; font-size:16px;}

.blk-sm {
    width: 1220px;
}
.p15-showcase {
    position: relative;
    padding: 12px 18px 16px 15px;
    background: #fff;
    border: 1px solid #eee;
}
.p15-showcase-left{position:relative;width:55%;float:left;line-height:0;overflow:hidden;border:1px solid #e7e7e7;}
.p15-showcase-left-jt{width:12px;height:23px;position:absolute;top:50%;margin-top:-11px;cursor:pointer;z-index:33}
.p15-showcase-left-prev{left:10px}
.p15-showcase-left-next{right:10px}
.p15-showcase-left-size{position:absolute;right:0;bottom:0;width:56px;height:28px;font-size:14px;line-height:16px;padding:0 15px}
.p15-showcase-left-size em{font-style:normal}
.p15-showcase-left-pic{width:100%;text-align:center}
.p15-showcase-left-pic li{float:left}
.p15-showcase-left-pic img{width:100%;display:block;}
.p15-showcase-right{width:43%;float:right}
.p15-showcase-right-tit{height:40px;font-size:24px;line-height:40px;color:#454545;margin-bottom:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-bottom:1px solid #ddd;}
.p15-showcase-right-con{line-height:24px;font-size:14px;overflow:hidden}
.cp_con {
    width: 500px;
	float:left;
    position: relative;
}
.cp_con li {
    line-height: 40px;
    font-size: 16px;
}
.cp_con li strong{ color:#f00;}
.cp_con .wx {
    position: absolute;
    width: 35%;
    height: auto;
    top: 0;
    right: 0;
}
.cp_con .wx img {
    width: 100%;
}

.lxfstt{ width:91%; float:left; border:1px solid #ddd; margin-top:10px; overflow:hidden; padding:10px;}
.lianxi1 {
	width:100%;
	float:left; 
    background: #F7F7F7;
}
.lianxi1 p{ text-align: center;  line-height: 30px;}
.lianxi1 .lxp1{ padding-top: 12px; font-size:16px;}
.lianxi1 .lxp2{ padding-top: 5px;font-size: 21px; font-weight: 600; color: #F00;}
.lianxi1 .lxp3{ padding:10px 0; color: #777;}
.lianxi1 .lxp4{ padding:10px 0; font-size:15px;}
.lianxi1 .lxp4 a{border-radius: 1px; font-size: 15px; line-height: 1.5; padding: 10px 30px; color: #fff; background-color: #d9534f; border-color: #d43f3a;}
.endit-content {
    line-height: 28px;
    border: 1px solid #eee;
    border-top: none;
    padding: 19px 30px;
}
.p14-prodcontent-1-desc {
    padding-left: 15px;
    padding-right: 15px;
}
.sptimg { overflow:hidden;}
.sptimg img{width:225px; height:176px; float:left; margin-right:15px;}
.sptimg img:nth-child(5n){ margin-right:0; float:right;}
.cp_btm {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}
.cp_btm li {
	width: 48%;
	height: auto;
	float: left;
}
.cp_btm li a {
	width: 165px;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #fff;
}
.blue {
	background: #3b8c83;
}
.oragen {
	background: #f37b1d;
}
.green {
	background: #ff542c;
}
.blue:Hover {
	background: #0a6999;
}
.oragen:hover {
	background: #c85e0b;
}
.green:hover {
	background: #429842;
}
.cpwz{ width:100%; line-height:35px; float:left; margin-top:15px; overflow:hidden;}

.p14-prodcontent-1 {
	width:100%; float:left; 
    background: #fff;
}
.p14-prodcontent-2 {
	width:1220px; 
	float:right; 
	margin-top:15px;
    background: #fff;
	margin-bottom:20px;
}
.p14-product-2-tit {
	width:100%;
	float:left;
    height: 46px;
    line-height: 46px;
}
.p14-product-2-tit b {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #464646;
    padding-right: 10px;
	height:46px;
    border-bottom: 2px solid #f97b47;
}
.p14-product-2-tit span {
    margin-left: 10px;
    font-size: 18px;
    font-family: Arial;
    color: #c2c2c1;
    text-transform: uppercase;
}
.view-table{
	width:96%;
	float:left;
	padding:25px;
    line-height: 28px;
	font-size:16px;
    border: 1px solid #eee;
}
.view-table img{ max-width:100%; margin-left:auto; margin-right:auto; display:block;}
.view-table table{ width:100%; float:left; word-wrap: break-word; word-break: break-all;}
.view-table table td{ border: 1px solid #c0504d; font-size: 16px; padding: 5px 10px;}
.view-table table td:nth-child(2n) { width: 30%;}
.view-table table tr:first-child{ background:#c0504d !important; color:#fff;}

.p14-product-2{ width:100%; float:left; margin-top:15px; overflow:hidden;}
.p14-product-2-list dl{float:left;width:23%;border:1px solid #dfdfdf;margin-right:1.5%;box-sizing:border-box; margin-top:10px;}
.p14-product-2-list dl.p14-product-clear{margin-right:0}
.p14-product-2-list dl img{display:block;width:100%}
.p14-product-2-list dd{padding:10px 28px 10px 10px;margin-right:2px;position:relative}
.p14-product-2-list h3{height:30px;font-size:16px;font-weight:400;line-height:30px;color:#191919;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; margin:0;}
.p14-product-2-list h3 a{color:#191919}
.p14-product-2-desc{font-size:16px;line-height:24px;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; color:#f00; font-weight:bold;}
.p14-product-2-list dl:hover{border-color:#177abe}
.p14-product-2-list dl:hover h3 a{color:#177abe}

.twotitle {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    display: block;
    font: bold 18px/45px " ";
    text-indent: 15px;
    overflow: hidden;
    margin-top: 15px;
}

.cpry li{ width:32.3333%; height:auto; float:left; margin-right:1%; overflow:hidden; margin-bottom:15px;}
.cpry li img{ width:100%; height:280px;}

.bottomtel{ width: 100%; background: #d60604; height: 65px; position: fixed; z-index: 900; bottom: 0; font: bold 24px/48px "Microsoft YaHei","SimSun,SimHei"; clear:both;}
.bottomteltxt{ background: url(../images/bottomtel.png) left top no-repeat; color: #fff; height: 53px;  width: 1200px; margin: 5px auto; text-indent: 720px; }
.bottomteltxt strong{ font-size: 36px;  line-height: 50px; float: left; padding-right: 20px;}
