@charset "utf-8";/*！ * lib CSS 网页模版库 v1.0 基于bootstrap 3.37 此版本已摒弃IE6 7 8 * Copyright 2016,XIAOBING TECH MR. WANGHAO * 请保留申明 */
body {
	font-family: "Helvetica Neue", "Microsoft Yahei", "微软雅黑", Helvetica, "Hiragino Sans GB", Arial, "SimSun", sans-serif; /*"Microsoft JhengHei",*/
	color: #666;
}
li {
	list-style: none;
}
hr {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 23px
}/*定义全局超连接连*/
a {
	color: #999;
	text-decoration: none;
	border: 0 none;
	font-family: microsoft yahei;
	border: none;
	background: 0 0;
	margin: 0;
}
a {
blr:expression(this.onFocus=this.blur());
}
//IE下a.hidefocus {
outline:none
}
a:link, a:visited {
	color: #666
}
a:hover, a:active {
	color: #dd1313;
	outline: 0;
	text-decoration: none;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
a:focus {
	outline: none;
}
img {
	outline: thin dotted;
	border: 0 none;
	outline: none
}
input {
	outline: none;
}
ul {
	padding: 0;
	margin: 0;
}
.el_title_c {
	color: #ef001d;
}/*header页头*/
.header {
	z-index: 9999;
	width: 100%;
	height: auto;
	left: 0;
	background: #fff; /*shadow*/
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,.075);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.075);
	box-shadow: 0px 1px 3px rgba(0,0,0,.075);
filter: progid: DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#000000');
	-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#000000')";
}/*顶部信息栏*/
.top_bar {
	height: 57px;
	background: #2a2a2a;
	overflow: visible;
}
.top_box {
	height: 100%;
	position: relative;
}
.top_bar_logo {
	width: 335px;
	height: 100%;
	left: 0;
}
.top_bar_hotline {
	width: 276px;
	height: auto;
	right: 420px;
	padding-top: 18px;
	line-height: 32px;
}
.top_bar_search {
	width: 272px;
	height: 100%;
	right: 125px;
	background: #e60012;
}
.search_int {
	width: 193px;
	height: 57px;
	border: none;
	padding-left: 20px;
}
.search_bnt {
	width: 57px;
	height: 57px;
	border: none;
	background: url(../images/icons/icon_top_search.png) 17px 17px no-repeat #e60012;
}
.top_bar_nav {
	width: 125px;
	height: 57px;
	background: #3e3e3e;
	right: 0;
}
.top_bar_nav:hover {
	background: #fff;
}
.external_nav {
	width: 108px;
	height: 41px;
	padding-top: 16px;
	padding-left: 17px;
}
.external_nav_list {
	width: 840px;
	height: 400px;
	background: #fff;
	position: relative;
	right: 716px;
	z-index: 99999999;
	display: none;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	overflow: hidden;
	padding: 30px 0;
}
.top_bar_nav:hover .external_nav_list {
	display: block;
}
.external_nav_list ul {
	width: 100%;
	height: 100%;
}
.external_nav_list ul li {
	width: 120px;
	height: 100%;
	border-right: 1px solid #dadada;
	float: left;
	text-align: left;
	padding-left: 40px;
}
.external_nav_list ul li:last-child {
	border-right: none;
}
.external_nav_list ul li a {
	font-size: 13px;
	line-height: 30px;
	padding: 0 5px;
}
.external_nav_list ul li p {
	line-height: 30px;
}
.external_nav_list ul li p strong {
	margin-bottom: 20px;
}
.external_nav_list ul li a:hover {
	background: #e60012;
	color: #fff;
}/*导航条*/
.nav {
	height: 46px;
	background: #dddddd;
}
.nav_box {
	height: 46px;
	 
}
.nav_box ul {
	width: 100%;
	height: 100%
}
.nav_box ul li {
	min-width: 148px;
	height: 46px;
	float: left;
 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.stage_a {
	width: 100%;
	height: 46px;
	text-align: center;
}
.nav_box ul li:hover .stage_a {
	background: #c60010;
	background: -moz-linear-gradient(top, #ff0014 0%, #c60010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff0014), color-stop(100%, #c60010));
	background: -webkit-linear-gradient(top, #ff0014 0%, #c60010 100%);
	background: -o-linear-gradient(top, #ff0014 0%, #c60010 100%);
	background: -ms-linear-gradient(top, #ff0014 0%, #c60010 100%);
	background: linear-gradient(to bottom, #ff0014 0%, #c60010 100%);
}
.stage_a a {
	line-height: 46px;
	font-size: 16px;
	color: #333;
}
.nav_box ul li:hover .stage_a a {
	color: #fff;
}
.stage_b {
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: rgba(171,43,43,0.8);
	position: relative;
	z-index: 999999999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav_box ul li:hover .stage_b {
	height: auto;
	padding-bottom: 20px;
	padding-top: 20px;
}
.stage_b a {
	display: block;
	padding: 0px 20px;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
} /*全屏幻灯片*/
.full-slide .bd ul, .full-slide .bd li {
	width: 100% !important;
}
.full-slide {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.full-slide .bd ul {
	width: 100% !important;
}
.full-slide ul, .hot-slide li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.full-slide .bd {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.full-slide .bd li {
	height: 100%;
	height: 550px;
	overflow: hidden;
}
.full-slide .bd a {
	display: block;
	width: 100%;
	height: 100%;
}
.full-slide .bd li img {
	display: block;
	width: 100%;
}
.full-slide .hd {
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 30px;
}
.full-slide .hd ul {
	text-align: center;
}
.full-slide .hd ul li {
	display: inline-block;
*display:inline;
	zoom: 1;
	background: rgba(255,255,255,1);
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 0 3px;
	overflow: hidden;
	vertical-align: top;
	line-height: 9999px;
	cursor: pointer;
}
.full-slide .hd ul li:hover {
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
.full-slide .hd ul .on {
	width: 12px;
	height: 12px;
	border-radius: 6px;
	;
	background: #e60012;
}
.full-slide .slide-btn {
	display: none;
	position: absolute;
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.3);
	margin-top: -22.5px;  /*background:url(../images/icon-slide.png) no-repeat;*/
	z-index: 99;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.full-slide .slide-btn i {
	font-size: 50px;
	-moz-text-shadow: 0px 0px 5px rgba(0,0,0,.6);
	-webkit-text-shadow: 0px 0px 5px rgba(0,0,0,.6);
	text-shadow: 0px 0px 5px rgba(0,0,0,.6);
}
.slide-btn:focus {
	text-decoration: none
}/*fadeIn*/
@-webkit-keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
} /*pulse*/
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1)
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1)
}
} /*shake*/
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px)
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px)
}
}
.full-slide .prev {
	left: 50px;
	top: 50%;
	background-position: 0 -400px;
	background: url(../images/icons/icon_picScroll-left_pre.png) 15px 15px no-repeat rgba(0,0,0,0.3);
}
.full-slide .prev:hover {
	background: url(../images/icons/icon_picScroll-left_pre.png) 15px 15px no-repeat rgba(0,0,0,0.5);
}
.full-slide .next {
	right: 50px;
	top: 50%;
	background-position: 0 -490px;
	background: url(../images/icons/icon_picScroll-left_next.png) 20px 15px no-repeat rgba(0,0,0,0.3);
}
.full-slide .next:hover {
	background: url(../images/icons/icon_picScroll-left_next.png) 20px 15px no-repeat rgba(0,0,0,0.5);
}
.full-slide:hover .slide-btn {
	display: block;
}/*首页面板*/
.xb-mod-panel-005 .module-heading {
	padding: 30px 0;
}
.xb-mod-panel-005 .module-heading .zh {
	font-size: 24px;
}
.xb-mod-panel-005 .module-heading .more {
	font-size: 14px;
	color: #666;
}
.xb-mod-panel-005 .module-heading .more span {
	font-family: "simsun";
}
.xb-mod-panel-005 .module-heading .more:hover {
	color: #e60012;
}/*slide-case*/
.slide-case {
	height: 445px;
	width: 580px;
	position: relative;
	overflow: hidden;
}
.slide-case .bd {
	width: 100%;
	position: relative;
	z-index: 0;
}
.slide-case ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slide-case .bd a {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-case .bd, .slide-case .bd ul, .slide-case .bd li {
	height: 100%;
}
.slide-case .bd li {
	background-size: cover!important;
}
.slide-case .bd ul li a {
	position: relative;
}
.slide-case .slide-text {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	width: 100%;
	padding-left: 20px;
}
.slide-case .hd ul {
	text-align: right;
	padding-right: 20px;
	height: 40px;
	padding-top: 15px;
}
.slide-case .hd ul li {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	overflow: hidden;
	filter: alpha(opacity=90);
	opacity: 0.9;
	vertical-align: top;
	cursor: pointer;
}
.slide-case .hd ul .on {
	background: #e60012;
}
.slide-case .hd {
	width: 100%;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
}/*//slide-case*/
.xb-mod-panel-005 .case-left {
	width: 580px;
}
.xb-mod-panel-005 .case-right {
	width: 580px;
}
t.xb-mod-panel-005 .case-name, .xb-mod-panel-005 .news-name {
	margin-bottom: 16px;
}
.lis-case-view {
	width: 100%;
	overflow: hidden;
}/*.lis-case-view a.case-item:nth-child(even){position: relative; left: 14px;}*/
.lis-case-view .case-item {
	width: 272px;
	height: 210px;
	margin-right: 35px;
	margin-bottom: 25px;
	float: left;
	overflow: hidden;
	position: relative;
}
.lis-case-view img {
	width: 100%;
	height: 100%;
}
.lis-case-view .case-text {
	width: 100%;
	color: #fff;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	letter-spacing: 2px;
}
.lis-case-view .br {
	margin-right: 0;
}/*产品类别*/
.pro_category {
	height: 155px;
	padding-top: 45px;
	overflow: hidden;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
.pro_category ul {
	width: 105%;
}
.pro_category ul li {
	width: 120px;
	height: 120px;
	background: red;
	margin-right: 15px;
	float: left;
	overflow: hidden;
	position: relative;
}
.pro_category ul li img {
	position: absolute;
	top: 0;
	z-index: 888;
}
.pro_category ul li .name {
	position: absolute;
	top: 120px;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	background: rgba(230,0,18,0.8);
	z-index: 888;
}
.pro_category ul li .name a {
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.pro_category ul li:hover .name {
	top: 90px;
}/*设计研究院*/
.design {
	height: 446px;
	overflow: hidden;
	overflow: hidden;
}/*产品推荐*/
.panel-tuijian {
	margin-bottom: 5px;
	height: 440px;
	background-image: url(../images/promote-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1)
}
.list-promote {
	height: auto;
}
.list-promote .row {
}
.list-promote li {
	width: 273px;
	height: 312px;
	float: left;
	margin-right: 36px;
	overflow: hidden;
	position: relative;
}
.list-promote li img {
	position: absolute;
	top: 0;
	z-index: 888;
}
.list-promote li .title {
	position: absolute;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 72px;
	text-align: center;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0 ); /* IE6-9 */
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list-promote li .title:hover {
}
.list-promote li .title a {
	line-height: 72px;
	color: #fff;
	font-size: 16px;
}
.list-promote li:hover .title a {
	color: #e60012;
}
.list-promote .br {
	margin-right: 0;
}/*关于我们*/
.panel-about {
}
.panel-about .about-left {
	width: 480px;
	height: 365px;
}
.panel-about .about-right {
	width: 670px;
	height: 365px;
}/*介绍*/
.panel-about-intro .panel-heading {
	color: #e60012;
	font-size: 18px;
	font-weight: 700;
}
.panel-about-intro .panel-body {
	font-size: 14px;
	margin-top: 15px;
	line-height: 1.8em;
	height: 100px;
	overflow: hidden;
}/*新闻*/
.panel-about-news .panel-heading {
	padding: 12px 0;
	border-bottom: 1px dashed #ccc;
}
.panel-about-news .panel-body {
	margin: 0;
	height: auto;
}/*新闻列表*/
.list-news {
}
.list-news li {
	width: 315px;
	margin-top: 10px;
	margin-right: 35px;
	float: left;
}
.list-news .title {
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-news .list-style {
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #636363;
}
.list-news .date {
	float: right;
}
.list-news .br {
	margin-right: 0;
}/*资讯*/
.panel-info {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}/*资讯*/
.panel-news {
	width: 33%;
	border-right: 1px solid #e8e8e8;
	float: left;
}
.panel-news .panel-wrap {
	padding: 0 25px;
	display: block;
}
.panel-news:first-child .panel-wrap {
	padding-left: 0;
}
.panel-news:last-child {
	border-right: 0;
}
.panel-news:last-child .panel-wrap {
	padding-right: 0;
}
.panel-news .panel-heading {
	color: #333;
	font-size: 18px;
	border-bottom: 1px dashed #ccc;
	padding: 12px 0;
}
.panel-news .panel-body {
	font-size: 14px;
	line-height: 1.8em;
	overflow: hidden;
	height: 325px;
}
.check-more {
	display: inline-block;
	padding: 20px;
	font-size: 14px;
}
.check-more span {
	font-family: "simsun";
}
.panel-info .module-body {
	border-bottom: 1px solid #e8e8e8;
}/*资讯列表*/
.list-news-2 {
	width: 100%;
}
.list-news-2 li {
	margin-top: 10px;
}
.list-news-2 .title {
	width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-news-2 .list-style {
	display: inline-block;
	margin-right: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 4px;
	border-color: transparent transparent transparent #636363;
}
.list-news-2 .date {
	float: right;
}
.list-news-2 .br {
	margin-right: 0;
}/*服务流程*/
.in_service {
	height: 379px;
	background: url(../images/in_service-bg.png) top center no-repeat;
	padding: 60px 0;
}
.in_service_list {
	width: 1100px;
	height: 180px;
	position: relative;
	left: 50%;
	margin-left: -600px;
	background: rgba(255,255,255,0.8);
	padding: 60px 50px;
}
.in_service_list ul {
	width: 105%;
	height: 100%;
}
.in_service_list ul li {
	width: 30.5%;
	height: 50%;
	float: left;
}
.in_service_list_icon {
	width: 30%;
	height: 90px;
	float: left;
	text-align: center;
}
.in_service_list_p {
	width: 70%;
	height: 90px;
	float: right;
	padding-top: 10px;
	overflow: hidden;
}/*新闻中心and合作伙伴*/
.news_fr {
	height: 512px;
	background: url(../images/news_fr.png) top center no-repeat;
}
.in_news {
	width: 600px;
	height: 100%;
}
.in_fr {
	width: 565px;
	height: 100%;
}
.in_news_box {
	width: 570px;
	height: 325px;
	overflow-y: scroll;
} /*定义滚动条轨道 内阴影+圆角*/ /*.in_news_box::-webkit-scrollbar-track{background-color:#999999; width: 2px; -webkit-box-shadow: inset 0 0 2px rgba(102,102,102,0.2);} /*定义滑块 内阴影+圆角*/
.in_news_box::-webkit-scrollbar-thumb {
width: 4px;
background-color:#cccccc;
}
*//*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ /*.in_news_box::-webkit-scrollbar{width: 3px;} .in_news_box ul{width: 100%;height:auto;} .in_news_box ul li{width: 97%; height: 72px; background: #888888; margin-bottom: 12px;} .in_news_time{width: 98px; height: 100%; background: #666666; text-align: center; overflow: hidden;} .in_news_box ul li:hover .in_news_time{background: #ff0000;} .in_news_title{width: 400px; padding-right: 10px; height: 100%; line-height: 72px;} .in_news_title p a{color: #fff;} */.in_fr_logo {
width: 100%;
height: 325px;
overflow: hidden;
}
.in_fr_logo ul {
	width: 120%;
	height: auto;
}
.in_fr_logo li {
	border: 1px solid #eee;
	background: #fff;
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 60px;
	margin-bottom: 25px;
}
.in_fr_logo li a {
	display: table-cell;
	width: 150px;
	height: 150px;
	vertical-align: middle;
	text-align: center;
}
.in_fr_logo li img {
	display: inline;
	width: 100%;
	height: auto;
}
.in_fr_logo li:hover { /*background: #e60012;*/
	border-color: #ddd;
}/*底部导航*/
.footer_nav {
	height: 305px;
	border-bottom: 1px solid #dadada;
	padding-top: 30px;
	background: #f6f5f2;
}
.footer_nav_box ul li {
	width: auto;
	min-width: 175px;
	max-width: 390px;
	height: 284px;
	border-right: 1px solid #dadada;
	float: left;
	padding-left: 20px;
}
.footer_nav_box ul li:last-child {
	border: none;
}
.footer_nav_box ul li p {
	display: block;
	font-size: 16px;
	line-height: 40px;
}
.footer_nav_box ul li a {
	display: block;
	font-size: 14px;
	line-height: 28px;
}
.footer_nav_more {
	display: block;
	line-height: 34px;
	color: #fff;
	padding-left: 20px;
	height: 34px;
	background: #e60012;
}/**/
.copy {
	height: 130px;
	background: #2a2a2a;
	border-top: 1px solid #fff;
	padding-top: 30px;
}
.footer_contact {
	width: 830px;
	height: 100%;
}
.footer_contact p {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
.footer_contact p span {
	margin-left: 5px;
	margin-right: 20px;
}
.footer_contact p img {
	position: relative;
	top: 3px;
}
.wechat {
	width: 230px;
	height: auto;
}
.follow {
	width: 140px;
	height: auto;
	text-align: center;
}
.follow p {
	font-size: 14px;
	color: #eeeeee;
	padding-bottom: 5px;
	padding-top: 5px;
}
.follow p a {
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	display: block;
}
.follow p a:hover img {
	filter: alpha(opacity=50); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.5; /*Firefox私有，透明度50%*/
	opacity: 0.5;/*其他，透明度50%*/
}
.footer_wechat_img {
	width: 130px;
	height: 130px;
	position: absolute;
	bottom: 20px;
	display: none;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}/*友情链接*/
.fr_link {
	-height: 34px;
	height: auto;
	background: #2a2a2a;
}
.fr_link .w-1200 {
	overflow: hidden;
}
.fr_link a {
	line-height: 34px;
	font-size: 12px;
	font-family: '宋体';
	color: #fff;
}
.fr_link i {
	font-size: 12px;
	padding: 0 15px;
	line-height: 34px;
}/*快捷联系方式*/
.fixed_contact {
	right: 0px;
	top: 350px;
	width: 40px;
	height: 230px;
	z-index: 99999999;
}
.fixed_contact ul {
	width: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.fixed_contact ul li {
	width: 40px;
	height: 40px;
	background: #d9d9d9;
	margin-bottom: 3px;
	text-align: center;
}
.fixed_contact ul li {
}
.fixed_contact_qq {
	width: 158px;
	height: 38px;
	background: #f0f0f0;
	position: absolute;
	right: 40px;
	top: 0px;
	text-align: center;
	border: 1px solid #d9d9d9;
}
.fixed_contact_phone {
	width: 158px;
	height: 38px;
	background: #f0f0f0;
	position: absolute;
	right: 40px;
	top: 43px;
	text-align: center;
	border: 1px solid #d9d9d9;
}
.fixed_contact_wechat {
	width: 158px;
	height: 178px;
	background: #f0f0f0;
	position: absolute;
	right: 40px;
	top: 86px;
	text-align: center;
	z-index: 9999;
	border: 1px solid #d9d9d9;
}
.fixed_contact_qq p {
	line-height: 40px;
}
.fixed_contact_qq:hover p {
	color: #000;
}
.fixed_contact_phone p {
	line-height: 40px;
}
.fixed_contact_phone:hover p {
	color: #000;
}
.fixed_contact_sec {
	display: none;
}
.fixed_contact ul li:hover .fixed_contact_sec {
	display: block;
}
.link_message {
	width: 144px;
	height: 52px;
	background: #00aef3;
	border-radius: 5px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.link_message:hover {
	margin-right: 5px;
	box-shadow: 3px 3px 3px rgba(51,51,51,0.1);
} /***********内页样式***********/ /****产品中心****/
.pro_center_banner {
	height: 577px;
} /**产品导航**/
.pro_nav {
	width: 220px;
	max-height: 575px;
	height: auto;
	background: #5e5e5e;
	top: 0;
	left: 0;
	border: 1px solid #727272;
	overflow: hidden;
}
.pro_nav_title {
	width: 200px;
	height: 44px;
	background: #5e5e5e;
	padding: 30px 0 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #727272;
}
.pro_nav_title_hr {
	width: 5px;
	height: 16px;
	background: #e60012;
	border-radius: 3px;
}
.pro_nav_list {
	width: 100%;
	max-height: 500px;
	height: auto;
	overflow-y: auto;
	 
}
.pro_nav_list::-webkit-scrollbar-track {
background-color:#999999;
width: 2px;
-webkit-box-shadow: inset 0 0 2px rgba(102,102,102,0.2);
} /*定义滑块 内阴影+圆角*/
.pro_nav_list::-webkit-scrollbar-thumb {
width: 4px;
background-color:#cccccc;
} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.pro_nav_list::-webkit-scrollbar {
width: 3px;
}
.pro_nav_list ul li {
	width: 100%;
	height: 53.55px;
	margin-top: 1px;
	background: #5e5e5e;
	border-bottom: 1px solid #727272;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_nav_list ul li:hover {
	background: #848484;
}
.pro_nav_list ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	position: relative;
	left: 30px;
} /**产品中心banner**/
.pro_center_banner_box {
	width: 973px;
	height: 405px;
	top: 0px;
	right: 0px;
} /*产品模块*/
.product_basic {
	width: 100%;
	height: 405px;
	background: #393939;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	overflow: visible;
	margin-bottom: 45px;
}
.product_basic_img {
	width: 973px;
	height: 100%;
} /* 产品幻灯 */
.picScroll-left {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.picScroll-left .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
	position: relative;
	z-index: 999999;
	top: -30px;
}
.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	zoom: 1;
}
.picScroll-left .hd ul li {
	float: left;
	width: 12px;
	height: 12px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #fff;
}
.picScroll-left .hd ul li.on {
	background-position: 0 0;
	color: #fff;
	background: red;
}
.picScroll-left .bd {
	width: 100%;
	height: 100%;
}
.tempWrap {
	width: 100%;
	height: auto;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	height: 100%;
}
.picScroll-left .bd ul li {
	width: 100%;
	height: 100%;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}
.picScroll-left .bd ul li .pic {
	text-align: center;
	width: 100%;
	height: 100%;
}
.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}
.picList li .title {
	line-height: 50px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	position: relative;
	top: 0px;
	z-index: 888;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.picList li:hover .title {
	top: -50px;
}
.picScroll-left .bd ul li .title a {
	color: #fff;
} /**产品中心广告**/
.pro_center_advertisement {
	width: 973px;
	height: 162px;
	right: 0px;
	bottom: 0px;
	overflow: hidden;
}
.pro_center_advertisement ul {
	width: 105%;
	height: auto;
}
.pro_center_advertisement ul li {
	width: 317px;
	height: 162px;
	float: left;
	margin-right: 11px;
	position: relative;
	overflow: hidden;
}
.pro_center_advertisement ul li a img {
	width: 317px;
	height: 162px;
}
.pro_center_advertisement ul li p {
	display: block;
	width: 287px;
	height: 50px;
	position: absolute;
	top: 30px;
	left: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	z-index: 9999;
}
.pro_center_advertisement ul li:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
} /****产品中心展示列表****/
.pro_center_exhibition_list {
	height: 500px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_center_exhibition_list:hover {
	background: #fbfbfb;
	position: static;
	filter: Alpha(opacity=50);
	zoom: 1;
}
.pro_center_exhibition_list_box {
	height: 455px;
	padding-top: 45px;
}
.pro_center_el_title {
	width: 1200px;
	height: 18px;
	margin-bottom: 25px;
	border-left: 4px solid #ef001d;
}
.el_title_link span {
	padding: 0 10px;
}
.pro_center_el_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_center_el_list ul {
	width: 105%;
	height: auto;
}
.pro_center_el_list ul li {
	width: 228px;
	height: 359px;
	border: 1px solid #dedede;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_center_el_list ul li:hover {
	border: 1px solid #999;
}
.pro_center_el_list ul li:first-child {
	width: 232px;
	height: 361px;
	border: none;
	background: #000;
	overflow: hidden;
}
.pro_center_el_list ul li:first-child a img {
	width: 232px;
	height: 361px;
}
.pro_center_el_list ul li:first-child img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8888;
}
.pro_center_el_list ul li:first-child p {
	display: block;
	width: 100%;
	height: 45px;
	position: absolute;
	z-index: 9999;
	top: 30px;
	left: 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_center_el_list ul li:first-child p a {
	display: block;
	color: #fff;
	font-weight: bold;
}
.pro_center_el_list ul li:first-child:hover img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pro_center_el_list ul li:first-child:hover p {
	top: 35px;
}
.pro_center_el_list_title {
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 888
}
.pro_center_el_list_img {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 777;
}
.pro_center_el_list_img img {
	width: 200px;
	height: 158px;
	position: relative;
	top: 65px;
	left: 13px;
}
.pro_center_el_list_describe {
	width: 188px;
	height: 259px;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 666;
	padding: 50px 20px;
	z-index: 666;
}
.pro_center_el_list ul li:hover .pro_center_el_list_describe {
	z-index: 999;
}
.pro_center_el_list_describe p {
	color: #fff;
	font-size: 12px;
	line-height: 26px;
}
.pro_center_el_list_describe div {
	width: 105%;
	margin-top: 35px;
}
.pro_center_el_list_describe div input {
	width: 83px;
	height: 26px;
	background: #e60012;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	float: left;
	margin-right: 15px;
}
.pro_center_el_list_title p {
	text-align: center;
}
.pro_center_el_list_title p a {
	display: block;
	line-height: 24px;
	color: #333;
}
.pro_center_el_list_title p a:hover {
	color: #000;
}
.pro_center_el_list_title p span {
	color: #ef001d;
} /****产品中心展示列表 end****/ /*分类产品列表*/
.pro_list_box {
	height: auto;
	min-height: 577px;
}
.pro_list {
	width: 956px;
	height: auto;
	float: right;
}
.pro_el_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_el_list ul {
	width: 105%;
	height: auto;
}
.pro_el_list ul li {
	width: 228px;
	height: 359px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_el_list ul li:hover {
	border: 1px solid #999;
}
.pro_el_list ul li:hover .pro_center_el_list_describe {
	z-index: 999;
} /*新闻推荐页面产品列表*/
.pro_detail_el_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_detail_el_list ul {
	width: 105%;
	height: auto;
}
.pro_detail_el_list ul li {
	width: 228px;
	height: 300px;
	margin-bottom: 12px;
	border: 1px solid #dedede;
	position: relative;
	background: #fff;
	float: left;
	margin-right: 12px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_detail_el_list ul li:hover {
	border: 1px solid #999;
} /*分页*/
.paging {
	clear: both;
	margin: 0 auto;
	height: auto;
	min-width: 200px;
	text-align: center;
}
.paging li, .paging ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
*display:inline;
	zoom: 1
}
.paging ul {
	width: auto;
	height: 100%;
	font-size: 0;
}
.paging li {
	font-size: 12px;
}
.paging .total a {
	padding: 0 15px !important;
}
.paging li a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 6px;
	color: #999999;
	border: 1px solid #ebebeb;
	font-size: 12px;
	display: inline-block;
	height: 35px;
	line-height: 35px;
}
.paging li a:hover {
	color: #333;
	text-decoration: none;
	text-decoration: none;
	background: #e60012;
	color: #fff;
}
.paging .paging_page a {
	background: #ededed;
	padding-left: 13px;
	padding-right: 13px;
}
.paging .paging_next a, .paging .paging_prev a {
	font-size: 0;
	color: #333;
	border: none;
}
.paging .paging_prev a:before, .paging .paging_next a:before {
	content: "<";
	display: inline-block;
*display: inline;
	zoom: 1;
	margin: 0;
	padding: 0;
	font-family: "simsun";
	font-weight: 700;
	font-size: 20px;
	width: 37px;
	height: 37px;
	line-height: 37px;
	background: #ededed;
	position: relative;
	top: 2px; /*background:url(../images/icon-page.png) no-repeat 0 0;*/
}
.paging .paging_next a:before {
	content: ">";
}
.paging .paging_next a:before {
	background-position: 0 -120px;
}
.paging .paging_prev a:hover:before {
	background-position: 0 -60px!important;
	color: #e2231a
}
.paging .paging_next a:hover:before {
	background-position: 0 -180px!important;
	color: #e2231a
}
.paging .paging_current a {
	color: #fff;
	font-weight: 700;
	background: #e60012;
	padding: 0 13px;
} /* .paging li .icon{display: inline-block;*display: inline;zoom:1;margin: 0;padding:0;line-height: 0;font-size: 0;width: 49px;height:49px;background:url(../images/icon-page.png) no-repeat 0 0;margin-top: -16px} .paging li .icon-prev{background-position: 0 0;margin-right: 3px;} .paging li .icon-next{background-position: 0 -120px;margin-left: 3px;} .paging li.paging_prev a:hover .icon-prev{background-position:0 -60px!important} .paging li.paging_next a:hover .icon-next{background-position:0 -180px!important} */ /*--paging分页end--*/ /*面包屑*/
.crumbs {
	width: 100%;
	height: 45px;
	border-bottom: 1px dashed #b7b7b7;
} /*****左宽右窄结构*****/
.lrw {
	height: auto;
}
.lrw_box {
	height: auto;
	padding-bottom: 30px;
}
.w955 {
	width: 956px;
	min-height: 500px;
	height: auto;
	margin-top: 20px;
}
.w220 {
	width: 220px;
	min-height: 500px;
	height: auto;
	background: #fafafa;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	margin-top: 20px;
	overflow: hidden;
} /*产品详情banner*/
.pro_detail_banner {
	width: 100%;
	height: 420px;
	margin-bottom: 40px;
}
.pd_banner {
	width: 480px;
	height: 100%;
	float: left;
}
.pd_brief {
	width: 445px;
	height: 100%;
	float: right;
} /* 本例子css */
.picFocus {
	margin: 0 auto;
	width: 467px;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd {
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
}
.picFocus .hd ul {
	width: 105%;
	margin-right: -5px;
	overflow: hidden;
	zoom: 1;
}
.picFocus .hd ul li {
	padding-top: 5px;
	float: left;
	text-align: center;
}
.picFocus .hd ul li img {
	width: 111px;
	height: 75px;
	border: 1px solid #ddd;
	cursor: pointer;
	margin-right: 5px;
}
.picFocus .hd ul li.on {
	background: url("images/icoUp.gif") no-repeat center 0;
}
.picFocus .hd ul li.on img {
	border-color: #e70f20;
}
.picFocus .bd {
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.picFocus .bd li {
	vertical-align: middle;
}
.picFocus .bd img {
	width: 467px;
	height: 320px;
	display: block;
}
.pd_brief_name p {
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}
.pd_brief_text {
	width: 100%;
	height: 130px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0;
}
.pd_brief_text p {
	font-size: 14px;
	line-height: 26px;
	color: #999999
}
.pd_brief_share {
	padding: 15px 0;
}
.pd_brief_contact {
	width: 100%;
	height: 50px;
}
.pd_brief_contact input {
	width: 230px;
	height: 54px;
	float: left;
	background: #e60012;
	border: none;
	color: #fff;
	font-size: 18px;
	font-family: microsoft yahei;
	cursor: pointer;
}
.pd_brief_hotline {
	width: 210px;
	height: 54px;
	float: left;
	text-align: center;
}
.pd_brief_hotline span {
	display: block;
}/*产品参数切换*/
.slideTxtBox {
	width: 100%;
	text-align: left;
}
.slideTxtBox .hd {
	height: 40px;
	line-height: 40px;
	background: #f5f5f5;
	padding: 0 10px 0 0px;
	border: 1px solid #ddd;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 60px;
	cursor: pointer;
	font-size: 13px;
}
.slideTxtBox .hd ul li.on {
	height: 39px;
	background: #fff;
	border: 1px solid #ddd;
	border-bottom: 2px solid #fff;
	border-top: 2px solid red;
}
.slideTxtBox .bd ul {
	padding-top: 15px;
	zoom: 1;
}
.pro_detail_switch {
	margin-bottom: 70px;
}
.pro_detail_switch_case {
	width: 105%;
	height: auto;
}
.pro_detail_switch_case li {
	width: 275px;
	height: 250px;
	overflow: hidden;
	float: left;
	border: 1px solid #dcdcdc;
	margin-right: 43px;
	margin-bottom: 34px;
}
.pdsc_img {
	width: 100%;
	height: 210px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	overflow: hidden;
}
.pdsc_img img {
	width: 100%;
	height: 100%;
}
.pdsc_name {
	width: 100%;
	height: 42px;
	background: #eeeeee;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_detail_switch_case li:hover {
	background: #e1e1e1;
}
.pdsc_name a {
	line-height: 36px;
	font-size: 14px;
}/**热门产品**/
.hot_pro_title {
	width: 100%;
	height: 80px;
	background: url(../images/hot_pro_title_border.png) bottom center no-repeat;
	border-top: 1px solid #e7e7e7
}
.hot_pro_title div {
	width: 5px;
	height: 16px;
	background: #e60012;
	border-radius: 3px;
	float: left;
	position: relative;
	top: 30px;
	left: 27px;
}
.hot_pro_title span {
	float: left;
	position: relative;
	top: 27px;
	left: 35px;
	color: #333
}
.hot_pro_list {
	margin: 10px;
	width: 200px;
	height: auto;
	max-height: 810px;
	min-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.hot_pro_list::-webkit-scrollbar-track {
background-color:#999999;
width: 1px;
-webkit-box-shadow: inset 0 0 2px rgba(102,102,102,0.2);
} /*定义滑块 内阴影+圆角*/
.hot_pro_list::-webkit-scrollbar-thumb {
width: 1px;
background-color:#cccccc;
} /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.hot_pro_list::-webkit-scrollbar {
width: 1px;
}
.hot_pro_list ul li {
	width: 198px;
	height: 185px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}
.hot_pro_list_img {
	width: 100%;
	height: 155px;
	overflow: hidden;
	background: none;
}
.hot_pro_list_img img {
	width: 100%;
}
.hot_pro_list_img img:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.hot_pro_list_name {
	width: 80%;
	height: 30px;
	border-top: 1px solid #dcdcdc;
	background: #eeeeee;
	padding: 0 10%;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot_pro_list_name a {
	width: 100%;
	height: 100%;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.hot_pro_list ul li:hover .hot_pro_list_name {
	background: #e1e1e1;
} /*推荐新闻*/
.hot_news_list {
	margin: 10px;
	width: 200px;
	height: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 20px;
}
.hot_news_list ul {
	width: 100%;
	height: 100%;
}
.hot_news_list ul li {
	width: 100%;
	height: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hot_news_list ul li a {
	font-size: 12px;
	color: #666;
} /*上下页和分享模块*/
.page_tb {
	width: 100%;
	height: 72px;
}
.page_tb_box {
	width: 50%;
	height: 100%;
	float: left;
}
.page_tb_share {
	width: 260px;
	height: 100%;
	float: right;
	border-left: 1px solid #dcdcdc;
	padding-left: 20px;
}
.page_tb_box p {
	padding: 0px 20px;
	position: relative;
	top: 12px;
}
.page_tb_box p span {
	font-size: 12px;
}
.page_tb_box p a {
	font-size: 12px;
}
.page_tb_share p {
	line-height: 72px;
}
.page_tb_share p span {
	font-size: 12px;
	float: left;
}
.page_tb_share .bdsharebuttonbox {
	float: left;
	position: relative;
	top: 21px;
	left: 15px;
} /*上下页和分享模块end*//*工程案例列表*/
.pro_case_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro_case_list ul {
	width: 105%;
	height: auto;
}
.pro_case_list ul li {
	width: 293px;
	height: 270px;
	margin-bottom: 30px;
	border: 1px solid #dedede;
	float: left;
	margin-right: 35px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro_case_list ul li:hover {
	border: 1px solid #999;
}
.pro_case_el_list_img {
	width: 100%;
	height: 225px;
	display: block;
	overflow: hidden;
}
.pro_case_el_list_img img {
	width: 100%;
	height: 100%;
}
.pro_case_el_list_title {
	width: 100%;
	height: 45px;
	background: #eeeeee;
	text-align: center;
	border-top: 1px solid #dedede;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_case_el_list_title a {
	line-height: 42px;
}
.pro_case_list ul li:hover .pro_case_el_list_img img {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
.pro_case_list ul li:hover .pro_case_el_list_title {
	background: #e5e5e5;
} /*工程案例详情*/
.detail_case_box {
	height: auto;
	padding-bottom: 30px;
}
.detail_case_title {
	height: 130px;
	background: url(../images/detail_case_title_bg.png) bottom center no-repeat;
	text-align: center;
}
.detail_case_title p span {
	padding-right: 5px;
}
.detail_case_text_box {
	padding: 30px 0;
} /*产品展示*/
.pro_show_title {
	height: 44px;
	border-bottom: 1px solid #d8d8d8;
	background: #e4e4e4;
} /*设计方案列表*/
.design_list_box {
}/* 列表滚动 */
.design_box {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.design_box .bigImg {
	height: 258px;
	position: relative;
	overflow: hidden;
}
.design_box .bigImg li img {
	vertical-align: middle;
	width: 100%;
	height: 560px;
}
.design_box .bigImg h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 33px;
	height: 33px;
	padding-right: 30px;
	overflow: hidden;
	text-align: left;
}
.design_box .smallScroll {
	height: 47px;
	margin-bottom: 6px;
}
.design_box .sPrev {
	float: left;
	display: block;
	width: 24px;
	height: 77px;
	border-radius: 3px;
	text-indent: -9999px;
	background: url(../images/icons/icon_dp_p.png) 5px 22px no-repeat red;
}
.design_box .sNext {
	float: left;
	display: block;
	width: 24px;
	height: 77px;
	border-radius: 3px;
	text-indent: -9999px;
	background: url(../images/icons/icon_dp_n.png) 5px 22px no-repeat red;
}
.designScroll {
	margin-top: 30px;
}
.design_box .smallImg {
	float: left;
	margin: 0 5px;
	display: inline;
	width: 898px;
	overflow: hidden;
}
.design_box .smallImg .tempWrap {
width: 100% !important；
}
.design_box .smallImg ul {
	height: auto;
	width: 9999px;
	overflow: hidden;
}
.design_box .smallImg li {
	float: left;
	padding: 0 10px 0 0;
	width: 120px;
	cursor: pointer;
	display: inline;
}
.design_box .smallImg img {
	border: 1px solid #dcdddd;
	width: 120px;
	height: 75px;
}
.design_box .smallImg .on img {
	border-color: #e60012;
}
.design_box .pageState {
	position: absolute;
	top: 570px;
	right: 5px;
	font-family: "Times New Roman", serif;
	letter-spacing: 1px;
}
.design_box .pageState span {
	color: #f00;
	font-size: 16px;
}
.bigImg {
	position: relative;
	width: 100%;
	height: 100%;
}
.bigImg li {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	display: none;
}
.bigImg li a img {
	width: 100%;
	height: 560px;
}
.bigImg li p {
	display: block;
	height: 40px;
	background: #4c4c4c;
}
.bigImg li p a {
	position: relative;
	left: 10px;
	top: 7px;
	color: #fff;
}/*内页导航条*/
.nav_sec_bar {
	height: 40px;
	border: 1px solid #dbdbdb;
	background: #f5f5f5;
}
.nav_sec_bar p {
	line-height: 40px;
	padding-left: 35px;
}
.nav_sec_bar p span {
	padding-right: 60px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
}
.ncb_active {
	color: #e60012;
}/*新闻中心*/
.list_news_box {
	margin-top: 20px;
	margin-bottom: 30px;
}
.list_news_box ul li {
	width: 100%;
	height: 157px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e4e4e4;
	margin-top: 15px;
}
.list_news_box ul li img {
	width: 205px;
	height: 157px;
	display: block;
	float: left;
}
.list_news_title {
	width: 970px;
	height: 100%;
	float: right;
	overflow: hidden;
}
.lnt_title {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lnt_int {
	width: 100%;
	height: 100px;
	overflow: hidden;
	line-height: 26px;
}/*在线留言*/
.contact_message {
}
.contact_message ul {
	width: 100%;
}
.mes_text {
	width: 105%;
}
.mes_text input {
	width: 265px;
	height: 51px;
	background: #f3f3f3;
	border: none;
	padding-left: 15px;
	margin-right: 50px;
}
.contact_message ul li textarea {
	width: 97.5%;
	height: 122px;
	background: #f3f3f3;
	border: none;
	margin-top: 15px;
	padding: 10px;
}
.contact_message ul .send {
	margin-top: 15px;
}
.send .checkbox {
	width: 117px;
	height: 41px;
	border: 1px solid #e4e4e4;
	background: #f3f3f3;
	padding-left: 15px;
	margin-right: 7px;
	float: left;
}
.send .checkimg {
	width: 100px;
	height: 42px;
	border: 1px solid #e4e4e4;
	float: left;
}
.send .checkbtn {
	line-height: 42px;
	padding-left: 15px;
	font-size: 12px;
}
.send .sendbtn {
	width: 150px;
	height: 42px;
	border: none;
	background: #e60012;
	color: #fff;
	float: right;
}/*售后服务*/
.service_page_1 {
	height: 735px;
	background: url(../images/service_page_1.png) top center no-repeat #efefee;
}
.service_page_1_title {
	width: 319px;
	height: 536px;
	background: #ff0000;
	border: 6px solid #ff0000;
	position: relative;
	top: 80px;
	left: 0;
}
.service_page_1_title_box {
	width: 81%;
	height: 88%;
	border: 1px solid #fff;
	padding: 30px;
}
.service_page_1_text {
	width: 825px;
	height: 215px;
	position: relative;
	left: 375px;
	bottom: 30px;
}
.b-b-fff {
	border-bottom: 1px solid #fff;
}
.service_page_2 img {
	width: 600px;
	height: auto;
}
.service_page_2 div {
	width: 600px;
	height: auto;
}
.myNav ul li {
	min-width: 127.2px;
	height: 46px;
	float: left;
	 
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

/*首页视频轮播*/
.beston22119Home1 {
    width: 100%;
    position: relative;
}

.beston22119Home1-con {
    width: 100%;
    overflow: hidden;
}
.index-banner {
            width: 100vw;
            overflow: hidden;
        }

 .index-banner .swiper-slide {
    position: relative;
}

.beston22119Home1-pic {
    font-size: 0;
    width: 100%;
}

.beston22119Home1-pic img {
    width: 100%;
            -webkit-animation-duration: 5s;
            animation-duration: 5s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.beston22119Home1-pic video {
    width: 100%;
}

 .index-banner .leftUp .beston22119Home1-pic img {
            -webkit-animation-name: leftUp;
            animation-name: leftUp;
        }

        @-webkit-keyframes leftUp {
            0% {
                -webkit-transform: scale(1.1) translate(4.545%, 4.545%);
                transform: scale(1.1) translate(4.545%, 4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(-4.545%, -4.545%);
                transform: scale(1.1) translate(-4.545%, -4.545%);
            }
        }

        @keyframes leftUp {
            0% {
                -webkit-transform: scale(1.1) translate(4.545%, 4.545%);
                transform: scale(1.1) translate(4.545%, 4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(-4.545%, -4.545%);
                transform: scale(1.1) translate(-4.545%, -4.545%);
            }
        }

        .index-banner .moveRight .beston22119Home1-pic img {
            -webkit-animation-name: moveRight;
            animation-name: moveRight;
        }

        @-webkit-keyframes moveRight {
            0% {
                -webkit-transform: scale(1.1) translate(-4.545%);
                transform: scale(1.1) translate(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(4.545%);
                transform: scale(1.1) translate(4.545%);
            }
        }

        @keyframes moveRight {
            0% {
                -webkit-transform: scale(1.1) translate(-4.545%);
                transform: scale(1.1) translate(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translate(4.545%);
                transform: scale(1.1) translate(4.545%);
            }
        }

        .index-banner .moveDown .beston22119Home1-pic img {
            -webkit-animation-name: moveDown;
            animation-name: moveDown;
        }

        @-webkit-keyframes moveDown {
            0% {
                -webkit-transform: scale(1.1) translateY(-4.545%);
                transform: scale(1.1) translateY(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translateY(4.545%);
                transform: scale(1.1) translateY(4.545%);
            }
        }

        @keyframes moveDown {
            0% {
                -webkit-transform: scale(1.1) translateY(-4.545%);
                transform: scale(1.1) translateY(-4.545%);
            }

            to {
                -webkit-transform: scale(1.1) translateY(4.545%);
                transform: scale(1.1) translateY(4.545%);
            }
        }

        .index-banner .centerBig .beston22119Home1-pic img {
            -webkit-animation-name: centerBig;
            animation-name: centerBig;
        }

        @-webkit-keyframes centerBig {
            to {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        @keyframes centerBig {
            to {
                -webkit-transform: scale(1.1);
                transform: scale(1.1);
            }
        }

        .index-banner .rightDownBig .beston22119Home1-pic img {
            -webkit-animation-name: rightDownBig;
            animation-name: rightDownBig;
        }

        @-webkit-keyframes rightDownBig {
            to {
                -webkit-transform: scale(1.1) translate(4%, 4%);
                transform: scale(1.1) translate(4%, 4%);
            }
        }

        @keyframes rightDownBig {
            to {
                -webkit-transform: scale(1.1) translate(4%, 4%);
                transform: scale(1.1) translate(4%, 4%);
            }
        }

.beston22119Home1-span {
    position: absolute;
    bottom: 70px;
    left: 130px;
    font-weight: 500;
    color: #cecece;
    font-size: 16px;
    font-family: DINCond !important;
}

.beston22119Home1-span span {
    color: #ffffff;
    font-size: 50px;
}

.beston22119Home1-desCon {
    width: 100%;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 35%;
    transform: translateX(-50%);
}

.beston22119Home1-t1 {
    line-height: 69px;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 10px;
}

.beston22119Home1-t2 {
    color: #ffffff;
    font-size: 58px;
}

.beston22119Home1-icon {
    width: 30px;
    height: 54px;
    font-size: 0;
    background: url(../images/2.png) no-repeat center;
    animation: beston22119Home1 2s linear infinite;
    position: absolute;
    left: calc(50% - 15px);
    bottom: 70px;
    z-index: 999;
}

@keyframes beston22119Home1 {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(15);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.beston22119Home1-btn {
    display: flex;
    position: absolute;
    right: 150px;
    bottom: 85px;
    z-index: 999;
}

.beston22119Home1-bth-left,
.beston22119Home1-bth-cen,
.beston22119Home1-bth-right {
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    background-color: transparent;
    text-align: center;
    border: 1px solid;
    border-color: #ffffff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.34);
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.beston22119Home1-bth-left:hover,
.beston22119Home1-bth-cen:hover,
.beston22119Home1-bth-right:hover {
    background-color: rgba(255, 255, 255, 0.43);
}

.beston22119Home1-bth-cen {
    margin: 0 15px;
}

.beston22119Home1phone-pic {
    display: none;
    width: 100%;
    font-size: 0;
}

.beston22119Home1phone-pic img{
    width: 100%;
}
html,
    body {
        overflow-x: hidden;
    }
@media screen and (max-width:1550px) {
    .beston22119Home1-t2 {
        font-size: 50px;
    }
	.beston22119Home1-span span {
        color: #ffffff;
        font-size: 40px;
    }
}
@media screen and (max-width:1400px) {
	.beston22119Home1-t1 {
        font-size: 30px;
    }

    .beston22119Home1-t2 {
        font-size: 40px;
    }
	
}
@media screen and (max-width:1024px) {

    html,
    body {
        overflow-x: hidden;
    }
	.beston22119Home1phone-pic {
        display: block;
    }

    .beston22119Home1-pic,
    .beston22119Home1-desCon {
        display: none;
    }

    .beston22119Home1-btn{
        display: none;
    }
    .beston22119Home1-span {
    left: 70%;
}
    .beston22119Home1-t1 {
        line-height: 32px;
        font-size: 32px;
        margin-bottom: 20px;
    }

    .beston22119Home1-t2 {
        font-size: 36px;
        line-height: 50px;
        padding: 0 5px;
    }
	
}


.new-list-box{
   
    width: 100%;
 	margin-bottom:40px;
      
}
.new-list{
    width: 1300px;
    margin: 0 auto;
	margin-left: -10px;
}
.new-list ul li{
    width: 568px;
    float: left;
    background: #fff;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    margin: 10px;
    cursor: pointer;
}
.new-list ul li img{
    float: left;
    display: inline-block;
    margin-right: 14px;
    object-fit:cover;
}
.new-list ul li .tit{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}
.new-list ul li .conts{
    font-size: 14px;
    color: #bdbdbd;
}
.new-list ul li:hover .tit{
    color: #0d8e65;
}
.new-list ul .hvr-sweep-to-bottom:before{
    background: #f0fffa;
}


/*footer*/
.beston22119BtBar2 {
    padding: 75px 0 70px 0;
    display: flex;
    justify-content: space-between;
}

.beston22119BtBar21-pic {
    width: 224px;
    height: 57px;
    font-size: 0;
    margin-bottom: 40px;
}

.beston22119BtBar21-pic img {
    width: 100%;
}

.beston22119BtBar21-con {
    display: flex;
    align-items: center;
}

.beston22119BtBar21-con span {
    font-family: PingFang SC;
    color: #333333;
    font-size: 14px;
}

.beston22119BtBar21-con span.line {
    border-color: #666666;
}

.beston22119BtBar21-con a {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 0;
    margin: 0 10px;
}

.beston22119BtBar21-con a img {
    width: 100%;
}

.beston22119BtBar22 {
    display: flex;
    justify-content: center;
}


.beston22119BtBar22-pic {
    width: 133px;
    height: 133px;
    border: 1px solid;
    border-color: #dadada;
    box-sizing: border-box;
    font-size: 0;
    margin-right: 44px;
}

.beston22119BtBar22-pic img {
    width: 100%;
}

.beston22119BtBar22-t {
    height: 33%;
    display: flex;
    align-items: center;
    font-family: PingFang SC;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.beston22119BtBar22-t span {
    margin: 0 10px;
    padding-left: 27px;
    background-size: 20px 20px;
  color: #333333;
    font-size: 14px;
    font-family: PingFang SC;
}
.beston22119BtBar22-t a {
    text-decoration: none;
    font-family: PingFang SC;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.beston22119BtBar22-t strong {
    font-family: DIN;
    font-weight: 700;
    color: #333333;
    font-size: 30px;
}
/* 版权 */
.beston22119Copy {
    background-color: rgba(182, 182, 182, 0.23);
    width: 100%;
 
    box-sizing: border-box;
    padding: 0 1%;
    display: flex;
    justify-content: space-between;
}

.beston22119Copy1 a {
    font-family: PingFang SC;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    opacity: 75%;
    line-height: 20px;
}

.beston22119Copyphone {
    max-width: 1640px;
    margin:0 auto;
    display: block;
    padding:20px 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.beston22119Copy1 {
    max-width: 1600px;
    margin:0 auto;
    display: block;
    padding:10px 0 10px 0;
  
}

.beston22119Copyphone a{
   font-family: PingFang SC;
        color: #333333;
        display: inline-block;
        text-decoration: none;
        font-size: 13px;
        opacity: 75%;
        line-height: 20px;
}