@charset "utf-8";
/* CSS Document */ /* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset, lengend, button, input, textarea, /* form elements 表单元素 */ th, td {/* table elements 表格元素 */
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4, h5, h6 {
	font-size: 100%;
}
address, cite, dfn, em, var {
	font-style: normal;
} /* 将斜体扶正 */
code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
abbr[title], acronym[title] {/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}
q:before, q:after {
	content: '';
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
	outline: none;
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: "Microsoft YaHei", "微软雅黑"!important;
}
/*滚动轴*/
::-webkit-scrollbar {
width:7px;
height:66px;
}
::-webkit-scrollbar-track {
background-color:#f3f3f3;
}
::-webkit-scrollbar-thumb {
background-color:#333;
}
::-webkit-scrollbar-thumb:hover {
background-color:red;
}
::-webkit-scrollbar-thumb:active {
background-color:red;
}
/*头部开始*/
.logo {
	float: left;
}
.tel {
	float: right;
}
.tel p {
	font-size: 14px;
	color: #333;
}
.tel p:nth-child(2) {
	margin-top: 8px;
}
.tel span {
	font-size: 20px;
	color: #e60012;
	font-weight: 800;
}
.tel .down a {
	color: #333
}
/*搜索*/
.ssss {
	width: 180px;
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 121px;
	margin-left: 30px;
}
.sb-search {
	position: relative;
	margin-top: 0px;
	width: 0%;
	min-width: 30px;
	height: 34px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: -6px;
	right: 0;
	border: none;
	outline: none;
	background: #ccc;
	width: 100%;
	height: 34px;
	margin: 0;
	z-index: 99999;
	padding: 24px 41px 20px 20px;
	font-family: inherit;
	font-size: 14px;
	color: #2c3e50;
	line-height: 34px;
}
.sb-search-input::-webkit-input-placeholder {
color: #333;
}
.sb-search-input:-moz-placeholder {
color: #efb480;
}
.sb-search-input::-moz-placeholder {
color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
color: #efb480;
}
.sb-icon-search, .sb-search-submit {
	width: 30px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search {
	border: none;
	background: url(../images/seach_03.png) no-repeat center #fff;
	color: #333;
	z-index: 99999;
	line-height: 29px;
	font-size: 22px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	background: url(../images/seach_03.png) no-repeat center #ccc;
	color: #fff;
	z-index: 99999;
	border: 1px solid #da6d0d;
}
.sb-search-open .sb-icon-search {
	background: url(../images/seach_03.png) no-repeat center #ccc;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
	z-index: 99999;
}
/*语言切换*/
.wwlang {
	float: right;
	position: relative;
	top: 7px;
	right: 0;
	z-index: 999999;
	float: right;
	font-weight: 800;
	text-transform: uppercase;
	color: #333;
	margin-top: -42px;
	width: 97px;
}
.wwlangget {
	font-size: 16px;
	cursor: pointer;
	text-align: right;
	height: 35px;
}
.wwlangUp {
	width: 100px;
	height: 26px;
	position: absolute;
	top: 32px;
	left: 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
	display: none;
	z-index: 9999;
	background: #fff;
}
.wwlangUp1 {
	width: 100px;
	height: 26px;
	position: absolute;
	top: 58px;
	left: 0px;
	font-size: 14px;
	color: #333;
	text-align: center;
	z-index: 9999;
	background: #fff;
}
.wwlangUp p a {
	color: #333;
	text-decoration: none;
	line-height: 26px;
	display: block;
}
.wwlang:hover .wwlangUp {
	display: block;
}
.wwlangUp:hover {
	background: #9c9c9c;
}
/*banner*/
.slide-text h1 img {
	max-width: 275px!important;
}
/*快速导航*/
.bg_box {
	width: 100%;
	background: #f3f3f3!important;
}
.containerr {
	min-width: 1440px;
	max-width: 1440px;
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 37px;
	background: #fff;
}
.dh_img {
	padding: 0 8px!important;
	position: relative;
	overflow: hidden;
}
.img-bottom {
	width: 344px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	margin: 0 8px!important;
	padding-left: 18px;
	cursor: pointer;
}
/*.dh_img_l{padding-left: 0!important;position: relative;}
.dh_img_r{padding-right: 0!important;position: relative;}*/
.img-bottom h4 {
	width: 100%;
	line-height: 41px;
	font-size: 24px;
	color: #fff;
	margin-top: 92px;
}
.img-bottom p {
	font-size: 18px;
	color: #fff;
	line-height: 38px;
	padding-left: 28px;
}
.img-bottom .l_p1 {
	background: url(../images/icon4_03.png) no-repeat left center;
}
.img-bottom .l_p2 {
	background: url(../images/icon3_05.png) no-repeat left center;
}
.img-bottom .l_p3 {
	background: url(../images/icon2_07.png) no-repeat left center;
}
.img-bottom .l_p4 {
	background: url(../images/icon1_09.png) no-repeat left center;
}
.more {
	padding-left: 18px;
	position: absolute;
	color: #e60012;
	transition: width .5s, height .5s;
	-moz-transition: width .5s, height .5s, -moz-transform .5s; /* Firefox 4 */
	-webkit-transition: width .5s, height .5s, -webkit-transform .5s; /* Safari and Chrome */
	-o-transition: width .5s, height .5s, -o-transform .5s; /* Opera */
}
.more a {
	color: red;
	cursor: pointer;
	font-size: 18px;
	text-decoration: none;
}
.more a:hover {
	text-decoration: none;
	color: #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.dh_img:hover .more {
	display: block;
	position: absolute;
	width: 200px;
	height: 200px;
	transform: translate(0, -100px);
	-moz-transform: translate(0, -100px); /* Firefox 4 */
	-webkit-transform: translate(0, -100px); /* Safari and Chrome */
	-o-transform: translate(0, -100px); /* Opera */
}
/*新闻开始*/
.roww {
	margin-right: 0px!important;
	margin-left: 0px!important;
}
.l_bg {
	background: url(../images/news_bg_15.jpg) no-repeat center;
	padding-left: 0px!important;
	padding-right: 0px!important;
	padding-top: 83px;
	padding-bottom: 137px;
}
.l_bg1 {
	padding-left: 0px!important;
	padding-right: 0px!important;
	overflow: hidden;
	height: 475px;
	position: relative;
}
.fl {
	margin-left: 57px;
}
.containerr_bg {
	background: #fff;
}
.fl h2 {
	font-size: 60px;
	color: #333;
	line-height: 96px;
	text-transform: uppercase;
	margin: 0;
}
.fl h3 {
	font-size: 30px;
	color: #333;
	line-height: 55px;
	text-transform: uppercase;
	margin: 0;
}
.fl p {
	margin: 0px;
	font-size: 16px;
	color: #7b7b7b;
	line-height: 16px;
}
.fl a .morebtn {
	display: block;
	height: 32px;
	margin-top: 56px;
}
.morebtn {
	background: url(../images/btn_16_16.png) no-repeat left center;
	width: 32px;
	height: 32px;
	border: 1px solid #333;
	border-radius: 50%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.morebtn:hover {
	width: 32px;
	height: 32px;
	border: 1px solid #333;
	border-radius: 50%;
	background: url(../images/btn_h_16.png) no-repeat center #333;
}
.img_box {
	width: 480px;
	height: 306px;
	overflow: hidden;
}
.news_img {
	width: 480px;
	height: 306px;
	/* -webkit-filter: blur(2px); -moz-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px); filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=2, MakeShadow=false); */-webkit-transition: all .5s;
	transition: all .5s;
	transform: scale(1.1);
	cursor: pointer;
	display: block;
	position: absolute;
}
.news_img:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-filter: blur(0px); /* Chrome, Opera */
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false); /* IE6~IE9 */
	transform: scale(1);
	width: 480px;
	display: block;
	position: absolute;
}
.news_b_box {
	width: 480px;
	height: 167px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0 26px;
	cursor: pointer;
}
.news_b_box h4 {
	font-size: 20px;
	font-weight: normal;
	line-height: 31px;
	margin-top: 30px;
	color: #333;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_b_box p {
	font-size: 14px;
	font-weight: normal;
	line-height: 50px;
	margin-top: 30px;
	color: #333;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*首页宣传语*/
.xc_bg {/*background:url(../images/wren_08.jpg) no-repeat center;*/
	height: 312px;
	padding-top: 0;
}
.gl_box {
	width: 720px;
	float: right;
}
.gl_box span {
	color: #000;
	font-weight: 900;
	font-size: 36px;
	margin-top: 77px;
	display: block;
}
.gl_box a {
	color: #000;
	border-top: 1px solid #e60012;
	border-bottom: 1px solid #e60012;
	display: block;
	width: 124px;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: center;
	padding: 6px 0;
}
.gl_box a:hover {
	color: #e60012;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.xc_bg img {
	display: block;
	margin-top: 13px;
}
.xc_bg h1 {
	font-size: 22px;
	color: #e60012;
	text-align: left;
}
.img_png {
	max-width: 217px;
}
/*产品分类开始*/
.list_1 {
	width: 25%;
	float: left;
	padding-right: 3%;
	min-height: 262px;
}
.list_1 h4 {
	font-size: 18px;
	color: #333;
	line-height: 58px;
	border-bottom: 3px solid #333;
	font-weight: 900;
	margin: 0;
}
.list_1 ul {
	margin: 0;
	padding: 0;
	padding-top: 21px;
}
.list_1 ul li {
	background: url(../images/dh_24.jpg) no-repeat left center;
	padding-left: 27px;
	line-height: 33px;
}
.list_1 ul li a {
	font-size: 14px;
	color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_1 ul li a:hover {
	color: #e60012;
	-webkit-transition: all .2s;
	transition: all .2s;
}
/*联系我们*/
.c1 {
	height: 384px;
	background: #515151
}
.c_l {
	float: left;
	width: 560px;
	margin-left: 56px;
}
.c_l h4 {
	font-size: 24px;
	color: #fff;
	line-height: 47px;
}
.c_l p {
	font-size: 15px;
	color: #b7b7b7;
	line-height: 26px;
}
.c_l span {
	color: #fff;
	margin-top: 22px;
	display: block;
}
/*页脚*/
.foot {
	width: 100%;
	height: 76px;
	background: #fff;
}
.c2 {
	height: 76px;
	background: #fff;
	padding-top: 0;
	text-align: center
}
.c2 p {
	color: #333;
	line-height: 76px;
	margin: 0;
	float: left;
}
.jiathis_style_32x32 {
	height: 76px;
}
.jiathis_style_32x32 .jiathis_txt {
	margin-top: 20px;
	margin-left: 10px;
}
.jiathis_style_32x32 a {
	margin-top: 30px!important;
}
.jiathis_style_32x32 .jtico_tsina {
	background: url(../images/xl_h_03.png) no-repeat center!important;
}
.jiathis_style_32x32 .jtico_qzone {
	background: url(../images/tx_h_03.jpg) no-repeat center!important;
}
.jiathis_style_32x32 .jtico_weixin {
	background: url(../images/wx_h_32.png) no-repeat center!important;
}
/*关于我们*/
.about {
	width: 100%;
	height: 500px;
}
.dy {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}
.dyin {
	width: 533px;
	height: 338px;
	background: #fff;
	padding-top: 12px;
	padding-left: 44px;
	padding-right: 44px;
	float: left;
	margin-top: 74px;
	margin-left: 27px;
}
.dyin h4 {
	margin: 0 auto;
	text-align: center;
	font-size: 48px;
	color: #333;
	line-height: 120px;
	border-bottom: 1px solid #333;
	margin: 0;
}
.dyin p {
	line-height: 25px;
	font-size: 14px;
	color: #333;
	margin-top: 24px;
}
.ss {
	margin-top: 25px;
	height: 80px;
}
.s2 {
	width: 267px;
	height: 42px;
	border: 1px solid #333333;
	color: #ccc;
	padding-left: 10px;
	float: left;
}
.s4 button {
	background: #ff0000;
	border: none;
	color: #fff;
	width: 63px;
	height: 42px;
	float: left;
	margin-left: 1px;
}
.ss p {
	width: 445px;
	display: block;
	float: left;
	margin-top: 0;
	line-height: 42px;
}
/*当前位置*/
.a_nav {
	width: 1200px;
	height: 100px;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -44px;
	padding: 0px 33px;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3)
}
.a_nav h4 {
	font-family: 'AuroraBT-BoldCoc40fe690119d8a';
	font-size: 30px;
	color: #333;
	height: 56px;
	width: 1200px;
	line-height: 56px;
	z-index: 1;
	text-transform: uppercase;
}
.a_nav_bg {
	width: 1200px;
	height: 44px;
	background: #f6f6f6;
	position: absolute;
	left: 0;
	padding-left: 33px;
}
.a_nav_bg a {
	font-size: 14px;
	color: #333;
	line-height: 44px;
	margin-right: 5px;
}
.a_nav_bg a:hover {
	color: red;
}
/*简介开始*/
.about_j {
	width: 100%;
	overflow: hidden
}
.about_j_in {
	width: 1200px;
	margin: 0 auto;
}
.a_logo img {
	margin-top: 132px;
	margin-bottom: 24px;
}
.about_j_in p {
	line-height: 25px;
	font-size: 14px;
	color: #333;
	text-indent: 2em;
}
.htmleaf-container {
	width: 1000px;
	margin: 0 auto;
}
.demo {
	text-align: center;
	margin-top: 100px;
}
.counter {
	display: block;
	font-size: 50px;
	float: left;
	color: #e60012;
	margin-left: 104px;
}
.counter1 {
	display: block;
	font-size: 50px;
	float: left;
	color: #e60012;
	margin-left: 114px;
}
.counter2 {
	display: block;
	font-size: 50px;
	float: left;
	color: #e60012;
	margin-left: 144px;
}
.a_list {
	width: 330px;
	height: 80px;
	float: left;
	position: relative;
}
.about_j_in .a_list p {
	float: left;
	text-indent: inherit;
	margin-top: 35px;
	font-size: 18px;
	color: #e60012;
}
.about_j_in .a_list h4 {
	text-align: center;
	width: 347px;
	display: block;
	position: absolute;
	bottom: 0;
}
.a_list2 {
	background: url(../images/shuxian_03.png) no-repeat center;
}
/*简介的第二段*/
.a_about {
	background: #f3f3f3;
	padding: 0;
}
.a_about2 {
	padding-left: 56px;
	padding-right: 56px;
	padding-top: 24px;
	height: 465px;
}
.a_about h4 {
	line-height: 92px;
	font-size: 28px;
	color: #333;
}
.a_about2 span {
	background: #e60012;
	width: 60px;
	height: 4px;
	display: block;
}
.a_about2 p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 30px;
} /*发展历程*/
.scroll_horizontal {
	position: relative;
	width: 1330px;
	height: 120px;
	padding: 20px;
	line-height: 20px;
}
.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1330px;
	height: 200px;
	margin: 0 auto;
}
.lch {
	padding-top: 0px;
	height: 400px;
}
.lch h4 {
	font-size: 28px;
	color: #333;
	line-height: 110px;
	padding-left: 56px;
	margin-bottom: 15px;
}
.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}
.scroll_horizontal .list li {
	float: left;
	width: 490px;
	text-align: center;
	border-right: 1px solid #ccc;
	padding-left: 36px;
}
.scroll_horizontal .plus, .scroll_horizontal .minus {
	position: absolute;
	top: 160px;
	width: 30px;
	height: 60px;
	background: #f90;
	cursor: pointer;
}
.scroll_horizontal .plus {
	left: 56px;
	background: url(../images/lr_h_07.png) no-repeat left center;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.scroll_horizontal .plus3 {
	background: url(../images/lr_07.png) no-repeat left center;
}
.scroll_horizontal .minus {
	left: 105px;
	background: url(../images/lr_h_07.png) no-repeat right center;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.scroll_horizontal .minus3 {
	background: url(../images/lr_07.png) no-repeat right center;
}
.scroll_horizontal .plus:hover {
	background: url(../images/lr_h_07.png) no-repeat left center red;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.scroll_horizontal .minus:hover {
	background: url(../images/lr_h_07.png) no-repeat right center red;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.list .l_top span {
	font-size: 30px;
	color: #333;
	font-weight: 900;
	display: block;
	float: left;
	line-height: 30px;
}
.list .l_top p {
	font-size: 14px;
	color: #333;
	float: left;
	margin-top: 10px;
}
.l_bottom {
	width: 490px;
	float: left;
	margin-top: 19px;
}
.l_bottom p {
	width: 490px;
	text-align: left;
	font-size: 14px;
	color: #333;
}
/*旗下子公司*/
.zgs {
	background: #f3f3f3;
	padding-top: 0;
	margin-bottom: 56px;
}
.focus {
	position: relative;
	width: 760px;
	height: 490px;
	background-color: #f3f3f3;
	float: right;
}
.focus img {
	width: 760px;
	height: 490px;
	float: right;
}
.focus .shadow .title {
	width: 260px;
	height: 65px;
	padding-left: 30px;
	padding-top: 20px;
}
.focus .shadow .title a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bolder;
	overflow: hidden;
}
.focus .btn {
	position: absolute;
	bottom: 34px;
	left: 510px;
	overflow: hidden;
	zoom: 1;
}
.focus .btn a {
	position: relative;
	display: inline;
	width: 13px;
	height: 13px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .btn a:hover, .focus .btn a.current {
	cursor: pointer;
	background: #fc114a;
}
.focus .fPic {
	position: absolute;
	left: 0px;
	top: 0px;
}
.focus .D1fBt {
	overflow: hidden;
	zoom: 1;
	height: 16px;
	z-index: 10;
}
.focus .shadow {
	width: 624px;
	position: absolute;
	top: 116px;
	left: -624px;
	z-index: 10;
	height: 80px;
	line-height: 80px;
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0, startColorstr = '#80000000', endColorstr = '#80000000')\9;
	display: block;
	text-align: left;
}
.focus .shadow a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-left: 10px;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}
.focus .fcon {
	position: relative;
	width: 100%;
	float: left;
	display: none;
	background: #f3f3f3;
}
.focus .fcon img {
	display: block;
}
.focus .fbg {
	bottom: 25px;
	right: 40px;
	position: absolute;
	height: 21px;
	text-align: center;
	z-index: 200;
	display: none;
}
.focus .fbg div {
	margin: 4px auto 0;
	overflow: hidden;
	zoom: 1;
	height: 14px
}
.focus .D1fBt a {
	position: relative;
	display: inline;
	width: 12px;
	height: 12px;
	border-radius: 7px;
	margin: 0 5px;
	color: #B0B0B0;
	font: 12px/15px "\5B8B\4F53";
	text-decoration: none;
	text-align: center;
	outline: 0;
	float: left;
	background: #D9D9D9;
}
.focus .D1fBt .current, .focus .D1fBt a:hover {
	background: #fc114a;
}
.focus .D1fBt img {
	display: none
}
.focus .D1fBt i {
	display: none;
	font-style: normal;
}
.focus .prev, .focus .next {
	position: absolute;
	width: 30px;
	height: 60px;
	background: url(../images/lr_07.png) no-repeat;
	cursor: pointer;
}
.focus .prev {
	top: 76%;
	margin-top: -37px;
	left: -624px;
	background: url(../images/lr_07.png) no-repeat left center;
}
.focus .next {
	top: 76%;
	margin-top: -37px;
	left: -574px;
	background: url(../images/lr_07.png) no-repeat right center;
	cursor: pointer;
}
.focus .prev:hover {
	background: url(../images/lr_h_07.png) no-repeat left center red;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.focus .next:hover {
	background: url(../images/lr_h_07.png) no-repeat right center red;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.zgs_site {
	width: 624px;
	font-size: 28px;
	color: #333;
	line-height: 110px;
	padding-left: 56px;
	margin-bottom: 15px;
	float: left;
}
.focus .shadow h1 {
	font-size: 30px;
	font-weight: 900;
	color: #333;
	line-height: 56px;
}
.focus .shadow p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	padding-right: 56px;
}
/*全系列广告*/
.qxl {
	width: 100%;
	height: 107px;
}
.qxlin {
	width: 514px;
	margin: 0 auto;
	height: 107px;
}
.qxlin h4 {
	float: left;
	font-size: 30px;
	color: #fff;
	float: left;
	line-height: 107px;
}
.qxlin a {
	width: 183px;
	height: 42px;
	display: block;
	text-align: center;
	line-height: 42px;
	background: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #333;
	float: right;
	font-weight: 900;
	cursor: pointer;
	margin-top: 33px;
}
.qxlin a:hover {
	background: #e60012;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 900;
	color: #fff;
}
/*页脚颜色变化*/
.footbg .foot {
	background: #333;
}
.footbg .c2 {
	background: #333;
}
.footbg .c2 p {
	color: #fff;
}
.footbg .jiathis_style_32x32 .jtico_tsina {
	background: url(../images/xl_28.png) no-repeat center!important;
}
.footbg .jiathis_style_32x32 .jtico_qzone {
	background: url(../images/tx_30.png) no-repeat center!important;
}
.footbg .jiathis_style_32x32 .jtico_weixin {
	background: url(../images/wx_32.png) no-repeat center!important;
}
/*联系我们*/
.Leav {
	width: 100%;
	overflow: hidden;
}
.leavin {
	width: 1200px;
	height: 982px;
	margin: 0 auto;
	padding-top: 87px;
}
.leav_l {
	width: 880px;
	float: left;
}
.l_tiel h4 {
	font-size: 22px;
	color: #333;
	line-height: 62px;
}
.l_tiel span {
	width: 100%;
	height: 5px;
	display: block;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.labe {
	width: 422px;
}
.input_box ul li {
	width: 412px;
	height: 94px;
	float: left;
}
.labe p {
	float: left;
	font-size: 14px;
	line-height: 44px;
	margin-top: 16px;
	color: #333;
}
.labe span {
	float: left;
	color: red;
	line-height: 44px;
	margin-top: 16px;
}
#types {
	width: 412px;
	height: 31px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	border-color: #333;
}
#gs {
	width: 412px;
	height: 31px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
}
.input_box ul .in_r {
	float: right;
}
.input_box ul .in_l {
	float: left;
}
.input_box ul .in_ll {
	float: left;
	width: 880px;
}
#adds {
	width: 880px;
	height: 31px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
}
#mse {
	width: 880px;
	height: 146px;
	padding-left: 10px;
	font-size: 14px;
	color: #333;
	border: 1px solid #333;
}
.input_box ul .in_mse {
	width: 880px;
	height: 210px;
}
.b_left {
	float: left;
	margin-top: 32px;
	width: 112px;
	height: 33px;
	border: none;
	border-radius: 0;
	background: #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
	color: #fff;
}
/*右侧*/
.leav_r {
	float: right;
	width: 277px;
}
.ad1 {
	padding-bottom: 46px;
	padding-top: 46px;
	border-bottom: 1px solid #ccc;
}
.ad3 {
	padding-top: 30px;
}
.ad_l {
	float: left;
	width: 42px;
	height: 110px;
	margin-right: 19px;
}
.ad_r h4 {
	font-size: 14px;
	color: #aaa;
	font-weight: 900;
}
.ad_r p {
	font-size: 14px;
	color: #333;
	line-height: 30px;
}
.ad11 {
	margin-top: 14px;
}
/*资料下载*/
.containerr1 {
	padding-top: 0;
}
.seach_box {
	width: 1440px;
	height: 141px;
}
.s1 {
	float: right;
	width: 333px;
	margin-top: 98px;
	height: 31px;
}
.s5 {
	width: 438px;
}
.s5 h4 {
	float: left;
	line-height: 42px;
	color: #ff0000;
	text-decoration: underline;
	cursor: pointer;
	margin-right: 5px;
}
.date_lisy {
	width: 1440px;
	display: table
}
.date_lisy ul li {
	line-height: 56px;
	float: left;
	background: url(../images/h_06.jpg) bottom repeat-x;
}
.date_lisy ul li span {
	width: 28px;
	height: 10px;
	display: block;
	background: url(../images/on_list_03_07.jpg) no-repeat center;
	margin: 0 auto;
	margin-top: 46px;
}
.date_lisy ul li span {
	display: none;
}
.date_lisy ul li a {
	float: left;
	color: #333;
	font-size: 14px;
	padding: 0px 10px;
}
.date_lisy ul .on_list span {
	display: block;
}
.date_box {
	width: 1440px;
	margin-top: 35px;
}
.list-top {
	height: 39px;
	line-height: 39px;
	padding: 0 3.33% 0;
	background: #ccc;
	font-size: 14px;
	color: #ffffff;
}
.list-top .fl {
	float: left;
	display: inline;
}
.td1 {
	width: 24.33%;
	float: left;
	color: #333;
}
.td2 {
	width: 24.33%;
	float: left;
	color: #333;
}
.td3 {
	width: 24.33%;
	float: left;
	color: #333;
}
.td4 {
	width: 24.33%;
	float: left;
	color: #333;
	text-align: right;
}
.td4 img {
	display: block;
	float: right;
	margin-right: 14px;
	margin-top: 5px;
	cursor: pointer;
}
.f-cb {
	background: #fff;
}
.btn-lg, .btn-group-lg .p_btn {
	padding: 0!important;
	background: #fff!important;
	border: none;
	color: #333;
	font-size: 14px;
}
.btn-lg, .btn-group-lg>.p_btn:hover {
	color: #333!important;
}
/*翻页*/
.blog-pagenat {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
}
.blog-pagenat ul li {
	display: inline-block;
	list-style: none;
}
.blog-pagenat ul li a {
	display: block;
	background: #fff;
	padding: 8px 1.1em;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border: 1px solid #333;
}
/*经典案例*/
.al {
	height: 560px;
}
.al h4 {
	margin-top: 98px;
	padding-left: 0;
	line-height: 30px;
	margin-bottom: 0;
}
.al p {
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.scroll_horizontal2 {
	padding: 0;
	width: 1406px;
}
.scroll_horizontal2 .box2 {
	width: 1440px;
	height: 430px;
	overflow: hidden;
}
.scroll_horizontal .listt li {
	padding-left: 0;
	width: 364px;
	border-right: none;
}
.scroll_horizontal .listt li .l_top {
	float: left;
}
.scroll_horizontal .listt li .l_top img {
	height: 244px;
	width: 314px;
}
.r_bottom {
	width: 314px;
	height: 186px;
	margin-top: 0;
	background: #f6f6f6;
}
.r_bottom h3 {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	text-align: left;
	line-height: 51px;
	margin-top: 7px;
	width: 304px;
	padding: 0 5px;
}
.r_bottom p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	width: 304px;
	padding: 0 5px
}
.scroll_horizontal .plus2 {
	left: 0;
}
.scroll_horizontal .minus2 {
	right: 0px;
	left: inherit;
}
.k_say {
	width: 100%;
	height: 429px;
	background: url(../images/k_say_06.jpg) no-repeat center;
	padding-top: 88px;
}
.k_say_box {
	width: 580px;
	height: 226px;
	margin: 0 auto;
	background: rgba(0,0,0,0.7);
	padding: 30px;
}
.k_say_box h4 {
	line-height: 54px;
	margin-top: 4px;
	color: #fff;
	font-size: 22px;
}
.k_say_box p {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.al2 {
	height: 400px;
}
.al3 h4 {
	margin-top: 0;
}
.hz {
	width: 1190px;
	min-height: 180px;
	max-height: 270px;
	margin: 0 auto;
	background: #f2f3f5;
	margin-top: 50px;
}
.hz ul li {
	float: left;
	width: 170px;
	height: 90px;
	background: #fff;
	display: table;
	text-align: center;
}
.hz ul li span {
	display: table-cell;
	vertical-align: middle;
}
.hz ul li img {
	max-width: 170px;
	max-height: 90px;
	display: block;
	margin: 0 auto;
}
/*新闻中心*/
.leavin2 {
	padding-top: 98px;
	height: 504px;
}
#focus {
	width: 473px;
	height: 405px;
	overflow: hidden;
	position: relative;
	float: left;
}
#focus ul {
	height: 352px;
	position: absolute;
}
#focus ul li {
	float: left;
	width: 473px;
	height: 410px;
	overflow: hidden;
	position: relative;
}
#focus ul li div {
	position: absolute;
	overflow: hidden;
}
#focus .btnBg {
	position: absolute;
	width: 390px;
	left: 0;
	bottom: 0;
	background: rgba(11,11,11,0.5);
}
#focus .btn {
	position: absolute;
	width: 390px;
	height: 65px;
	padding: 5px 10px;
	right: 0;
	bottom: 36px;
	text-align: right;
	top: 308px;
}
#focus .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 25px;
	height: 10px;
	_font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	background: #393939;
}
#focus .btn span.on {
	background: #fff;
}
#focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 106px;
	background: url('../images/sprite.png') no-repeat 0 0;
	cursor: pointer
}
#focus .pre {
	left: 0;
}
#focus .next {
	right: 0;
	background-position: right top;
}
#focus ul li .slideother {
	position: absolute;
	left: 15px;
	top: 292px;
	width: 442px;
	height: 117px;
	display: inline-block;
	z-index: 99;
}
#focus ul li .slideother .h12 {
	font-size: 24px;
	padding-left: 10px;
	padding-bottom: 5px;
	position: absolute;
	top: 0px;
	left: 55px;
}
#focus ul li .slideother .h12 a {
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
	text-decoration: none;
}
#focus ul li .slideother .h12 a:hover {
	text-decoration: underline;
}
#focus ul li .slideother p {
	padding-left: 10px;
	position: absolute;
	top: 30px;
	left: -10px;
	font-size: 18px;
	height: 24px;
	overflow: hidden;
}
#focus ul li .slideother p a {
	color: #3b3b3b;
	text-decoration: none;
}
#focus ul li .slideother p a:hover {
	text-decoration: none;
}
#focus ul li h2 img {
	width: 524px;
	height: 350px
}
#focus ul li .slideother h4 {
	position: absolute;
	top: 60px;
	left: -10px;
	font-size: 16px;
	z-index: 999;
	color: #393939;
	font-weight: normal;
	height: 48px;
	overflow: hidden;
}
.news_f_r {
	width: 580px;
	float: right;
}
.news_list {
	width: 580px;
	height: 108px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 13px;
}
.news_list h4 {
	font-size: 18px;
	color: #333;
	line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list h4 a {
	color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list h4 a:hover {
	color: #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_list p {
	color: #7b7b7b;
	font-size: 14px;
	line-height: 22px;
	margin-top: 15px;
	height: 21px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_list p a {
	color: #7b7b7b;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_list p a:hover {
	color: #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
}
/*新闻下*/
.news {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
}
.newsin {
	width: 1200px;
	min-height: 482px;
	margin: 0 auto;
	padding-top: 26px;
}
.news_l {
	width: 1200px;
	height: 173px;
	margin-bottom: 52px;
	background: #fff;
}
.news_l img {
	float: left;
	margin-right: 30px;
	width: 271px;
	height: 173px;
}
.news_1 {
	width: 720px;
	height: 173px;
	float: left;
	position: relative;
}
.news_1 h4 a {
	font-size: 18px;
	color: #333;
	line-height: 50px;
	width: 720px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_1 h4 a:hover {
	color: #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_1 p a {
	font-size: 14px;
	color: #7b7b7b;
	line-height: 25px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_1 p a:hover {
	color: #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_1 .more {
	color: #333;
	width: 124px;
	height: 36px;
	border: 1px solid #333;
	line-height: 36px;
	text-align: center;
	padding-left: 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_1 .more:hover {
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.news_2 {
	width: 146px;
	height: 173px;
	float: right;
}
.news_2 p {
	font-size: 52px;
	color: #ff0000;
	text-align: center;
	margin-top: 36px;
}
.news_2 span {
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
}/*新闻翻页*/
.blog-pagenat {
	text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
}
.blog-pagenat ul li {
	display: inline-block;
	list-style: none;
}
.blog-pagenat ul li a {
	display: block;
	background: #fff;
	padding: 8px 1.1em;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #333;
	font-weight: 400;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border: 1px solid #333;
}
.blog-pagenat ul li a:hover {
	background: #ff0000;
	color: #fff;
	border: 1px solid #ff0000;
}
.leavin3 {
	margin: 0 auto;
	padding-top: 87px;
	width: 1200px;
	min-height: 500px;
	padding-bottom: 70px;
}
.titel h4 {
	text-align: center;
	color: #333;
	font-size: 22px;
	font-weight: normal;
	line-height: 84px;
}
.about_linkk {
	width: 1200px;
	height: 48px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.about_linkk p {
	float: left;
	font-size: 14px;
	color: #7c7c7c;
	line-height: 48px;
	margin-right: 26px;
}
.news_box {
	margin-top: 20px;
}
/*产品中心*/
.product {
	background: #f3f3f3;
}
.dyy {
	height: 90px;
}
.dyy {
	position: relative;
	z-index: 1;
}
.dyy .a_nav h4 {
	font-family: "Microsoft YaHei", "微软雅黑";
	font-weight: 900;
	font-size: 20px;
}
.p_top {
	width: 100%;
	background: url(../images/l_bg_02.jpg) no-repeat center;
	position: relative;
}
.p_topin {
	width: 1200px;
	height: 616px;
	margin: 0 auto;
}
.p_topin img {
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	max-width: 590px
}
.l_ins {
	width: 100%;
	padding: 50px 0;
	background: rgba(237,0,3,0.35);
}
.l_insin {
	width: 1200px;
	margin: 0 auto;
}
.l_img {
	float: left;
	width: 574px;
}
.l_img img {
	margin-top: 142px;
	float: right;
}
.r_text {
	float: right;
	width: 574px;
	margin-top: 53px;
}
.r_text h2 {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 20px;
}
.r_text p {
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}
.r_text a {
	width: 149px;
	height: 39px;
	display: block;
	background: #fff;
	text-align: center;
	line-height: 39px;
	color: #333;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 900;
	font-size: 14px;
	margin-top: 20px;
}
.r_text a:hover {
	background: #ff0000;
	color: #fff;
	font-weight: 900;
	-webkit-transition: all .2s;
	transition: all .2s;
}
/*下方列表*/
.p_lis1 {
	width: 100%;
}
.p_listin {
	width: 1132px;
	height: 355px;
	margin: 0 auto;
}
.p_l_l {
	width: 566px;
	height: 355px;
	float: left;
}
.p_l_l h4 {
	font-size: 22px;
	color: #333;
	line-height: 60px;
	margin-top: 44px;
}
.p_l_l p {
	font-size: 14px;
	line-height: 25px;
	color: #333;
}
.p_l_l a {
	width: 149px;
	height: 39px;
	display: block;
	background: #333333;
	text-align: center;
	line-height: 39px;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 900;
	font-size: 14px;
	margin-top: 20px;
}
.p_l_l a:hover {
	background: #ff0000;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.p_l_r {
	width: 566px;
	height: 355px;
	float: right;
	position: relative;
}
.p_l_r img {
	display: block;
	position: absolute;
	bottom: 0;
	left: 70px;
	max-width: 397px;
	min-width: 397px;
}
.p_lis2 {
	background: #f3f3f3;
}
.p_l_r_l {
	float: left;
	position: relative;
}
.p_l_r_l img {
	position: absolute;
	left: 20px;
	max-width: 456px;
	min-width: 397px;
}
.p_l_r_r {
	float: right;
}/*配件*/
.parts {
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.partsin {
	width: 1132px;
	height: 281px;
	margin: 0 auto;
	margin-top: 55px;
}
.parts_t {
	float: left;
	width: 270px;
}
.parts_t h4 {
	font-size: 22px;
	color: #333;
	line-height: 60px;
}
.parts_t p {
	font-size: 14px;
	colo: #333;
	line-height: 25px;
}
.parts_t a {
	width: 149px;
	height: 39px;
	display: block;
	background: #333333;
	text-align: center;
	line-height: 39px;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
	font-weight: 900;
	font-size: 14px;
	margin-top: 20px;
}
.parts_t a:hover {
	background: #ff0000;
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.pj1 {
	float: left;
	width: 274px;
	height: 263px;
	overflow: hidden;
	margin: 6px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pj1:hover {
	box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.2);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pj1 img {
	max-width: 282px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pj1 img:hover {
	transform: scale(1.1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all .5s ease 0s;
}
/*产品*/
.proin {
	width: 1200px;
	margin: 0 auto;
	padding-top: 98px;
}
.qc_l {
	padding-left: 0!important;
}
/*左侧主要样式*/
.sidebar_l {
	width: 285px;
	border-bottom: 1px solid #ccc;
	margin-top: 18px;
}
.sidebar_l h4 {
	color: #333;
	font-size: 22px;
	line-height: 72px;
	text-align: center;
}
.subNavBox {
	width: 200px;
	border: solid 1px #e5e3da;
}
.subNav {
	cursor: pointer;
	font-size: 14px;
	color: #444;
	line-height: 44px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding-left: 12px;
	background: url(../images/j.jpg) no-repeat 252px center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.currentDd {
	background: url(../images/jj_03.jpg) no-repeat 252px center;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}
.subNav a {
	color: #333;
}
.subNav:hover {
}
.currentDd {
	color: #333
}
/*.currentDt{background-image:url(../images/jiantou.jpg);}*/
.navContent {
	display: none;/*border-bottom:solid 1px #e5e3da;*/
}
.navContent li a {
	display: block;
	width: 285px;
	text-align: left;
	font-size: 14px;
	line-height: 44px;
	color: #333;
	background: #f3f3f3;
	padding-left: 12px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.navContent li a:hover {
}
.sidebar_ll {
	height: 250px;
	margin-top: 0px;
}
/*产品列表开始*/
.pd {
	width: 290px;
	height: 366px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	float: left;
	margin-left: 7px;
	margin-bottom: 44px;
	background: #fff;
}
.pd1 {
	margin-left: 0;
}
.pd_bg {
	position: absolute;
	top: 0;
	width: 290px;
	height: 265px;
	background: rgba(255,255,255,0);
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
}
.pd:hover {
	box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.2);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pd:hover .pd_bg {
	display: block;
	z-index: 1;
	background: rgba(255,255,255,0.86);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pd img {
	height: 265px;
}
.p_text {
	padding: 0px 17px;
	width: 290px;
	position: absolute;
	bottom: 13px;
}
.p_text h4 {
	text-align: left;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p_text a {
	width: 257px;
	height: 39px;
	display: block;
	text-align: center;
	background: #ff0000;
	line-height: 39px;
	color: #fff;
	font-size: 18px;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.p_text a:hover {
	background: #e6e6e6;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.qc_r {
	margin-top: 62px;
	padding-right: 0px;
}
.l_tiel2 {
	margin-bottom: 10px;
}
.hot_li {
	margin-top: 15px;
	width: 100%;
	height: 86px;
}
.hot_li h4 a {
	width: 188px;
	float: left;
	font-size: 14px;
	color: #e60012;
	font-weight: bold;
	line-height: 86px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hot_li img {
	width: 86px;
	height: 86px;
	float: right;
}
/*专用配件*/
.zypj {
	width: 100%;
}
.zypjin {
	width: 1200px;
	height: 554px;
	margin: 0 auto;
}
.bt1 {
	width: 1200px;
	height: 132px;
}
.btin {
	width: 1200px;
	height: 66px;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.btin h4 {
	font-size: 22px;
	color: #333;
	width: 120px;
	position: absolute;
	top: 52px;
	left: 530px;
	background: #fff;
	text-align: center;
}
.p2 {
	margin-left: 13px;
}
/*最新的消息*/
.update {
	width: 100%;
	background: #f3f3f3;
}
.updatein {
	width: 1200px;
	height: 272px;
	margin: 0 auto;
}
.dyin2 {
	background: none;
	margin: 0 auto;
	float: none;
	width: 422px;
}
.dyin2 h4 {
	font-size: 24px;
	color: #333;
	text-align: center;
	line-height: 90px;
	border: none;
}
.dyin2 h4 span {
	color: #e60012;
}
.dyin2 .s2 {
	background: #f3f3f3;
}
/*产品详情页*/
.p_top2 {
	background: none;
}
.l_ins2 {
	background: #f3f3f3;
}
.l_ins2 .l_insin {
	
	padding: 50px 0;
	overflow: hidden
}
.l_ins2 .l_img img {
	min-width: 320px;
	max-width: 366px;
	display: block;
	margin: 0 auto;
	float: none;
	margin-top: 20px;
}
.r_text2 h2 {
	color: #333;
}
.r_text2 p {
	color: #333;
}
.r_text2 a {
	background: #e60012;
	color: #fff;
}
.p_display {
	width: 100%;
}
.p_displayin {
	width: 1200px;
	margin: 0 auto;
}
.ban {
	margin: 0 auto;
	width: 403px;
	position: relative;
	float: left;
	margin-left: 150px;
}
.ban2 {
	width: 403px;
	height: 376px;
	position: relative;
	overflow: hidden;
}
.ban2 ul {
	position: absolute;
	left: 0;
	top: 0;
}
.ban2 ul li a img{max-width: 403px}
.prev {
	float: left;
	cursor: pointer;
}
.num {
	height: 337px;
	overflow: hidden;
	width: 92px;
	position: relative;
	float: left;
	position: absolute;
	left: -190px;
	top: -188px;
}
.min_pic {
	margin-top: 10px;
	width: 780px;
	margin: 0 auto;
	position: absolute;
	left: 0px;
	top: 50%;
}
.num ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 92px;/*height: 362px!important;*/
}
.num ul li a img {
	width: 92px;
	height: 92px;
	margin-bottom: 30px;
	border: 2px solid #ccc;
}
.num ul li.on a img {
	border: 1px solid #ccc;
	padding: 0;
}
.prev_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 20px;
	margin-right: 20px;
	cursor: pointer;
	float: left;
	display: none;
}
.next_btn1 {
	width: 16px;
	text-align: center;
	height: 18px;
	margin-top: 20px;
	cursor: pointer;
	float: right;
	display: none;
}
.prev1 {
	position: absolute;
	top: 180px;
	left: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}
.next1 {
	position: absolute;
	top: 180px;
	right: 20px;
	width: 28px;
	height: 51px;
	z-index: 9;
	cursor: pointer;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.parameter {
	width: 400px;
	position: absolute;
	right: -540px;
	top: 30px;
	background: #ccc;
}
.parameter h2 {
	color: #333;
	font-size: 16px;
	line-height: 25px;
}
.parameter p {
	color: #888888;
	font-size: 16px;
	line-height: 25px;
}
.Spec {
	width: 100%;
	background: #f3f3f3;
	overflow: hidden;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.Specin {
	width: 1200px;
	min-height: 676px;
	margin: 0 auto;
	-webkit-tap-highlight-color: transparent;
}
.sp_titel {
	width: 1200px;
	height: 63px;
	border-bottom: 1px solid #333;
	margin-bottom: 19px;
}
.sp_titel h3 {
	float: left;
	font-size: 20px;
	line-height: 48px;
	margin-top: 15px;
	font-weight: bold;
}
.sp_titel p {
	float: right;
	line-height: 48px;
}
.sp_titel p a {
	color: #333;
	line-height: 48px;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
	width: 120px;
	padding-right: 40px;
	background: url(../images/date_09.png) no-repeat right center;
	cursor: pointer;
	display: block;
}
.sp_titel2 p {
	background: none;
	padding-right: 0;
}
.sp_titel2 p a {
	color: #333;
	background: none;
	width: 134px;
}/*选项*/
.bellows__item:not(.bellows--is-open) > .bellows__content {
	display: none;
}
.bellows__item.bellows--is-open > .bellows__content-wrapper, .bellows__item.bellows--is-closing > .bellows__content-wrapper {
	display: block;
}
.bellows__content-wrapper {
	display: none;
}
.bellows {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bellows__header {
	position: relative;
	padding: 15px 20px;
	border-bottom: 1px solid #ccc;
	border-width: 0 0 1px;
	color: white;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}
.bellows__header:active {
}
.bellows__header::before, .bellows__header::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	display: block;
	width: 16px;
	height: 4px;
	margin-top: -2px;
	background: red;
	pointer-events: none;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}
.bellows__header::before {
	content: '';
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.bellows__header::after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.bellows__item.bellows--is-open > .bellows__header::before, .bellows__item.bellows--is-opening > .bellows__header::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bellows__item.bellows--is-open > .bellows__header::after, .bellows__item.bellows--is-opening > .bellows__header::after {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.bellows__item:last-child > .bellows__header {
	border-bottom: 1px solid #ccc;
}
.bellows__header h1, .bellows__header h2, .bellows__header h3, .bellows__header h4 {
	margin: 0;
	font-size: 20px;
	color: #333;
}
.bellows__content {
	padding: 20px;
	border: 1px solid #ecf0f1;
}
.bellows__content .bellows {
	margin-top: 20px;
}
.partsin2 {
	width: 1200px;
	margin-top: 15px;
}
.pd2 {
	margin-left: 13px;
	background: #fff;
}/*产品培训视频*/
.OurProgramcontent {
	width: 1440px;
	height: 500px;
	margin: 0px auto 0 auto;
}
h1.OurProgramh2 {
	font-size: 18px;
	color: #fdb301;
	font-family: Arial;
	height: 57px;
	line-height: 57px;
	text-indent: 40px;
}
h1.OurProgramh2 span {
	float: left;
	display: inline;
}
h1.OurProgramh2 a {
	float: right;
	margin-right: 80px;
	color: #F7CB00;
}
h1.OurProgramh2 span {
	float: left;
}
a.Mores {
	float: right;
	color: #fdb301;
	text-decoration: underline;
	font-size: 12px;
	margin-right: 55px;
	line-height: 57px;
}
.OurProgramcontentx {
	width: 786px;
	margin: 0 auto;
	padding-top: 20px;
}
h3.classdemo {
	font-size: 14px;
	font-family: Arial;
}
.classdemo a {
	color: #454444;
}
.OurP p {
	color: #454444;
	font-family: Arial;
	font-size: 12px;
}
.OurP table {
	border: 1px solid #000000;
	border-collapse: collapse;
*border-left:0px solid #000000;
	margin-top: 20px;
}
.OurP table tr td {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border: 1px solid #000;
}
.outmargin {
	margin-top: 35px;
}
.lastp {
	margin: 23px 0 30px 0;
}
.lastp p {
	font-family: Arial;
	font-size: 12px;
	color: #454444;
}
a.Demoa {/*background:url(../images/Classa.gif) no-repeat center center; */
	display: block;
	width: 252px;
	height: 67px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	margin-right: 18px;
	padding-left: 35px;
	color: #fdb301;
	font-size: 18px;
	font-weight: bold;
}
a.Classa {/*background:url(../images/Classa.gif) no-repeat center center;*/
	display: block;
	width: 247px;
	height: 67px;
	padding-left: 40px;
	line-height: 50px;
	overflow: hidden;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #fdb301;
}
.Ourpc {
	margin: 0 auto;
	overflow: hidden;
}
.Ourpc p {
	font-family: Arial;
	font-size: 12px;
	color: #454444;
	margin: 0px 0 15px 0;
}
.xin1 {
	clear: both;
	width: 888px;
}
.xin1 h1 {
	margin-top: 10px;
}
.xin1 h1 span {
	float: left;
	display: inline;
}
.xin1 h1 a {
	float: right;
	margin-right: 80px;
	color: #f7cb00;
}
.OurProduct, .xin1_1 {
	width: 149px;
	min-height: 130px;
	_height: 130px;
	float: left;
	margin-right: 7px;
	margin-bottom: 28px;
}
.Ourpimg img {
	padding: 1px;
	border: 1px solid #bcbcbc;
}
.name {
	font-size: 14px;
	color: #020202;
	margin-top: 2px;
}
.name p {
	font-size: 12px;
	font-style: italic;
	color: #020202;
}
.ourptext {
	width: 782px;
	margin: 10px auto 0 auto;
}
a.detailsa {
	font-size: 12px;
	color: #ff9900;
	font-family: Arial;
	float: right;
	text-decoration: underline;
	margin-top: 15px;
}
a.demargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ourku {
	margin: 15px 0;
}
.ourptext p {
	font-size: 12px;
	color: #454444;
	font-family: Arial;
	display: block;
	height: 50px;
}
.ourimg {
	float: left;
}
.ourimtext {
	float: left;
	width: 584px;
	margin-left: 12px;
	min-height: 109px;
	_height: 109px;
}
.ourimtext p {
	font-size: 12px;
	color: #454444;
	margin-top: 5px;
	line-height: 1.2;
}
.ourimg img {
	padding: 1px;
	border: 1px solid #bbbbbb;
}
h2.titleh2 {
	font-size: 14px;
	font-family: Arial;
}
.titleh2 a {
	color: #ff9900;
}
a.Dea {
	font-size: 12px;
	color: #ff9900;
	font-family: Arial;
	text-decoration: underline;
	margin-top: 25px;
	display: block;
	width: 40px;
}
.ul {
	width: 317px;
	float: left;
}
div.ulmargin {
	margin-left: 70px;
}
.ul ul li {/*background:url(../images/icon5.gif) no-repeat left 5px;*/
	padding: 0px 0 0px 13px;
	margin: 15px 0;
}
.ul ul li a {
	font-size: 12px;
	color: #454444;
	font-family: Arial;
}
.ul ul li a:hover {
	color: #fdb301;
}
h3.titleh3 {
	font-size: 16px;
}
.titleh3 a {
	color: #fdb301;
}
p.ourpform {
	font-size: 12px;
	color: #484848;
}
.formtable {
	width: 610px;
	margin-left: 20px;
}
.formtable table tr td {
	color: #494949;
	font-size: 12px;
}
.rad {
	vertical-align: middle;
}
.text3 {
	width: 316px;
	height: 20px;
	line-height: 22px;
	border: 1px solid #a7a7a7;
}
.select {
	width: 74px;
	height: 19px;
	line-height: 21px;
	border: 1px solid #a7a7a7;
}
#month, #day {
	border: 1px solid #a7a7a7;
}
.ourpform span {
	color: #ff6600;
}
.ourpform span.oupp {
	color: #ffa800;
	font-size: 10px;
}
.textwenzi {
	margin-top: 20px;
	padding: 0;
}
.textwenzi p {
	line-height: normal;
	height: inherit;
}
.paddingx {
	padding-top: 20px;
}
.line {
	line-height: 1.6;
}
h3.TabH3 {
	height: 23px;
	line-height: 35px;
	font-size: 20px;
	height: 35px;
	font-family: Arial;
	color: #727272;
	font-weight: normal;
	position: relative;
}
h3.TabH3 a {
	float: left;
	color: #727272;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	margin: 0 10px;
	height: 35px;
}
h3.TabH3 a:hover {
	text-decoration: none;
}
h3.TabH3 a span {
	color: #434343;
	font-weight: bold;
	display: inline-block;
	height: 35px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
	padding: 0 5px;
}
h3.TabH3 a.current {
	background: #93c365;
	height: 35px;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	line-height: 35px;
}
h3.TabH3 a.current span {
background:background:#93c365;
	font-weight: normal;
	padding: 0 5px;
}
.ck {
	position: absolute;
	display: block;
	font-size: 20px;
}
.ckx {
	position: absolute;
	display: block;
	color: #93c365;
	font-size: 20px;
	font-weight: bold;
	left: 1px;
}
.Con {
	margin-top: 15px;
	margin-bottom: 15px;
}
.movie {
	float: left;
	width: 344px;
	height: 270px;
	display: inline;
	position: relative;
	margin-left: 21px;
	margin-bottom: 20px;
	overflow: hidden;
}
.movie a {
	width: 344px;
	height: 242px;
	display: block;
	overflow: hidden;
}
.movie2 {
	margin-left: 0;
}
.movie .move {
	float: left;
	transition: all .5s;
	-webkit-transform: all .5s;
}
.movie .video_play:hover {
	transform: scale(1.1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all .5s ease 0s;
}
.movie .move:hover {
	transform: scale(1.1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all .5s ease 0s;
}
.movie a:hover .move {
	transform: scale(1.1);
	transition: all .5s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all .5s ease 0s;
}
.movie p {
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.video_play {
	position: absolute;
	left: 40%;
	top: 30%;
	transition: all .5s;
	-webkit-transform: all .5s;
}
.Con a.more {
	float: right;
	color: #2e9814;
	display: block;
	margin-top: 5px;
	margin-right: 22px;
	display: inline;
	font-size: 14px;
	font-family: Arial;
}
.Con1 {
	background: #93c365;
	float: left;
	padding: 20px 15px 15px 17px;
}
.Tesimg {
	float: left;
	display: inline;
	margin: 10px 6px;
}
.Con1 a.more {
	float: right;
	color: #ffffff;
	display: block;
	margin-top: 5px;
	display: inline;
	font-size: 14px;
	font-family: Arial;
}
.Tesimg img {
	float: left;
	border: 1px solid #FFF;
}
.CB_TextNav, #CB_ShowTh, #CB_Thumbs2, #CB_Thumbs, .CB_RoundPixBugFix, #CB_Padding, #CB_ImgContainer, #CB_PrevNext, #CB_ContentHide, #CB_Text, #CB_Window, #CB_Image, #CB_TopLeft, #CB_Top, #CB_TopRight, #CB_Left, #CB_Content, #CB_Right, #CB_BtmLeft, #CB_Btm, #CB_BtmRight, #CB_Prev, #CB_Prev:hover, #CB_Prev:focus, #CB_Prev:active, #CB_Next, #CB_Next:hover, #CB_Next:focus, #CB_Next:active, #CB_CloseWindow, #CB_SlideShowS, #CB_SlideShowP, #CB_SlideShowBar, #CB_Email, #CB_OSD {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	outline-style: none;
	outline: 0;
}
.absolute {
	position: absolute;
}
#CB_NotImgContent {
	position: absolute;
	width: 0px;
	height: 0px;
}
#CB_NotIC, #CB_NotImgContent {
	border: none;
	outline-style: none;
	outline: 0;
}
#CB_Window {
	width: 0px;
	border-spacing: 0px;
	border-width: 0px;
}
.CB_Sep {
	color: #bbb;
}
.CB_TnThumbs {
	width: 0px;
	height: 0px;
	border: 0px;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
.CB_BtmNav {
	position: relative;
	top: 4px;
	border: 0;
	padding: 0px 0px 0px 3px;
}
#CB_ImgHide {
	position: absolute;
	visibility: hidden;
	z-index: 1098;
	left: 0px;
}
#CB_ShowTh {
	width: 100%;
	height: 20%;
	visibility: hidden;
	position: absolute;
	z-index: 1097;
	bottom: 0px;
	left: 0px;
}
#CB_Thumbs {
	display: none;
	height: 62px;
	padding-top: 10px;
	position: absolute;
	z-index: 1100;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
}
#CB_Thumbs2 {
	margin: auto 0;
	height: 52px;
	position: absolute;
}
.CB_ThumbsImg {
	position: absolute;
	cursor: pointer;
	border: 1px solid #eee;
}
#CB_ThumbsActImg {
	cursor: default;
	border: 1px dotted #fff;
}
.CB_RoundPixBugFix {
	display: block;
	visibility: hidden;
	font-family: arial;
	font-size: 1pt;
}
#CB_ImgContainer {
	position: relative;
	width: 100%;
}
#CB_PrevNext {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1002;
}
#CB_NavPrev, #CB_NavNext {
	visibility: hidden;
	position: absolute;
	z-index: 1001;
	top: 47%;
	cursor: pointer;
}
#CB_NavPrev {
	left: 18px;
}
#CB_NavNext {
	right: 14px;
}
#CB_ContentHide {
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0px;
}
#CB_OSD {
	position: absolute;
	left: 50%;
	z-index: 5000;
	font-family: arial;
	font-size: 22px;
	color: #fff;
	background-color: #000;
	visibility: hidden;
}
#CB_Text {
	position: relative;
	text-align: left;
	overflow: hidden;
}
#CB_TT, #CB_TC {
	position: relative;
}
#CB_TT, #CB_HiddenText {
	white-space: nowrap;
}
#CB_TC {
	margin-top: 2px;
	overflow-y: auto;
}
#CB_TG {
	margin-top: -2px;
}
#CB_Window {
	left: 50%;
	position: absolute;
	top: 50%;
	visibility: hidden;
	z-index: 1100;
	border-collapse: separate;
}
#CB_Image {
	position: relative;
}
/*#CB_TopLeft{background-image:url(s_topleft.png);background-position:right bottom;}
#CB_Top{background-image:url(s_top.png);background-position:left bottom;}
#CB_TopRight{background-image:url(s_topright.png);background-position:left bottom;}
#CB_Left{background-image:url(pic/s_left.png);background-position:right top;}
#CB_Right{background-image:url(pic/s_right.png);background-position:left top;}
#CB_BtmLeft{background-image:url(pic/s_btmleft.png);background-position:right top;}
#CB_Btm{background-image:url(pic/s_btm.png);background-position:left top;}
#CB_BtmRight{background-image:url(pic/s_btmright.png);background-position:left top;}
*/
#CB_Prev, #CB_Next {
	display: block;
	width: 49%;
	cursor: pointer;
	z-index: 1102;
}
.CB_TextNav {
	text-decoration: underline;
	padding-right: 5px;
	color: #999;
	cursor: pointer;
	border: none;
}
.CB_TextNav:hover {
	text-decoration: underline;
	color: #555;
	border: none;
}
#CB_Prev {
	float: left;
	left: 0px;
}
#CB_Next {
	float: right;
	left: 0px;
}
#CB_Prev:hover {
	background: transparent;
}
#CB_Next:hover {
	background: transparent;
}
#CB_CloseWindow {
	position: absolute;
	z-index: 1104;
	cursor: pointer;
}
#CB_SlideShowS, #CB_SlideShowP {
	position: absolute;
	left: -11px;
	top: -10px;
	z-index: 1104;
	cursor: pointer;
}
#CB_SlideShowBar {
	width: 0px;
	position: absolute;
	height: 2px;
	display: none;
	z-index: 1102;
}
#CB_HiddenText, #CB_HiddenTextC {
	position: absolute;
	visibility: hidden;
	z-index: -1000;
	top: -100px;
	left: -100000px;
}
.CB_PreloadBugFix {
	width: 0px;
	height: 0px;
	z-index: -1000;
	visibility: hidden;
	position: absolute;
}

/*小屏显示器*/
@media screen and (max-width:1440px) {
.plyr audio, .plyr video {
	height: 280px!important;
}
.about_j_in {
	width: 1356px;
}
.a_logo img {
	margin-left: 30px;
}
.about_j_in p {
	padding-left: 30px;
}
.containerr {
	min-width: 1356px;
	max-width: 1356px;
}
.img-bottom {
	width: 323px;
}
.zgs_site {
	width: 550px;
}
.a_nav_bg {
	width: 1356px;
}
.a_nav_bg2 {
	width: 1200px;
}
.focus img {
	width: 678px;
}
.focus {
	width: 678px;
}
.seach_box {
	width: 1356px;
}
.date_lisy {
	width: 1356px;
}
.date_box {
	width: 1356px;
}
.OurProgramcontent {
	width: 1356px;
}
.movie {
	width: 323px;
}
.scroll_horizontal2 {
	width: 1356px;
}
.scroll_horizontal2 .box2 {
	width: 1356px;
}
.scroll_horizontal .listt li {
	width: 352px;
}
.leavin {
	width: 1356px;
	height: 528px;
}
#focus {
	width: 590px;
}
#focus ul li {
	width: 590px;
}
#focus ul li h2 img {
	width: 590px;
	height: 400px;
}
#focus .preNext {
	top: 37%;
}
.news_f_r {
	width: 680px;
}
.news_list {
	width: 680px;
}
.newsin {
	width: 1356px;
}
.news_l {
	width: 1356px;
}
.news_1 {
	width: 870px;
}
.leavin3 {
	width: 1356px;
}
.about_linkk {
	width: 1356px;
}
.hz {
	width: 1356px;
	min-height: 202px;
}
.hz ul li img {
	width: 192px;
	height: 101px;
}
.leav_l {
	width: 936px;
}
.leav_r {
	width: 346px;
}
#adds {
	width: 936px;
}
#mse {
	width: 936px;
}
.p_listin {
	width: 1200px;
}
.partsin {
	width: 1200px;
	height: 298px;
}
.pj1 {
	margin: 14px;
}
.p_displayin {
	width: 1356px;
}
.dy {
	width: 1356px;
}
.a_nav {
	width: 1356px;
}
.dyy2 {
	width: 1200px;
}
.a_nav2 {
	width: 1200px;
}
}

/*苹果6p*/
@media screen and (max-width:414px) {
	
	.td1{width: 60%; overflow: hidden}
	.td1 a{word-break:keep-all; /* 不换行 */
white-space:nowrap;        /* 不换行 */
overflow:hidden;           /* 内容超出宽度时隐藏超出部分的内容 */
text-overflow:ellipsis;}
	.td2{display: none}
	.td3{display: none}	
	
.num{height: 92px;width: 100%;position: inherit;left: 0;bottom: 0;top: inherit}	
.num ul	{width: 100%}
.num ul	li{float: left}
.list_1 ul li {
	overflow: hidden;
}
.container {
	width: 92%;
	padding-left: 0px;
	padding-right: 0px;
}
.container > header {
	width: 100%;
	max-width: 100%;
	height: 100px;
}
.logo a img {
	max-width: 180px;
}
.tel {
	float: none;
}
.tel p {
	float: right;
	text-align: right;
}
.tel p.down{display: none}
.tel p span {
	font-size: 15px;
	width: 155px;
	display: block;
}
.ssss {
	width: 198px;
	top: 0px;
	right: 101px;
}
.wwlang {
	position: absolute;
	top: 48px;
	width: 89px;
}
.navbar-toggle {
	background-color: #333 !important;
	float: left;
	margin-top: 0;
	padding: 10px 12px;
	position: relative;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background: #fff!important;
}
.icon-bar {
	background: #fff;
}
/*banner*/
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	
}
.slide-text h1 img {
	max-width: 150px!important;
}
.slide-text {
	top: 5%!important;
}
.slide-text > p {
	width: 200px!important;
	height: 200px!important;
	left: 24%!important;
	top: 0!important;
}
.slide-text > h1 {
	top: 0!important;
}
.slide-text a.btn-default {
	left: 9%!important;
	bottom: -10%!important;
	padding: 5px!important;
	font-size: 24px!important;
}/*快速导航*/
.dh_img {
	padding: 0!important;
	margin: 0 auto!important;
	width: 100%;
	display: block;
	margin-bottom: 16px!important;
}
.img-responsive{width: 100%}
.bg_box{width: 92%;margin: 0 auto}
.img-bottom {
	width: 100%;
	margin: 0 auto!important;
}
.containerr {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.about-grids {
	width: 100%;
}/*新闻*/
.fl {
	margin-left: 26px;
}
.img_box {
	width: 100%;
}
.news_img {
	width: 100%;
}
.news_b_box {
	width: 100%;
}
.news_img {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
}/*广告*/
.gl_box {
	width: 100%;
	padding-left: 26px;
}/*产品类别*/
.list_1 {
	width: 50%;
}
.containerr2 {
	margin-bottom: 37px;
}/*地址*/
.c1 {
	overflow: hidden;
	height: auto
}
.c_l {
	width: 92%;
	margin: 0 auto;
	float: none
}
.m-display{display: none}	
	/*地图*/
#dituContent {
	width: 100%!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
.c2 p {
	line-height: 37px;
	text-align: center;
	float: none;
}
.jiathis_style_32x32 {
	margin: 0 auto!important;
	width: 156px;
	display: block;
	float: none!important;
}
.jiathis_style_32x32 p {
	line-height: 37px!important;
}
.jiathis_style_32x32 .jiathis_txt {
	margin-top: 0;
}/*关于我们*/
.about {
	background: inherit!important;
	height: 146px;
}
.dy {
	height: 90px;
}
.dyin {
	display: none;
}
.a_logo img {
	margin-top: 20px;
	margin-left: 30px;
}
.about_j_in {
	width: 100%;
}
.htmleaf-container {
	width: 92%;
}
.a_list {
	width: 100%;
	float: none;
}
.counter1,.counter{font-size: 32px;margin-left: 0}	
	.about_j_in .a_list h4{width: auto}	
.about_j_in .a_list p{margin-top: 10px}	
.a_about h4{font-size: 22px;line-height: 1.5}
	
	
.a_list2 {
	background: none;
}
.demo {
	margin-top: 0px;
}
.a_about2 {
	height: 751px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 24px;
}
.scroll_horizontal {
	width: 100%;
}
.scroll_horizontal .box {
	width: 100%;
}
.scroll_horizontal .list li {
}
.focus {
	width: 100%;
	height: 621px;
}
.focus .fPic {
	top: 300px;
}
.focus .prev {
	left: 0px;
	top: 76%;
}
.focus .next {
	right: 0px;
	left: inherit;
	top: 76%;
}
.focus .shadow {
	width: 100%;
	left: 0px;
	top: -329px;
	padding: 0 30px;
}
.focus .shadow p {
	padding-right: 0;
}
.focus img {
	width: 100%;
	height: 321px;
}
.zgs_site {
	width: 100%;
}
.about_j_in p {
	padding: 0 2%;
}
.lch h4 {
	padding-left: 30px;
}
.scroll_horizontal .plus {
	left: 30px;
}
.scroll_horizontal .minus {
	left: 79px;
}
.scroll_horizontal .list li {
	padding-left: 12px;
}
.zgs_site {
	padding-left: 30px;
}/*广告*/
.qxlin {
	width: 100%;
}
.qxlin h4 {
	font-size: 22px;
	text-align: center;
	float: none;
	line-height: 51px;
}
.qxlin a {
	margin: 0 auto;
	float: none;
}
.footbg .foot {
	height: 164px;
}
.footbg .c2 p {
	font-size: 14px;
	text-align: center;
	float: none;
}
.footbg .jiathis_style_32x32 {
	width: 153px;
}/*联系我们*/
.leavin {
	width: 100%;
	padding-top: 0;
}
.leav_l {
	width: 100%;
}
.input_box ul li {
	width: 100%;
}
#types {
	width: 100%;
}
#gs {
	width: 100%;
}
.labe {
	width: 100%;
}
#adds {
	width: 100%;
}
.input_box ul .in_ll {
	width: 100%;
}
#mse {
	width: 100%;
}
.input_box ul .in_mse {
	width: 100%;
}
.leav_r {
	width: 100%;
}/*资料下载*/
.seach_box {
	width: 100%;
	height: 80px;
}
.s1 {
	width: 100%;
	margin-top: 20px;
}
.date_lisy {
	width: 100%;
}
.date_box {
	width: 100%;
}
.modal-dialog {
	padding: 8px;
}
.modal-body {
	padding-top: 10px;
}/*工业领域*/
.al h4 {
	margin-top: 20px;
}
.l_top img {
	width: 100%;
}
.scroll_horizontal .listt li {
	width: 375px;
}
.scroll_horizontal .listt li .l_top {
	width: 100%;
}
.r_bottom {
	width: 100%;
}
.k_say_box {
	width: 100%;
}
.hz {
	width: 100%;
	height: 500px;
	background: #fff;
}/*新闻中心*/
#focus {
	width: 100%;
}
#focus ul li h2 img {
	width: 100%;
}
#focus ul li {
	width: 100%;
}
.news_f_r {
	width: 100%;
}
.news_list {
	width: 100%;
}
.news_list h4 a {
	display: block;
}
.newsin {
	width: 100%;
}
.news_l {
	width: 100%;
	height: 350px;
}
.news_2 {
	display: none;
}
.news_l img {
	float: none;
	margin: 0 auto;
	display: block;
	max-width: 300px;
}
.news_1 {
	width: 100%;
	height: 177px;
}
.leavin3 {
	width: 100%;
	padding-top: 20px;
}
.titel h4 {
	line-height: 30px;
}
.about_linkk {
	width: 100%;
}
.about_linkk p {
	margin-right: 0;
}

	
/*产品中心*/
.dy {
	width: 100%;
}
.a_nav {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	padding: 0 2%;
}
.a_nav h4 {
	width: 100%;
}
.a_nav_bg {
	width: 100%;
	overflow: hidden;
	padding-left: 2%
}
.p_topin {
	width: 100%;
}
.l_insin {
	width: 100%;
}
.p_topin img {
	max-width: 300px;
	padding-top: 66px;
}
.l_img {
	
}
.l_ins2 .l_insin{padding: 0}
.l_ins {
	background: none;
	top: 192px;
}
.r_text {
	width: 100%;
	position: relative;
	margin-top: 150px;
	background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(221,225,231,1), rgba(221,225,231,1), rgba(221,225,231,1));
	background: -o-linear-gradient(rgba(255,0,0,0), rgba(221,225,231,1), rgba(221,225,231,1), rgba(221,225,231,1));
	background: linear-gradient(rgba(255,0,0,0), rgba(221,225,231,1), rgba(221,225,231,1), rgba(221,225,231,1)); /* Safari 5.1 - 6.0 */ /* Firefox 3.6 - 15 */ /* 标准的语法 */
}
.r_text h2 {
	color: #333;
	line-height: 42px;
	font-size: 22px;
}
.r_text p {
	color: #333;
	overflow: hidden;
}
.r_text a {
	background: #ff0000;
	color: #fff;
}
.p_listin {
	width: 100%;
	height: 608px;
}
.p_l_l {
	width: 100%;
}
.p_l_r {
	width: 100%;
	height: 253px;
}
.p_l_r img {
	max-width: 300px;
	min-width: 300px;
	display: block;
	margin: 0 auto;
	position: inherit;
	left: inherit;
	bottom: inherit;
}
.partsin {
	width: 100%;
	min-height: 500px;
	height: inherit;
}
.pj1 {
	float: inherit;
	margin: 0 auto;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts_t {
	margin-bottom: 20px;
}/*product_1*/
.proin {
	width: 92%;
}
.qc_l {
	padding-right: 0px;
}
.sidebar_l {
	width: 100%;
}
.subNav {
	background: url(../images/j.jpg) no-repeat 336px center;
}
.navContent li a {
	width: 100%;
}
.hot {
	display: none;
}
.qc_r {
	padding-left: 0px;
}
.pd {
	float: inherit;
	margin: 0 auto;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	margin-bottom: 40px;
	width: 100%
}
.pd_bg{max-width: 100%;display: block;margin: 0 auto}
.p_text{width: 100%}
.p_text a{margin: 0 auto}
.p_text h4{text-align: center}
.pd img{display: block;margin: 0 auto}
.zypjin {
	width: 100%;
	height: inherit;
	min-height: 500px;
}
.bt1 {
	width: 100%;
}
.btin {
	width: 100%;
}
.btin h4 {
	left: 126px;
}
.updatein {
	width: 100%;
}
.dyin2 {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.ss p {
	width: 100%;
}/*product_1_1*/
.l_img {
	width: 100%;
}
.p_displayin {
	width: 100%;
	padding: 50px 0;
    overflow: hidden;
}
.l_ins2 {
	top: 0;
}
.r_text2 {
	margin-top: 56px;
	background: none
}
.ban {
	width: 100%;
	margin-left: 0
}
.p_top2 {
	    width: 92%;
    margin: 0 auto;
}
.ban2 {
	width: 100%;
	overflow: hidden;
	
}
.min_pic {
	width: 100%;
	left: inherit;
	bottom:0;
	
}
.ban2 ul li {
	width: 375px;
}
.ban2 ul li a {
	width: 375px;
}
.ban2 ul li a img {
	width: 100%;
}
.parameter {
	display: none;
}
.Specin {
	width: 92%;
}
.bd div	img{max-width: 100%}
.sp_titel {
	width: 100%;
}
.seach_box2 {
	height: 105px;
}
.OurProgramcontent {
	width: 100%;
}
.movie {
	margin: 0 auto;
	height: 296px;
}
.scroll_horizontal .minus2 {
	right: 0;
	left: inherit;
}
.scroll_horizontal2 .box2 {
	height: 402px;
}
.scroll_horizontal .plus2 {
	left: 0;
}
#div9 {
	display: none;
}
.sb-search {
	min-width: 29px;
	height: 34px;
}
}

/*苹果6*/
@media screen and (max-width:375px) {
body {
	padding: 0 5px!important;
}
.container {
	padding-left: 0px;
	padding-right: 0px;
}
.container > header {
	width: 100%;
	max-width: 100%;
	height: 78px;
}
.logo a img {
	max-width: 170px;
}
.tel {
	float: none;
}
.tel p {
	float: right;
	text-align: right;
}
.tel p.down{display: none}	
.tel p span {
	font-size: 15px;
	width: 150px;
	display: block;
}
.ssss {
	width: 198px;
	top: 0px;
	right: 101px;
}
.wwlang {
	position: absolute;
	top: 48px;
	width: 89px;
}
.wwlangget {
	background: none;
}
.navbar-toggle {
	background-color: #333 !important;
	float: left;
	margin-top: 0;
	padding: 10px 12px;
	position: relative;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background: #fff!important;
}
.icon-bar {
	background: #fff;
}
#div9 {
	display: none;
}/*banner*/
.slide-text {
	top: 5%!important;
}
.slide-text > p {
	width: 200px!important;
	height: 200px!important;
	left: 24%!important;
	top: 0!important;
}
.slide-text > h1 {
	top: 0!important;
}
.slide-text a.btn-default {
	left: 4%!important;
	top: 34%!important;
	padding: 5px!important;
	font-size: 24px!important;
	height: 33px;
}/*快速导航*/
.dh_img {
	padding: 0!important;
	margin: 0 auto!important;
	width: 100%;
	display: block;
	margin-bottom: 16px!important;
}
.img-bottom {
	width: 348px;
	margin: 0 auto!important;
}
.containerr {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.about-grids {
	width: 100%;
}/*新闻*/
.fl {
	margin-left: 26px;
}
.img_box {
	width: 100%;
}
.news_img {
	width: 100%;
}
.news_b_box {
	width: 100%;
}
.news_img {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
}/*广告*/
.gl_box {
	width: 100%;
	padding-left: 26px;
}/*产品类别*/
.list_1 {
	width: 50%;
}
.containerr2 {
	margin-bottom: 37px;
}/*地址*/
.c1 {
	height: auto
}
	.c2{text-align: center}
.c_l {
	float: none;
	width: 92%;
margin: 0 auto;
}
	.c_l h4{font-size: 18px;}	
	
	/*地图*/
#dituContent {
	width: 100%!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
.c2 p {
	line-height: 37px;
	text-align: center;
	float: none
}
.jiathis_style_32x32 {
	margin: 0 auto!important;
	width: 156px;
	display: block;
	float: none!important;
}
.jiathis_style_32x32 p {
	line-height: 37px!important;
}
.jiathis_style_32x32 .jiathis_txt {
	margin-top: 0;
}/*关于我们*/
.about {
	background: inherit!important;
	height: 146px;
}
.dy {
	height: 90px;
}
.dyin {
	display: none;
}
.a_logo img {
	margin-top: 20px;
	margin-left: 30px;
}
.about_j_in {
	width: 100%;
	height: 702px;
}
.htmleaf-container {
	width: 100%;
}
.a_list {
	width: 100%;
	float: none;
}
.a_list2 {
	background: none;
}
.demo {
	margin-top: 0px;
}
.a_about2 {
	height: 751px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 24px;
}
.scroll_horizontal {
	width: 100%;
}
.scroll_horizontal .box {
	width: 100%;
}
.scroll_horizontal .list li {
}
.focus {
	width: 100%;
	height: 621px;
}
.focus .fPic {
	top: 300px;
}
.focus .prev {
	left: 0px;
	top: 76%;
}
.focus .next {
	right: 0px;
	left: inherit;
	top: 76%;
}
.focus .shadow {
	width: 100%;
	left: 0px;
	top: -329px;
	padding: 0 30px;
}
.focus .shadow p {
	padding-right: 0;
}
.focus img {
	width: 100%;
	height: 321px;
}
.zgs_site {
	width: 100%;
}
.about_j_in p {
	padding: 0 2%;
}
.lch h4 {
	padding-left: 30px;
}
.scroll_horizontal .plus {
	left: 30px;
}
.scroll_horizontal .minus {
	left: 79px;
}
.scroll_horizontal .list li {
	padding-left: 12px;
}
.zgs_site {
	padding-left: 30px;
}/*广告*/
.qxlin {
	width: 100%;
}
.qxlin h4 {
	font-size: 22px;
	text-align: center;
	float: none;
	line-height: 51px;
}
.qxlin a {
	margin: 0 auto;
	float: none;
}
.footbg .foot {
	height: 164px;
}
.footbg .c2 p {
	font-size: 14px;
	text-align: center;
	float: none;
}
.footbg .jiathis_style_32x32 {
	width: 153px;
}/*联系我们*/
.leavin {
	width: 100%;
	padding-top: 0;
}
.leav_l {
	width: 100%;
}
.input_box ul li {
	width: 100%;
}
#types {
	width: 100%;
}
#gs {
	width: 100%;
}
.labe {
	width: 100%;
}
#adds {
	width: 100%;
}
.input_box ul .in_ll {
	width: 100%;
}
#mse {
	width: 100%;
}
.input_box ul .in_mse {
	width: 100%;
}
.leav_r {
	width: 100%;
}/*资料下载*/
.seach_box {
	width: 100%;
	height: 80px;
}
.s1 {
	width: 100%;
	margin-top: 20px;
}
.date_lisy {
	width: 100%;
}
.date_box {
	width: 100%;
}
.modal-dialog {
	padding: 8px;
}
.modal-body {
	padding-top: 10px;
}/*工业领域*/
.al h4 {
	margin-top: 20px;
}
.l_top img {
	width: 100%;
}
.scroll_horizontal .listt li {
	width: 375px;
}
.scroll_horizontal .listt li .l_top {
	width: 100%;
}
.r_bottom {
	width: 100%;
}
.k_say_box {
	width: 100%;
}
.hz {
	width: 100%;
	height: 500px;
	background: #fff;
}/*新闻中心*/
#focus {
	width: 100%;
}
#focus ul li h2 img {
	width: 100%;
}
#focus ul li {
	width: 100%;
}
.news_f_r {
	width: 100%;
}
.news_list {
	width: 100%;
}
.news_list h4 a {
	display: block;
}
.newsin {
	width: 100%;
}
.news_l {
	width: 100%;
	height: 350px;
}
.news_2 {
	display: none;
}
.news_l img {
	float: none;
	margin: 0 auto;
	display: block;
	max-width: 300px;
}
.news_1 {
	width: 100%;
	height: 177px;
}
.leavin3 {
	width: 100%;
	padding-top: 20px;
}
.titel h4 {
	line-height: 30px;
}
.about_linkk {
	width: 100%;
}
.about_linkk p {
	margin-right: 0;
}/*产品中心*/
.dy {
	width: 100%;
}
.a_nav {
	width: 100%;
}
.a_nav h4 {
	width: 100%;
}
.a_nav_bg {
	width: 100%;
	overflow: hidden;
}
.p_topin {
	width: 100%;
}
.l_insin {
	width: 100%;
}
.p_topin img {
	max-width: 300px;
	padding-top: 66px;
}
.l_ins {
	background: none;
	top: 192px;
}
.r_text {
	width: 100%;
	position: relative;
	margin-top: 150px;
	background:none;
}
.r_text h2 {
	color: #333;
	line-height: 42px;
	font-size: 22px;
}
.r_text p {
	color: #333;
	overflow: hidden;
}
.r_text a {
	background: #ff0000;
	color: #fff;
}
.p_listin {
	width: 100%;
	height: 608px;
}
.p_l_l {
	width: 100%;
}
.p_l_r {
	width: 100%;
	height: 253px;
}
.p_l_r img {
	max-width: 300px;
	min-width: 300px;
	display: block;
	margin: 0 auto;
	position: inherit;
	left: inherit;
	bottom: inherit;
}
.partsin {
	width: 100%;
	min-height: 500px;
	height: inherit;
}
.pj1 {
	float: inherit;
	margin: 0 auto;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts_t {
	margin-bottom: 20px;
}/*product_1*/
.proin {
	width: 100%;
}
.qc_l {
	padding-right: 0px;
}
.sidebar_l {
	width: 100%;
}
.subNav {
	background: url(../images/j.jpg) no-repeat 336px center;
}
.navContent li a {
	width: 100%;
}
.hot {
	display: none;
}
.qc_r {
	padding-left: 0px;
}
.pd {
	float: inherit;
	margin: 0 auto;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	margin-bottom: 40px;
}
.zypjin {
	width: 100%;
	height: inherit;
	min-height: 500px;
}
.bt1 {
	width: 100%;
}
.btin {
	width: 100%;
}
.btin h4 {
	left: 126px;
}
.updatein {
	width: 100%;
}
.dyin2 {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.ss p {
	width: 100%;
}/*product_1_1*/
.l_img {
	width: 100%;
}
.p_displayin {
	width: 100%;
}
.l_ins2 {
	top: 0;
}
.r_text2 {
	margin-top: 56px;
}
.ban {
	width: 100%;
}
.p_top2 {
}
.ban2 {
	width: 100%;
	overflow: hidden;
}
.min_pic {
	width: 100%;
	left: inherit;
}
.ban2 ul li {
	width: 375px;
}
.ban2 ul li a {
	width: 375px;
}
.ban2 ul li a img {
	width: 100%;
}
.parameter {
	display: none;
}
.Specin {
}
.sp_titel {
	width: 100%;
}
.seach_box2 {
	height: 105px;
}
.OurProgramcontent {
	width: 100%;
}
.movie {
	margin: 0 auto;
	height: 296px;
	width: 344px;
}
.Testim {
	width: 100%;
}
.Con {
	width: 100%;
}
.dyin {
	width: 100%;
}
.scroll_horizontal .minus2 {
	right: 0;
	left: inherit;
}
.scroll_horizontal2 .box2 {
	height: 402px;
}
.scroll_horizontal .plus2 {
	left: 0;
}
}

/*苹果5s*/
@media screen and (max-width:320px) {
body {
	padding: 0 5px!important;
}
.container {
	padding-left: 0px;
	padding-right: 0px;
}
.container > header {
	width: 100%;
	max-width: 100%;
	height: 78px;
}
.logo a img {
	max-width: 191px;
}
.tel {
	float: none;
}
.tel p {
	float: right;
	text-align: right;
}
.tel p span {
	font-size: 17px;
	width: 115px;
	display: block;
}
.ssss {
	width: 152px;
	top: 0px;
	right: 101px;
}
.wwlang {
	position: absolute;
	top: 48px;
	width: 89px;
}
.wwlangget {
	background: none;
}
.navbar-toggle {
	background-color: #333 !important;
	float: left;
	margin-top: 0;
	padding: 10px 12px;
	position: relative;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	background: #fff!important;
}
.icon-bar {
	background: #fff;
}
#div9 {
	display: none;
}/*banner*/
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	height: 220px;
}
.slide-text h1 img {
	max-width: 150px!important;
}
.slide-text {
	top: 5%!important;
}
.slide-text > p {
	width: 200px!important;
	height: 200px!important;
	left: 18%!important;
	top: 0!important;
}
.slide-text > h1 {
	top: 0!important;
}
.slide-text a.btn-default {
	left: 0%!important;
	bottom: -10%!important;
	padding: 5px!important;
	font-size: 24px!important;
}/*快速导航*/
.dh_img {
	padding: 0!important;
	margin: 0 auto!important;
	width: 298px!important;
	display: block;
	margin-bottom: 16px!important;
}
.img-bottom {
	width: 348px;
	margin: 0 auto!important;
}
.containerr {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.about-grids {
	width: 100%;
}/*新闻*/
.fl {
	margin-left: 26px;
}
.img_box {
	width: 100%;
}
.news_img {
	width: 100%;
}
.news_b_box {
	width: 100%;
}
.news_img {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
	height: 280px;
}/*广告*/
.gl_box {
	width: 100%;
	padding-left: 26px;
}/*产品类别*/
.list_1 {
	width: 50%;
}
.containerr2 {
	margin-bottom: 37px;
}/*地址*/
.c1 {
}
.c_l {
	width: 100%;
	margin-left: 0px;
}/*地图*/
#dituContent {
	width: 100%!important;
	margin-right: 0!important;
	margin-left: 0!important;
}
.c2 p {
	line-height: 37px;
	text-align: center;
	float: none
}
.jiathis_style_32x32 {
	margin: 0 auto!important;
	width: 156px;
	display: block;
	float: none!important;
}
.jiathis_style_32x32 p {
	line-height: 37px!important;
}
.jiathis_style_32x32 .jiathis_txt {
	margin-top: 0;
}/*关于我们*/
.about {
	background: inherit!important;
	height: 146px;
}
.dy {
	height: 90px;
}
.dyin {
	display: none;
}
.a_logo img {
	margin-top: 20px;
	margin-left: 30px;
	width: 250px;
}
.about_j_in .a_list h4 {
	width: 100%;
}
.about_j_in {
	width: 100%;
}
.htmleaf-container {
	width: 100%;
}
.a_list {
	width: 100%;
	float: none;
}
.a_about h4 {
	line-height: 50px;
}
.a_list2 {
	background: none;
}
.demo {
	margin-top: 0px;
}
.a_about2 {
	height: 751px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 24px;
}
.scroll_horizontal {
	width: 100%;
}
.scroll_horizontal .box {
	width: 100%;
}
.scroll_horizontal .list li {
}
.focus {
	width: 100%;
	height: 570px;
}
.focus .fPic {
	top: 300px;
}
.focus .prev {
	left: 0px;
	top: 80%;
}
.focus .next {
	right: 0px;
	left: inherit;
	top: 80%;
}
.focus .shadow {
	width: 100%;
	left: 0px;
	top: -329px;
	padding: 0 30px;
}
.focus .shadow p {
	padding-right: 0;
}
.focus img {
	width: 100%;
	height: 270px;
}
.zgs_site {
	width: 100%;
}
.lch h4 {
	padding-left: 30px;
}
.scroll_horizontal .plus {
	left: 30px;
}
.scroll_horizontal .minus {
	left: 79px;
}
.scroll_horizontal .list li {
	padding-left: 12px;
}
.zgs_site {
	padding-left: 30px;
}/*广告*/
.qxlin {
	width: 100%;
}
.qxlin h4 {
	font-size: 22px;
	text-align: center;
	float: none;
	line-height: 51px;
}
.qxlin a {
	margin: 0 auto;
	float: none;
}
.footbg .foot {
	height: 186px;
}
.footbg .c2 p {
	font-size: 14px;
	text-align: center;
	float: none;
}
.footbg .jiathis_style_32x32 {
	width: 153px;
}/*联系我们*/
.leavin {
	width: 100%;
	padding-top: 0;
}
.leav_l {
	width: 100%;
}
.input_box ul li {
	width: 100%;
}
#types {
	width: 100%;
}
#gs {
	width: 100%;
}
.labe {
	width: 100%;
}
#adds {
	width: 100%;
}
.input_box ul .in_ll {
	width: 100%;
}
#mse {
	width: 100%;
}
.input_box ul .in_mse {
	width: 100%;
}
.leav_r {
	width: 100%;
}/*资料下载*/
.seach_box {
	width: 100%;
	height: 80px;
}
.s1 {
	width: 100%;
	margin-top: 20px;
}
.date_lisy {
	width: 100%;
}
.date_box {
	width: 100%;
}
.modal-dialog {
	padding: 8px;
}
.modal-body {
	padding-top: 10px;
}/*工业领域*/
.al h4 {
	margin-top: 20px;
}
.l_top img {
	width: 100%;
}
.scroll_horizontal .listt li {
	width: 375px;
}
.scroll_horizontal .listt li .l_top {
	width: 100%;
}
.r_bottom {
	width: 100%;
}
.k_say_box {
	width: 100%;
}
.hz {
	width: 100%;
	height: 500px;
	background: #fff;
}/*新闻中心*/
#focus {
	width: 100%;
}
#focus ul li h2 img {
	width: 100%;
}
#focus ul li {
	width: 100%;
}
.news_f_r {
	width: 100%;
}
.news_list {
	width: 100%;
}
.news_list h4 a {
	display: block;
}
.newsin {
	width: 100%;
}
.news_l {
	width: 100%;
	height: 350px;
}
.news_2 {
	display: none;
}
.news_l img {
	float: none;
	margin: 0 auto;
	display: block;
	max-width: 300px;
}
.news_1 {
	width: 100%;
	height: 177px;
}
.leavin3 {
	width: 100%;
	padding-top: 20px;
}
.titel h4 {
	line-height: 30px;
}
.about_linkk {
	width: 100%;
}
.about_linkk p {
	margin-right: 0;
}/*产品中心*/
.dy {
	width: 100%;
}
.a_nav {
	width: 100%;
}
.a_nav h4 {
	width: 100%;
}
.a_nav_bg {
	width: 100%;
	overflow: hidden;
}
.p_topin {
	width: 100%;
}
.l_insin {
	width: 100%;
}
.p_topin img {
	max-width: 300px;
	padding-top: 66px;
}
.l_ins {
	background: none;
	top: 192px;
}
.r_text {
	width: 100%;
	position: relative;
	height: 208px;
	margin-top: 150px;
	background: -webkit-linear-gradient(rgba(255,0,0,0), rgba(221,225,231,1), rgba(221,225,231,1), rgba(221,225,231,1));
	background: -o-linear-gradient(rgba(255,0,0,0), rgba(221,225,231,1), rgba(221,225,231,1), rgba(221,225,231,1));
	background: linear-gradient(rgba(255,0,0,0), rgba(221,225,231,1), rgba(221,225,231,1), rgba(221,225,231,1)); /* Safari 5.1 - 6.0 */ /* Firefox 3.6 - 15 */ /* 标准的语法 */
}
.r_text a {
	position: absolute;
	bottom: 0;
}
.r_text h2 {
	color: #333;
	line-height: 42px;
	font-size: 22px;
}
.r_text p {
	color: #333;
	overflow: hidden;
}
.r_text a {
	background: #ff0000;
	color: #fff;
}
.p_listin {
	width: 100%;
	height: 608px;
}
.p_l_l {
	width: 100%;
	height: 364px
}
.p_l_r {
	width: 100%;
	height: 253px;
}
.p_l_r img {
	max-width: 300px;
	min-width: 300px;
	display: block;
	margin: 0 auto;
	position: inherit;
	left: inherit;
	bottom: inherit;
}
.partsin {
	width: 100%;
	min-height: 500px;
	height: inherit;
}
.pj1 {
	float: inherit;
	margin: 0 auto;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	margin-top: 20px;
	margin-bottom: 20px;
}
.parts_t {
	margin-bottom: 20px;
}/*product_1*/
.proin {
	width: 100%;
}
.qc_l {
	padding-right: 0px;
}
.sidebar_l {
	width: 100%;
}
.subNav {
	background: url(../images/j.jpg) no-repeat 278px center;
}
.navContent li a {
	width: 100%;
}
.hot {
	display: none;
}
.qc_r {
	padding-left: 0px;
}
.pd {
	float: inherit;
	margin: 0 auto;
	box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,0.3);
	margin-bottom: 40px;
}
.zypjin {
	width: 100%;
	height: inherit;
	min-height: 500px;
}
.bt1 {
	width: 100%;
}
.btin {
	width: 100%;
}
.btin h4 {
	left: 126px;
}
.updatein {
	width: 100%;
}
.dyin2 {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.ss p {
	width: 100%;
}/*product_1_1*/
.l_img {
	width: 100%;
}
.p_displayin {
	width: 100%;
}
.l_ins2 {
	top: 0;
}
.r_text2 {
	margin-top: 56px;
}
.ban {
	width: 100%;
}
.p_top2 {
}
.ban2 {
	width: 100%;
	overflow: hidden;
}
.min_pic {
	width: 100%;
	left: inherit;
}
.ban2 ul li {
	width: 320px;
}
.ban2 ul li a {
	width: 320px;
}
.ban2 ul li a img {
	width: 100%;
}
.parameter {
	display: none;
}
.Specin {
	width: 100%;
}
.sp_titel {
	width: 100%;
}
.seach_box2 {
	height: 105px;
}
.OurProgramcontent {
	width: 100%;
}
.movie {
	margin: 0 auto;
	height: 296px;
	width: 100%;
}
.movie .move {
	width: 100%;
}
.movie a {
	width: 320px;
}
.s2 {
	width: 240px;
}
.dyin2 .s2 {
	width: 240px;
}
.scroll_horizontal .minus2 {
	right: 0;
	left: inherit;
}
.scroll_horizontal2 .box2 {
	height: 402px;
}
.scroll_horizontal .plus2 {
	left: 0;
}
}
