﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
body {
	color: #666;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;/*-moz-user-select:none;*/
	line-height: 22px;
	HEIGHT: 100%;
}
div, h1, h2, h3, h4, h5, h6, dl, dt, dd, ol, ul, li, p, q, span, strong, form, iframe, label, textarea, input {
	padding: 0;
	margin: 0;
	text-align: left
}
color {color: #317738;}
div {
	margin: 0 auto
}
ul, li, ol {
	list-style: none;
	list-style-type: none
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic
}
textarea {
	overflow-y: auto
}
q {
	quotes: none
}
q:before, q:after {
	content: '';
	content: none
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #247c3f;
}
.none, #none, .hide, #hide {
	display: none
}
#clear, .clear {
	clear: both;
	line-height: 1px;
	height: 1px;
	margin-top: -1px;
	overflow: hidden
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.fl, .l, #l {
	float: left
}
.fr, .r, #r {
	float: right
}
.MT10 {
	margin-top: 10px
}
.MB10 {
	margin-bottom: 10px
}
.PT10 {
	padding-top: 10px
}
.PB10 {
	padding-bottom: 10px
}
.PT30 {
	padding-top: 30px
}
.MT20 {
	margin-top: 20px
}
.MT50 {
	margin-top: 50px
}
.MTA {
	margin-top: -70px
}
.r5 {
	margin-right: 10px;
}
.bbai {
	background: #FFF !important;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.gray {
	color: #999;
	font-weight: normal;
}
.white {
	color: #fff;
	font-weight: normal;
}
.container {
	margin: 0 auto;
	width: 1200px;
}
a, li, span, p {
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
#header {
}
.header_top {
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: #dedede 1px solid;
}
.header_top ul {
	width: 1200px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	margin: 0 auto;
}
.header_top ul .title {
	width: 860px;
	background: none;
	text-align: left;
	color: #808080
}
.header_top ul .title b {
	color: #808080;
	padding-right: 10px;
}
.header_top ul li {
	width: 70px;
	height: 35px;
	text-align: center;
	float: left;
	display: block;
	line-height: 35px;
	color: #ccc;
}
.header_top ul li a {
	color: #666;
}
.header_top ul li a:hover {
	color: #808080;
}
.hd_cont {
	position: relative;
	height: 150px;
	overflow: hidden;
}
.hd_cont .hd_logo {
	position: absolute;
	left: 0;
	top: 35px;

}
.hd_cont .hd_logo dd {
	/*margin-top: 6px;*/
	margin-left: 12px;
	padding-left: 20px;
	border-left: 1px solid #9B9B9B;
}
.hd_cont .hd_logo dd h2 {
	font-size: 16px;
	font-weight: normal;
	color: #808080;
}
.hd_cont .hd_logo dd p {
	font-size: 16px;
	color: #808080;
}
.hd_cont .dh_phone {
	padding: 0 0 18px 180px;
	margin-top: 55px;
	background: url(../images/phone.png) no-repeat left center;
	color: #5c5c5c;
}
.hd_cont .dh_phone dd {
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a60000;
}
#nav {
	width: 100%;
	height: 55px;
	overflow: hidden;
	background: url(../images/navBg.png);
	z-index: 10;
	position: absolute;
    top: 186px;
}
#navMenu {
	width: 1100px;
	overflow: hidden;
	height: 55px;
	margin: 0 auto;
}
#navMenu ul {
	overflow: hidden;
	height: 55px;
	text-align: center;
}
#navMenu ul li {
	float: left;
	display: block;
}
#navMenu ul li a {
	width: 122px;
	height: 100%;
	line-height: 55px;
	display: block;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-family: "微软雅黑";
	background: url(../images/navline.gif) no-repeat left;
}
#navMenu ul .hover a {
	background: #247c3f;
}
#navMenu ul li.hover a, #nav ul li a:hover {
    background: url(../Images/navH.png) no-repeat;
    display: block;
    color: #fff;
}
.dropMenu {
	position: absolute;
	top: 0;
	z-index: 100;
	width: 170px;
	visibility: hidden;
	margin-top: -2px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #a60000;
}
.dropMenu li {
	display: block;
}
.dropMenu a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 30px;
	color: #FFFFFF;
}
* html .dropMenu a {
	width: 100%;
	color: #FFFFFF;
}
.dropMenu a:hover {
	color: #fff;
	background-color: #247c3f;
}
.dropMenu li {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.dropMenu a {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.main {
	width: 1000px;
	overflow: hidden;
	zoom: 1;
}
.main:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/*首页幻灯片*/
.banner {
	height: 535px;
}
.fullSlide {
	width: 100%;
	position: relative;
	height: 535px;
	background: #000;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 535px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 535px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}
.searchBg {
	padding-top: 10px;
	padding-bottom: 20px;
	background: url(../images/serbg.png) bottom no-repeat
}
.search {
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}
.search .searchBox {
	width: 262px;
}
.search .soText {
	float: left;
	width: 206px;
	height: 16px;
	line-height: 16px;
	padding: 10px;
	color: #333;
	border: none;
	background: url(../images/searchtxt.png) no-repeat center;
	outline: none;
	font-family: microsoft yahei;
}
.search .soBtn {
	float: right;
	width: 36px;
	height: 36px;
	border: none;
	background: url(../images/searchbtn.png) no-repeat center;
	cursor: pointer
}
.search .keyWord {
	width: 500px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	color: #333;
}
.search .keyWord b {
	font-weight: normal;
	height: 36px;
	float: left;
}
.search .keyWord a {
	padding: 0 10px;
	color: #333;
}
.search .keyWord ul {
	float: left;
	height: 36px;
}
.search .keyWord ul li {
	float: left;
	padding: 0 5px;
}
/*产品*/
.cpbg {
	padding: 30px 0px;
	background-color: #f9f5f2;
}
.cpbox {
	background-color: #fff;
}
.cpmu {
	width: 210px;
	height: 746px;
	overflow: hidden;
}
.cpmu h4 img {
	display: block;
}
.cpmu dl {
}
.cpmu dt {
	height: 40px;
	line-height: 40px;
	background: url(../images/cpmudt.png) no-repeat center;
}
.cpmu dt a {
	margin-left: 64px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}
.cpmu dd {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.cpmu dd a {
	display: block;
	padding-left: 20px;
	color: #333;
	background: url(../images/cpmudd.png) no-repeat left center;
}
.cpmu dd a:hover {
	display: block;
	padding-left: 20px;
	color: #fff;
	background: url(../images/famulih.png) no-repeat left center;
}
.cplist {
	margin-right: 20px;
	width: 730px;
	height: 746px;
}
.cplist h4 {
	border-bottom: 1px solid #ccc;
}
.cplist ul {
	overflow: hidden;
}
.cplist li {
	margin-right: 20px;
	margin-top: 22px;
	float: left;
	width: 243px;
	text-align: center;
}
.cplist li.nomr {
	margin-right: 0px;
}
.cplist li h5 {
	margin-top: 8px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
}
.cplist li h5 a {
	color: #333;
}
/*解决方案*/
.jjfabox {
	margin: 30px auto;
}
.famu {
	width: 270px;
	height: 576px;
}
.famu h4 img {
	display: block;
}
.famu ul {
}
.famu li {
	height: 44px;
	line-height: 44px;
	background: url(../images/famuli.png) center;
}
.famu li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	height: 44px;
	line-height: 44px;
}
.famu li:hover {
	background-image: url(../images/famulih.png);
}
.faphone {
	position: relative;
	height: 124px;
	background: url(../images/faphone.png) no-repeat center;
}
.faphone span {
	position: absolute;
	left: 60px;
	top: 88px;
	font-size: 20px;
	color: #fff;
}
.facont {
	width: 930px;
	height: 576px;
}
.facont li {
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	width: 288px;
	height: 278px;
}
.facont li h5 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: url(../images/facont.png) no-repeat center;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}
.facont li h5 a {
	margin: 0 10px;
	color: #fff;
}
.facontqy {
	width: 930px;
	height: 576px;
}
.facontqy li {
	position: relative;
	margin-left: 20px;
	margin-bottom: 20px;
	float: left;
	width: 288px;
	height: 292px;
}
.facontqy li h5 {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: url(../images/facont.png) no-repeat center;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
}
.facontqy li h5 a {
	margin: 0 10px;
	color: #fff;
}
/*优势*/
.hxysbg {
	padding-bottom: 36px;
	background: #202932 url(../images/boxbgg.jpg);
}
.hxysbox {
	text-align: center;
}
.hxysbox .hxystit {
	padding: 30px 0 20px 0;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: center;
	background: url(../images/hxystitbr.png) no-repeat bottom;
}
.hxysbox .hxystit span {
    font-size: 50px;
    height: 60px;
    line-height: 70px;
    margin-bottom: 10px;
    color: #ffffff;
    text-align: center;
    display: block;
}
.hxysbox .hxystit span p {

	color: #af0000;

}
.hxysbox ul {
	overflow: hidden;
}
.hxysbox li {
	float: left;
	margin: 0 2px;
	padding: 0 38px;
	width: 152px;
	height: 234px;
	background: url(../images/hxysdl.png) no-repeat center;
}
.hxysbox li h5 {
	padding-top: 54px;
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.hxysbox li p {
	line-height: 20px;
	font-weight: bold;
	color: #fff;
}
/*关于我们*/
.index_abt {
	width: 100%;
	background-color: #f9f5f2;
}
.about {
	width: 1200px;
	height: 350px;
	padding-top: 40px;
}
.about_t {
	width: 100%;
	height: 55px;
	position: relative;
	background: url(../images/about_titbg.gif) repeat-x bottom left;
}
.about_t h3 {
	font-size: 24px;
	color: #666;
	line-height: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.about_t h2 {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 0 20px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	background-color: #e60012;
}
.about_t .more {
	position: absolute;
	bottom: 0;
	right: 30px;
	padding: 0 15px;
	background: #a60000;
	color: #FFF
}
.about_t .more a {
	color: #FFF
}
.about_c {
	width: 1200px;
	height: 220px;
	padding: 20px 0
}
.about_cl {
	width: 300px;
	height: 220px;
}
.about_cl img {
	width: 496px;
	height: 220px;
}
.about_cr {
	width: 670px;
	height: 220px;
}
.about_cr h3 {
	line-height: 1.6em;
	font-weight: bold;
	color: #e60012;
	font-family: "Microsoft YaHei", "微软雅黑";
	font-size: 20px;
}
.about_cr span {
	width: 670px;
	line-height: 26px;
	margin-bottom: 15px;
	margin-top: 10px;
	font-size: 14px;
	display: block
}
.about_cr a {
	width: 60px;
	font-style: normal;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 15px;
	background: #a60000;
	color: #fff;
	display: block
}
.about_cr a:hover {
	background: #247c3f
}
/*横幅 定制*/

.box {
	width: 100%;
	height: 180px;
	background: url(../images/boxbg.jpg) center;
	margin-top: 30px;
}
.box_c {
	width: 1000px;
	height: 100px;
	padding: 40px 0;
}
.box_cl {
	width: 600px;
}
.box_cl h6 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 40px;
}
.box_cl span {
	color: #f7f7f7;
	font-size: 20px;
	line-height: 30px;
}
.box_cr {
	width: 300px;
	margin-top: 20px;
}
.box_cr a {
	width: 160px;
	height: 50px;
	line-height: 50px;
	float: right;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background: #cf0a1c;
}
.box_cr a:hover {
	background: #247c3f
}
/*通用标题*/
.boxt {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #e6e6e6;
}
.boxt h2 {
	float: left;
	border-bottom: 1px solid #909090;
	font-size: 20px;
	height: 44px;
	line-height: 44px;
	color: #000;
}
.boxt font {
	float: left;
	font-size: 14px;
	padding-left: 15px;
	height: 44px;
	line-height: 44px;
	color: #666;
}
.boxt a {
	float: right;
	font-family: Arial;
	line-height: 44px;
	margin-right: 10px;
	color: #000;
}
.boxt a:hover {
	color: #168301;
}
.poxt {
	width: 100%;
	background: url(../images/poxtit.png) no-repeat center bottom;
}
.poxt h4 {
	height: 84px;
	overflow: hidden;
	text-align: center;
}
.poxt h4 a {
	font-size: 24px;
	margin-top: 24px;
	display: inline-block;
	color: #e60012;
}
.poxt h4 span {
	font-size: 18px;
	display: block;
	color: #b2b2b2;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
}
.conttit {
	position: relative;
	height: 44px;
	line-height: 44px;
}
.conttit .tita {
	margin-right: 12px;
	color: #a60000;
	font-size: 18px;
}
.conttit span {
	font-family: 宋体;
	font-size: 16px;
	color: #b2b2b2;
	text-transform: uppercase;
}
.conttit .titmore {
	position: absolute;
	right: 0px;
	top: 14px;
}
/*滚动成功案例*/
.case {
	width: 1200px;

}
.ibox7 {
	padding-top: 30px;
	height: 204px;
	overflow: hidden;
	position: relative;
}
.ibox7 #LeftArr1 {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 34px;
	height: 174px;
	cursor: pointer;
	background: url(../images/left.png) left center no-repeat;
}
.ibox7 #RightArr1 {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 34px;
	height: 174px;
	cursor: pointer;
	background: url(../images/right.png) right center no-repeat;
}
.ihonor {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
.ihonor img {
	width: 220px;
	height: 134px;
	border: 7px #ededed solid;
	margin: 0px 15px;
}
.ibox77 {
    padding-top: 30px;
    height: 260px;
    overflow: hidden;
    position: relative;
}
.ibox77 #LeftArr1 {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 34px;
    height: 174px;
    cursor: pointer;
    background: url(../images/left.png) left center no-repeat;
}
.ibox77 #RightArr1 {
    position: absolute;
    right: 0px;
    top: 30px;
    width: 34px;
    height: 174px;
    cursor: pointer;
    background: url(../images/right.png) right center no-repeat;
}
.pihonor {
	width: 1000px;
	margin: 0px auto;
	overflow: hidden;
}
.pihonor img {
	width: 220px;
	height: 220px;
	border: 7px #ededed solid;
	margin: 0px 15px;
}
/*新闻动态*/
.dtspan {
	margin: 30px auto;
}
.dtbox {
	width: 918px;
	height: 414px;
	border: 1px solid #ccc;
}
.dtbox h4 {
	overflow: hidden;
	font-size: 18px;
	background: url(../images/dttitbr.png) no-repeat center;
}
.dtbox h4 a {
	float: left;
	width: 50%;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #333;
	background: url(../images/dttitbr.png) repeat-x center 47px;
	transition: all 0s;
}
.dtbox h4 a em {
	font-family: 宋体;
	text-transform: uppercase;
	margin-left: 5px;
	color: #969696;
}
.dtbox h4 a:hover, .dtbox h4 a.cur {
	background: url(../images/dttith.png) repeat-x center bottom;
	color: #a60000;
	text-decoration: none;
}
.dtbox dl {
	margin: 20px;
	height: 150px;
	overflow: hidden;
}
.dtbox dd {
	margin-left: 300px;
}
.dtbox dd h5 {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.dtbox dd h5 a {
	color: #333;
}
.dtbox dd p {
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.dtbox ul {
	margin: 0 20px;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
.dtbox li {
	position: relative;
	height: 28px;
	line-height: 28px;
}
.dtbox li a {
	display: inline-block;
	padding-left: 16px;
	background: url(../images/dtliico.png) no-repeat left center;
	width: 470px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.dtbox li span {
	position: absolute;
	right: 0;
	color: #999;
}
/*服务支持*/
.fwzc {
	width: 232px;
	height: 414px;
	border: 1px solid #ccc;
}
.fwzc h4 {
	margin-left: 18px;
	padding: 1px 0px;
}
.fwzc .fwphone {
	position: relative;
	height: 64px;
	background: url(../images/fwphone.png) no-repeat center;
}
.fwzc .fwphone span {
	position: absolute;
	left: 62px;
	top: 24px;
	font-size: 22px;
	font-weight: bold;
	color: #a60000;
}
.fwzc .m_form {
	margin-left: 8px;
}
.fwzc .m_form li {
	margin-bottom: 4px;
	overflow: hidden;
}
.fwzc .m_form label {
	float: left;
	width: 27px;
	height: 28px;
	border: 1px solid #ccc;
	border-right-width: 0;
	text-align: center;
	background-color: #fff;
}
.fwzc .m_form label img {
	position: relative;
	top: 8px;
}
.fwzc .m_form .ipttxt {
	float: left;
	width: 164px;
	border: 1px solid #ccc;
	height: 16px;
	line-height: 16px;
	padding: 6px 10px;
	outline: none;
	color: #666;
	background-color: #fff;
	font-family: microsoft yahei;
}
.fwzc .m_form .areli label {
	height: 70px;
}
.fwzc .m_form .txtare {
	float: left;
	width: 164px;
	height: 60px;
	line-height: 20px;
	border: 1px solid #ccc;
	outline: none;
	resize: none;
	color: #666;
	padding: 5px 10px;
	background-color: #fff;
	font-family: microsoft yahei;
}
.fwzc .m_form .btnsubmit {
	width: 214px;
	height: 30px;
	cursor: pointer;
	border: none;
	background: url(../images/btnsubmit.png) no-repeat center;
}
/*友情链接*/
.yqljbg {
	background-color: #000;margin-top: 30px;
}
.yqlj {
	padding: 24px 0px;
}
.yqlj .conttit {
	border-bottom: none;
}
.yqlj .conttit .tita {
	padding-left: 10px;
	color: #e60012;
	background: url(../images/yqljtit.png) no-repeat left;
}
.yqlj .conttit span {
	color: #5c5c5c;
}
.yqlj p {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.yqlj p a {
	padding-right: 15px;
	color: #808080;
}
/*页尾*/
.footwrap {
	background-color: #000;
}
.footer {
	position: relative;
	padding-bottom: 40px;
	overflow: hidden;
}
.fotnav {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}
.fotnav a {
	padding-right: 38px;
    padding-left: 39px;
	text-align: left;
	background: url(../images/navli.png) no-repeat left center;
	color: #fff;
}
.fotnav a.nobg {
	background-image: none;
	padding-left: 45
}
.fottxt {
	padding-top: 20px;
	padding-left: 398px;
	line-height: 30px;
	color: #999;
	background: url(../images/f_logo.png) no-repeat left 40px;
	border-top: 1px solid #484848;
}
.fottxt a {
	color: #999;
}
.fotphone {
	position: absolute;
	right: 0px;
	top: 100px;
	padding-left: 46px;
	background: url(../images/footphone.png) no-repeat left center;
	color: #fff;
}
.fotphone dd {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
/*内页左右*/
.ncon {
	width: 1200px;
	height: auto;
	padding-bottom: 10px
}
.ncon:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.nconr {
	width: 900px;
	float: right;
	border: #dedede 1px solid;
	background: #FFF
}
.nconrghvzt {
	width: 100%;
	float: right;
	border: #dedede 1px solid;
	background: #FFF
}
.nconl {
	width: 280px;
	float: left
}
.nconlqy {
	width: 270px;
	float: left
}
/*内页左侧产品分类*/
.expmenu {}
.prs {
	width: 280px;
	overflow: hidden;
	background: #FFF
}
.prs .t05 {
	background: #e60012;
	height: 63px;
	line-height: 63px;
	padding-left: 25px;
	font-family: "微软雅黑";
	font-size: 22px;
	font-weight: normal;
	color: #FFF
}
.prs .t05_con {
	border: 5px solid #e60012;
	width: 270px;
	border-top: 0;
}
.prs li {
	line-height: 35px;
	padding-left: 60px;
	border-bottom: 1px dotted #b4b1b1;
}
.prs li.cur a {
	color: #a60000
}
.prs li a {
	color: #a60000;
	font-size: 18px;
}
.prs li li {
	line-height: 35px;
	padding-left: 0px;
	border-bottom: 1px dotted #b4b1b1;
}
.prs li li a {
	color: #333333;
	font-size: 14px;
}
/*左侧联系我们*/
.contactn {
	width: 280px;
	overflow: hidden;
	background: #FFF;
}
.contactn .tits {
	padding: 9px 0 9px 0;
	height: 38px;
	text-align: center;
	background: #e60012;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	font-family: "Microsoft YaHei";
	padding-left: 5px;
}
.contactn .tits a {
	color: #fff;
}
.contactn .tits span {
	color: #F3F3F3;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Microsoft YaHei";
	text-align: center
}
.contactn .subnr {
	border: 1px solid #247c3f;
	border-top: 0;
	padding: 24px 7px 5px;
	width: 264px;
	overflow: hidden;
}
.contactn .subnr p {
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
}
.contactn .subnr span {
	color: #333;
	font-weight: bold;
}
.contactn .subnr h5 {
	padding-top: 12px;
	line-height: 28px;
	overflow: hidden;
    color: #a60000;
    font-size: 22px;
}
/*内页模板BANNER*/
.index_article {
	width: 100%;
	height: 400px;
	background: url(../images/img01.jpg) bottom no-repeat
}
.list_zkby {
	width: 100%;
	height: 400px;
	background: url(../images/imgzkby.jpg) bottom no-repeat
}
.list_ksby {
	width: 100%;
	height: 400px;
	background: url(../images/imgksby.jpg) bottom no-repeat
}
.list_article {
	width: 100%;
	height: 400px;
	background: url(../images/img02.jpg) bottom no-repeat
}
.list_article2 {
	width: 100%;
	height: 400px;
	background: url(../images/img03.jpg) bottom no-repeat
}
.article_article {
	width: 100%;
	height: 400px;
	background: url(../images/img03.jpg) bottom no-repeat
}

.index_ghv {
	width: 100%;
	height: 400px;
	background: url(../images/img06.jpg) bottom no-repeat
}
.index_zkbyzt {
	width: 100%;
	height: 400px;
	background: url(../images/img07.jpg) bottom no-repeat
}

.zongcai_article {
	width: 100%;
	height: 400px;
	background: url(../images/img04.jpg) bottom no-repeat
}
.fazhan_article {
	width: 100%;
	height: 50px;
	background: url(../images/img05.jpg) bottom no-repeat
}

.title {
	width: 860px;
	height: 60px;
}
.title h1 {
	height: 60px;
	line-height: 60px;
	font-family: '微软雅黑';
	font-size: 22px;
	font-weight: normal;
	display: block;
	text-align: center
}
.resource {
	height: 35px;
	width: 860px;
	line-height: 35px;
	border-bottom: 1px solid #DEDEDE;
	text-align: center;
	margin-bottom: 8px
}
.des {
	height: 40px;
	width: 94%;
	padding: 5px;
	line-height: 23px;
	border: #CCC 1px dotted;
	overflow: hidden
}
.content {
	line-height: 24px;
	font-size: 14px;
	padding: 15px 20px 25px 20px;
	width: 860px;
	background: #FFF
}
.content img {
	max-width: 860px !important;
	display: block;
	margin: 5px auto
}
.content p {
	padding-top: 10px
}
.fenxiang {
	padding: 10px 5px;
	width: 720px
}
/*相关阅读*/
.linkarc {
	width: 94%;
	padding: 10px 5px 5px 5px;
}
.linkarc_t {
	width: 96%;
	height: 25px;
	background: url(../images/xuxian.png) bottom repeat-x
}
.linkarc_t h2 {
	font-size: 12px;
	background: url(../images/dd.gif) left no-repeat;
	padding-left: 20px;
	font-weight: bold;
	font-family: "微软雅黑"
}
.linkarc_c {
	width: 94%;
	padding: 10px 0;
}
.linkarc_c li {
	width: 98%;
	height: 28px;
	line-height: 25px;
	padding-left: 15px;
	background: url(../images/dd2.gif) left no-repeat;
	border-bottom: #CCC 1px dashed
}
.linkarc_c li a {
	color: #2b2b2b
}
.caseimg {
	width: 690px;
	height: 115px;
	float: left;
	padding: 5px 5px
}
.caseimg img {
	width: 198px;
	height: 108px;
	float: left;
	border: #CCC 1px solid;
	margin-right: 10px
}
/*图片列表*/
.pro {
	width: 750px;
	padding: 5px 0
}
.proimg {
	width: 215px;
	height: 250px;
	float: left;
	display: block;
	padding: 10px 16px;
}
.proimg img {
	width: 211px;
	height: 168px;
	border: #dedede 1px solid;
	padding: 1px;
	display: block
}
.proimg span {
	width: 215px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #F7F7F7;
	text-align: center;
	display: block
}
.proimg p {
	width: 215px;
	height: 45px;
	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	color: #666;
	font-weight: normal;
	display: block
}
/*新闻列表*/
.liebiao {
	padding: 15px 15px;
	width: 96%
}
.liebiao li {
	width: 98%;
	height: 35px;
	line-height: 35px;
	background: url(../images/sou_bj.png) left no-repeat;
	padding-left: 15px;
	border-bottom: #CCC 1px dotted
}
.liebiao li a {
	width: 520px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	float: left
}
.liebiao li span {
	width: 150px;
	height: 35px;
	line-height: 35px;
	float: right;
	text-align: right
}
/*图文混排列表*/
.list_1 {
	padding: 15px;
	width: 900px
}
.list_1 li {
	height: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
}
.list_1 li img {
	width: 260px;
	height: 220px;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #dedede;
}
.list_1 li h5 a {
	font-size: 18px;
	padding-bottom: 5px;
}
.list_1 li p {
	width: 66.6%;
	font-size: 12px;
	line-height: 25px;
	color: #666;
	overflow: hidden;
	padding-top: 5px;
}
.list_1 li p a {
	color: #ff6600
}
.list_1 li p a:hover {
	color: #ff3300;
}
/*面包屑*/
.weizhi {
	width: 890px;
	height: 32px;
	border-bottom: #DDDDDD 1px solid;
	padding: 0 0 0 10px;
	background: url(../images/conttitbg.png) repeat-x
}
.weizhi h2 {
	height: 32px;
	float: left;
	padding-left: 20px;
	background: url(../images/lf_n_ic2.gif) left no-repeat;
	line-height: 32px;
	font-size: 14px;
	color: #e60012;
	display: block
}
.weizhi h3 {
	height: 32px;
	float: right;
	padding-right: 20px;
	text-align: right;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	display: block
}
.page {
	width: 720px;
	padding: 10px 0;
	margin-top: 5px;
}
/*分页*/
.page_list {
	padding: 3px;
	margin: 3px;
	text-align: center
}
.page_list a, .page_list strong {
	border: 1px solid #ddd;
	padding: 6px 10px;
}
.page_list a.now, .page_list a:hover, .page_list li.thisclass a {
	background: #247c3f;
	color: #fff;
	cursor: pointer
}
.page_list span.disabled {
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 6px 10px;
}
.page_list span.thisclass {
	background: #247c3f;
	color: #fff;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 6px 10px;
}
/*产品*/
 /*-----------------详情页-放大图---------------------*/
.proarc {
	padding: 15px 10px;
	width: 860px
}
.show_gallery {
	float: left;
	width: 430px;
	height: 508px;
	margin: 0 0 20px 0;
	position: relative;
}
.gallery_box {
	width: 430px;
	height: 508px;
	background: #fff;
	overflow: hidden
}
.tb-pic a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.tb-pic a img {
	vertical-align: middle;
}
.tb-pic a {
*display:block;
*font-family:Arial;
*line-height:1;
}
.tb-thumb {
	margin: 10px 0 0;
	overflow: hidden;
	padding: 0;
}
.tb-thumb li img {
	width: 70px;
	height: 70px;
}
.tb-thumb li {
	float: left;
	height: 70px;
	margin: 0 5px 0 5px;
	overflow: hidden;
	padding: 2px;
	border: #dfdfdf 1px solid;
}
.tb-s310, .tb-s310 a {
	height: 414px;
	width: 414px;
}
.tb-s310, .tb-s310 img {
	max-height: 414px;
	max-width: 414px;
}
.tb-s310 a {
*font-size:271px;
}
.tb-s40 a {
*font-size:35px;
}
.tb-s40, .tb-s40 a {
	height: 70px;
	width: 70px;
}
.tb-booth {
	border: 1px solid #e9e9e9;
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 2px;
}
.tb-thumb .tb-selected {
	height: 70px;
	border: #00a9e9 1px solid;
}
.tb-thumb .tb-selected div {
	background-color: #FFFFFF;
	border: medium none;
}
.tb-thumb li div {
}
div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 10px;
	width: 300px;
	height: 300px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
	margin: -3px 0 0 2px;
}
div.zoomMask {
	position: absolute;
	border: 1px solid #aaa;
	background: #fff 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
	z-index: 1;
	width: 200px;
	height: 200px;
}
.zoomDiv img {
	width: 600px;
	height: 600px;
}
.show_property {
	float: right;
	width: 410px;
	padding: 0 0 0 0;
	position: relative;
}
.show_property h1 {
	font-size: 18px;
	color: #333;
	line-height: 40px;
	font-family: "微软雅黑";
}
.show_property h1 a {
	color: #333;
}
.show_property h2 {
	font-size: 15px;
	color: #cc0000;
	line-height: 20px;
	margin-bottom: 20px;
}
.show_property p span {
	color: #999;
	display: inline-block;
}
.zx_price span {
	vertical-align: top;
	line-height: 37px;
}
.numbox span {
	vertical-align: top;
}
.show_property p {
	line-height: 25px;
	padding-bottom: 10px;
	color: #666;
	font-size: 16px;
}
.show_property p s {
	color: #999;
	font-family: "微软雅黑";
}
.show_property p strong {
	color: #F0800F;
	font-size: 16px;
	font-weight: 700;
	font-family: "微软雅黑";
	vertical-align: bottom;
	position: relative;
	padding: 0 5px;
}
.show_property p b {
	color: #F0800F;
	font-size: 16px;
	font-family: "微软雅黑";
	vertical-align: bottom;
*vertical-align:middle;
	font-weight: 700;
}
.show_property .color_class {
	padding: 20px 0;
	width: 300px;
	margin: 10px 0 0 0;
}
.show_property .color_class span {
	vertical-align: top;
	line-height: 36px;
	display: block;
	float: left;
	width: 66px;
	color: #999;
}
.green {
	color: #669900;
}
.show_property .share {
	position: absolute;
	top: 438px;
	width: 280px;
	height: 40px;
}
.choose_style {
	width: 96%;
	height: 95px;
	margin: 10px 0 0 0;
	border: #e9e9e9 1px solid;
	background: #f4f4f4;
}
.choose_style h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
}
.choose_style h3 span {
	float: left;
	width: 148px;
	height: 39px;
	background: #fff;
	line-height: 39px;
	border-right: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
	cursor: pointer;
}
.choose_style h3 span.last {
	border-right: none;
	width: 149px;
}
.choose_style h3 span.current {
	background: #f4f4f4;
	border-bottom: #f4f4f4 1px solid;
}
.choose_color {
	margin: 0;
}
.choose_color li {
	overflow: hidden;
	width: 78px;
	height: 38px;
	border: #ccc 1px solid;
	background: #fff;
	line-height: 34px;
	text-align: center;
	position: relative;
}
.choose_color li img {
	display: none;
}
.choose_color li span {
	display: none;
}
.choose_color li.tb-selected span {
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/choose.gif) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
.choose_color li.tb-selected {
	width: 74px;
	height: 34px;
	border: #F0800F 3px solid;
	background: #fff;
	line-height: 34px;
}
.choose_color li .tb-s40, .choose_color li .tb-s40 a {
	height: 34px;
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 34px;
	cursor: pointer;
}
.choose_body {
	padding: 10px 0 15px 20px;
}
.choose_body td {
	height: 40px;
	line-height: 40px;
	padding: 0 0 10px 0;
}
.num_box {
	float: left;
	background: url(../images/num_box.jpg) no-repeat;
	width: 72px;
	height: 40px;
	line-height: 40px;
	border: none;
	text-align: center;
	font-size: 20px;
	color: #F0800F;
	font-family: Arial, Helvetica, sans-serif;
}
.add_num {
	float: left;
	display: block;
	width: 29px;
	height: 40px;
	background: url(../images/add.jpg) no-repeat;
	border: none;
	cursor: pointer;
}
.min_num {
	float: left;
	display: block;
	width: 29px;
	height: 40px;
	background: url(../images/min.jpg) no-repeat right 0;
	border: none;
	cursor: pointer;
}
.buybtn {
	display: block
}
.choose_body td.btnbar {
	padding: 10px 0 0 0;
}
.show_sider {
	float: left;
	width: 190px;
}
.show_content {
	float: left;
	width: 860px;
	display: inline;
}
.show_content h3 {
	height: 47px;
	background: url(../images/hbg.jpg) repeat-x 0 bottom;
}
.show_content h3 span {
	float: left;
	display: block;
	height: 43px;
	line-height: 43px;
	color: #333;
	font-weight: bold;
	border: #e9e9e9 1px solid;
	border-bottom: none;
	background: #f9f9f9;
	cursor: pointer;
	font-weight: normal;
	width: 110px;
	text-align: center;
	margin: 0 10px 0 0;
	display: inline;
}
.show_content h3 span.current {
	height: 44px;
	line-height: 43px;
	border: #e9e9e9 3px solid;
	border-bottom: none;
	background: #fff;
	font-weight: bold;
	width: 110px;
}
.show_content h3 span b {
	color: #669900;
	font-weight: normal;
}


/* 扩散泵油专题页面 */
.nconrksbyzt {
	width: 100%;
	float: right;
	border: #dedede 1px solid;
	background: #FFF
}
.proksbyzt .show_content {
float: right;
    width: 780px;
    display: inline;
    margin-top: 10px;
	}

.weizhiksby {
	width: 99%;
	height: 32px;
	border-bottom: #DDDDDD 1px solid;
	padding: 0 0 0 10px;
	background: url(../images/conttitbg.png) repeat-x
}
.weizhiksby h2 {
	height: 32px;
	float: left;
	padding-left: 20px;
	background: url(../images/lf_n_ic2.gif) left no-repeat;
	line-height: 32px;
	font-size: 14px;
	color: #247c3f;
	display: block
}
.weizhiksby h3 {
	height: 32px;
	float: right;
	padding-right: 20px;
	text-align: right;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	display: block
}
.proksby {
	width: 100%;
	padding: 5px 0
}
.proimgksby {
	width: 380px;
	
	float: left;
	display: block;
	padding: 10px 16px;
}
.proimgksby a img {
	width: 380px;
	
	border: #dedede 1px solid;
	padding: 1px;
	display: block
}
.proimgksby a span {
	width: 380px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #F7F7F7;
	text-align: center;
	display: block
}
.proimgksby p {
	width: 380px;

	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	color: #666;
	font-weight: normal;
	display: block
}

.proksbyzt {    width: 100%;
    height: auto;
    padding: 10px 0px;
    float: left;
    line-height: 30px;
    border-bottom: 1px solid #d7d8d8;}

.proksbyzt .btnbar {padding: 10px 0 20px 0;;height: 40px;
    line-height: 40px;
}
.proksbyzt .btnbar img{width:150px;    border:none;
    }
.indexksbytitle {text-align: center;}
.indexksbytitle h1{font-size: 36px;margin-top: 30px;
    color: #247c3f;text-align: center;}
.indexksbytitle h3{    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;}

.dtztbox {
	width: 918px;
	
	border: 1px solid #ccc;
}
.dtztbox h4 {
	overflow: hidden;
	font-size: 18px;
	
}
.dtztbox h4 a {
	float: left;
	width: 100%;
	text-align: left;
	height: 48px;
	line-height: 48px;
	color: #333;
	background: url(../images/dttitbr.png) repeat-x center 47px;
	transition: all 0s;
	padding-left: 20px;
}
.dtztbox h4 a em {
	font-family: 宋体;
	text-transform: uppercase;
	margin-left: 5px;
	color: #969696;
}
.dtztbox h4 a:hover, .dtbox h4 a.cur {
	background: url(../images/dttith.png) repeat-x center bottom;
	color: #a60000;
	text-decoration: none;
}
.dtztbox dl {
	margin: 20px;
	overflow: hidden;
	border-bottom: 1px dashed #000;
    /* margin-bottom: 20px; */
    padding-bottom: 20px;
}

.dtztbox dd h5 {
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}
.dtztbox dd h5 span {
float: right;
    color: #999;
}
.dtztbox dd h5 a {
	color: #333;
}
.dtztbox dd p {
	line-height: 22px;
	
	overflow: hidden;
}

.dtztbox h4 a:hover, .dtztbox h4 a.cur {
    background: url(../images/dttith.png) repeat-x center bottom;
    color: #a60000;
    text-decoration: none;
}

/*-----------------详情页-商品参数---------------------*/
.brand_box {
	background: #f9f9f9;
	border: #e9e9e9 1px solid;
	margin: 15px 0;
}
.brand_box ul {
	margin: 25px;
}
.brand_box ul li {
	float: left;
	width: 50%;
	height: 24px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
.brand_box ul li strong {
	color: #333;
	font-weight: normal;
}
.content_body {
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
	padding: 5px
}
.content_body table {
	width:100%
}
.content_body td img {
	width:100%
}

.content_body p {
	font-size: 14px;
}
.content_body img {
	max-width: 750px;
}
.content_box {
	display: none;
}
.evaluate ul {
	padding: 10px 0 0 0;
}
.evaluate ul li {
	border-bottom: #e9e9e9 1px solid;
	clear: both;
	padding: 18px 0;
}
.evaluate ul li span {
	color: #999;
}
.evaluate ul li p {
	line-height: 20px;
	color: #666;
}
.evaluate ul li p strong {
	color: #669900;
	font-weight: normal;
	margin-right: 8px;
}
.author {
	padding: 0 0 5px 0;
}
.show_content .pages {
	text-align: left;
	margin: 25px 0;
}
.comment {
	border: #e9e9e9 1px solid;
	background: #f4f4f4;
	padding: 20px 30px;
}
.comment h4 {
	line-height: 20px;
	color: #666;
	font-weight: normal;
	padding: 5px 0 15px 0;
}
.comment td {
	height: 35px;
	padding-bottom: 10px;
}
.comment td .text {
	border: #ccc 1px solid;
	height: 33px;
	line-height: 33px;
	width: 198px;
}
.comment td textarea {
	border: #ccc 1px solid;
	height: 118px;
	line-height: 33px;
	width: 598px;
	overflow: hidden;
}
.huifu {
	border: #FFCC99 1px solid;
	background: #FFF4EA;
	padding: 20px;
	line-height: 21.6px;
	margin: 15px 0 0 0;
}
.huifu_body {
	position: relative;
}
.huifu em {
	display: block;
	width: 16px;
	height: 18px;
	font-size: 0;
	line-height: 0;
	background: url(../images/jiao.gif) no-repeat 0 0;
	position: absolute;
	top: -28px;
*top:-33px;
	_top: -32px;
	left: 6px;
	z-index: 1000;
}
.huifu strong {
	color: #ff6500;
	font-weight: normal;
}
.sela_list li {
	height: 250px;
	margin: 15px 0 0 0;
	border: #dfdfdf 1px solid;
	padding: 20px;
	position: relative;
	z-index: 100;
}
.sela_list li img {
	margin: 0 40px 0 0;
	width: 250px;
	height: 250px;
}
.sela_list li p strong a {
	font-size: 20px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 36px;
	font-style: normal;
}
.sela_list li p s {
	color: #999;
	line-height: 24px;
}
.sela_list li p em {
	color: #FF7F00;
	font-size: 25px;
	line-height: 24px;
	font-style: normal;
	font-family: "微软雅黑";
	margin-bottom: 15px;
	display: block;
}
.sela_list li p {
	line-height: 22px;
	color: #333;
	font-family: "微软雅黑";
	font-size: 11px;
}
.sela_list li p b {
	color: #FF7F00;
}
.tehui_ico {
	position: absolute;
	width: 79px;
	height: 79px;
	background: url(../images/tehui.gif) no-repeat;
	top: -1px;
	left: -1px;
}
.sela_list li .kq {
	display: block;
	width: 96px;
	height: 46px;
	background: #000 url(../images/kq.jpg) no-repeat right 0;
	position: absolute;
	top: 208px;
	right: -5px;
	z-index: 100;
}
.ok_btn {
	background: #247c3f;
	border: medium none;
	color: #ffffff;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	text-align: center;
	width: 130px;
}
.shr_hotpage {
	float: left;
	padding: 18px 0 22px 0;
	width: 100%;
	text-align: center;
	border-top: #dedede 1px dotted
}
.correlation-article {
	margin-top: 15px;
	padding-bottom: 15px;
}
.correlation-article h2 {
	border: 0;
	border-bottom: 1px #E6E6E6 solid;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	background: url(../images/xgtit.png) left no-repeat;
}
.correlation-article ul {
	height: 100%;
	overflow: hidden;
}
.correlation-article li {
	width: 32%;
	text-align: left;
	line-height: 30px;

	padding-left: 10px;
	float: left;

}
/* 2 */
.correlation-article2 {
	margin-top: 15px;
	padding-bottom: 15px;
}
.correlation-article2 h2 {
	border: 0;
	border-bottom: 1px #E6E6E6 solid;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	background: url(../images/xgtit.png) left no-repeat;
}
.correlation-article2 ul {
	height: 100%;
	overflow: hidden;
}
.correlation-article2 li {
	width: 32%;
	text-align: left;
	line-height: 30px;

	padding-left: 10px;
	float: left;
	background: url(../images/sou_bj.png) left no-repeat;
	list-style: none;
}
/*留言*/
.contact-xmtj {
	width: 690px;
	margin-top: 10px;
	background: url(../images/jobbg.png) top right no-repeat
}
.contact-xmtj a:hover {
	color: #F00
}
.name2 {
	width: 323px;
	height: 21px;
	line-height: 21px;
	border: 1px #e2e2e2 solid;
	font-family: "Microsoft YaHei";
}
.con {
	width: 583px;
	height: 161px;
	border: 1px #e2e2e2 solid;
	font-family: "Microsoft YaHei";
}
.button1 {
	width: 64px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	cOLOR: #FFF;
	font-family: "Microsoft YaHei";
	background: url(../images/xmtj_11.jpg) no-repeat;
	border: none;
	margin-right: 20px;
	float: left;
	cursor: pointer;
}
.button2 {
	width: 64px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	cOLOR: #FFF;
	font-family: "Microsoft YaHei";
	background: url(../images/xmtj_13.jpg) no-repeat;
	float: left;
	border: none;
	cursor: pointer;
}
/*在线客服*/
.online-qq {
	position: fixed;
	top: 50%;
	right: 3px;
	z-index: 200;
}
.online-qq .qq_content {
	background: #fff;
	margin: 0;
	padding: 0;
}
.online-qq .qq_content .dt {
	text-align: center;
	background: #202020;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 15px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.online-qq .qq_content .qq {
	padding: 10px 10px 5px;
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0
}
.online-qq .qq_content .qq p {
	background: url(../images/online_qq.png) repeat-x 0 -33px;
	margin: 0 0 5px
}
.online-qq .qq_content .qq a {
	border: 1px solid #ddd;
	display: block;
	background: url(../images/online_qq.png) no-repeat 10px -72px;
	height: 23px;
	line-height: 23px;
	padding: 0 18px 0 30px
}
.online-qq .qq_content .tel {
	background: #fff;
	padding: 10px;
	margin: 0;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-top: 0
}
.online-qq .qq_content .tel strong {
	font-size: 12px;
	color: #af1f24
}
.online-qq .qq_content .tel p {
	text-align: center;
	font-size: 12px
}
.online-qq .footqq {
	border: 1px solid #ddd;
	background: #f1f1f1;
	height: 2px;
	overflow: hidden;
	margin: 0 5px;
	border-top: 0;
	display: none
}
.qr_code {
	position: fixed;
	top: 50%;
	left: 10px;
	z-index: 200;
	text-align: center;
	background: #fff;
	padding: 5px;
}
.qr_code img {
	margin: 0 0 5px;
	display: block
}
.page_top {
	position: absolute;
}
#pageTop {
	z-index: 160;
	width: 65px;
	height: 65px;
	background: url(../images/pagetop.png) no-repeat;
	position: fixed;
	_position: absolute;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	text-indent: -999px;
	cursor: pointer
}
#pageTop:hover {
	background-image: url(../images/pagetop_on.png)
}
#pageTop a {
	width: 100%;
	height: 100%;
	display: block;
}
*html #pageTop a {
	width: 65px;
	height: 65px
}
.pagex {
	clear: both;
	height: 30px;
	margin: 20px;
	overflow: hidden;
}
.mbbody_body .pagex {
	margin-left: 20px;
}
.pagex ul {
}
.pagex ul li {
	float: left;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	    font-size: 14px;
}
.pagex ul li.thisclass {
	display: inline-block;
	border: 1px solid #e60012;
	padding: 2px 9px;
	margin: 0 3px;
	background: #e60012;
	color: #fff;

}
.pagex ul li.thisclass a {
	color: #fff;
}
.pagex ul li a:hover {
	color: #1f9652;
}
.pagex ul li span {
	display: inline-block;
	padding: 0;
}
.mbg {
	background: #fff url(../images/mbg.jpg) repeat-x 0 0;
	position: relative;
	top: 20px;
	z-index: 99;
	padding-top: 20px;
	padding-left: 10px;
}
.wrap {
	width: 1100px;
	height: 560px;
	clear: both;
	margin: 0 auto;
}
.flnav {
	margin: 10px auto;
	text-align: center;
}
.flnav a {
	background: #a70000;
	color: #ffffff;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
	text-align: center;
	width: auto;
	font-weight: bold;
	padding: 10px;
	float: left;
	margin-top: 10px;
}
.flnav a:hover {
	background: #dcdcdc;
	color: #000;
}
.ny_pictures {
	margin-top: 10px;
}
.ny_pictures li {
	float: left;
	height: 215px;
	margin: 5px;
	overflow: hidden;
	width: 255px;
}
.ny_pictures li p {
	line-height: 30px;
	text-align: center;
	width: 235px;
	font-weight: bold;
	font-size: 14px;
}
.ny_pictures li a img {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cccccc;
	height: 170px;
	padding: 8px;
	width: 235px;
}
.ny_pictures li a:hover img {
	background: #a70000 none repeat scroll 0 0;
	height: 170px;
	padding: 8px;
	width: 235px;
}
.sy_fl p {
	margin: 5px 0 5px 10px;
	float: left;
	width: 183px;
}
.sy_fl p span {
	float: left;
	width: 183px;
	background: #e60012;
	color: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
.sy_fl p span a {
	color: #fff;
	line-height: 50px;
	width: 183px;
	display: block;
	    font-size: 16px;
}
.sy_fl p span a:hover {
	color: #fff;
	background: #247c3f;
	width: 183px;
}
.sy_fl {
	padding: 10px;
	height: 100px;
	width: 1360px;
}
.sy_fl ul li strong {
	color: #fff;
	font-size: 18px;
	font-family: "微软雅黑";
	background: #a60000;
	width: 150px;
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	float: left;
	margin-bottom: 10px;
}
.sy_fl ul li strong a {
	color: #fff;
}
.sy_fl ul li em {
	display: block;
	float: left;
	font-style: normal;
	height: 30px;
	line-height: 30px;
}
.sy_fl ul li em a {
	padding: 0 10px;
	font-size: 12px
}
.top3 {
	font-size: 28px;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.top3 a:link {
	text-decoration: none;
	color: #000;
}
.top3 a:hover {
	text-decoration: none;
	color: #000;
}
.top3 a:visited {
	text-decoration: none;
	color: #000;
}
.top3 a:active {
	text-decoration: none;
	color: #000;
}
.top_3 {
	font-size: 40px;
	text-decoration: none;
	color: #a60000;
}
.top_3 a:link {
	text-decoration: none;
	color: #a60000;
}
.top_3 a:hover {
	text-decoration: none;
	color: #a60000;
}
.top_3 a:visited {
	text-decoration: none;
	color: #a60000;
}
.top_3 a:active {
	text-decoration: none;
	color: #a60000;
}
.sy_tjcp {
	margin-left: 10px;
}
.sy_tjcp a {
	float: left;
	width: 23.5%;
	display: block;
	border: 1px solid #ccc;
	margin: 10px
}
.sy_tjcp a:hover {
	border: 1px solid #b6b6b6
}
.sy_tjcp a img {
	width: 100%;
}
.sy_tjcp a span {
	display: block;
	
	background: url(../images/tb.png) 510px 75px no-repeat #e60012;
	padding: 20px 10px;
	height: 80px;
	overflow: hidden
}
.sy_tjcp a span h3 {
	color: #FFF;
	font-size: 16px;
}
.sy_tjcp a span h4 {
	color: #FFF;
	font-size: 14px;
	font-weight: normal
}
.sy_tjcp a:hover span {
	background: url(../images/tb.png) 510px 75px no-repeat #b6b6b6
}
.sy_tjcp a:hover span h3 {
	color: #000;
	font-size: 16px;
}
.sy_tjcp a:hover span h4 {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
/*图片列表*/
.pro {
	width: 900px;
	padding: 5px 0
}
.proimg {
	width: 266px;
	height: 310px;
	float: left;
	display: block;
	padding: 10px 16px;
}
.proimg img {
	width: 266px;
	height: 266px;
	padding: 1px;
	border: #dedede 1px solid;
	display: block
}
.proimg span {
	width: 270px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #F7F7F7;
	text-align: center;
	display: block
}
.proimg p {
	width: 266px;
	height: 45px;
	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	color: #666;
	font-weight: normal;
	display: block
}
.good {
    width: 100%;
	margin-bottom: 30px;

}
.good .good_tit {
    padding-top: 44px;
    text-align: center;
    color: white;
}
.good .good_tit h2 {
    font-size: 36px;
    line-height: 40px;
	color: #ffffff;
	border-bottom: none;
}
.good .good_tit p {
    font-size: 24px;
    margin-top: 18px;
}
.good .good_title {
    text-align: center;
    margin-top: 100px;
}
.good .good_title h2 {
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    background: url(../images/g1.png) no-repeat center bottom;
    color: black;
    letter-spacing: 1px;
}
.good .good_title h2 span {
    color: #00b4fe;
}
.good .good_title p {
    font-size: 18px;
    color: #5A6059;
    margin-top: 10px;
}
.good .box {
    margin-top: 15px;
background:NONE;

}
.clearfix {
    display: block;
}
.good .box .left {
    width: 620px;
}
.good .box .list {
    width: 100%;
    margin-top: 54px;
}
.fl {
    float: left;
}
.good .box .list .num {
    width: 46px;
    height: 54px;
    line-height: 54px;
    padding-left: 7px;
    text-align: center;
    color: white;
    font-family: Impact Regular;
    font-size: 43px;
    background: url(../images/g2.png) no-repeat;
}
.good .box .list .txt {
    width: 543px;
}

common.css:134
.fr {
    float: right;
}
.good .box .list .txt .tits {
    width: 100%;
    height: 78px;
    background: url(../images/g4.png) no-repeat bottom;
    background-size: 100% auto;
    color: #294471;
    margin-bottom: 10px;
}

.good .box .list .txt .tits h4 {
    font-size: 28px;
    line-height: 30px;
}

.good .box .list .txt .tits p {
    font-size: 12px;
    margin-top: 5px;
}
.good .box .list .txt .txt1 {
    padding-left: 18px;
    width: 525px;
    line-height: 24px;
    font-size: 16px;
    color: #666666;
    position: relative;
}
.good .box .list .txt .txt1 img {
    position: absolute;
    top: 8px;
    left: 0;
}



.good .box .bottom {
    margin-top: 20px;
}
.good .box .right {
    width: 565px;
}
.fr {
    float: right;
}
.wrap {
    width: 74%;
    margin: 0 auto;
    height: auto;
}
.good .box .right .txt {
    width: 490px;
}
.good .box .list .num {
    width: 47px;
    height: 54px;
    line-height: 54px;
    padding-left: 7px;
    text-align: center;
    color: white;
    font-family: Impact Regular;
    font-size: 43px;
    background: url(../images/g2.png) no-repeat;
}
.good .box .list4 {
    position: relative;
    left: -122px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.xinwen{ width:1200px; margin:0 auto;margin-bottom: 25px;}
.p_title1{background:url(../Images/bg08.png) no-repeat;width:356px; height:48px;}
.xinwen .jszc{ width:356px;border: 1px solid #ccc;}
.xinwen .jszc ul {font-family:"微软雅黑";padding: 13px 20px; background-color:#FFFFFF; margin:0 auto; }
.xinwen .jszc ul li a{color:#666;}
.xinwen .jszc ul li{line-height:28px;background: url(../images/dtliico.png) no-repeat left center;
    padding-left: 16px;}
.xinwen .khzx{ width:462px;margin-left:10px;;border: 1px solid #ccc;}
.xinwen .khzx ul {font-family:"微软雅黑";background-color:#FFFFFF;  margin:0 auto;padding: 13px 0;}
.xinwen .khzx ul li a{color:#666;}
.xinwen .khzx ul li{line-height: 28px;
    background: url(../images/dtliico.png) no-repeat left center;
    padding-left: 16px;}
.tw1 {margin-top:18px; display:inline;border: 1px solid #ccc;}
.tw1 span{background:#fff;border:1px solid #ccc;float:left;width:107px;margin:0 2px;}
.tww1{float:right;width:300px; float:right; height:83px;}
.tw1 .tww1 h5{font-weight:bold;width:300px; font-family:微软雅黑; font-size:14px; padding-left:8px;}
.tw1 .tww1 h5 a{color:#e60012;}
.tw1 .tww1 p{color:#707070;line-height:22px;padding-left:5px;}
.tw1 .tww1 p a{float:right;display:inline;color:#707070;}
.xinwen .cjwt{ width:356px;border: 1px solid #ccc;}
.xinwen .cjwt ul {font-family:"微软雅黑";padding:13px 20px; background-color:#FFFFFF;  margin:0 auto;}
.xinwen .cjwt ul li a{color:#414344;}
.xinwen .cjwt ul li{line-height:28px; background: url(../images/dtliico.png) no-repeat left center;
    padding-left: 16px;}
.p_title2{background:url(../Images/bg10.png) no-repeat; height:48px; }
.p_title2 ul{width:200px;margin:0 auto;padding:0px 0; height:35px; margin-left:20px;}
.p_title2 ul li{float:left;width:80px;font-size:14px;height:20px;line-height:40px;margin:0 8px; color:#196aa9;}
.p_title2 ul li a{color:#fff;}
.Contentbox11 { width:430px; margin:0 auto; }
.more {
    float: right;
    padding-top:16px; 
	padding-right:10px;
    font-family: "微软雅黑";
	color: #888888;
}
.p_title3{background:url(../Images/bg09.png) no-repeat; height:48px; }

/* 关于我们范围样式开始 */
.wraper {
    width: 100%;
    min-width: 320px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;

}
.colmunPc#crumbs {
    margin-top: 30px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #666;
}
.columWrapBox {
    width: 1232px;
    height: 100%;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;

}
.columEntH2 {
    height: 32px;
    line-height: 30px;
    font-size: 100%;
    text-align: left;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-left: 5px solid #e60012;
    padding-left: 16px;
}
.columEntH3{
	height: 32px;
	line-height: 30px;
	font-size: 100%;
	text-align: left;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
	border-left: 5px solid #e60012;
	padding-left: 16px;
}
.columEntH4 {
    height: 32px;
    line-height: 30px;
    font-size: 100%;
    text-align: left;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-left: 5px solid #e60012;
    padding-left: 16px;
}
#aboutUs #aboutUsH5.aboutUsH5{display: none;}
#aboutUs .aboutUsBannerBox{padding-top: 100px;}
#aboutUs .aboutUsBanner{width: 100%;position: relative;}
#aboutUs .aboutUsBanner img{display: block;width: 100%;}
#aboutUs .aboutUsWrapBox{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
#aboutUs .aboutUsText{width: 726px;position: absolute;left: 0;top: 28.7%;padding-left: 16px;font-size: 46px;color: #fff;}
#aboutUs .aboutUsText h2{font-size: 100%;}
#aboutUs .aboutUsText p{font-size: 16px;line-height: 1.625;margin-top: 2%;}
#aboutUs .companyProfileTop{margin-bottom: 2%;}
#aboutUs .companyProfile{font-size: 32px;padding-top: 40px;}
#aboutUs .companyProfileTop:after{content: '';display: block;clear: both;}
#aboutUs .companyProfileVideo{width: 50%;float: left;position:relative;}
#aboutUs .gotoplay{width: 100%;height: 100%;position:absolute;top:0;left:0;background: #000;opacity: 0.7;filter:Alpha(opacity=70);}
.gotoIcon{width: 100%;height: 100%;position:absolute;top:0;left:0;}
#aboutUs .gotoIcon>a>img{display:block;width: 10%;position:absolute;top:50%;left:50%;margin-top:-5%;margin-left:-5%;}
#aboutUs .companyProfileVideo div#companyVideo{display: block;width: 100%;}
#aboutUs .companyProfileVideo div#companyVideo img{display: block;width: 100%;}
#aboutUs .companyProfileText{width: 42%;height: 100%;float: left;margin-left: 1%;padding: 0 1.6%;}
#aboutUs .companyProfileText h3{height: 30px;line-height: 30px;font-size: 30px;color: #3c3c3c;margin-top: 6%;}
#aboutUs .companyProfileText .companyProfileTextp{width: 100%;font-size: 16px;margin-top: 6%;padding: 5%;background-color:#f9f9f9;border-top: 3px solid #e60012;-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);-ms-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);-o-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);}
#aboutUs .companyProfileText .companyProfileTextp p{line-height: 1.5;}
#aboutUs .companyProfileList{margin-bottom: 2%;}
#aboutUs .companyProfileList:after{content: '';display: block;clear: both;}
#aboutUs .companyProfileList li{width: 23.5%;margin-left: 2%;float: left;}
#aboutUs .companyProfileList li:first-child{margin-left: 0;}
#aboutUs .companyProfileList li a{display: block;width: 100%;height: 100%;}
#aboutUs .profileListImg{display: block;width: 100%;height: 100%;overflow: hidden;}
#aboutUs .profileListImg:hover img{
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
			transform: scale(1.2);
}
#aboutUs .profileListImg>img{display: block;width: 100%;height: 100%;
								-webkit-transition: transform .3s linear;
								   -moz-transition: transform .3s linear;
								    -ms-transition: transform .3s linear;
								     -o-transition: transform .3s linear;
										transition: transform .3s linear;
								-webkit-transform: scale(1.01);
								   -moz-transform: scale(1.01);
								    -ms-transform: scale(1.01);
								     -o-transform: scale(1.01);
										transform: scale(1.01);}
#aboutUs .profileListText{width: 100%;padding: 8% 0;line-height: 1;padding-left: 20px;font-size: 22px;color: #3c3c3c;}
/* 以技术创新为核心引擎 */
#aboutUs .innovation{background: #f9f9f9;}
#aboutUs .innovationTit{width: 100%;padding: 2.5% 0;line-height: 1;text-align: center;font-size: 68.75%;color: #3c3c3c;}
#aboutUs .innovationList{width: 100%;border: 1px solid #e6e6e6;position:relative;background-color:#fff; }
#aboutUs .innovationArrow{display: block;width: 20px;position:absolute;top: -1px;left: 50%;margin-left: -10px;}
#aboutUs .innovationArrow img{display: block;width: 100%;}
#aboutUs .innlistBox{width:86%;margin:70px auto;position:relative;FONT-SIZE: 16PX;}
#aboutUs .innlistBox li{height: 70px;}
#aboutUs .innlistBoxone{position:absolute;top:0;left: 0%;}
#aboutUs .innlistBoxtwo{width: 300px;margin:0 auto;}
#aboutUs .innlistBoxthree{width: 300px;position:absolute;top:0;left: 74%;}
#aboutUs .innlistBoxImg{display: block;width: 70px;height: 70px;float: left;}
#aboutUs .innlistBoxImg img{display: block;width: 100%;}
#aboutUs .innlistBoxLine{display: block;width: 0px;height: 100%;float: left;margin:0 18px 0 14px;border-right: 1px dashed #b2b0a8;}
#aboutUs .innlistBoxText{display: block;float: left;line-height: 1;}
#aboutUs .innlistBoxTextTit{display:block;color:#e60012;font-size: 22px;margin-bottom: 14px;}
#aboutUs .innlistBoxTextTit span{font-size: 38px;}
#aboutUs .innlistBoxTextp{display:block;line-height:1.5;font-size: 16px;color:#3c3c3c;}
#aboutUs .innovationBott{padding-bottom: 50px;}
/* 真空泵油 */
#aboutUs .companyProfile .sy_fl {
    padding: 10px;
    height: 100px;
    width: 600px;
}
/* 品牌理念 */
#aboutUs .brandConcept{position:relative;font-size: 32px;}
#aboutUs .brandConcept img{display: block;width: 100%;height: 100%;}
#aboutUs .brandConcept .columWrapBox {padding-top: 40px;}
#aboutUs .brandConceptCon{position:relative;padding-bottom: 10%;}
#aboutUs .brandConceptCon>img{display: block;width: 100%;height:100%;position:absolute;top:0;left:0;}
#aboutUs .brandConceptConText{width: 100%;padding-left: 13%;overflow: hidden;}
#aboutUs .brandConceptCon .brandConceptConTextT{font-size: 75%;color: #ffffff;}
#aboutUs .brandConceptList{width: 100%;margin-top: 2.5%;}
#aboutUs .brandConceptList:after{content: '';display: block;clear:both;}
#aboutUs .brandConceptList li{padding-right: 5.8%;padding-left:15px;float: left;border-left: 2px solid #f17975;}
#aboutUs .brandConceptList li h6{font-size: 22px;color: #3c3c3c;line-height: 1;}
#aboutUs .brandConceptList li p{font-size: 14px;color: #666666;line-height: 1;margin-top: 10px;}
#aboutUs .brandLine{width: 100%;border-bottom: 2px solid #fff;margin: 2% 0;}
#aboutUs .brandText{font-size: 16px;color: #ffffff;line-height: 1.625;margin-top: 1.3%;}
body.ie7 .companyProfileList li,body.ie8 .companyProfileList li{border: 1px solid #e6e6e6;}
body.ie8 #aboutUs .companyProfileText h3{margin-top: 2%;}
#aboutUs .sybList{margin-bottom: 2%;}
#aboutUs .sybList:after{content: '';display: block;clear: both;}
#aboutUs .sybList li{width: 32%;margin-left: 2%;float: left;}
#aboutUs .sybList li:first-child{margin-left: 0;}
#aboutUs .sybList li a{display: block;width: 100%;height: 100%;}
#aboutUs .sybListImg{display: block;width: 100%;height: 100%;overflow: hidden;}
#aboutUs .sybListImg:hover img{
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
			transform: scale(1.2);
}
#aboutUs .sybListImg>img{display: block;width: 100%;height: 100%;
								-webkit-transition: transform .3s linear;
								   -moz-transition: transform .3s linear;
								    -ms-transition: transform .3s linear;
								     -o-transition: transform .3s linear;
										transition: transform .3s linear;
								-webkit-transform: scale(1.01);
								   -moz-transform: scale(1.01);
								    -ms-transform: scale(1.01);
								     -o-transform: scale(1.01);
										transform: scale(1.01);}
#aboutUs .sybListText{width: 100%;padding: 8% 0;line-height: 1;font-size: 22px;color: #3c3c3c;text-align: center;}

@media screen and (max-width: 1300px) {
	#aboutUs .aboutUsText{
		font-size: 38px;
	}
}
@media screen and (max-width: 1200px) {
	#aboutUs .aboutUsText{
		font-size: 30px;
	}
}
@media screen and (max-width: 1100px) {
	#aboutUs .innlistBoxTextp{
		font-size: 14px;
	}
	#aboutUs .brandConceptList li{
		width: 40%;
		padding-right: 0;
		margin-bottom: 3%;
	}
	#aboutUs .brandConceptList li.brandConceptListShit{
		width: 20%
	}
}
@media screen and (max-width: 1000px) {
	#aboutUs .companyProfile,#aboutUs .aboutUsWrapBox .columWrapBox{
		font-size: 60px;
	}
	#aboutUs .companyProfile .columEntH3,#aboutUs .brandConcept .columEntH3{
    width: 100%;
    height:auto;
    color: #3c3c3c;
    font-size: 59.4%;
    line-height: 1;
	}
	#aboutUs .companyProfile .columWrapBox,#aboutUs .innovation .columWrapBox{
		padding: 0 16px;
	}
	#aboutUs .innovationBott{
		padding-bottom: 6%;
	}
	#aboutUs .companyProfileVideo{
		width: 100%;
		float: none;
	}
	#aboutUs .companyProfileText{
		width: 100%;
		height: auto;
		float: none;
		margin-left: 0;
		padding: 0;
	}
	#aboutUs .companyProfileText h3{
		padding-left: 4.8%;
		height: auto;
		font-size: 46.6%;
		line-height: 1;
		margin-top: 3%;
	}
	#aboutUs .companyProfileText .companyProfileTextp{
		margin-top: 3%;
	}
	#aboutUs .companyProfileList li{
		width: 48.5%;
		margin-left: 3%;
		margin-bottom: 3%;
	}
	#aboutUs .companyProfileList .profileListNoM{
		margin-left: 0;
	}
	/* 以技术创新为核心引擎1000改变样式开始 */
	#aboutUs .innovationTit{
		font-size: 37.33%;
		padding: 5.4% 0 3.57%; 
	}
	#aboutUs .innovationList{
		height: auto;
		padding: 6.28% 1.7% 4.57%;
	}
	#aboutUs .innovationArrow{
		width: 3.6%;
		left: 48.2%;
	}
	#aboutUs .innlistBox{
		width: 100%;
		height: 100%;
		margin: 0;
	}
	#aboutUs .innlistBox:after{
		content: '';
		display: block;
		clear: both;
	}
	#aboutUs .innlistBox li{
		width: 30%;
		height: auto;
		padding-bottom: 3%;
	}
	#aboutUs .innlistBox li>span{
		height: auto;
		float: none;
	}
	#aboutUs .innlistBox li .innlistBoxImg{
		width: 36.45%;
		margin: auto;
	}
	#aboutUs .innlistBoxLine{
		width: 100%;
		border-right: 0;
		border-bottom: 1px dashed #b2b0a8;
		margin: 10% 0;
	}
	#aboutUs .innlistBoxtwo{
		margin: 0 auto;
	}
	#aboutUs .innlistBoxthree{
		width: auto;
		right:0;
		left: auto;
	}
	#aboutUs .innlistBoxText span{
		text-align: center;
	}
	#aboutUs .innlistBoxText{
		font-size: 75px;
	}
	#aboutUs .innlistBoxTextTit{
		font-size: 29.33%;
	}
	#aboutUs .innlistBoxTextTit span{
		font-size: 176%;
	}
	#aboutUs .innlistBoxTextp{
		font-size: 28%;
	}

	/* 品牌理念样式1000修改 */
	#aboutUs  .brandConceptConText .brandConceptConTextT{
		text-align: center;
	}
	#aboutUs .brandConceptConText{
		padding-left: 0;
	}
	#aboutUs .brandConceptCon .brandConceptConTextT{
		font-size: 37.33%;
	}
}
@media screen and (max-width: 960px) {
	#aboutUs .aboutUsText{
		top: 15%;
	}
	#aboutUs .aboutUsText p{
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	#aboutUs .aboutUsBannerBox,#aboutUs .companyProfile, #aboutUs .aboutUsWrapBox .columWrapBox{
		padding-top: 0;
	}
	#aboutUs #aboutUsPC.aboutUsPC{
		display: none;
	}
	#aboutUs #aboutUsH5.aboutUsH5{
		display: block;
	}
	#aboutUs .companyProfile .columEntH3,#aboutUs .brandConcept .columEntH3{
		width: 100%;
	    padding: 6.6% 0 4%;
	    text-align: center;
	    color: #3c3c3c;
	    font-size: 59.4%;
	    border: none;
	    margin: 0;
	    height: auto;
	    line-height: 1;
	}
	/* banner部分适配样式768开始 */
	#aboutUs .aboutUsText{
		width: 90%;
		font-size: 75px;
		left: 0;
		top: 14.8%;
		padding-left: 16px;
	}
	#aboutUs .aboutUsText h2{
		font-size: 75%;
	}
	#aboutUs .aboutUsText p{
		font-size: 37.3%;
		border-left: 4px solid #e60012;
		padding-left: 16px;
	}
	/* banner部分适配样式768结束 */
	#aboutUs .companyProfileText .companyProfileTextp{
		font-size: 37.3%;
		background: #f5f5f5;
	}
	#aboutUs .innlistBoxText{
		font-size: 70px;
	}
	#aboutUs .profileListText{
		font-size: 37.33%;
	}
	/* 品牌理念样式768修改 */
	#aboutUs .brandConcept .aboutUsWrapBox{
		position:relative;
	}
	#aboutUs .brandConcept{
		height: auto;
	}
	#aboutUs .brandConceptConText{
		width: 82.66%;
		margin:0 auto;
		position:relative;
	}
	#aboutUs .brandConceptConTextT{
		margin-top: 5%;
		margin-bottom: 4%;
	}
	#aboutUs .brandConceptList li{
		padding-left: 3%;
	}
	#aboutUs .brandConceptList li h6{
		font-size: 28%;
	}
	#aboutUs .brandConceptList li p,#aboutUs .brandText{
		font-size: 28%;
	}
	#aboutUs .h5brspan{
		display: block;
		text-align: center;
	}
}
@media  screen and (max-width:700px){
	#aboutUs .aboutUsText,#aboutUs .companyProfile,#aboutUs .innlistBoxText,#aboutUs .aboutUsWrapBox .columWrapBox{
		font-size: 60px;
	}
}
@media  screen and (max-width:640px){
	#aboutUs .aboutUsText,#aboutUs .companyProfile,#aboutUs .innlistBoxText,#aboutUs .aboutUsWrapBox .columWrapBox{
		font-size: 50px;
	}
}
@media  screen and (max-width:414px){
	#aboutUs .aboutUsText,#aboutUs .companyProfile,#aboutUs .innlistBoxText,#aboutUs .aboutUsWrapBox .columWrapBox{
		font-size: 44px;
	}
}
@media  screen and (max-width:375px){
	#aboutUs .aboutUsText,#aboutUs .companyProfile,#aboutUs .innlistBoxText,#aboutUs .aboutUsWrapBox .columWrapBox{
		font-size: 37.5px;
	}
}




/* 新闻资讯公共样式开始 */
#newsWrap.protechJourn{
	padding-top: 40px;
	font-size: 32px;
	background-color: #f5f5f5; 
	padding-bottom: 50px;
}
/* 移动端标题下划线 */
#newsWrap .proJouConList:after{
	content: '';	
	display: block;
	clear: both;
}
#newsWrap .proJouConList li{
	width: 47.5%;
	float: left;
	font-size: 20px;
	margin-right: 30px;
	box-sizing: content-box;
}
#newsWrap .borderPC{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 2.5%;
	margin-bottom: 2.5%;
}
#newsWrap .proJouConList li:after{
	content: '';
	display: block;
	clear: both;
}
#newsWrap .proJouConListImg{
	display: block;
	width: 38.5%;
	float: left;
	overflow: hidden;
}
#newsWrap .proJouConListImg:hover img{
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
			transform: scale(1.2);
}
#newsWrap .proJouConListImg img{
	display: block;
	width: 100%;
	height: 150px;
	-webkit-transform: scale(1.01);
	   -moz-transform: scale(1.01);
	    -ms-transform: scale(1.01);
	     -o-transform: scale(1.01);
			transform: scale(1.01);
	-webkit-transition: transform .3s linear;
	   -moz-transition: transform .3s linear;
	    -ms-transition: transform .3s linear;
	     -o-transition: transform .3s linear;
			transition: transform .3s linear;
}
#newsWrap h5.proJouConListTextTit{
	width: 100%;
	padding-left: 0;
	-o-text-overflow:ellipsis; 
	-icab-text-overflow: ellipsis; 
	-khtml-text-overflow: ellipsis; 
	-moz-text-overflow: ellipsis; 
	-webkit-text-overflow: ellipsis; 
    overflow: hidden;
	white-space: nowrap; 
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
#newsWrap .protechH5JournBox .proJouConListText{
	width: 59%;
	height: 100%;
	float: left;
	padding-left: 2.5%;
}
#newsWrap .proJouConListTextTime{
	display: block;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #e60012;
}
#newsWrap .proJouConListTextTit{
	font-size: 110%;
	color: #000;
	margin-top: 10px;
}
#newsWrap .proJouConListTextp{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-top: 15px;
	max-height: 42px;
}

#newsWrap .proJouConListTextGo{
	display: block;
	text-align: right;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	margin-top: 15px;
}
#newsWrap .protechH5JournBox{
	height: 100%;
}
#newsWrap .protechH5JournBox:after{
	content: '';
	display: block;
	clear: both;
}
#newsWrap .proJouConListTextGo a{
	display: inline-block;
	line-height: 20px;
	height: 100%;
	color: #333;
	padding-right: 30px;
	position: relative;
}
#newsWrap .proJouConListTextGo a:hover {
	color: #a60000;
    font-weight: 600;
}
.columGoMore {
    height: 20px;
    float: right;
    margin-top: 6px;
    font-size: 14px;
    cursor: pointer;
}

.columGoMore a {
    display: block;
  
    height: 100%;
    line-height: 20px;
    color: #333;
    padding-right: 30px;
    position: relative;
}
.columGoMore a img {
    position: absolute;
    top: 0;
    right: 0;
}
.secondDiv .fontRed a { color: #e60012 !important; }
.secondDiv .fontRedA { color: #e60012 !important; }
a:focus {
    outline: thin dotted;
}
a, button, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: transparent;
}
@media  screen and (max-width:768px) {
	.headMbl .headMblChooseC br{
		display:none;
	}
	.protechSolveGoMore.gotoFontred{display:none;}
	#MobileSeeMore,.paddingMore{display:block;}
	.columGoMore.gotoFontred{display:none;}
}

#newsWrap .proJouConListTextGo a img {
    position: absolute;
    top: 0;
    right: 0;
}
ul.shandowHoverall li{
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
	    -ms-transition: all .3s ease;
	     -o-transition: all .3s ease;
			transition: all .3s ease;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	    -ms-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
	     -o-box-shadow: 0 3px 8px rgba(0,0,0,0.1);
			box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}
ul.shandowHoverall li:hover{
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	    -ms-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
	     -o-box-shadow: 0 3px 8px rgba(0,0,0,0.2);
			box-shadow: 0 3px 8px rgba(0,0,0,0.2); 
}
/* 关于我们范围样式结束 */

#Messagwfrompresident.threeDiv .MessagwfromCon {
    font-size: 32px;
    padding-top: 40px;
    padding-bottom: 60px;
}
.secondDiv .secondWrapBox {
    width: 1232px;
    height: 100%;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;
}
.secondDiv .secondEntH3 {
    height: 32px;
    line-height: 30px;
    font-size: 100%;
    text-align: left;
    color: #000000;
    font-weight: 400;
    margin-bottom: 30px;
    border-left: 5px solid #e60012;
    padding-left: 16px;
}
#Messagwfrompresident.threeDiv .MessagwfromConIcon {
    width: 100%;
    text-align: right;
    padding-top: 30px;
    line-height: 0;
}
/* 发展历程开始 */
#Company_history.threeDiv .development { padding-top: 40px; font-size: 32px;}
#Company_history {margin-top: 50px;}




/* 发展历程结束 */

/* 企业介绍 */
#Company_Introduce.threeDiv .Gonghua { padding-top: 40px; font-size: 32px; }
#Company_Introduce.threeDiv .GonghuaT { font-size: 14px; color: #666666; line-height: 2; padding-bottom: 48px; }
/* 添加VR场景样式开始 */
#Company_Introduce.threeDiv .h3cVRImg { display: block; width: 482px; margin-left: 40px; float: right; }
#Company_Introduce.threeDiv .h3cVRImg img { display: block; width: 100%; }
#Company_Introduce.threeDiv .h3cVRTxt { margin-top: 20px; line-height: 1.8; }
/* 添加VR场景样式结束 */
#Company_Introduce.threeDiv .CompanyStrength { font-size: 32px; background-color: #f9f9f9; padding-top: 40px; }
#Company_Introduce.threeDiv .innovation { background: #f9f9f9; }
#Company_Introduce.threeDiv .innovationTit { width: 100%; padding: 2.5% 0 2.5%; line-height: 1; text-align: center; font-size: 68.75%; color: #3c3c3c; }
#Company_Introduce.threeDiv .noPadding { padding-top: 0; }
#Company_Introduce.threeDiv .innovationList { width: 100%; height: 190px; border: 1px solid #e6e6e6; position: relative; background-color: #fff; }
#Company_Introduce.threeDiv .innovationArrow { display: block; width: 20px; position: absolute; top: -1px; left: 50%; margin-left: -10px; }
#Company_Introduce.threeDiv .innovationArrow img { display: block; width: 100%; }
#Company_Introduce.threeDiv .innlistBox { width: 86%; height: 70px; margin: 70px auto 0; position: relative; }
#Company_Introduce.threeDiv .innlistBox li { height: 70px; }
#Company_Introduce.threeDiv .innlistBoxone { position: absolute; top: 0; left: 0%; }
#Company_Introduce.threeDiv .innlistBoxtwo { width: 240px; margin: 0 auto; }
#Company_Introduce.threeDiv .innlistBoxthree { width: 300px; position: absolute; top: 0; left: 74%; }
#Company_Introduce.threeDiv .innlistBoxImg { display: block; width: 70px; height: 70px; float: left; }
#Company_Introduce.threeDiv .innlistBoxImg img { display: block; width: 100%; }
#Company_Introduce.threeDiv .innlistBoxLine { display: block; width: 0px; height: 100%; float: left; margin: 0 18px 0 14px; border-right: 1px dashed #b2b0a8; }
#Company_Introduce.threeDiv .innlistBoxText { display: block; float: left; line-height: 1; }
#Company_Introduce.threeDiv .innlistBoxTextTit { display: block; color: #e60012; font-size: 22px; margin-bottom: 14px; }
#Company_Introduce.threeDiv .innlistBoxTextTit span { font-size: 38px; }
#Company_Introduce.threeDiv .innlistBoxTextp { display: block; line-height: 1.5; font-size: 16px; color: #3c3c3c; }
#Company_Introduce.threeDiv .innovationBott { padding-bottom: 50px; }
#Company_Introduce.threeDiv .brandConcept { position: relative; height: 545px; font-size: 32px; }
#Company_Introduce.threeDiv .brandConcept img { display: block; width: 100%; height: 100%; }
#Company_Introduce.threeDiv .brandConcept .columWrapBox { padding-top: 40px; }
#Company_Introduce.threeDiv .brandConceptCon { position: relative; padding-bottom: 10%; }
#Company_Introduce.threeDiv .brandConceptCon>img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#Company_Introduce.threeDiv .brandConceptConText { width: 100%; padding-left: 13%; overflow: hidden; }
#Company_Introduce.threeDiv .brandConceptCon .brandConceptConTextT { font-size: 75%; color: #3c3c3c; }
#Company_Introduce.threeDiv .brandConceptList { width: 100%; margin-top: 2.5%; }
#Company_Introduce.threeDiv .brandConceptList:after { content: ''; display: block; clear: both; }
#Company_Introduce.threeDiv .brandConceptList li { padding-right: 5.8%; padding-left: 15px; float: left; border-left: 2px solid #f17975; }
#Company_Introduce.threeDiv .brandConceptList li h6 { font-size: 22px; color: #3c3c3c; line-height: 1; }
#Company_Introduce.threeDiv .brandConceptList li p { font-size: 14px; color: #666666; line-height: 1; margin-top: 10px; }
#Company_Introduce.threeDiv .brandLine { width: 100%; border-bottom: 2px solid #fff; margin: 3% 0; }
#Company_Introduce.threeDiv .brandText { font-size: 16px; color: #3c3c3c; line-height: 1.625; margin-top: 2.3%; }

/* 结束 */

#Focus_Moment.threeDiv .newRecommend { padding-top: 40px; font-size: 32px; }
#Focus_Moment.threeDiv .secondPictureTextL { border-left: 3px solid #e60012; padding-left: 12px; }
#Focus_Moment.threeDiv .TextLTime { font-size: 14px; color: #666666; }
#Focus_Moment.threeDiv .TextLTit { font-size: 26px; color: #3c3c3c; margin-top: 16px; line-height: 1.5; }
#Focus_Moment.threeDiv .focusList .secondWrapBox { padding: 0; }
#Focus_Moment.threeDiv .focusList { padding-top: 40px; padding-bottom: 20px; font-size: 32px; }
#Focus_Moment.threeDiv .focusListBox:after { content: ''; display: block; clear: both; }
#Focus_Moment.threeDiv .focusListBox li { width: 30%; float: left; padding: 0 16px; margin-bottom: 10px; }
#Focus_Moment.threeDiv .focusListBoxImg { cursor: pointer; display: block; width: 100%; position: relative; }
#Focus_Moment.threeDiv .focusListBoxImg>img { display: block; width: 100%; }
#Focus_Moment.threeDiv .focusListBoxTime { font-size: 14px; color: #666666; padding-left: 20px; margin-top: 10px; }
#Focus_Moment.threeDiv .focusListBoxH6 { font-size: 18px; color: #000000; padding-left: 20px; padding-right: 20px; margin-top: 10px; line-height: 1.2; }


/* 公司总部开始 */
#Headquarters {     margin-top: 70px;}
#Headquarters.threeDiv .HeadquartersCon { font-size: 28px; padding-top: 40px; }
#Headquarters.threeDiv .HeadquartersBox { width: 100%; }
#Headquarters.threeDiv .HeadquartersT .secondWrapBox:after { content: ''; display: block; clear: both; }
#Headquarters.threeDiv .HeadquartersTL { float: left; }
#Headquarters.threeDiv .HeadquartersTR { float: right; }
#Headquarters.threeDiv .BoxCaddressImg { width: 100%; }
#Headquarters.threeDiv .BoxCaddressImg>img { display: block; width: 100%; }
#Headquarters.threeDiv .addressText { font-size: 16px; color: #333333; margin-top: 16px; padding-left: 28px; position: relative; }
#Headquarters.threeDiv .addressText img { display: block; height: 16px; position: absolute; top: 4px; left: 0; }
#Headquarters.threeDiv .codeText img { display: block; height: 16px; position: absolute; top: 4px; left: 0; }
#Headquarters.threeDiv .codeText { font-size: 16px; color: #333333; margin-top: 10px; padding-left: 28px; position: relative; }
#Headquarters.threeDiv #BJmap, #Headquarters.threeDiv #HZmap { width: 100%; height: 300px; margin-top: 30px; }
#Headquarters.threeDiv .customerService { padding-top: 40px; font-size: 20px; padding-bottom: 40px; }
#Headquarters.threeDiv .customerServiceCon { width: 100%; height: 300px; }
#Headquarters.threeDiv .customerBg { width: 100%; height: 100%; background-color: #f5f5f5; overflow: hidden; zoom: 1; }
#Headquarters.threeDiv .customerBg img { display: block; height: 100%; float: right; }
#Headquarters.threeDiv .customerText { padding: 35px 0 16px 60px; position: absolute; top: 0; left: 0; }
#Headquarters.threeDiv .customerTextTwo { top: 0; left: 320px; }
#Headquarters.threeDiv .customerText p { font-size: 16px; color: #333333; margin-bottom: 16px; padding-left: 24px; position: relative; }
#Headquarters.threeDiv .customerText p>img { display: block; width: 16px; position: absolute; left: 0; top: 4px; }
#Headquarters.threeDiv .customerTextBt { width: 100%; padding-top: 2px; }
#Headquarters.threeDiv .customerTextBt a { padding: 4px 10px; height: 34px; font-size: 14px; background: #e60012; color: #fff; text-align: center; line-height: 34px; border-radius: 6px; -webkit-border-radius: 6px; }

/* 品牌理念修改 */
#Company_culture.threeDiv .cultureMission {
    padding-top: 40px;
    font-size: 32px;
}
.hz-g-container .swiper-container10 { width: 86.3%;height:100%; margin-top: 4%; margin: 0 0; position: relative; overflow: hidden; z-index: 1;float: left }
.hz-10-idea-left{
    position:relative;
    float:left;
    width:49.7%;
}
.hz-10-idea-left img{
    width:100%;
}
.secondWrapBox.hz-10{
    overflow:hidden;
    padding-bottom:1.5%;
}
.hz-10-idea-title{
    width:71.5%;
    position:absolute;
    left:15.5%;
    top:20.7%;
    font-size:28px;
    color:#000;
}
.hz-10-idea-txt{
    width:84%;
    position:absolute;
    left:15.5%;
    top:37.4%;
    font-size:14px;
    color:#4d4d4d;
    line-height:1.8em;
}

.hz-10-idea-btn{
    position:absolute;
    left:15.5%;
    top:70%;
    width:28%;
    cursor:pointer
}

.hz-10-idea-btn img:first-child{
    display:none;
}
.hz-10-idea-btn:hover img:first-child{
    display:block ;
}
.hz-10-idea-btn:hover img{
    display:none;
}
.hz-10-idea-right{
    width:50.3%;
    float:right;
    overflow:hidden;
    position:relative;
}
.hz-10-idea-left,.swiper-container10 img{
    display:block !important;
}
.qualityH3c.hz-15-xg{
    display:none !important;
}
.SenseWorth.hz-15-g{
    padding-bottom:3%;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
}
.hz-10-idea-left, .swiper-container10 img {
    display: block !important;
}

.idea-box-img img {
    width: 100%;
}
.hz-g-container .swiper-container3 .swiper-slide.active { display: block; }
    .hz-g-container .idea-p1-pic .swiper-slide.active { opacity: 1; }
	.hz-g-container .idea-p1-pic .swiper-slide.active { position: relative; opacity: 1; display: block\9; transition: 0.5s; }
	.hz-g-container .idea-p1-pic2.swiper-slide.active { position: relative; opacity: 1; display: block\9; transition: 0.5s; }

.hz-g-container .idea-page1-s-img2 {
    width: 12.8%;
    float: right;
    overflow: hidden;
}
.hz-g-container .idea-page1-s-img2 li:first-child {
    margin-left: 0;
}

.hz-g-container .idea-page1-s-img2 li:first-child {
    margin-top: 0;
}

.hz-g-container .idea-page1-s-img2 li {
    width: 100%;
    display: block;
    margin-left: 0%;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-top: 3%;
}
.hz-g-container .idea-page1-s-img2 li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.hz-g-container .active {
    color: #e70000;
}
.hz-g-container .idea-p1-arrowl1 {
    position: absolute;
    left: 0;
    top: 35%;
    width: 7.2%;
    z-index: 999;
    cursor: pointer;
}
.hz-g-container .idea-p1-arrowr1 {
    position: absolute;
    right: 12.3%;
    top: 35%;
    width: 7.2%;
    z-index: 999;
    cursor: pointer;
}
#Company_culture.threeDiv .SenRespon {
    padding-top: 40px;
    font-size: 32px;
    background: #f5f5f5;
}
.hz-g-container .idea-main {
    width: 1200px;
    margin: 0 auto;
}
.hz-g-container .idea-page1-box {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.hz-g-container .idea-page-left-box {
    width: 41.8%;
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 3%;
}
.hz-g-container .swiper-container1 {
    width: 100%;
    margin-top: 4%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
swiper.min.css:16
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.idea-box-img img {
    width: 100%;
}
.hz-g-container .show-pc {
    display: block;
}

.hz-g-container ul {
    list-style: none;
}

.show-pc {
    display: block;
}
.hz-g-container .idea-page1-s-img li:first-child {
    margin-left: 0;
}

.hz-g-container .idea-page1-s-img li {
    width: 10.4%;
    float: left;
    margin-left: 0.8%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.hz-g-container .idea-page1-s-img li {
    width: 10.4%;
    float: left;
    margin-left: 0.8%;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.hz-g-container .idea-page1-s-img li.active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.hz-g-container .idea-page-right-box {
    width: 50%;
    float: right;
    overflow: hidden;
}
.hz-g-container .idea-page1-title {
    margin-top: 12%;
}
.hz-g-container .idea-page1-title {
    width: 100%;
    font-size: 30px;
    color: #000;
    margin-top: 10.5%;
}
.hz-g-container .idea-page1-txt {
    width: 92%;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 1.8em;
    padding: 4% 6% 4% 0%;
    margin-top: 25px;
    border-top: 3px solid #E70000;
}
.hz-g-container .idea-p1-arrowl {
    position: absolute;
    left: 0;
    top: 35%;
    width: 7.2%;
    z-index: 999;
    cursor: pointer;
}
.hz-g-container .idea-p1-arrowr {
    position: absolute;
    right: 0;
    top: 35%;
    width: 7.2%;
    z-index: 999;
    cursor: pointer;
}

#Company_culture.threeDiv .SenseWorth {
    font-size: 32px;
    padding-top: 40px;
}
.SenRespon.hz-g-bg {
    padding-top: 0 !important;
    background: none !important;
}
.hz-g-container .idea-wrap {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.hz-g-container .idea-img {
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.hz-g-container .idea-p1 {
    width: 50%;
    position: absolute;
    right: 13%;
    top: 20%;
    font-size: 24px;
    color: #000;
    line-height: 36px;
    z-index: 200;
    text-align: center;
}
#Company_culture.threeDiv .SenRespon {
    padding-top: 40px;
    font-size: 32px;
    background: #f5f5f5;
}

#Company_culture.threeDiv .cultureMission {
    padding-top: 40px;
    font-size: 32px;
}
#Company_culture.threeDiv .SenseWorth {
    font-size: 32px;
    padding-top: 40px;
}
.secondDiv .secondWrapBox {
    width: 1232px;
    height: 100%;
    
    margin: 0 auto;
    position: relative;
}
.hz-g-container .SenRespon.idea-show {
    display: block !important;
}
.hz-g-container .idea-p4-box {
    width: 1200px;
    margin: 0 auto 60px;
}
.hz-g-container .idea-p4-txt {
    width: 97%;
    font-size: 14px;
    color: #4c4c4c;
    padding-left: 23px;
    margin-bottom: 30px;
    line-height: 1.6em;
}
.hz-g-container .idea-p4-b {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.hz-g-container .idea-p4-pic {
    width: 79.1%;
    margin-right: 4.7%;
    float: left;
    position: relative;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.hz-g-container .idea-p4-ul {
    width: 16.1%;
    float: right;
    position: absolute;
    top: 1%;
    left: 83.9%;
}
.secondDiv.threeDiv .secondWrapBox:after {
    content: '';
    display: block;
    clear: both;
}

.hz-g-container .idea-p4-box {
    width: 1200px;
    margin: 0 auto 60px;
}
.hz-g-container .idea-p4-pic {
    width: 79.1%;
    margin-right: 4.7%;
    float: left;
    position: relative;
}
.hz-g-container .idea-p4-ver {
    width: 2px;
    background-color: #e0e0e0;
    height: 500px;
    margin-left: 84.8%;
}
.title {
    width: 860px;
    height: 60px;
}
.hz-g-container .idea-p4-img-web img {
    width: 100%;
}
.hz-g-container .idea-player-btn-ii {
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.hz-g-container .idea-p4-li {
    width: 100%;
    font-size: 16px;
    line-height: 80px;
    color: #4c4c4c;
}
.hz-g-container .idea-p4-img1 {
    width: 13.3%;
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
}
.hz-g-container .idea-p4-img2 {
    display: none;
    width: 13.3%;
    margin-right: 18px;
    vertical-align: middle;
}
#Company_Introduce {    margin-top: 70px;
}
#Focus_Moment {    margin-top: 70px;}
#aboutUs {    margin-top: 70px;}
#tags  {    margin-top: 70px;width: 1200px;}

#videosp {display:block;}
#imgus {display:none;}
video {
    object-fit:cover;
    width:410px;
    height:410px;
}

/* ghv */
.weizhighv {
	width: 99%;
	height: 32px;
	border-bottom: #DDDDDD 1px solid;
	padding: 0 0 0 10px;
	background: url(../images/conttitbg.png) repeat-x
}
.weizhighv h2 {
	height: 32px;
	float: left;
	padding-left: 20px;
	background: url(../images/lf_n_ic2.gif) left no-repeat;
	line-height: 32px;
	font-size: 14px;
	color: #247c3f;
	display: block
}
.weizhighv h3 {
	height: 32px;
	float: right;
	padding-right: 20px;
	text-align: right;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	display: block
}
.proghv {
	width: 100%;
	padding: 5px 0
}
.proimgghv {
	width: 380px;
	
	float: left;
	display: block;
	padding: 10px 16px;
}
.proimgghv a img {
	width: 380px;
	
	border: #dedede 1px solid;
	padding: 1px;
	display: block
}
.proimgghv a span {
	width: 380px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	background: #F7F7F7;
	text-align: center;
	display: block
}
.proimgghv p {
	width: 380px;

	padding-top: 5px;
	line-height: 20px;
	text-align: left;
	color: #666;
	font-weight: normal;
	display: block
}
.prosyb {}
.proghvzt {    width: 100%;
    height: auto;
    padding: 10px 0px;
    float: left;
    line-height: 30px;
    border-bottom: 1px solid #d7d8d8;}

.proimgghv .btnbar {padding: 10px 0 20px 0;;height: 40px;
    line-height: 40px;
}
.proimgghv .btnbar img{width:150px;    border:none;
    }
.indexghvtitle {text-align: center;}
.indexghvtitle h1{font-size: 36px;margin-top: 30px;
    color: #247c3f;text-align: center;}
.indexghvtitle h3{    font-size: 18px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;}

#tags .companyProfile{font-size: 32px;padding-top: 40px;    width: 66%;float: left;}
#tags .companyProfile .columWrapBox {
    height: 100%;
    padding: 0 16px;
    margin: 0 auto;
    position: relative;width: 96%;
}

.e2 li{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:12px 0px;
	border-bottom:1px solid #EEE;
	color:#aaa;
}
.e2 li b a{
	color:#555;
}
.e2 li a.preview{
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	margin-left:10px;
	display:inline;
}
.e2 li a.preview img{
	width:220px;
	height:160px;
	display:block;
	padding:2px;
	border:2px solid #EEE;
}
.e2 li a.preview:hover img{
	border:2px solid #AAA;
}
.e2 li a.title{
	overflow:hidden;
	line-height:25px;
	font-weight:bold;
	font-size:20px;
	margin-left:2px;
}
.e2 span.info{
	display:block;
	line-height:23px;
	color:#555;
	padding-left:12px;
	font-size:14px;
}
.e2 span.info small{
	color:#AAA;
	font-size:14px;
	margin-left:3px;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#666666;
	line-height:20px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
	    margin-top: 20px;
    font-size: 14px;
}
.e3{/* 图文混排小列表 */	
	clear:both;
	overflow:hidden;
}
.e3 li{
	height:50px;
	overflow:hidden;
	padding:6px;
	border-bottom:1px dashed #DCEBD7;
}
.e3 li a.preview{
	width:58px;
	height:48px;
	float:left;
	display:block;
	margin-right:6px;
	overflow:hidden;
}
.e3 li a.preview img{
	width:58px;
	height:48px;
}

.e3 li a.title{
	height:21px;
	display:block;
	line-height:21px;
	overflow:hidden;
}
.e3 li .intro{
	color:#777;
	display:block;
	float:left;
	line-height:23px;
}
.e5{/* 竖排小图列表 102*70 (仅供首页图文混排列表使用) */
	padding-left:8px;
	width:112px;
	float:left;
	font-size:0px;
	line-height:0px;
}
.e5 li{
	display:block;
	width:104px;
	overflow:hidden;
	padding-top:8px;
}
.e6{/* 横排小图列表 102*70 (仅供首页图文混排列表使用) */
	height:81px;
	padding-left:6px;
	clear:both;
	overflow:hidden;
}
.e6 li{
	display:block;
	width:104px;
	padding-top:8px;
	padding-right:8px;
	overflow:hidden;
	float:left;
}
.e5 li a,.e6 li a{
	width:102px;
	height:70px;
	overflow:hidden;
	display:block;
	border:1px solid #676767;
}
.e5 li a img,.e6 li a img{
	display:block;
	width:102px;
	height:70px;
}
.e5 li a:hover,.e6 li a:hover{
	border:1px solid #333;
}
.e7{/* 横排小图列表 52*52 (用户头像列表) */
	clear:both;
	overflow:hidden;
}
.e7 li{
	width:60px;
	height:86px;
	float:left;
	overflow:hidden;
	padding-left:11px;
}
.e7 li a{
	display:block;
	margin:0px auto;
	text-align:center;
}
.e7 li a img{
	width:52px;
	height:52px;
	display:block;
	margin:0px auto 6px;
	padding:2px;
	border:1px solid #DDD;
}
.e7 li a:hover img{
	border:1px solid #AAA;
}

.e8{/*图集列表专用大图列表*/
	width:100%;
	overflow:hidden;
	clear:both;
	margin-left:12px;
	margin-top:16px;
}
.e8 li{
	width:168px;
	height:184px;
	float:left;
	display:block;
	overflow:hidden;
	margin-right:8px;
	text-align:center;
}
.e8 li .pic{
	width:160px;
	height:120px;
	display:block;
	background:url(../images/picbox-listbg.gif) no-repeat;
	text-align:left;
	overflow:hidden;
}
.e8 li .pic img{
	width:152px;
	height:112px;
	display:block;
	margin-left:3px;
	margin-top:3px;
	border:none;
}
.e8 li .title{
	height:31px;
	display:block;
	line-height:31px;
	font-weight:bold;
	overflow:hidden;
}
.e8 li .date{
	color:#666;
}
.e8 li .date small{
	line-height:17px;
	font-size:12px;
	color:#999;
}
.e9{/* 右侧小图列表 */
	width:100%;
	clear:both;
	overflow:hidden;
	padding-top:4px;
}
.e9 li{
	width:106px;
	height:110px;
	float:left;
	text-align:center;
	overflow:hidden;
	margin-left:6px;
	display:inline;
}
.e9 li a{
	color:#777;
}
.e9 li a img{
	width:102px;
	height:76px;
	display:block;
	padding:1px;
	border:1px solid #DDD;
}
.e9 li a span.title{
	display:block;
	height:29px;
	line-height:29px;
	overflow:hidden;
}

.tbox{
	margin:0 0 8px 0;
	border-bottom:1px solid #DADADA;
	overflow:hidden;

}
.tbox dt{
	height:30px;
	border:1px solid #DADADA;
	overflow:hidden;
	clear:both;
}
.tbox dd{
	border-left:1px solid #DADADA;
	border-right:1px solid #DADADA;
	padding: 4px 0px 4px;
	overflow:hidden;
}
.tbox dd .d4 {    padding: 0 6px;}
.tbox dd .c1 {    padding: 0 6px;}
.tbox dd .c1 li {line-height: 28px;
    background: url(../images/dtliico.png) no-repeat left center;}
.tbox dd li a { padding-left:8px;}
.tbox dd .d4 a{line-height: 28px;
    background: url(../images/dtliico.png) no-repeat left center;}
.tbox dt strong{
	height:30px;
	line-height:30px; !important;line-height:30px;
	padding-left:8px;
	padding-right:4px;
	display:block;
	float:left;
	color:#a60000;
	letter-spacing:1px;
	font-size: 18px;
}
.tbox dt strong a{
	color:#316301;
}
.tbox dt strong a:hover{
	color:#596F37;
	text-decoration:none;
}
.tbox dt span.more{
	float:right;
	position:relative;
	line-height:25px;
	padding-right:8px;
	color:#596F37;
}
.tbox dt span.more a{
	color:#596F37;
	text-decoration:none;
}
.tbox dt span.more a:hover{
	color:#ff3333;
	text-decoration:underline;
}
.tbox dt span.label{
	height:25px;
	float:right;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dt span.label a{
	height:26px;
	display:block;
	padding:0px 7px 0px 8px;
	line-height:26px;
	border-left:1px solid #DADADA;
	float:left;
	color:#666;
	text-decoration:none;
	overflow:hidden;
	letter-spacing:1px;
}
.tbox dt span.label a:hover{
	color:#360;
}
.tbox dt span.label a.thisclass{
	background:#FFF;
	color:#333;
	border-top:3px solid #DADADA;
}

.tbox dt span.linklabel{
	float:left;
	margin-left:10px;
	overflow:hidden;
	padding-right:1px;
	padding-top:2px;
}
.tbox dt span.linklabel a{
	height:20px;
	display:block;
	padding:0px 7px 0px 8px;
	margin:0 5px;
	line-height:20px;
	border-left:1px solid #DADADA;
	border-top:1px solid #DADADA;
	border-right:1px solid #DADADA;
	float:left;
	color:#666;
	text-decoration:none;
	overflow:hidden;
	letter-spacing:1px;
}
.tbox dt span.linklabel a:hover{
	color:#360;
}
.tbox dt span.linklabel a.thisclass{
	background:#FFF;
	color:#333;
}
.pright{
	
	float:right;
	overflow:hidden;
}

.tags_list dd{
	padding:4px 12px;
	line-height:220%;
}
.tags_list dd a{
	margin-right:10px;
	white-space:nowrap;
	font-size: 14px;
}
.tags_list {    margin-top: 20px;
    margin-bottom: 20px;}

.ghvztindex { width:1200px;margin:20px auto}
.sy_fl h6 {
width: 100%;
    padding: 0.5% 0;
    line-height: 1;
    text-align: center;
    font-size: 25px;
    color: #3c3c3c;
	}